/*  
Theme Name: Gratia
Description: Church & Religion WordPress Theme. Online Documentation: http://themestate.com/docs/gratia/
Theme URI: http://themestate.com/docs/gratia/
Author: Dannci & Themnific
Author URI: http://themnific.com
Version: 1.1
Text Domain: gratia
Tags: two-columns,three-columns,left-sidebar,right-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,full-width-template,microformats,post-formats,sticky-post,theme-options,translation-ready
License: GNU/GPL Version 2 or later. 
License URI: http://www.gnu.org/licenses/gpl.html 
Copyright: (c) 2023 Dannci.

*/

/*

[Table of contents]

1. CSS Resets & Clearfix
2. Body & Default Styling
3. Headings
4. Header / #header
5. Navigation / #navigation
6. Content / #content, .post
7. Sidebar / #sidebar
8. Custom Widgets
9. Comments / #comments
10. Forms / 
11. Search / .searchform
12. Footer / #footer
13. Images & Galleries / img, .gallery
14. Social Buttons / .social-menu
15. Flex Slider / .flexslider
16. Buttons, Pagination, Ribbons & Scroll to top
17. Plugins
18. Homepage Blocks
19. Other (sticky, calendar, tabs, tooltips, speciable) 

*/


/* 1. CSS Resets & Clearfix
********************************************************************************************
********************************************************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0
}
article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
    display: block
}
a img {
    border: 0
}
figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}
/*figure img{width:100%}*/

body {
    overflow: visible !important;
    line-height: 1.8;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after {
    content: "\00A0";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block
}
pre {
    overflow-x: scroll;
}
.wrapper {
    max-width: 100%;
    overflow: hidden;
}
.wrapper_outter {
    overflow: hidden;
}
.float_left,
.float_left>div {
    float: left;
}
.float_right,
.float_right>div {
    float: right;
}
/* 2. Body & Default styling****************************************************************************************************************************************************************************************/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
img, .imgwrap {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
ol, ul {
    list-style-position: inside;
}

.rad,
.dekoline:before,
.dekoline:after,
.entry blockquote {
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.rad_big,
.meta_more a,
a.mainbutton,
li.special>a,
.mainbutton,
.commentlist .avatar,
.landing-section ul.social-menu li a {
    -moz-border-radius: 30px;
    -khtml-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.tranz, #nav, .tmnf_icon, .nav-previous a, .nav>li>a:before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.tranz2, ul.menu>li>a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
a, a:hover, .nav li a, .ribbon, .ribbon a {
    text-decoration: none;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}
.tmnf_ghost {
    overflow: hidden;
}
small, .small {
    font-size: 80% !important;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.cntr {
    text-align: center;
}
.tmnf_border {
    border-style: solid;
}
.slant {
    font-weight: normal;
    font-style: italic;
}
.lower {
    text-transform: lowercase !important
}
.italic {
    font-style: italic !important
}
.fat {
    font-weight: bold !important
}
.white_text {
    color: #fff;
}
.hrline, .hrlineB {
    clear: both;
    width: 100%;
    margin: 0 0;
    padding: 0;
    height: 1px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}
.hrlineB {
    margin: 0 0 30px 0 !important;
}
.hrline span, .hrlineB span {
    width: 30px;
    background: #999;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
hr {
    background: #eee !important;
    border: none !important;
}
.entry p a:hover {
    color: #fff;
}
.top-fix {
    margin-top: 50px;
}
.bottom-fix {
    margin-bottom: 80px !important;
}
.tmnf_hide {
    display: none !important;
}
.tmnf_icon {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 2;
    background: rgba(0, 0, 0, .3);
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 12px 0;
}
/* 2. Body & Default styling****************************************************************************************************************************************************************************************/
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0 0;
    line-height: 1.15;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1 {
    padding: 0;
}
h1.entry_title {
    margin: 15px 0 25px 0;
}
h2 {
    margin: 20px 0;
    padding: 0;
}
h5.widget {
    position: relative;
    z-index: 9;
    overflow: hidden;
    margin: -28px 0 10px -15px;
    width: 100%;
    padding: 0 0 0 0;
    display: block;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.sidebar_item h5.widget span {
    position: relative;
    z-index: 9;
    padding: 0 15px;
}

h2.block .subtitle {
    font-size: 16px !important;
    margin: 0 0 0 25px;
}
h2.archiv span.subtitle {
    font-size: 18px !important;
    line-height: 26px !important;
    opacity: .9;
    padding: 0 0;
    margin: 25px 0 0 0;
    display: block;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
}
h2.archiv br {
    display: none;
}
h3 {
    margin: 25px 0 15px 0;
    padding: 0;
}
h3.leading {
    margin: 0 0 10px 0;
    padding: 0;
}
h4 {
    margin: 15px 0 10px 0;
    padding: 0;
}
h5, h6 {
    margin: 5px 0;
    padding: 0;
}
h3 span span {
    opacity: .6;
    padding: 0 !important;
}
h3.title {
    padding: 0 0 11px 0;
    margin: 0;
    font-size: 14pt;
    text-shadow: none;
}
h4.leading {
    margin: -5px 0 10px 0;
}
/* 4. Header / #header****************************************************************************************************************************************************************************************/

#header {
    padding: 0 0 0 0;
    overflow: visible;
    margin: 0 auto 0 auto;
    float: none;
    display: block;
    width: 100%;
    z-index: 10;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.will_stick_wrap {
    min-height: 110px;
}

.will_stick.scrollUp {
    transform: translateY(-150px);
}
.will_stick.scrollDown {
    position: fixed;
    top: -40px;
    left: 0;
    width: 100%;
    z-index: 9998;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.admin-bar .will_stick.scrollDown {
    top: -12px;
}


.logo-is-set .will_stick.scrollDown #titles {
    margin-top: 0 !important;
    max-width: 210px;
}

#header h1 {
    display: contents;
    position: relative;
    margin: 0 0;
    float: none;
    max-width: 100%;
}
#header img {
    margin: 0 auto -1px auto;
    display: block;
    float: none;
    max-width: 100%;
    padding: 0 0;
}
#titles {
    float: left;
    display: block;
    margin: 0 0 0 0;
    position: relative;
    z-index: 10;
    text-align: left;
    border-style: solid;
    border-width: 0 1px 0 1px;
}

.topbar {
    overflow: hidden;
    height: 35px;
}

.logo_placeholder {
    overflow: hidden;
    min-height: 1px;
    float: left;
}

.topbar_text {
    float: left;
    margin: 7px 35px 7px -18px;
    font-size: 13px;
}

.header_fullwidth .topbar_text {
    margin-left: 35px;
}

.topbar_text i {
    margin: -1px 8px 0 18px;
    font-size: 16px;
}

.topbar ul.social-menu {
    float: right;
}

.topbar ul.social-menu li {
    margin: 0 0
}

/* 5. Navigation / #navigation****************************************************************************************************************************************************************************************/

a.icon_extend {
    margin: 11px 0;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 99;
}
a.icon_extend span {
    display: none;
}
a.icon_extend i {
    font-size: 24px;
}

#navigation {
    z-index: 10;
    margin: 0 0;
    padding-left: 35px;
    position: relative;
    display: flex;
    display: table-cell \9;
    width: auto;
}
.nav {
    padding: 0;
    list-style: none;
    line-height: 1;
    display: block;
    z-index: 98;
    width: calc(100% - 20px);
}
.tmnf-sidebar-flyoff-active .nav {
    width: calc(100% - 50px);
}
.nav a {
    position: relative;
    display: block;
    z-index: 1;
    padding: 12px 0;
    text-decoration: none;
}
.nav a i {
    margin: -3px 7px 0px 0;
    vertical-align: middle;
    font-size: 20px;
}
.nav>li>a {
    display: block;
    padding: 19px 14px 19px 14px;
    text-decoration: none;
    line-height: 1;
    border-bottom: none;
    text-align: left;
}
.nav li a .menu-item-description {
    display: none;
    padding-top: 6px;
    letter-spacing: 0 !important;
    font-size: 12px !important;
    text-align: left;
    font-weight: 500 !important;
    text-transform: none;
    opacity: .7
}
.nav>li>a>.menu-item-description {
    display: block;
}
.nav li {
    display: block;
    position: relative;
    overflow: hidden;
}
.nav>li {
    margin: 0;
    -webkit-backface-visibility: hidden;
}
.nav li ul {
    margin: 0 0 0 0;
    padding: 17px 0;
    width: 240px;
    position: absolute;
    z-index: 9;
}
.nav li ul.sub-menu {
    -webkit-box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.1);
}
.nav li ul li>a {
    margin: 0 30px;
    padding: 12px 0px;
    border-bottom: 1px dotted rgba(255, 255, 255, .2);
    text-align: left;
    line-height: 1.4;
}
.sub-menu .current-menu-item>a {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.nav li ul li>a:hover {
    opacity: .7;
}
.nav li ul li a i {
    margin-right: 5px !important;
}
.nav li ul li:last-child>a {
    border-bottom: none;
}
.nav>li>ul {
    z-index: 9;
}
.nav>li>ul:after {
    border-color: #900 transparent;
    border-style: solid;
    border-width: 0 6px 6px;
    bottom: 100%;
    content: "";
    height: 0;
    position: absolute;
    left: 18px;
    top: -5px;
    width: 0;
}
.nav>li>ul>li, .nav li ul ul li {
    width: 100%;
    max-width: 250px;
}
.nav li ul ul {
    margin: -62px 0 0 208px;
}
.menu-item-has-children>a::after {
    position: absolute;
    content: "+";
    height: 4px;
    width: 4px;
    top: 12px;
    right: 8px;
    font-size: 13px !important;
    font-weight: normal;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: .5;
}
.nav li ul {
    position: absolute;
    left: -999em;
}
.nav li:hover, .nav li.hover {
    position: static;
}
.nav li:hover ul ul, .nav li.sfhover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul ul, .nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul {
    left: -999em;
}
.nav li:hover ul, .nav li.sfhover ul, .nav li li:hover ul, .nav li li.sfhover ul, .nav li li li:hover ul, .nav li li li.sfhover ul, .nav li li li li:hover ul, .nav li li li li.sfhover ul {
    left: auto;
}
#main-nav {
    position: relative;
    display: block;
    margin: 0 0;
    padding: 0 0;
}
#main-nav>li {
    margin: 0 0;
    padding: 0 0 0 0;
    display: inline;
    float: left;
    text-align: center;
}
#main-nav>li.special {
    float: right;
    padding-left: 20px;
    margin-left: 0;
}
#main-nav>li.special>a {
    padding: 18px 25px 18px 25px;
    font-size: inherit !important;
    font-weight: 600 !important;
}

#main-nav>li.special>a .menu-item-description {
    opacity: 1;
}

.sub-menu .current-menu-item>a {}

/* @mobile menu***************************/
input#navtrigger {
    padding: 10px;
    height: 42px;
    width: 42px;
    background-image: none;
    margin: 10px 0 10px 30px;
    display: none;
    position: relative;
    float: right;
    z-index: 99;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}
input#navtrigger:hover {
    color: #fff !important
}
[type="checkbox"]:checked~#navigation {
    display: block !important;
}
#header input[type=checkbox] {
    display: none;
}
.show-menu {
    padding: 14px 10px;
    height: 40px;
    width: 82px;
    background-image: none;
    margin: 25px 60px 22px 0;
    display: none;
    position: relative;
    float: right;
    z-index: 99;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, .1)
}

.show-menu i,
span.close_menu {
    margin: 0 5px 0 0;
}

.close_menu {
    display: none;
}
#header [type="checkbox"]:checked+label i {
    display: none;
}
#header [type="checkbox"]:checked+label .close_menu {
    display: inline;
}
/* 6. Content / #content****************************************************************************************************************************************************************************************/
#core {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
/* @posts: basics (Blogger)***************************/
.blogger {
    padding: 0;
    margin: 0 -10px;
    /*VAR*/
    width: calc(100% + 20px);
    /*VAR*/
    overflow: hidden;
}
.blogger>.item {
    overflow: hidden;
    position: relative;
    margin: 0 0 40px 0;
    width: 100%;
    padding: 0 10px;
    /*VAR*/
    padding-bottom: 30px !important;
    float: left;
}
.blogger>.item .item_inn {
    padding: 0 0 30px 30px;
    border-width: 1px;
    margin: 0 45px 0 0;
    position: relative;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.blogger>.item.has-post-thumbnail .item_inn {
    padding: 30px 30px 30px 30px;
    margin: -45px 45px 0 0;
}
.entryhead {
    position: relative;
}
.blogger>.item.has-post-thumbnail .entryhead {
    float: none;
    margin: 0 0;
}

.blogger h2 {
    margin: 0 0 20px 0;
}

.meta_more {
    float: right;
    margin: 13px -40px 0 0 !important;
}

.has-post-thumbnail .meta_more {
    margin: 13px -80px 0 0 !important;
}
.meta_more a {
    padding: 5px 15px;
    float: right;
}

/* formats */
.blogger .format-quote {
    /*pointer-events:none;*/
}
.blogger .format-quote img, .blogger .format-quote p.teaser span, .blogger .format-quote .meta_more, .blogger .format-quote .meta, .blogger .format-quote .entryhead {
    display: none !important;
}
.blogger .format-quote .item_inn {
    padding: 30px 30px 80px 30px;
}
.blogger .format-quote h2 {
    position: absolute;
    bottom: 10px;
    left: 60px;
    font-size: 14px !important;
    font-weight: normal
}
.single .format-quote {
    margin: 80px 0;
    padding: 100px 10%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
/* @posts: single***************************/
.postbar {
    position: relative;
    z-index: 3;
}
.item {
    border-width: 1px;
}
.item_inn {
    padding: 0 0;
}
.meta-single {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 22px 30px;
    margin: 0 0 15px 0;
}
.meta-single p.meta {
    margin-top: 2px;
}
.single-post .tmnf_excerpt p {
    font-size: 120%;
}
.entry p {
    margin: 25px 0;
}
.entry>p:first-of-type {
    margin-top: 0;
}
.entry>p:last-of-type {
    overflow: hidden;
}
.alignfull iframe {
    float: none;
    margin: 0 auto;
}
.alignfull .wp-block-embed__wrapper {
    text-align: center;
}
.entryhead .imgwrap {
    background: none;
}
.entry>ul, .entry>ol {
    margin: 20px 0 30px 0;
}
.wp-block-gallery {
    margin: 30px 0;
}
.entry ul li, .entry ol li {
    padding: 6px 0;
}

.wp-block-gallery .blocks-gallery-item {
    padding: 0 0;
}

.entry ul, li.comment ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 18px;
}
.entry ol, li.comment ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 20px;
}
.entry ul ul, .entry ol ul, li.comment ul ul, li.comment ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}
.entry ol ol, .entry ul ol, li.comment ol ol, li.comment ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}
.entry blockquote {
    padding: 40px 40px 40px 90px !important;
    margin: 25px 0 25px 0;
    line-height: 2.1em !important;
    letter-spacing: 0;
    font-size: 20px !important;
    font-weight: 300 !important;
    position: relative;
}
.entry blockquote:before
/*,
.entry blockquote:after*/
    {
    position: absolute;
    font-family: georgia, serif;
    font-size: 90px !important;
    opacity: .3;
}
.entry blockquote:before {
    top: 65px;
    left: 30px;
    content: '\201D';
}
/*.entry blockquote:after{ bottom:0; right:25px; content:'\201D';}*/
.entry blockquote p {
    margin: 0 0 0 0;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: 20px 0 18px 0;
    line-height: 1.4 !important;
    text-transform: none !important;
}
/* @posts: other***************************/
.page_header {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    max-height: 700px;
    padding: 180px 0 180px 0;
    margin: 0 0 0 0;
}
.page_header_plain {
    padding: 140px 0 80px 0;
    margin-bottom: -40px;
}
.archive.author .page_header {
    max-height: none;
}
.page_header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .8;
}
.page_header_plain h1,
h1.archive_title {
    border-width: 0 0 1px 0;
    padding: 0 0 40px 0;
}
.single-post .page_header img, .give-page .page_header img {
    opacity: .4;
}
.postinfo {
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 0 0;
}
.taggs, #post-nav, .postauthor {
    margin: 0 0 30px 0 !important;
}
.modified {
    margin: 0 0 0 0;
    visibility: hidden;
    display: none;
}
.taggs {
    display: block;
    width: 100%;
    /*text-align:center;
	*/
}
.taggs a {
    display: inline-block;
    padding: 5px 8px;
    border-width: 1px;
    border-style: solid;
    float: none;
    border: 1px solid rgba(153, 153, 153, .08);
    background: rgba(204, 204, 204, .1);
    margin-bottom: 3px;
}
.postauthor {
    overflow: hidden;
    padding: 0 0 5px 0;
    float: left;
    width: 100%;
    border-bottom-width: 1px;
}
.postauthor h3 {
    margin: 0 0 10px 0;
}
#content .postauthor img.avatar {
    float: left !important;
    margin: 15px 30px 10px 0 !important;
}
h2.additional {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
.authordesc {
    margin: 15px 0;
    line-height: 1.9;
    font-style: italic;
    font-size: 90%;
}
.authoricons a {
    font-size: 15px;
    padding: 0 8px;
    margin: 25px 1px 10px 0;
    width: 30px;
    float: none;
    text-align: center;
}
.authoricons a.hidd {
    display: none
}
ul.related {
    width: calc(100% + 40px);
    overflow: hidden;
    margin: 0 -20px 30px -20px;
    list-style: none;
    display: block;
    overflow: hidden;
}
ul.related li {
    position: relative;
    float: left;
    width: 33.333%;
    margin: 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}
ul.related li .tmnf_excerpt p {
    font-size: 90%;
}
ul.related li img {
    margin: 0 0 0 0;
    width: 100%;
}
ul.related li.related_title {
    width: 100% !important;
    margin: 0 0 10px 0;
    float: none;
    height: auto;
}
ul.related li.related_title h3 {
    margin: 20px 0 15px 0;
}
.related li:hover img {
    opacity: .3;
}
.related li h5 {
    margin-top: 5px;
}
.related li .imgwrap {
    margin: 0 0 20px 0;
}
.related li .meta {
    margin: 20px 0 0 0;
}
.archivloop {
    overflow: hidden;
    padding: 1px 0 0 1px;
}
.archivloop>div {
    overflow: hidden;
    margin: -1px 0 0 -1px;
    padding-top: 30px !important;
    height: 395px !important;
    border: 2px solid #ddd;
    width: 33.33% !important;
}
.postad, .contentad {
    width: 100%;
    margin: 0 0 30px 0;
    overflow: hidden;
    text-align: center;
}
.contentad img, .contentad ins, .postad img, .postad ins {
    max-width: 100%;
    display: block !important;
    margin: 0 auto !important;
}
#post-nav {
    float: right;
    width: 100%;
    padding: 0 0 0 0;
    line-height: 1.4 !important;
    border-style: solid;
    border-width: 1px;
}
#post-nav img {
    float: left;
    max-width: 140px;
    margin: 0 0;
    opacity: .8;
    overflow: hidden;
}
.post-nav-image {
    width: 20%;
    height: 110px;
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
    margin: -1px;
}
.post-nav-image .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -4px;
    z-index: 3;
    color: #777
}
#post-nav .post-next .post-nav-image {
    float: right;
    margin-right: -2px;
}
.post-previous, .post-next {
    width: 50%;
    padding: 0 0 0 0;
    float: left;
    overflow: visible;
    min-height: 105px;
}
.post-previous {
    border-width: 0 1px 0 0;
    margin-right: -1px;
}
.post-next {
    border-width: 0 0 0 1px;
}
#post-nav .post-nav-text {
    padding: 25px 10px;
    display: inline-block;
    float: left;
    width: 70%;
    line-height: 1.4 !important;
    font-size: 16px !important;
}
#post-nav .post-nav-text span {
    text-transform: uppercase;
    font-size: 11px;
    opacity: .5;
    display: block;
    margin: 0 0 10px 0;
}
#post-nav .post-next .post-nav-text {
    text-align: right;
    float: right;
}
/* 7. sidebar / #sidebar****************************************************************************************************************************************************************************************/
#sidebar {
    font-size: 90%;
}
.widgetable {
    padding: 5px 0 0 0;
}
.sidebar_item {
    padding: 20px 30px;
    margin: 0 0 40px 0;
    border-width: 1px;
    border-style: solid;
}

.sidebar_item ul {
    list-style: none;
}
.sidebar_item li {
    position: relative;
    padding: 6px 0;
    overflow: hidden;
    border-top: 1px solid rgba(204, 204, 204, .3);
}

.sidebar_item>ul>li:first-child {
    border-top: none;
}

.sidebar_item ul.children {
    margin: 8px 0 -8px 20px;
}

.sidebar_item p {
    padding: 9px 0;
    overflow: hidden;
}

.sidebar_item form {
    overflow: hidden;
    padding: 10px 0 0 0;
}
.sidebar_item select {
    margin: 5px 0 30px 0;
    width: 100%;
    font-size: 100% !important;
    clear: both;
    float: none;
}
.sidebar_item .searchform {
    margin: 0 0 0 0;
    padding: 0 0;
    float: none;
    clear: both;
    overflow: hidden;
}
.sidebar_item>img,
.sidebar_item>a>img {
    margin: 10px 0;
}
li.recentcomments {
    padding: 0 0 20px 0;
}
.textwidget {
    overflow: hidden;
}
ul.wp-review-tabs {
    margin-bottom: 0;
}
/* 8. Custom Widgets****************************************************************************************************************************************************************************************/

ul.featured,
ul.featured li {
    overflow: hidden;
    display: block;
}

ul.featured li {
    list-style: none;
}

ul.featured li:first-child,
ul.featured li:first-child>div {
    padding-top: 10px;
    border-top: none;
}


ul.featured li:last-child {
    margin-bottom: -20px;
}

ul.featured li>div {
    display: block;
    padding: 25px 0 25px 0;
    position: relative;
}

ul.featured li .imgwrap {
    overflow: hidden;
    float: left;
    margin: 0 20px 25px 0;
    max-width: 80px;
}

ul.featured li h4 {
    margin: 5px 0 8px 0;
}

ul.featured li img {
    width: 100%;
}

ul.featured li .meta {
    margin: 0 0 0 0;
    padding: 0 0;
    font-size: 10px !important;
    opacity: .7;
}

.tagcloud {
    margin: 25px 0 15px 0;
    padding: 0 0 0 0 !important;
    clear: both;
    display: block;
    float: none;
    width: 102%;
    overflow: hidden;
}
.tagcloud a {
    float: left;
    font-size: 13px !important;
    line-height: 1;
    padding: 6px 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 8px 9px 0;
}

a.rsswidget {
    padding: 10px 0 0 0;
    clear: both;
    display: block;
}
.rssSummary {
    font-size: 15px;
    line-height: 1.6 !important;
    opacity: .7;
    margin: 5px 0;
}
a.rsswidget {}
.sidebar_item cite, .rss-date {
    font-style: normal;
    font-size: 13px;
}
.sidebar_item cite {
    display: block;
    margin: 0 0 15px 0;
}
.cat_nr {
    font-style: italic;
    float: right;
    border-radius: 50%;
    margin-top: 2px;
    height: 24px;
    width: 24px;
    text-align: center;
    padding: 6px 0;
    font-size: 11px;
    line-height: 11px;
}
/* @custom menu***************************/

.sidebar_item ul.menu {
    margin: -20px 0;
}
#footer .sidebar_item ul.menu {
    margin: 0 0;
}
ul.menu li, ul.menu a {
    position: relative;
}
ul.menu li:after, ul.menu a:after {
    display: none
}
.widgetable ul.menu>li {
    margin: 0 0;
    padding: 0 0;
    list-style: none !important;
    text-align: left;
    border-top: none;
}
.widgetable ul.menu>li>a {
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 0;
    line-height: 1 !important;
    display: block;
    border-top: 1px solid rgba(204, 204, 204, .4);
}
.widgetable ul.menu>li.current-menu-item {
    margin: 0 -30px;
}
.widgetable ul.menu>li.current-menu-item>a {
    padding: 20px 30px;
}
.widgetable ul.menu>li:first-child>a {
    border-top-width: 0;
}
.widgetable ul.menu li ul {
    margin: 0 0 0 15px;
}
.widgetable ul.menu>li>ul {
    margin: -20px 20px 20px 0;
}
.widgetable ul.menu li ul li {
    list-style: none;
    padding: 0 0 0 0;
    border: none;
    position: relative;
    display: block;
}
.widgetable ul.menu li ul li:before {
    content: '-';
    margin-right: 8px;
}
.widgetable ul.menu li ul a {
    width: 100%;
    margin: 0 0 0 0;
    padding: 5px 0;
}
.widgetable ul.menu li ul ul ul ul ul ul {
    margin: 0 0 0 9px;
}
.widgetable ul.menu>li.menu-item-has-children>a {
    margin: 0 0 15px 0;
}

.widgetable ul.menu .menu-item-description {
    display: none !important;
}
/* @twitter***************************/
.tp_recent_tweets ul {
    margin: 0 0 15px 0 !important;
}
.tp_recent_tweets ul li {
    overflow: hidden;
    padding: 15px 0 15px 25px !important;
    border-top-width: 1px;
    border-top-style: solid;
    list-style: none !important;
    margin: 0 !important;
    position: relative;
    background: none !important;
    line-height: 2 !important;
}
.tp_recent_tweets ul li:first-child {
    border-top: none;
}
.tp_recent_tweets ul li span a {
    /*color: #55acee;
	*/
    opacity: .9;
    font-weight: normal;
}
a.twitter_time {
    font-style: italic;
    font-size: 11px;
}
.tp_recent_tweets ul li::before {
    /*color: #55acee;
	*/
    opacity: .2;
    content: "•";
    font-family: FontAwesome;
    font-size: 16px !important;
    left: 2px;
    position: absolute;
    top: 15px;
}

/* 9. Comments / #comments****************************************************************************************************************************************************************************************/
#comments {
    clear: both;
    margin: 5px 0 0 0;
    padding: 0 0;
}
#comments .navigation {
    padding: 20px 0;
    clear: both;
    overflow: hidden;
}
h3#comments-title {
    padding: 0 0;
    margin: 30px 0 5px 0;
}
h3#reply-title {
    padding: 0 0;
    margin: 20px 0 0 0;
}
.commentlist {
    list-style: none;
    margin: 0 0 0 0 !important;
}
.commentlist li.comment {
    line-height: 2;
    margin: 0 0;
    padding: 25px 0 25px 80px;
    position: relative;
    list-style: none;
}
.commentlist li.comment.parent {
    padding: 25px 0 0 80px;
}
.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
#comments .comment-body p {
    margin-bottom: 8px;
}
#comments .comment-body ul, #comments .comment-body ol {
    margin-bottom: 18px;
}
#comments .comment-body p:last-child {
    margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}
.commentlist ol {
    list-style: decimal;
}
.commentlist .avatar {
    position: absolute;
    top: 35px;
    left: 0;
}
.comment-author cite {
    font-size: 16px !important;
}
.comment-author .says {
    font-style: italic;
    display: none;
}
.comment-meta {
    margin: 0 0 10px 0;
    font-size: 80%;
}
.comment-meta a:link, .comment-meta a:visited {
    color: #888;
    text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
    color: #ff4b33;
}
#comments .reply {
    overflow: hidden;
}
#comments .reply a {
    font-size: 11px !important;
    text-transform: uppercase;
    margin: 0 0 0 0;
    display: block;
    float: left;
    padding: 5px 10px;
}
#comments .reply a:hover {
    opacity: .8;
}
.reply a, a.comment-edit-link {
    color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
    color: #ff4b33;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li {
    list-style: none;
    border: none;
}
.nopassword, .nocomments {
    display: none;
}
#comments .pingback {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
    margin-top: -6px;
}
#comments .pingback p {
    color: #888;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
#comments .pingback .url {
    font-size: 13px;
    font-style: italic;
}
/* Comments form***************************/
#respond {
    margin: 0;
    overflow: hidden;
    position: relative;
}
#respond p {
    margin: 0;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    width: 31.3%;
    float: left;
    margin-right: 3% !important;
}
.comment-form-url {
    margin-right: 0 !important;
}
input#author, input#email, input#url {
    width: 99.7% !important;
    margin-bottom: 40px !important;
    border-width: 1px;
    border-style: solid;
}
#respond .comment-notes {
    margin-bottom: 1em;
    opacity: .7;
    font-size: 90%;
}
.form-allowed-tags {
    display: none;
}
.children #respond {
    margin: 0 48px 0 0;
}
#comments-list #respond {
    margin: 0;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin-left: 10px;
}
#respond .required {
    color: #ff4b33;
    font-weight: bold;
    margin-left: 3px;
}
#respond label,
.akismet_comment_form_privacy_notice {
    color: #888;
    font-size: 12px;
}
#respond input {
    margin: 0;
}
#respond textarea {
    width: 100%;
    padding: 10px 1.5%;
}
#respond .form-allowed-tags, #respond .form-allowed-tags code {
    display: none;
}
#wp-comment-cookies-consent {
    margin: 9px 5px 0 0 !important;
    float: left;
}
.akismet_comment_form_privacy_notice {
    margin-top: 20px;
}
.akismet_comment_form_privacy_notice a {
    font-weight: bold;
    text-decoration: underline;
}
#respond .form-submit {
    margin: 12px 0 0 0;
}
#respond .form-submit input {
    font-size: 14px;
    width: auto;
    margin: 20px 0 0 0;
    padding: 20px 25px;
}
/* 10. Forms****************************************************************************************************************************************************************************************/
input, textarea, input checkbox, button, input radio, select, file {
    border-width: 1px;
    border-style: solid;
    padding: 10px 15px;
    margin: 0 0 15px 0;
    line-height: 1.2 !important;
    font-family: inherit;
}
button, input.button {
    cursor: pointer;
}
input checkbox {
    margin-right: 5px;
}
select {
    max-width: 100%;
    overflow: hidden;
    margin: 5px 0 20px 0;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .95rem center/8px 10px;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
/* 10. Search / .searchform****************************************************************************************************************************************************************************************/
.searchform {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
}
.searchSubmit {
    position: absolute;
    height: 50px;
    width: 80px;
    border: none;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    padding: 4px;
    top: 0;
    right: 0;
    font-size: 15px !important;
    line-height: 1 !important;
}
.searchform input.s {
    padding: 15px 5%;
    margin: 0 0 0 0;
    height: 50px;
    font-style: normal;
    width: 100%;
}
.search #content .searchform, .archive #content .searchform {
    margin: 0 0 10px 0;
    width: 70%;
}
.search .errorentry {
    padding: 0;
}
.error-search .searchform {
    margin: 0 auto 200px auto;
    width: 60%;
}
.search-no-results .blogger {
    height: auto !important;
    min-height: 300px;
}
.search-no-results .blogger>.item {
    width: 100%;
}
.errorentry {
    padding: 0 60px 50px 60px;
}

.errorentry h5 {
    margin-bottom: 40px;
}

.search-results .item.type-page .divider,
.search-results .item.type-page .categs {
    display: none;
}

/* 12. Footer / #footer****************************************************************************************************************************************************************************************/
#footer {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    overflow: hidden;
    position: relative;
    text-shadow: none;
    font-size: 90%;
    border-width: 1px 0 0 0;
}
#footer h5.widget {
    font-size: 12px !important;
    padding: 0 0 0 0;
    text-align: left;
    margin: 30px 0 15px 0;
    width: auto;
}
#footer h5.widget:after {
    display: none;
}
#footer .tmnf_ghost {
    background: none !important;
}

#footer .sidebar_item {
    background: none;
    border: none;
    margin: 0 0 30px 0;
    padding: 0 0;
}
#footer .sidebar_item:first-of-type {
    margin-top: 60px;
}

#footer .sidebar_item li {
    border-top: none;
    padding: 2px 0;
}
#footer p {
    margin: 0 0 15px 0;
    padding: 0 0;
}
/*#footer input{
	background:none !important;
}
*/
.footer-logo {
    margin: 0 0;
    border-top-style: solid;
    border-top-width: 1px;
    text-align: center;
}
.footer-logo img {
    margin: 50px auto 30px auto;
    max-width: 230px;
    float: none;
    max-height: 60px;
}
.footer_text {
    float: none;
    max-width: 50%;
    margin: 30px auto 60px auto;
    font-weight: normal;
    font-size: 12px;
    opacity: .8;
}
#footer .bottom-menu {
    float: right;
    margin: 40px auto 40px auto !important;
    display: block;
    text-align: center;
}
#footer .bottom-menu li {
    display: inline;
}
#footer .bottom-menu li a {
    padding: 5px 5px 5px 5px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#footer .bottom-menu li:first-child a {
    padding: 5px 10px 5px 0;
    background: none;
}
#footer .menu-item-has-children>a::after, .bottom-menu .menu-item-has-children>a::after, .bottom-menu .mega2>a::after {
    display: none;
}
/* 13. Images @ Galleries / img****************************************************************************************************************************************************************************************/
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
img.alignright {
    margin: 10px 1px 10px 20px !important;
    display: inline;
    float: right;
}
img.alignleft {
    margin: 10px 20px 10px 1px !important;
    display: inline;
    float: left;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.wp-caption {
    text-align: center;
    padding-top: 0;
    margin-bottom: 10px;
    max-width: 100%;
    overflow: hidden;
}
.wp-caption img {
    margin: 0 auto;
    display: block;
    float: none !important;
    padding: 10px 5px;
    border: 0 none;
    max-width: 100%;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    padding: 0 0;
    margin: 0 0 10px 0;
    overflow: hidden
}
img.wp-smiley {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}
.postbarNone .entry img.heroimg {
    margin: 30px -800px;
    max-width: 1600px;
    width: 1200%;
    left: 50%;
    position: relative;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.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. */
}
/* @wp gallery***************************/
.attachment .headimg {
    display: none;
    visibility: hidden;
}
.wp-smiley {
    margin: 0;
}
.gallery {
    margin: 0 auto 30px auto !important;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    margin: 0 1px 1px 0 !important;
    text-align: center;
    width: auto !important;
    height: auto;
    overflow: hidden;
    padding: 0 0;
    background: none !important;
    border: none !important;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.entryfull .gallery .gallery-item {
    max-width: 149px;
}
.gallery img {
    border: none !important;
    float: left;
}
.gallery a {
    overflow: hidden;
    float: left;
}
.gallery .gallery-caption {
    margin-left: 0;
}
.gallery dl {
    margin: 0;
}
dt.gallery-icon {
    padding: 0 0 !important;
}
.gallery-caption {
    color: #888;
    font-size: 12px;
    margin: -24px 0 24px 0;
}
.gallery br+br, .gallery-caption {
    display: none;
}
/* 14. Social Buttons / .social-menu****************************************************************************************************************************************************************************************/
ul.social-menu {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0;
    float: left;
}
ul.social-menu li {
    display: inline;
    list-style-type: none;
    position: relative;
    line-height: 1;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    overflow: hidden;
    text-align: center;
    border: none !important;
    -moz-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
}
ul.social-menu li:hover {
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
}
#header ul.social-menu li.search-item {
    display: none;
}
ul.social-menu li a {
    margin: 0 0 0 0;
    position: relative;
    font-size: 12px;
    height: 35px;
    text-align: center;
    padding: 11px 10px 11px 40px;
    float: left;
    border: none !important;
}
ul.social-menu li a:hover {
    border: 1px solid rgba(255, 255, 255, .01)
}
ul.social-menu li a:hover,
ul.social-menu li a:hover span {
    background-image: none;
    color: #fff !important
}
ul.social-menu li a i {
    font-size: 16px;
    line-height: 1;
    margin: -9px 0 0 0;
    position: absolute;
    top: 50%;
    left: 13px;
}
ul.social-menu li a.fixicon i {
    left: 10px;
}
ul.social-menu li span {
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0px;
    display: block;
    letter-spacing: 1px;
}

ul.social-menu li.search-item a i {
    font-size: 14px;
}


/* tweaks - footer icons */
.landing-section ul.social-menu {
    float: left;
    margin: 0 0 0 -15px;
    display: block;
}
.landing-section ul.social-menu li {
    margin: 35px 5px 35px 5px;
}
.landing-section ul.social-menu li a {
    background: none;
}

/* tweaks - sidebar icons */

.sidebar_item ul.social-menu li {
    margin: 0 5px 5px 0;
}
.sidebar_item ul.social-menu li a {
    padding: 16px 3px 18px 42px;
    background: rgba(204, 204, 204, .3);
}
.sidebar_item ul.social-menu li span {
    display: none;
}

ul.social-menu li a:hover i {
    color: #fff !important;
}

ul.social-menu li.sprite-rss a:hover {
    background-color: #FE9900 !important;
}
ul.social-menu li.sprite-google a:hover {
    background-color: #DB4A37 !important;
}
ul.social-menu li.sprite-delicious a:hover {
    background-color: #3274D2 !important;
}
ul.social-menu li.sprite-yahoo a:hover {
    background-color: #65106E !important;
}
ul.social-menu li.sprite-stumbleupon a:hover {
    background-color: #EC4823 !important;
}
ul.social-menu li.sprite-skype a:hover {
    background-color: #00A8E9 !important;
}
ul.social-menu li.sprite-behance a:hover {
    background-color: #2D9AD2 !important;
}
ul.social-menu li.sprite-myspace a:hover {
    background-color: #003399 !important;
}
ul.social-menu li.sprite-lastfm a:hover {
    background-color: #B70736 !important;
}
ul.social-menu li.sprite-linkedin a:hover {
    background-color: #0274B3 !important;
}
ul.social-menu li.sprite-flickr a:hover {
    background-color: #F3006F !important;
}
ul.social-menu li.sprite-deviantart a:hover {
    background-color: #455548 !important;
}
ul.social-menu li.sprite-tumblr a:hover {
    background-color: #35506B !important;
}
ul.social-menu li.sprite-vimeo a:hover {
    background-color: #1BB6EC !important;
}
ul.social-menu li.sprite-youtube a:hover {
    background-color: #EC2828 !important;
}
ul.social-menu li.sprite-twitter a:hover {
    background-color: #00ABF0 !important;
}
ul.social-menu li.sprite-tiktok a:hover {
    background-color: #00EAE3 !important;
}
ul.social-menu li.sprite-snapchat a:hover {
    background-color: #F7F200 !important;
}
ul.social-menu li.sprite-apple-podcasts a:hover {
    background-color: #BA4EED !important;
}
ul.social-menu li.sprite-telegram a:hover {
    background-color: #00ABF0 !important;
}
ul.social-menu li.sprite-facebook a:hover {
    background-color: #47639E !important;
}
ul.social-menu li.sprite-pinterest a:hover {
    background-color: #CA222F !important;
}
ul.social-menu li.sprite-instagram a:hover {
    background-color: #405de6 !important;
}
ul.social-menu li.sprite-dribbble a:hover {
    background-color: #DF3E7B !important;
}
ul.social-menu li.sprite-github a:hover {
    background-color: #000 !important;
}
ul.social-menu li.sprite-px a:hover {
    background-color: #000 !important;
}
ul.social-menu li.sprite-foursquare a:hover {
    background-color: #8CC540 !important;
}
ul.social-menu li.sprite-soundcloud a:hover {
    background-color: #FE5419 !important;
}
ul.social-menu li.sprite-spotify a:hover {
    background-color: #7CC110 !important;
}
ul.social-menu li.sprite-ebay a:hover {
    background-color: #FFCB01 !important;
}

/* 15. Flex Slider / .flexslider****************************************************************************************************************************************************************************************/
/* 16. Buttons, Pagination, Ribbons & Scroll to top****************************************************************************************************************************************************************************************/
/* Buttons***************************/
a.more-link {
    display: none;
    visiblity: hidden;
}
a.read-more {
    display: block;
    visibility: visible;
}
a.mainbutton, #submit, #comments .navigation a, .tagssingle a, .contact-form .submit, .wpcf7-submit, a.comment-reply-link, .give-btn {
    line-height: 1;
    padding: 7px 10px;
    border: none;
    text-shadow: none;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
a.mainbutton {
    margin: 20px 0 0 0;
    padding: 12px 15px;
    text-align: center;
    display: block;
    min-width: 130px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px !important;
}
a.mainbutton.tiny {
    min-width: 105px;
    padding: 6px;
}
a.morebutton {
    margin: 0 0 0 0;
    display: block;
    float: none;
    line-height: 1 !important;
    text-align: center;
    padding: 15px 20px;
    overflow: hidden;
}
/* Meta***************************/
.meta {
    line-height: 2;
    overflow: hidden;
    margin: 20px 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
p.meta.author img {
    opacity: 1;
    width: 35px;
    border-radius: 50%;
    float: left;
    margin: 0 10px 0 0;
    display: inline;
}

.meta_full>span {
    display: inline-block;
    padding: 5px 0 5px 35px;
    position: relative;
}
p.meta.author span {
    display: inline-block;
    margin: 8px 0;
}
.meta i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 22px;
    line-height: 1 !important;
}
span.divider {
    margin: 0 10px 0 15px;
    opacity: .4;
    font-weight: bold;
}
/* Pagination***************************/
.pagination {
    margin: 0 0 0 0;
    float: none;
    padding: 0 0 0 0;
    overflow: hidden;
    text-align: left;
}
.loop-pagination {
    margin-bottom: 0;
}
a.page-numbers {
    margin: 10px 8px 10px 0;
    text-shadow: none;
}
.page-numbers {
    font-size: 16px;
    line-height: 1;
    padding: 12px 16px !important;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
}
.page-numbers.current {
    font-weight: bold;
    margin: 0 8px 10px 0;
    color: #fff;
    text-shadow: none;
}
.dots {
    letter-spacing: 1px;
    margin: 0 15px -1px 0;
}
/* Post Pagination***************************/
.post-pagination {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    padding: 0 0;
    overflow: hidden;
    text-transform: uppercase;
}
.post_pagination_inn {
    overflow: hidden;
}
.post-pagination p {
    margin: 0 0;
    overflow: hidden;
    display: block;
}
.post-pagination p a span {
    padding: 30px 40px;
    position: relative;
    background: rgba(255, 255, 255, .1)
}
.post-pagination p a span.tmnf_prev_link {
    float: left;
}
.post-pagination p a span.tmnf_next_link {
    float: right;
}
.post-pagination p a:hover {
    color: #fff;
    opacity: .7;
}
.page-link {
    margin: 10px 0 0 0;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    position: absolute;
    width: 60%;
    left: 20%;
}
.page-link span {
    margin: 1px 0 -2px 0;
    padding: 7px 9px;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    line-height: 1;
}
.page-link a {
    line-height: 1;
}
.page-link a span {
    border: 1px solid rgba(153, 153, 153, .08);
    background: rgba(204, 204, 204, .1)
}
.page .page-link {
    position: relative;
    left: auto;
    text-align: left;
    display: block;
    width: 100%;
}
.page .page-link span {
    width: auto;
    display: inline;
}
.page .page-link span, .page .page-link a {
    margin: 0 5px;
}
.page .page-link span:first-child {
    margin: 0 15px 0 0;
}
/* Scroll To Top***************************/
.scrollTo_top {
    position: fixed;
    right: 60px;
    bottom: -4px;
    z-index: 998;
    width: 50px;
    margin: 0 0 0 0;
    text-align: center;
}
.scrollTo_top a {
    display: block;
    padding: 8px 0 15px 0;
}
/* 17. Plugins****************************************************************************************************************************************************************************************/
/* give */
#give-recurring-form .form-row input[type="text"], #give-recurring-form .form-row input[type="email"], #give-recurring-form .form-row input[type="password"], #give-recurring-form .form-row input[type="tel"], #give-recurring-form .form-row input[type="url"], #give-recurring-form .form-row select, #give-recurring-form .form-row textarea, form.give-form .form-row input[type="text"], form.give-form .form-row input[type="email"], form.give-form .form-row input[type="password"], form.give-form .form-row input[type="tel"], form.give-form .form-row input[type="url"], form.give-form .form-row select, form.give-form .form-row textarea, form[id*="give-form"] .form-row input[type="text"], form[id*="give-form"] .form-row input[type="email"], form[id*="give-form"] .form-row input[type="password"], form[id*="give-form"] .form-row input[type="tel"], form[id*="give-form"] .form-row input[type="url"], form[id*="give-form"] .form-row select, form[id*="give-form"] .form-row textarea {
    border: 1px solid rgba(102, 102, 102, .1) !important;
    border-radius: 0;
}
form[id*="give-form"] .give-donation-amount .give-currency-symbol.give-currency-position-before, form[id*="give-form"] #give-final-total-wrap .give-donation-total-label {
    border: 1px solid rgba(102, 102, 102, .1) !important;
    padding: 2px 16px;
    height: 40px !important;
    font-size: 14px !important;
    line-height: 34px;
    -moz-border-radius: 0 0 0 0;
    -khtml-border-radius: 30 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
form[id*="give-form"] .give-donation-amount #give-amount, form[id*="give-form"] .give-donation-amount #give-amount-text, form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
    border: 1px solid rgba(102, 102, 102, .1) !important;
    border-left: none !important;
    margin-left: 0;
    padding: 2px 16px;
    height: 40px !important;
    font-size: 14px !important;
    -moz-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
form[id*="give-form"] .give-donation-amount {
    margin: 0 0 20px;
}

.give_entry .give-btn {
    padding: 12px 15px;
    border-width: 1px;
    border-style: solid;
    background-color: rgba(0, 0, 0, 0.03);
}
.give_entry .give-btn.give-default-level {
    background: #0a0b3f;
    color: #fff;
}
#give-donation-level-button-wrap>li {
    margin: 0 20px 5px 0;
}
button.give-btn,
input.give-btn {
    padding: 20px 30px;
}
#give-purchase-button {
    border-color: rgba(0, 0, 0, 0);
}

.give_entry .give-goal-progress {
    padding: 30px 40px;
    margin: 0 0 30px 0;
    border-width: 1px;
    border-style: solid;
}
.give_entry .give-form {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(102, 102, 102, .1);
}
.give_archive_item {
    overflow: hidden;
    display: block;
    float: left;
    padding: 0 25px;
    margin: 0 0 50px 0;
    width: 33.33%
}
.give_archive_item:nth-child(3n +4) {
    clear: left;
}
.give_archive_item .item_inn {
    padding: 0 0 30px 30px;
    border-width: 1px;
    margin: 0 45px 0 0;
    position: relative;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.give_archive_item.has-post-thumbnail .item_inn {
    padding: 30px 30px 30px 30px;
    margin: -45px 45px 0 0;
}

.give_archive_item img {
    width: 100%;
}
.give_archive_item h2 {
    margin: 0 0 20px 0;
}
.give_archive_item .tmnf_excerpt p {
    font-size: 95%;
    margin: 0 0 10px 0;
}
.give_archive_item .give_notices.give_errors {
    display: none;
}
.give_archive_item .give-goal-progress .raised {
    position: relative;
    z-index: 1;
    font-size: 13px;
}
.give_archive_item.has-post-thumbnail .give-goal-progress .raised {
    margin-top: -18px;
}
.give-goal-progress .raised .income {
    font-size: 40px;
    line-height: 58px;
}
.give_archive_item .give-goal-progress .raised span:first-child {
    padding: 0 10px 0 0;
    border-radius: 0 2px 0 0;
}

.give-progress-bar,
.give-progress-bar>span {
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
.give_archive_item .give-progress-bar {
    height: 10px;
}
.tmnf_donations_page {
    margin-bottom: 60px !important;
    overflow: hidden !important;
}
.single-give_forms h2.give-form-title {
    display: none;
}
/* elementor tabs */
.elementor-tabs-view-vertical .elementor-tab-title {
    border-radius: 3px 0 0 3px;
    padding: 30px 30px !important;
}
.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
    border-radius: 0 3px 3px 3px;
}
.elementor-tabs-view-vertical .elementor-tab-content {
    padding: 35px 60px !important;
}
.elementor-tabs-view-vertical .elementor-tab-content p {
    margin: 10px 0;
}
.elementor-tabs-view-vertical .elementor-tab-content h1, .elementor-tabs-view-vertical .elementor-tab-content h2, .elementor-tabs-view-vertical .elementor-tab-content h3, .elementor-tabs-view-vertical .elementor-tab-content h4, .elementor-tabs-view-vertical .elementor-tab-content h5 {
    color: inherit !important;
}
.elementor-image-box-title {
    margin-top: 0;
}
/* eleslider */
.owl-carousel.loading {
    min-height: 750px;
}
.owl-carousel.loading.owl-loaded {
    min-height: 100px;
}
.eleslideinside h2, .eleslideinside h3 {
    line-height: 1.0 !important;
    margin-bottom: 25px;
}
.eleslideinside p {
    font-size: 120%;
    line-height: 1.7;
    margin: 15px 0 25px 0;
}
.eleslideinside>span {
    margin: 0 10px;
}
.eleslideinside a.su-button {
    margin: 5px 13px 0 13px;
}
.eleslideinside .su-button span {
    padding: 17px 25px !important;
    text-transform: uppercase;
}
.active.center .eleslideinside h2, .active.center .eleslideinside p, .active.center .eleslideinside a.su-button {
    animation-duration: 0.9s;
    animation-name: slidein;
    animation-fill-mode: both;
}
.active.center .eleslideinside p {
    animation-delay: .5s;
}
.active.center .eleslideinside a.su-button {
    animation-delay: .9s;
}
@keyframes slidein {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.owl-nav>div {
    letter-spacing: 2px;
}
.owl-nav>div:before {
    top: 11px !important;
}
.owl-nav>div:before {
    font-weight: 400 !important;
    font-family: Arial !important;
}


/* events manager */
.em-events-search,
#em-wrapper>p {
    display: none !important;
}
.event_item {
    overflow: hidden;
    position: relative;
    border-width: 1px;
    border-style: solid;
    padding: 35px 35px 25px 35px;
    margin: 0 0 -1px 0;
}

.event_item img {
    float: left;
    margin: 0 35px 10px 0;
    max-width: 40%;
}

.wrapper .event_item h3 {
    font-size: 22px !important;
    margin: 0 0 10px 0 !important;
}

.event_item>p {
    margin: 0 0 0 0 !important;
}

.event_item>.evnt_date {
    margin: 0 0 15px 0 !important;
    font-size: 14px;
}

.evnt_date>span {
    margin: 0 10px 0 0;
}

.evnt_date>span:first-child {
    padding: 5px 8px;
}

/* events single */
.single-event .page_header .meta,
.single-event .page_header p:first-child,
.single-event .postinfo {
    display: none !important;
}

/*.em-location-map-container{ display:none !important;}*/

.event_header {
    border-style: solid;
    border-width: 1px;
    padding: 20px 45px;
    overflow: hidden;
}

.event_header p {
    position: relative;
    padding: 0 20px 0 60px;
}

.event_header i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 35px;
    opacity: .4;
}

.event_header>i {
    display: none;
}

/* top 10 */
.tptn_counter {
    display: none;
}
.tptn_posts_widget {
    width: 100%;
    margin: 0 0;
    overflow: hidden;
}
.tptn_posts_widget li {
    display: block;
    overflow: hidden;
    padding: 20px 0 10px 0 !important;
    margin: 0 0 !important;
    line-height: 1.2;
    position: relative;
    counter-increment: step;
}
.tptn_posts_widget li:first-child {
    border-top: none !important;
}
.tptn_posts_widget li::before {
    content: counter(step, decimal);
    left: 0;
    position: absolute;
    text-align: center;
    height: 28px;
    width: 28px;
    line-height: 1.7 !important;
    top: 20px;
    z-index: 3;
    background: #2E2C42;
    color: #fff !important;
    opacity: .7;
    font-size: 16px !important;
}
li>.tptn_link {
    margin: 0 30px 10px 0;
    overflow: hidden;
    display: block;
    float: left;
    max-width: 95px;
}
.tptn_after_thumb .tptn_link {
    float: none;
    display: block;
    margin-bottom: 8px;
}
.tptn_after_thumb {
    overflow: hidden;
    padding: 8px 0 8px 0;
    display: block;
    font-size: 15px;
}
.tptn_title {
    margin: 0 0 10px 0;
}
.tptn_after_thumb>span {
    opacity: .7;
    font-size: 11px;
}
.su-box {
    border-width: 1px !important;
}
/* contact form */
.wpcf7-form p {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-style: italic;
}
.wpcf7-form p img {
    float: left;
}
.wpcf7-form p span {
    color: #86C7E8;
}
.wpcf7-form p input, .wpcf7-form p textarea, .wpcf7-form p select {
    width: 100%;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-style: normal;
    padding: 15px 15px;
    margin: 10px 0;
    overflow: hidden;
    clear: both;
}
.wpcf7-form p textarea {
    height: 233px !important;
}
.wpcf7-form p select {
    padding: 13px 15px;
}
.wpcf7-form p.sixcol {
    float: left;
    margin-right: 6%;
    width: 47%;
    clear: none;
}
.wpcf7-form p.sixcol.last {
    margin-right: 0;
}
.wpcf7-submit.wpcf7-submit {
    width: 120px !important;
    padding: 15px 15px !important;
    margin: 0 0 0 0 !important;
    text-transform: uppercase;
}
.wpcf7-form p img {
    float: left;
}
input.wpcf7-captchar {
    width: 65px !important;
    margin-top: 5px;
}
span.wpcf7-not-valid-tip {
    position: relative !important;
    margin-top: 5px;
}
/* awesome weather */
.awesome-weather-wrap {
    margin: 0 0 40px 0;
}
/* WP Review */
.icon-rating {
    position: absolute;
    float: right;
    z-index: 3;
    opacity: .8;
}
.icon-rating .wp-review-show-total {
    padding: 3px 9px !important;
}
.wp-review-point-type .review-result, .wp-review-percentage-type .review-result, .review-total-point .review-result {
    z-index: 9 !important;
}
/* mail chimp */
.mc4wp-form {
    padding: 0;
    margin: 20px 0;
}
.mc4wp-form small {}
.mc4wp-form input {
    float: none !important;
    clear: both;
    margin: 0 auto 15px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px !important;
    line-height: 1 !important
}
.mc4wp-form input[type="email"],
.mc4wp-form input[type="submit"] {
    height: 52px;
    margin: 0 0;
}

.mc4wp-form input[type="email"] {
    width: 68%;
    overflow: hidden;
    padding: 20px 30px;
    text-align: left;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    display: block;
    float: left !important;
}
.mc4wp-form input[type="submit"] {
    width: 30%;
    cursor: pointer;
    padding: 20px 10px;
}
.mc4wp-form p, .mc4wp-form h2, .mc4wp-form h3, .mc4wp-form h4, .mc4wp-form h5 {
    color: inherit !important;
    margin: 0 0 10px 0;
    padding: 0 0;
    width: 100%;
    clear: both;
    overflow: hidden;
    display: block;
}
.mc4wp-form h5 {
    padding-bottom: 20px;
    margin: 0 0 20px 0;
}
.mc4wp-form h5.widget::after {
    background-color: rgba(255, 255, 255, .2);
}
.mc4wp-form p {
    line-height: 1.4;
    margin: 0 0 20px 0;
}


#footer .mc4wp-form {
    padding: 0 0 !important;
    text-align: left;
    margin: 0 0 60px 0 !important;
    border: 0;
    background: none !important;
}
#footer .mc4wp-form h2 {
    margin: 0;
    padding: 0 0 !important;
}

/* addtoany */
.addtoany_share_save_container {
    margin: 25px 0 30px 0 !important;
    padding: 25px 0 15px 0 !important;
    border-width: 1px 0 0 0;
    border-style: solid;
}
.addtoany_list a span {
    -moz-border-radius: 45px;
    -khtml-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px !important;
    padding: 12px;
}
.page-template-homepage .addtoany_share_save_container, .flexinside-inn .addtoany_share_save_container {
    display: none;
}
.addtoany_list a, .widget .addtoany_list a {
    padding: 0 15px 0 0 !important;
}
/* 18. Homepage Blocks****************************************************************************************************************************************************************************************/

/* search + sociable section */
#footer .landing-section {
    margin: 0;
    padding: 0 0;
    border-top: 1px solid rgba(102, 102, 102, .1);
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    overflow: hidden
}
/* 19. Other (sticky, calendar, tabs, tooltips, speciable)****************************************************************************************************************************************************************************************/
.blogger div.post.sticky {
    position: relative;
}
.blogger div.post.sticky:after {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 2;
    font-family: 'Font Awesome 5 Free';
    content: "\f02e";
    font-size: 34px;
    letter-spacing: 0;
    line-height: 1 !important;
}
.blogger div.has-post-thumbnail.post.sticky:after {
    top: 30px;
    left: 60px;
    right: auto;
    color: #fff;
}
li.bypostauthor p {
    padding-right: 25px;
}
#footer .tagcloud a {
    font-size: 14px !important;
}
/* ratings***************************/
.icon-rating .wp-review-show-total {
    float: none;
    display: inline-block;
    padding: 9px !important;
    margin: 0 0 0 0;
    height: 35px;
    vertical-align: top;
}
.icon-rating .review-total-star i {
    font-size: 10px !important;
}
h5.review-title {
    font-size: 20px !important;
}
.review-list li, .review-desc, .user-review-area, .review-title {
    padding: 15px 35px;
}
.review-wrapper, .review-title, .review-desc, .user-review-area, .review-list li {
    border-width: 1px !important;
}
.review-wrapper {
    margin: 40px 0 !important;
}
.bar-point .review-result, .percentage-point .review-result {
    z-index: 3 !important;
}
ul.wp-review-tabs {
    margin-bottom: 0 !important;
}
.sidebar_item .wp_review_tab_widget_content .tab-content li {
    padding: 5px 20px 10px;
}
.sidebar_item .wp_review_tab_widget_content .entry_title {
    font-weight: normal;
    line-height: 1.4;
    font-size: 12px;
}
.sidebar_item .review-total-only.small-thumb {
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px;
    position: absolute;
    top: 5px;
    left: 20px;
}
.sidebar_item .wp_review_tab_widget_content .wp-review-tab_postmeta {
    font-size: 10px;
}

.sidebar_item img.img_full {
    margin: -21px -31px -21px -31px;
    max-width: calc(100% + 62px) !important;
    width: calc(100% + 62px);
}

/* calendar widget***************************/
.widget_calendar {
    float: left;
}
#wp-calendar {
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 10px;
}
#wp-calendar caption {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#wp-calendar thead th {
    padding: 8px 4px;
    text-align: center;
}
#wp-calendar tbody {}
#wp-calendar tbody td {
    border: 1px solid rgba(153, 153, 153, .1);
    text-align: center;
    padding: 8px 4px;
}
#wp-calendar tbody td:hover {}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    text-transform: uppercase;
    padding-top: 10px;
}
/* tables, def lists***************************/
.wp-block-table {
    width: 100% !important;
}
table, dl {
    border: 1px solid rgba(153, 153, 153, .2);
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0;
    border-collapse: collapse;
}
table td, table th {
    border: 1px solid rgba(153, 153, 153, .2);
    margin: 0 0;
}
dt {
    border-top: 1px solid rgba(153, 153, 153, .2);
    border-bottom: 1px dotted rgba(153, 153, 153, .1);
    margin-top: 0;
}
table th, dt {
    font-weight: normal;
    padding: 12px 15px;
    text-align: left;
    line-height: 1 !important;
    font-weight: bold;
}
table td, dd {
    padding: 12px 15px;
    vertical-align: top;
    line-height: 1 !important;
    font-size: 95%;
}
/* @speciable***************************/
.flyoff-is-visible {
    overflow: hidden !important;
    width: 100%;
    height: 100%;
    padding-right: 16px !important;
}

#flyoff {
    position: fixed;
    right: -400px;
    top: 0;
    width: 100%;
    padding: 30px 60px;
    max-width: 400px;
    z-index: 99;
    max-height: 100%;
    overflow-y: scroll;
}
#flyoff.visible {
    right: 0;
}


#flyoff .sidebar_item {
    padding: 0 0;
    border: none;
    margin: 0 0 40px 0;
}
#flyoff .sidebar_item h5.widget {
    margin: 0 0 10px 0;
    padding: 10px 0 20px 0;
}

.action-overlay {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    z-index: 98;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: none;
}
.action-overlay.visible {
    display: block;
}

.menuClose {
    position: absolute;
    right: 30px;
    top: 35px
}

.menuClose i {
    font-size: 18px;
}

.menuClose span {
    padding: 0 5px;
    font-size: 8px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline;
    line-height: 1;
    vertical-align: 3px;
    opacity: .6;
    display: none;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
}
object, embed, iframe {
    max-width: 100%;
}
::selection {
    background: #FFF6A9;
    color: #222;
}
::-moz-selection {
    background: #FFF6A9;
    color: #222;
}
.upper .widgetable ul.menu>li>a, .upper .nav>li>a, .upper .meta, .upper .nav-previous a, .upper .tab_post h4, .upper .tptn_title, .upper .uppercase, .upper .sidebar_item h2, .upper #respond .form-submit input, .upper .tptn_after_thumb>span {
    text-transform: uppercase;
}
/* elementor related*/
.tmnf_counter .elementor-counter-number-wrapper {
    display: inline-block !important;
}

.tmnf_counter .elementor-counter-number-tmnf_wrapper {
    display: inline-block !important;
}

.tmnf_counter .elementor-counter span {
    display: block;
    float: left;
}

.tmnf_counter .elementor-counter-title {
    text-align: left !important;
}


.elementor-align-justify.elementor-widget-button .elementor-button-text {
    text-align: left;
}

.elementor-icon-box-wrapper h3 {
    margin-top: 0;
}
.wrapper .elementor-progress-wrapper {
    line-height: 50px;
    height: 50px;
    border-radius: 0;
}
.wrapper .elementor-progress-bar {}
.wrapper .elementor-progress-bar span {
    font-size: 15px;
}

.staff_section img {
    width: 100%;
}

/* elementor edit mode*/

.elementor-editor-active .header_transparent_bg #header {
    position: relative;
}
.elementor-editor-active .wrapper {
    padding-top: 25px;
}
.elementor-editor-active .tranparent_header #header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    background: #2e2c42;
}
.elementor-editor-active .main_slider, .elementor-editor-active .main_carousel {
    display: block !important;
}
.elementor-editor-active .owl-carousel.loading {
    min-heigth: 200px;
}
.elementor-editor-active .main_slider .item {
    display: none;
}
.elementor-editor-active .main_carousel .item {
    display: none;
    float: left;
    width: 33.33%;
    position: relative;
}
.elementor-editor-active .main_slider .item:first-child {
    display: block !important;
}
.elementor-editor-active .main_carousel .item:nth-child(1), .elementor-editor-active .main_carousel .item:nth-child(2), .elementor-editor-active .main_carousel .item:nth-child(3) {
    display: inline !important;
}
.elementor-editor-active .main_slider img {
    display: block;
    width: 100% !important;
    max-width: 100% !important
}
.elementor-editor-active .slideinside {
    opacity: 1;
}

.dekoline {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 30px !important;
    margin-bottom: 26px !important;
}
.dekoline:before, .dekoline:after {
    position: absolute;
    height: 3px;
    bottom: 0;
    content: '';
    display: block;
}
.dekoline:before {
    background: #FFCA0A;
    left: 0;
    width: 40px;
}
.dekoline:after {
    background: rgba(80%, 80%, 80%, .4);
    left: 42px;
    right: 35%;
}
.dekoline_small {
    padding-bottom: 14px !important;
    margin-bottom: 11px !important;
}

.blogger .dekoline {
    padding-bottom: 3px !important;
    margin-bottom: 18px !important;
}

.blogger .dekoline:after {
    right: 65%;
}


/* curtain search */
#curtain {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .0;
    height: 0;
    width: 100%;
    z-index: 999;
    overflow: hidden;
}
#curtain.open {
    height: 100%;
    opacity: 1;
}
#curtain .searchform {
    max-width: 40%;
    width: 600px;
    height: 80px;
    margin: -40px 0 0 -300px;
    float: none;
    position: absolute;
    top: 40%;
    left: 50%;
}
#curtain .searchform input.s {
    padding: 12px 35px !important;
    height: 70px;
    background: rgba(153, 153, 153, 0.05);
    border: 1px solid rgba(153, 153, 153, .2);
    font-size: 18px !important;
}
#curtain .searchSubmit, #curtain a.curtainclose {
    border: none !important;
    top: 0;
    right: 0;
    font-size: 15px !important;
    width: 110px;
    height: 70px
}
#curtain a.curtainclose {
    margin: -15px 0 0 340px;
    float: none;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 20px;
    height: 20px
}

/* fontello */
@font-face {
    font-family: 'fontello';
    src: url('webfonts/fontello.eot?25902662');
    src: url('webfonts/fontello.eot?25902662#iefix') format('embedded-opentype'),
        url('webfonts/fontello.woff2?25902662') format('woff2'),
        url('webfonts/fontello.woff?25902662') format('woff'),
        url('webfonts/fontello.ttf?25902662') format('truetype'),
        url('webfonts/fontello.svg?25902662#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-doc:before {
    content: '\e800';
}
/* '' */
.icon-volume-up:before {
    content: '\e801';
}
/* '' */
.icon-basket-alt:before {
    content: '\e802';
}
/* '' */
.icon-article:before {
    content: '\e803';
}
/* '' */
.icon-search-2:before {
    content: '\e804';
}
/* '' */
.icon-cancel:before {
    content: '\e805';
}
/* '' */
.icon-clock-alt:before {
    content: '\e806';
}
/* '' */
.icon-book:before {
    content: '\e807';
}
/* '' */
.icon-user:before {
    content: '\e808';
}
/* '' */

/* GUTENBERG */
.wp-block-spacer {
    clear: both;
}
.wp-block-gallery:not(.alignfull) {
    margin: 0 -8px 30px -8px !important;
}
.wp-block-image .alignleft,
.wp-block-gallery.alignleft {
    margin-right: 1.4em !important;
}
.wp-block-image .alignright,
.wp-block-gallery.alignright {
    margin-left: 1.4em !important;
}
.wp-block-gallery,
.blocks-gallery-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    list-style-type: none !important;
    margin-left: -8px;
    margin-right: -8px;
}

.wp-block-image {
    margin-bottom: 0 !important;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    width: auto;
}

.alignwide iframe {
    width: 100%;
    min-height: 650px;
}

.wp-block-cover, .wp-block-cover-image {
    margin: 2.0em 0;
}

.wp-block-cover.alignleft {
    margin: 0 40px 20px 0;
}

.wp-block-cover.alignright {
    margin: 0 0 20px 40px;
}

.entry .wp-block-cover p:not(.has-text-color) {
    color: #fff;
}

.entry .wp-block-cover p a {
    color: #fff;
}

.wp-block-button {
    margin-top: 8px;
    margin-bottom: 8px;
}

.wp-block-quote {
    border-left: 4px solid #5076AA;
}