/*  
Theme Name: Incorp
Description: Industrial WordPress Theme. Online Documentation: https://themestate.com/docs/incorp/
Theme URI: https://themestate.com/docs/incorp/
Author: Dannci & Themnific 
Author URI: https://themnific.com/
Version: 1.0
Text Domain: incorp
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: https://www.gnu.org/licenses/gpl.html 
Copyright: (c) 2024 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 / .tmnf_social_icons
15. Flex Slider / .flexslider
16. Buttons, Pagination, Ribbons & Scroll to top
17. Plugins
18. Homepage Blocks
19. Other (sticky, tagcloud, 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;
}
body {
    overflow: visible !important;
    line-height: 1.7;
}
* {
    -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;
}
.site_tmnf_wrapper {
    overflow: hidden;
}
.tmnf_wrapper {
    max-width: 100%;
    overflow: hidden;
}
/* 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;
}
ul.children {
    margin-left: 15px;
    list-style-type: none;
}
.tranz, #nav, .tmnf_icon, .nav-previous a, .nav>li>a:before, .menu a, .wpcf7-submit.wpcf7-submit,#main-nav::after {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.tranz2 {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
a, a:hover, .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: none;
}
a:hover, .elementor a:hover {
    text-decoration: underline;
}
a.elementor-button-link:hover, .scrollTo_top a:hover {
    text-decoration: none;
}
.rad, #respond #submit {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.big_rad, #comments .reply a, ul.tmnf_social_icons li a{
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
}
.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;
}
hr {
    background: #eee !important;
    border: none !important;
}
.entry p a:hover {
    color: #fff !important;
}
.top-fix {
    margin-top: 50px;
}
.bottom-fix {
    margin-bottom: 80px !important;
}
.tmnf_hide {
    display: none !important;
}
.tmnf_icon {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    background: rgba(0, 0, 0, .15);
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 9px 0;
    font-size: 14px;
}
.tmnf_gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 72%, rgba(0, 0, 0, 0.75) 100%);
   /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 72%, rgba(0, 0, 0, 0.75) 100%);
   /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 72%, rgba(0, 0, 0, 0.75) 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
   /* IE6-9 */
}
.tmnf_shadow_large{
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, .06);
    background-color: rgab;
}
/* 2. Body & Default styling****************************************************************************************************************************************************************************************/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}
h1 {
    margin: 15px 0;
    padding: 0;
}
h2 {
    margin: 20px 0;
    padding: 0;
}
h4.widget {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0 !important;
    width: 100%;
    padding: 5px 0 15px 0 !important;
    display: block;
    font-size: 13px;
}
h4.widget:after {
    right: 0 !important;
}
h4.widget img {
    float: left;
    margin: 4px 6px 0 0;
}
.foocol h4.widget {
    margin: 0 0 23px 0 !important;
    width: 100%;
    font-size: 12px;
}
.foocol h4.widget::after {
    max-width: 70%;
}
.postbarNone h1.archiv span.subtitle, .tmnf_sidebar_null h1.archiv span.subtitle {
    margin: 25px auto 0 auto;
}
h1.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-width: 0 0 1px 0;
    border-style: solid;
}
.header_palceholder{
    display: block;
    content: '';
    height: 70px;
}
#header h1 {
    display: block;
    position: relative;
    margin: 0 0;
    float: none;
    max-width: 100%;
}
#header h1 a{
    display: block;
}
#titles img {
    margin: 0 0;
    display: block;
    float: none;
    max-width: 100%;
    padding: 0 0;
}
#titles {
    float: left;
    display: block;
    padding:0;
    position: relative;
    z-index: 99;
}
#titles .logo {
    display: block;
}
.header_right {
    float: right;
}
.topbar{
    border-width: 0 0 1px 0;
    border-style: solid;
}
.topnav_dis .topbar{
    display: none;
}
.topbar ul.tmnf_social_icons{
    margin: 5px 10px -5px -10px;
}
#topbar ul.tmnf_social_icons li a:hover {
    background-color: transparent !important;
    color: inherit !important;
    text-decoration: none;
}
#topbar .tmnf_social_icons span {
    font-size: 11px !important;
    font-weight: 500 !important;
    margin-top: 2px;
}
/* 5. Navigation / #navigation****************************************************************************************************************************************************************************************/
#navigation {
    z-index: 10;
    padding: 0 70px 0 0;
    position: relative;
    width: 100%;
    display: block;
}
a.searchOpen{
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    font-size: 20px;
    line-height: 1;
    display: none;
}
.show_menu_visible a.searchOpen{
    display: block;
}
.nav {
    padding: 0;
    list-style: none;
    line-height: 1;
    display: block;
    z-index: 99;
}
.nav a {
    position: relative;
    display: block;
    z-index: 1;
    padding: 15px 0;
    text-decoration: none;
}
.nav a i {
    margin: -3px 7px -3px 0;
    vertical-align: top;
    font-size: 18px;
}
.nav>li>a {
    display: block;
    padding: 0;
    text-decoration: none;
    line-height: 1;
    border-bottom: none;
    text-align: left;
}
.nav li a .menu-item-description {
    display: none;
    padding-top: 6px;
    margin-bottom: -1px;
    letter-spacing: 0.02em;
    font-size: 11px !important;
    text-align: left;
    font-weight: 400;
    opacity: .7;
}
.nav>li>a>.menu-item-description {
    display: block;
}
.nav li {
    display: block;
    position: relative;
}
.nav>li {
    margin: 0 25px;
    -webkit-backface-visibility: hidden;
}
.nav li ul {
    margin: 0 0 0 0;
    padding: 0 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);
    padding:10px 0 !important;
}
.nav li.mega ul.sub-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.nav li ul li>a {
    margin: 0 25px;
    padding: 11px 0px;
    border-bottom: 1px dotted rgba(255, 255, 255, .15);
    text-align: left;
    line-height: 1.5;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -ms-transition: none;
}
.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;
    margin: -2px 0 0 0;
    padding: 0 0 0 0;
}
.nav>li>ul:after {
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #900;
    border-style: solid;
    bottom: 100%;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: -8px;
    width: 0;
}
.nav>li>ul>li, .nav li ul ul li {
    width: 100%;
    max-width: 250px;
}
.nav li ul ul {
    margin: -50px 0 0 238px;
}
.nav>li:nth-last-child(1) ul ul {
    margin: -50px 0 0 -208px;
}
.nav li.menu-item-has-children a, .nav li.page_item_has_children a {
    padding-right: 20px !important;
}
.tmnf_nav .menu-item-has-children>a::after {
    position: absolute;
    content: "▼";
    height: 4px;
    width: 4px;
    top: calc(50% - 4px);
    right: 7px;
    font-size: 7px !important;
    font-weight: normal;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: .2;
}
.tmnf_nav li ul li.menu-item-has-children>a::after {
    right: 0;
}
.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, li.menu-item-has-children[aria-expanded="true"]>ul {
    left: auto;
}
ul.sub-menu li.current-menu-item>a {
    opacity: .7;
}
.elementor-nav-menu a, .elementor-nav-menu a:hover{
    text-decoration: none !important;
}
#main-nav {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 30px;
    width: 100%;
    z-index: 99;
    display: flex !important;
}
#main-nav > li {
    margin: 0 20px;
    padding: 0 0;
    display: inline;
    float: left;
    text-align: center;
    position: relative;
}
#main-nav > li > a{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
#main-nav > li.special {
    float: right;
    padding: 0;
    margin:-8px 0 0 30px;
}
#main-nav > li.special_alt {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
}
#main-nav>li.special:before {
    display: none;
}
#main-nav>li.special>a {
    padding-left: 30px;
    padding-right: 30px;
    border-width:1px;
    border-style: solid;
}
.add-nav-fix{
    display: block;
    content: '';
    height: 45px;
}
#add-nav {
    display: inline-block;
    float: right;
    padding: 5px 0 0 0;
    position:relative;
    z-index: 99;
}
#add-nav > li {
    padding: 0 0;
    margin: 0 0 0 18px;
    float: left;
}
#add-nav li ul {
    width: 180px;
}
#add-nav > li > a {
    font-size: 11px !important;
    padding: 12px 0;
    font-weight: 500;
    border-top-width: 0 !important;
    position: relative;
}
#add-nav ul li > a{
    font-size: 12px !important;
}
#add-nav > li > a i{
    font-size: 14px !important;
    margin: -1px 7px -3px 0;
}
#add-nav .menu-item-has-children>a::after {
    top: calc(50% - 4px);
    font-size:8px !important;
}
#add-nav > li>a:hover, #add-nav > li.current-menu-item>a {
    border-color: initial;
}
#add-nav .menu-item-description {
    display: none;
}
.newitem>a {
    position: relative;
}
.newitem>a:after {
    position: relative;
    content: 'NEW';
    background: #3d8361;
    color: #000;
    vertical-align: top;
    font-size: 10px;
    margin: 0 0 0 4px;
    padding: 0 3px;
}
/* @mega menu ***************************/
@supports not (-ms-high-contrast: none) {
    #main-nav {
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        display: inline-block;
   }
    .nav li.mega>ul.sub-menu {
        position: fixed;
   }
    .nav li.mega:hover>ul.sub-menu, li.mega[aria-expanded="true"]>ul.sub-menu {
        top: 100%;
        left:auto;
        right: -70px;
        width: 1300px;
       /*VAR*/
        margin-top:-2px;
   }
    .nav li.mega > ul.sub-menu {
        padding: 25px 20px 30px 20px !important;
   }
    .nav li.mega > ul.sub-menu>li {
        float: left;
        width: 25%;
        max-width: 25%;
        position: relative !important;
   }
    .nav li.mega > ul.sub-menu > li > a {
        font-weight: 600 !important;
        font-size: 16px;
   }
    .nav li.mega>ul.sub-menu>li ul, .nav li.mega>ul.sub-menu>li ul ul, .nav li.mega>ul.sub-menu>li ul ul ul {
        position: relative !important;
        left: auto !important;
        margin: 0 0 10px 10px !important;
        padding: 0 0 !important;
        width: calc(100% - 10px);
   }
    .fa-external-link-alt {
        font-size: 12px !important;
        margin-left: 4px !important;
   }
    .nav li.mega ul li>a {
        border-bottom: none;
        padding: 4px 0;
   }
   /*arrow*/
    .nav>li.mega:hover::after {
        border-width: 8px 0 0 8px;
        border-color: transparent transparent transparent #900;
        border-style: solid;
        bottom: 2px;
        content: "";
        height: 0;
        position: absolute;
        left:0;
        width: 0;
   }
    .nav>li.mega>ul::after {
        display: none;
   }
    .nav li.mega ul li.menu-item-has-children>a::after {
        display: none;
   }
}
/* @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: 1;
    cursor: pointer;
}
input#navtrigger:hover {
    color: #fff !important 
}
[type="checkbox"]:checked~#navigation, [type="checkbox"]:checked~#add-nav {
    display: block !important;
}
#header input[type=checkbox] {
    display: none;
    position: absolute;
    top: 38px;
    right: 15px;
}
.show_menu {
    padding: 18px 10px;
    height: 46px;
    width: 80px;
    background-image: none;
    margin: 12px 0;
    display: none;
    position: absolute;
    top: 0;
    right: 20px;
    float: right;
    z-index: 99;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}
.tmnf_mobile_dropdown {
    display: none;
}
/* 6. Content / #content****************************************************************************************************************************************************************************************/
#core {
    padding-top: 60px;
}
#tmnf_single_core {
    padding-top: 60px;
}
/* @posts: basics***************************/
.blogger {
    padding: 0;
    margin: 0 0;
    width: 100%;
    overflow: hidden;
}
.blogger>.item {
    overflow: hidden;
    position: relative;
    margin: 0 0 60px 0;
    width: 100%;
    padding: 0 0 0 18%;
    float: left;
}
.blogger .item_inn {
    padding: 0 0;
    position: relative;
    border-width: 0 0 0 1px;
}
.blogger>.item h2 {
    margin:30px 0 20px 0;
    padding-left: 30px;
}
.blogger>.item p.tmnf_meta {
    margin: 0 0;
    padding:0 0 15px 30px;
    border-width: 0 0 1px 0;
}
.blogger>.item .tmnf_meta_date{
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    padding:0 30px 15px 0 !important;
    border-width: 0 0 1px 0 !important;
    width:18%;
}
.blogger>.item p.teaser {
    margin: 0 0 0 0;
    font-size: 17px;
    line-height: 1.6;
    border-width:0 0 1px 0;
    padding: 0 0 30px 30px;
}
.blogger>.item p.tmnf_meta_more {
    margin:20px 0 0 0 !important;
    padding:0 0 10px 30px;
}
.blogger>.item .dekoline::after {
    max-width:40%;
}
.entryhead {
    position: relative;
}
.blogger > .item.has-post-thumbnail .imgwrap {
    margin: 0 40px 0 0;
    max-width: 45%;
    float: left;
    display: none;
}
/* blogger: alternative */
.blogger.blog_layout_classic {
    margin: 0 -20px;
    width: calc(100% + 40px);
}
.blogger.blog_layout_classic>.item {
    margin: 0 0 50px 0;
    width: 50%;
    padding: 0 20px;
}
.blogger.blog_layout_classic>.item:nth-of-type(2n + 3) {
    clear: left;
}
.blogger.blog_layout_classic>.item.has-post-thumbnail .imgwrap {
    margin: 0 0 20px 0;
    max-width: 100%;
    float: none;
}
.blogger.blog_layout_classic>.item.has-post-thumbnail img {
    width: 100%;
}
/* formats */
.blogger .format-quote {
    padding: 40px 40px 40px 40px !important;
    position: relative;
    pointer-events: none;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.02) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, 0.02) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, 0.02) 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.blogger .format-quote h2.posttitle {
    font-size: 34px !important;
}
.blogger .format-quote p.teaser {
    font-size: 12px !important;
    font-weight: 500;
}
.blogger .format-quote img, .blogger .format-quote p.teaser span, .blogger .format-quote .read_more, .blogger .format-quote .tmnf_meta, .blogger .format-quote .entryhead {
    display: none !important;
}
.blogger .format-quote {
   /* IE6-9 fallback on horizontal gradient */
}
.blogger .format-quote h3 {
    position: absolute;
    bottom: 15px;
    left: 40px;
    font-size: 14px !important;
    font-weight: 500 !important;
    opacity: .4;
}
.single .format-quote {
    margin: 80px 0;
    padding: 100px 10%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
/* @posts: Single***************************/
.single-post .item_inn, .page .postbarRight .item_inn, .page .postbarLeft .item_inn, .single-tmnf_project .item_inn{
    border-width:0 1px 0 1px;
    padding: 0 80px;
}
.single-post .tmnf_sidebar_null .item_inn, .page .tmnf_sidebar_null .postbarRight .item_inn, .page .tmnf_sidebar_null .postbarLeft .item_inn{
    border-width:0 0 0 0;
    padding: 0 0;
}
.postbar {
    position: relative;
    z-index: 3;
}
.entry p {
    margin: 20px 0;
}
.entry p:last-of-type {
    overflow: hidden;
}
.fullcontent {
    margin: 0 0 80px 0;
}
.fullcontent h1.entry-title {
    margin: 0 0 20px 0;
    padding: 0 0;
}
.entryfull {
    margin: 0 0;
}
.entrywoo {
    margin: 40px 60px 
}
.titlewrap {
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin: 0 0 0 -580px;
    max-width: 45%;
}
.entryhead .imgwrap {
    background: none;
}
.entry>ul, .entry>ol {
    margin: 20px 0 30px 35px;
}
.entry ul li, .entry ol li {
    padding: 5px 10px;
}
.entry ul, li.comment ul {
    list-style-type: disc;
    list-style-position: outside;
}
.entry ol, li.comment ol {
    list-style-type: decimal;
    list-style-position: outside;
}
.entry ul ul, .entry ol ul, li.comment ul ul, li.comment ol ul {
    list-style-type: circle;
    list-style-position: outside;
    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: outside;
    margin-left: 15px;
}
blockquote {
    border-left: 2px solid rgba(102, 102, 102, .2);
    background: rgba(153, 153, 153, .05);
    padding: 20px 35px !important;
    margin: 25px 0;
    letter-spacing: 0;
    font-style: italic;
}
blockquote p {
    margin: 0 0 0 0 !important;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: 20px 0 25px 0;
    line-height: 1.4 !important;
    text-transform: none !important;
}
.errorentry h5 {
    margin-bottom: 80px;
}
/* @posts: other***************************/
.page_header {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    max-height: 780px;
    padding:170px 0 170px 0;
    margin: 0 0 0 0;
    border-style: solid;
    border-width: 0 0 1px 0;
}
.archive.author .page_header {
    max-height: none;
}
.page_header h1 {
    line-height: 1.2;
    margin: 10px 0;
}
.page_header .entry_title{
    position: relative;
    padding-bottom: 15px;
    display: block;
}
.page_header .tmnf_hr::after, .eleslideinside h2::after{
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    background-color: rgba(255,255,255,.3);
    width: 10000px;
    height: 1px;
}
.page_header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .5;
}
.single-post .page_header img{
    opacity: .4;
}
.main_breadcrumbs {
    padding: 0 0;
    list-style: 1;
}
.home .main_breadcrumbs, .error404 .main_breadcrumbs, .search .main_breadcrumbs, .page-template-homepage .main_breadcrumbs {
    display: none;
}
.main_breadcrumbs span {
    padding: 0 25px 0 0;
    margin: 0 10px 0 0;
    position: relative;
}
.main_breadcrumbs span::after {
    position: absolute;
    height: 1px;
    width: 10px;
    content: '\2192';
    display: block;
    top: 1px;
    right: 3px;
    line-height: 1;
}
.main_breadcrumbs span:last-child:after, .main_breadcrumbs .crumb_shop:after {
    display: none;
}
.main_breadcrumbs .crumb_shop {
    padding-right: 0;
    margin-right: 0;
}
.postinfo {
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 0 0;
}
p.modified {
    margin: 0 0 0 0;
    visibility: hidden;
    display: none;
}
.taggs {
    display: block;
    width: 100%;
    margin: 0 0 0 0 !important;
   /*text-align:center;
    */
}
.taggs a {
    display: block;
    padding: 7px 12px;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 0 -1px 0 0;
}
.postauthor {
    overflow: hidden;
    padding: 10px 25px;
    float: left;
    width: 100%;
    border-width: 1px;
    margin: -1px 0 20px 0;
    border-radius: 0 0 3px 3px;
}
#content .postauthor img.avatar {
    float: left !important;
    margin: 15px 25px 10px 0 !important;
}
.authordesc {
    margin: 15px 0;
    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 
}
#post-nav {
    float: right;
    width: 100%;
    padding: 0 0 0 0;
    line-height: 1.4 !important;
    border-style: solid;
    border-width: 1px 0;
    margin: -1px 0 0 0;
}
#post-nav img {
    float: left;
    max-width: 140px;
    margin: 0 0;
    opacity: .8;
    overflow: hidden;
    display: none;
}
.post-nav-image {
    max-width: 30%;
    max-height: 140px;
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
}
.post-nav-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    z-index: 3;
    color: #fff;
}
#post-nav .post-next .post-nav-image {
    float: right;
}
.post-previous, .post-next {
    width: 50%;
    padding: 0 0 0 0;
    float: left;
    overflow: visible;
}
.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: 40px 0;
    display: inline-block;
    float: left;
    width: 70%;
    line-height: 1.4 !important;
}
#post-nav .post-nav-text span {
    font-weight: 400;
    opacity: .7;
    font-size: 11px;
}
#post-nav .post-next .post-nav-text {
    text-align: right;
    float: right;
}
/* 7. Sidebar / #sidebar****************************************************************************************************************************************************************************************/
.sidebar_item {
    margin: 0 0 60px 0;
    line-height: 1.4;
    overflow: hidden;
    padding: 30px;
    border-width: 1px;
    border-style: solid;
    font-size: 85%;
}
/* 8. Custom Widgets****************************************************************************************************************************************************************************************/
.sidebar_item>ul {
    margin: 10px 0;
    display: block;
    width: 100%;
    list-style: none;
}
.sidebar_item li, .sidebar_item p {
    position: relative;
    padding: 8px 0;
    overflow: hidden;
    border-top: 1px solid rgba(204, 204, 204, .4);
}
.sidebar_item p {
    border-top: none;
}
.sidebar_item img.img_full {
    margin: -30px -30px;
    max-width: calc(100% + 60px) !important;
    width: calc(100% + 60px);
}
.sidebar_item ul.children, .sidebar_item ul.sub-menu {
    margin: 7px 0 -6px 15px;
    list-style-type: none;
    display: block;
    overflow: hidden;
    clear: both;
}
.sidebar_item li li li li li li ul.sub-menu {
    margin: 7px 0 -6px 5px;
}
.sidebar_item>ul>li:first-child {
    border-top: none;
}
.sidebar_item form {
    overflow: hidden;
}
.sidebar_item select {
    margin: 20px 0;
    width: 100%;
    font-size: 100% !important;
    clear: both;
    float: none;
}
.sidebar_item .searchform {
    margin: 20px 0;
    padding: 0 0;
    float: none;
    clear: both;
    overflow: hidden;
}
span.cat_nr {
    float: right;
    text-align: center;
    padding: 4px 0;
    width: 23px;
    height: 23px;
    font-size: 11px;
    border-radius: 50%;
    margin-top: 0px;
    line-height: 1.4;
}
#footer span.cat_nr {
    margin-top: 3px;
}
.sidebar_item .tmnf_meta{
    font-weight: 400 !important;
    font-size: 11px !important;
}
/* 8. Custom Widgets****************************************************************************************************************************************************************************************/
ul.lists {
    list-style: none;
    overflow: hidden;
    margin: 0;
    width: 106% 
}
ul.lists li ul, ul.lists li ul li {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    width: 100%;
    background: none;
}
.lists li {
    padding: 0 10px 0 26px;
    margin: 0 3% 0 0;
    float: left;
    width: 31%;
    list-style: none;
}
.rssSummary, .rss-date {
    font-style: italic;
    font-size: 14px;
    line-height: 1.6 !important;
    opacity: .7;
    display: block;
    text-align: left;
}
a.rsswidget {
    clear: both;
    float: none !important;
    display: block;
    line-height: 1.4;
    margin: 10px 0 5px 0;
}
.sidebar_item cite, .foocol cite {
    font-size: 14px;
    line-height: 1.6 !important;
    float: left;
    margin: 0 0 25px 0;
    opacity: .5;
}
#recentcomments li {
    text-align: left;
}
#recentcomments li a {
    float: none;
    display: inline;
}
/* @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;
}
/* featured***************************/
ul.featured {
    margin: 0 0 25px 0 !important;
    overflow: hidden;
    float: left;
    list-style: none !important;
    width: 100%;
}
ul.featured li {
    list-style: none !important;
    padding: 0 0 !important;
    margin: 0 0 !important;
    display: block;
    overflow: hidden;
}
.tab-post {
    padding: 25px 0 25px 0;
    margin: 0 0;
    border-style: solid;
    border-width: 1px 0 0 0;
    display: block;
    overflow: hidden;
}
li:first-child .tab-post {
    border-top: none;
    padding-top: 10px;
    min-height: 90px 
}
.tab-post .imgwrap {
    float: left;
    margin: 0 20px 0 0;
    max-width: 33%;
}
.sidebar_item .tab-post {
    border-width: 0 0 0 0;
}
.sidebar_item li:first-child .tab-post {
    padding-top: 20px;
}
.sidebar_item li:last-child .tab-post {
    padding-bottom: 0;
}
.sidebar_item .tab-post h4 {
    font-size: 14px !important;
    font-weight: 500;
    margin:0 0 5px 0;
}
.tab-post .tmnf_meta {
    float: none;
    margin: 0 0;
    padding: 0 0;
    opacity: .5;
}
/* Menu Widget*/
ul.menu, ul.menu li {
    list-style: none;
}
ul.menu>li:first-child {
    border-top: none;
}
ul.menu .menu-item-has-children>a::after, ul.menu .menu-item-description {
    display: none;
}
#menu-widget-menu {
    margin:-30px;
    width: calc(100% + 60px);
}
#menu-widget-menu li {
    padding: 0 0;
    margin: 0 0;
}
#menu-widget-menu > li > a {
    position: relative;
    padding: 20px 20px;
    margin: 0 0;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}
#menu-widget-menu > .current-menu-item > a{
    padding-right:50px;
}
#menu-widget-menu > .current-menu-item > a::after{
    content: '';
    height: 8px;
    width: 8px;
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 50%;
}
#menu-widget-menu li ul {
    margin: 0 0 0 30px;
}
#menu-widget-menu li li a {
    padding: 5px 0;
    display: block;
    font-size: 13px;
}
#menu-widget-menu li li.current_page_item>a {
    padding-left: 10px;
}
/* 9. Comments / #comments****************************************************************************************************************************************************************************************/
#comments {
    clear: both;
    margin: 20px 0 30px 0;
    padding: 0 0;
    overflow: hidden;
}
#comments .navigation {
    padding: 20px 0;
    clear: both;
    overflow: hidden;
}
h3#comments-title, h3#reply-title {
    padding: 0 0;
    margin: 40px 0 20px 0;
}
.commentlist {
    list-style: none;
    margin: 0 0 0 0 !important;
}
.commentlist li.comment {
    line-height: 1.7;
    margin: 0 0;
    padding: 20px 0 20px 80px;
    position: relative;
    list-style: none;
}
.commentlist li.comment.parent {
    padding: 20px 0 0 80px;
}
.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
#comments .comment-body p {
    margin-bottom: 15px;
    line-height: 1.7;
}
#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: 17px;
    left: 0;
}
.comment-author cite {
    line-height: 1.2;
    margin: 0 0 10px 0;
    overflow: hidden;
    display: block;
}
.comment-author .says {
    display: none;
}
.comment-meta {
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 1;
}
.comment-meta a:link, .comment-meta a:visited {
    opacity: .6;
    text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
    color: #ff4b33;
}
#comments .reply {
    overflow: hidden;
    margin: 10px 0 0 0;
}
#comments .reply a {
    margin: 0 0 0 0 !important;
    display: block;
    float: left;
    padding:9px 13px 10px 13px;
    font-size: 15px;
}
.commentlist .children {
    list-style: none;
    margin: 15px 0 0 0;
    ;
}
.commentlist .children li {
    list-style: none;
    border: none;
}
.nopassword, .nocomments {
    display: none;
}
#comments .pingback {
    border-bottom: 1px solid rgba(204, 204, 204, .3);
    margin: 0 0;
    padding: 0 0 20px 0;
    font-size: 13px;
}
.commentlist li.comment+li.pingback {
    margin-top: -6px;
}
.pingback .comment-meta {
    margin: 0 0 20px 0;
}
#comments .pingback p {
    display: block;
    margin: 0;
}
#comments .pingback .comment-body {
    border: none;
}
#comments .pingback .url {
    display: block;
    margin: 25px 0 0 0;
}
#comments .pingback .edit-link {
    float: right;
    margin-left: 8px;
    opacity: .7;
}
/* Comments form***************************/
#respond {
    margin: 0;
    overflow: hidden;
    position: relative;
}
.comment-form-comment {
    margin: 10px 0 0 0;
}
.comment-form-author, .comment-form-email {
    width: 48%;
    float: left;
    margin-right: 4% !important;
}
.comment-form-url {
    display: none;
}
.comment-form-email {
    margin-right: 0 !important;
}
input#author, input#email, input#url {
    width: 99.7% !important;
    border-width: 1px;
    border-style: solid;
    background: rgba(204, 204, 204, .1);
}
#respond .comment-notes {
    margin-bottom: 0;
    opacity: .7;
    font-size: 12px;
}
.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: 1.2;
    margin-left: 10px;
}
#respond .required {
    color: #ff4b33;
    font-weight: bold;
    margin-left: 3px;
}
#respond label {
    font-size: 12px;
}
#respond input {
    margin: 5px 0 30px 0;
}
#respond textarea {
    width: 100%;
    margin: 5px 0 15px 0;
    padding: 10px 1.5%;
    background: rgba(204, 204, 204, .1);
}
#respond .form-allowed-tags, #respond .form-allowed-tags code {
    display: none;
}
#respond .form-submit {
    margin: 0 0 0 0;
}
#respond .form-submit input {
    font-size: 14px;
    width: auto;
    margin: 0 0 0 0;
}
/* 10. Forms****************************************************************************************************************************************************************************************/
input, textarea, input checkbox, button, input radio, select, file {
    border-width: 1px;
    border-style: solid;
    padding: 10px 20px;
    margin: 0 0 15px 0;
    line-height: 1.2 !important;
}
button, input.button, input[type=submit] {
    cursor: pointer;
    padding: 12px 18px;
    border: none;
}
input checkbox, input[type=checkbox] {
    margin-right: 8px;
}
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;
}
.post-password-form label {
    display: block;
    float: left;
}
.post-password-form input[type=password] {
    margin-left: 30px;
    height: 50px;
}
.post-password-form input[type=submit] {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #e8816e;
    color: #fff;
    height: 50px;
}
/* 10. Search / .searchform****************************************************************************************************************************************************************************************/
.searchform {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0;
}
.searchform input.s {
    padding: 15px 6%;
    margin: 0 0 0 0;
    height: 65px;
    font-style: normal;
    width: 100%;
}
.searchSubmit {
    position: absolute;
    height: 65px;
    width: 120px;
    border: none;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    padding: 4px 10px 4px 4px;
    top: 0;
    right: 0;
    font-size: 15px !important;
    line-height: 1 !important;
}
.sidebar_item .searchSubmit, #footer .searchSubmit, .sidebar_item .searchform input.s, #footer .searchform input.s {
    height: 50px;
    font-size: 16px;
}
.sidebar_item .searchSubmit, #footer .searchSubmit {
    width: 50px;
    padding: 10px 9px !important;
}
.search #content .searchform, .archive #content .searchform {
    margin: 0 0 100px 0;
    width: 70%;
}
.search .errorentry {
    padding: 0;
}
.error-search .searchform {
    margin: 40px auto 60px auto;
    width: 70%;
}
.search-no-results .blogger {
    height: auto !important;
}
.error-titles h1 {
    margin: 0 0 40px 0;
}
.error404 .page_header {
    max-height: 1000px;
}
/* 12. Footer / #footer****************************************************************************************************************************************************************************************/
#footer {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    position: relative;
    text-shadow: none;
    font-size: 15px;
    line-height: 1.6;
}
#footer .foocol h2 {
    font-size: 18px !important;
    padding: 20px 0 15px 0;
    text-align: left;
    margin-bottom: 14px;
    font-weight: 600;
}
#footer .ghost {
    background: none !important;
}
.foocol>ul, .foocol .textwidget>ul {
    margin: 0 0 20px 0;
}
#footer .foocol ul li {
    list-style: none;
    position: relative;
    padding: 2px 0;
}
#footer ul.children>li, #footer ul.sub-menu>li {
    padding: 0 0;
}
.foocol img {
    margin: 20px 0 30px 0;
}
#footer p {
    margin: 0 0 25px 0;
}
#footer .searchform {
    margin-bottom: 30px;
}
/*#footer input{
    background:none !important;
}
*/
.footer_tagline{
    text-align: center;
    border-width: 0 0 1px 0;
    border-style: solid;
    overflow: hidden;
}
.footer_text{
    margin: 60px 0 0 0;
}
#footer ul.tmnf_social_icons{
    float: none;
    margin: auto;
    display: inline;
}
#footer ul.tmnf_social_icons li{
    float: none;
    display: inline-block;
    margin:40px 5px;
}
#footer ul.tmnf_social_icons li a{
    font-weight: 700;
    font-size: 12px;
}
.footer_bottom{
    position: relative;
    overflow: hidden;
    border-width: 1px 0 0 0;
}
.footer_logo {
    margin:0 0;
    padding: 0 0;
    float: left;
}
.footer_logo img {
    margin:20px 30px 25px 0;
    max-width: 230px;
    display: block;
}
#footer .bottom_menu {
    margin: 30px auto 15px auto !important;
    display: block;
    float: left;
}
#footer .bottom_menu li {
    display: inline;
}
#footer .bottom_menu li a {
    padding: 5px 10px 5px 10px;
    font-weight: 700 !important;
    font-size: 12px;
    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;
}
.footer_credits {
    margin: 33px auto 40px auto;
    font-size: 13px;
    float: right;
    display: block;
    opacity: .8;
}
/* 13. Images @ Galleries / img****************************************************************************************************************************************************************************************/
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
img.alignright {
    display: inline;
    float: right;
}
img.alignleft {
    display: inline;
    float: left;
}
figcaption {
    font-size: 12px;
    padding: 0 5px 0 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 25px auto;
    float: none;
}
.alignright {
    float: right;
    margin: 0 0 25px 30px !important;
}
.alignleft {
    float: left;
    margin: 0 30px 25px 0 !important;
}
.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: 0;
    max-width: 100%;
    overflow: hidden;
}
.wp-caption img {
    margin: 0 auto;
    display: block;
    float: none !important;
    padding: 0 0 7px 0;
    border: 0 none;
    max-width: 100%;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    padding: 0 0;
    margin: 0 0 25px 0;
    overflow: hidden 
}
img.wp-smiley {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    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: 20px -8px !important;
    width: calc(100% + 16px) !important;
    overflow: hidden;
}
.gallery .gallery-item {
    float: left;
    margin: 0 0 !important;
    text-align: center;
    width: 25% !important;
    height: auto;
    overflow: hidden;
    padding: 8px !important;
    background: none !important;
    border: none !important;
    clear: none !important;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.gallery br {
    display: inline;
    display: none;
}
.entryfull .gallery .gallery-item {
}
.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 / .tmnf_social_icons****************************************************************************************************************************************************************************************/
ul.tmnf_social_icons {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0;
    float: left;
}
ul.tmnf_social_icons li {
    display: inline;
    list-style-type: none;
    position: relative;
    line-height: 1;
    float: left;
    margin: 0px 10px 10px 0;
    padding: 0 0 0 0;
    overflow: hidden;
    text-align: center;
    -moz-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
}
ul.tmnf_social_icons 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;
}
ul.tmnf_social_icons li a {
    margin: 0 0 0 0;
    position: relative;
    font-size: 11px;
    height: 35px;
    text-align: center;
    padding: 11px 8px 10px 35px;
    float: left;
    border: none !important;
    text-decoration: none;
}
ul.tmnf_social_icons li a:hover {
    border: 1px solid rgba(255, 255, 255, .01) 
}
ul.tmnf_social_icons li a:hover {
    background-image: none;
    color: #fff;
}
ul.tmnf_social_icons li a i {
    font-size: 16px;
    line-height: 1;
    margin: -7px 0 0 0;
    position: absolute;
    top: 50%;
    left: 11px;
}
ul.tmnf_social_icons li span {
    line-height: 1;
    display: block;
    margin-top: 1px;
}
.footop ul.tmnf_social_icons {
    position: relative;
    z-index: 1;
}
.footop ul.tmnf_social_icons li {
    margin: 51px 5px 51px 0;
}
.footop ul.tmnf_social_icons li a {
    padding: 11px 13px 10px 22px;
    color: #fff !important;
}
.footop ul.tmnf_social_icons li a i {
    margin: -8px 0 0 0;
}
.footop ul.tmnf_social_icons li span, .footop ul.tmnf_social_icons li.search-item {
    display: none;
}
i.fa-twitter{
    display: none;
}

.fa-x-twitter::before {
    content: "\e61b" !important;
}

.fa-threads::before {
    content: "\e618" !important;
}

ul.tmnf_social_icons li.sprite-tiktok a:hover {
    background-color: #25F4EE !important;
}
ul.tmnf_social_icons li.sprite-rss a:hover {
    background-color: #FE9900 !important;
}
ul.tmnf_social_icons li.sprite-google a:hover {
    background-color: #DB4A37 !important;
}
ul.tmnf_social_icons li.sprite-delicious a:hover {
    background-color: #3274D2 !important;
}
ul.tmnf_social_icons li.sprite-yahoo a:hover {
    background-color: #65106E !important;
}
ul.tmnf_social_icons li.sprite-stumbleupon a:hover {
    background-color: #EC4823 !important;
}
ul.tmnf_social_icons li.sprite-skype a:hover {
    background-color: #00A8E9 !important;
}
ul.tmnf_social_icons li.sprite-behance a:hover {
    background-color: #2D9AD2 !important;
}
ul.tmnf_social_icons li.sprite-myspace a:hover {
    background-color: #003399 !important;
}
ul.tmnf_social_icons li.sprite-lastfm a:hover {
    background-color: #B70736 !important;
}
ul.tmnf_social_icons li.sprite-linkedin a:hover {
    background-color: #0274B3 !important;
}
ul.tmnf_social_icons li.sprite-flickr a:hover {
    background-color: #F3006F !important;
}
ul.tmnf_social_icons li.sprite-deviantart a:hover {
    background-color: #455548 !important;
}
ul.tmnf_social_icons li.sprite-tumblr a:hover {
    background-color: #35506B !important;
}
ul.tmnf_social_icons li.sprite-vimeo a:hover {
    background-color: #1BB6EC !important;
}
ul.tmnf_social_icons li.sprite-youtube a:hover {
    background-color: #EC2828 !important;
}
ul.tmnf_social_icons li.sprite-twitter a:hover {
    background-color: #00ABF0 !important;
}
ul.tmnf_social_icons li.sprite-threads a:hover {
    background-color: #000 !important;
}
ul.tmnf_social_icons li.sprite-facebook a:hover {
    background-color: #47639E !important;
}
ul.tmnf_social_icons li.sprite-pinterest a:hover {
    background-color: #CA222F !important;
}
ul.tmnf_social_icons li.sprite-instagram a:hover {
    background-color: #405de6 !important;
}
ul.tmnf_social_icons li.sprite-dribbble a:hover {
    background-color: #DF3E7B !important;
}
ul.tmnf_social_icons li.sprite-github a:hover {
    background-color: #000 !important;
}
ul.tmnf_social_icons li.sprite-px a:hover {
    background-color: #000 !important;
}
ul.tmnf_social_icons li.sprite-foursquare a:hover {
    background-color: #8CC540 !important;
}
ul.tmnf_social_icons li.sprite-soundcloud a:hover {
    background-color: #FE5419 !important;
}
ul.tmnf_social_icons li.sprite-spotify a:hover {
    background-color: #7CC110 !important;
}
ul.tmnf_social_icons 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;
}
#submit, #comments .navigation a, .tagssingle a, .contact-form .submit, .wpcf7-submit, a.comment-reply-link {
    line-height: 1;
    padding: 14px 18px;
    border: none !important;
    text-shadow: none;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
a.mainbutton {
    padding: 13px 23px;
    text-align: center;
    display: inline-block;
    min-width: 130px;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 3px;
}
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***************************/
.tmnf_meta {
    line-height: 1.7;
    overflow: hidden;
    margin: 11px 10px 0 0;
    display: block;
}
p.tmnf_meta.author img {
    opacity: 1;
    width: 35px;
    border-radius: 50%;
    float: left;
    margin: 0 10px 0 0;
    display: inline;
}
p.tmnf_meta.author span {
    display: inline-block;
    margin: 8px 0;
}
span.helip {
    margin-right: 10px;
}
.tmnf_meta_full {
    float: none;
    margin: 0 0 15px 0;
}
.single-post .tmnf_meta_full {
    margin: 10px 0 10px 0;
}
.tmnf_meta_full i {
    display: inline-block;
    opacity: .4;
    margin-right: 5px;
    padding: 0 1px;
    width: 14px;
}
.tmnf_meta span.divider {
    margin: 0 10px;
    font-weight: normal;
}
body.page .tmnf_meta_full, body.page .tmnf_meta_full .categs, .search-results .item.page .categs, .search-results .item.page .post-date .divider, .search-results .item.product .categs, .search-results .item.wpm_ele_slider .categs {
    display: none;
}
.tmnf_meta.tmnf_hr{
    padding-bottom: 11px !important;
}
.tmnf_meta_more {
    margin: 10px 0 0 0 !important;
}
.tmnf_meta.tmnf_meta_more a {
    padding:0;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 500;
    border-width: 0 0 1px 0;
    border-style: solid;
    position: relative;
}
.read_more_arrow{
    margin-left: 5px;
    transform: rotate(-45deg);
    display: inherit;
    position: absolute;
    right:-18px;
    top: -1px;
}
/* Pagination***************************/
.pagination {
    margin: 0 0 0 0;
    float: none;
    padding: 0 0 0 0;
    overflow: hidden;
    text-align: center;
}
.loop-pagination {
    margin-bottom: 30px;
}
a.page-numbers {
    margin: 10px 8px 50px 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 50px 0;
    text-shadow: none;
    border-color: rgba(0, 0, 0, 0);
}
.dots {
    letter-spacing: 1px;
    margin: 0 15px -1px 0;
}
/* Post Pagination***************************/
.post-pagination {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0;
    overflow: hidden;
    text-transform: uppercase;
}
.post-pagination p {
    margin: 0 0;
    overflow: hidden;
    display: inline;
    float: right;
}
.post-pagination>p a {
    padding: 5px 12px;
    margin: 0 0 40px 4px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    display: none;
}
.post-pagination>p a:first-child {
}
.post-pagination>p a:last-child {
}
.page-link {
    margin: 10px 0 30px 0;
    display: inline-block;
    overflow: hidden;
}
.page-link span {
    margin: 0 15px 0 0;
    padding: 15px 15px;
    overflow: hidden;
    display: inline-block;
    width: 46px;
    line-height: 1;
    text-align: center;
}
.page-link>span {
    border: none !important;
    display: inline-grid;
    padding: 0 0;
}
.page-link a {
}
.page-link span, .page-link a span {
    border-width: 1px;
    border-style: solid;
}
.page-link {
    display: block;
}
.page-link span {
    float: left;
}
.page-link>span>span {
    border-color: rgba(0, 0, 0, 0);
}
/* Scroll To Top***************************/
.scrollTo_top {
    position: fixed;
    right: 54px;
    bottom: -4px;
    z-index: 998;
    width: 60px;
    margin: 0 0 0 0;
    text-align: center;
}
.scrollTo_top a {
    display: block;
    padding: 8px 0 15px 0;
}
/* 17. Plugins****************************************************************************************************************************************************************************************/
/* WPML */
li.wpml-ls-item img {
    margin-right: 5px;
}
.wpml-ls-item.wpml-ls-current-language {
    float: right !important;
    margin-right: 10px !important;
}
.wpml-ls-item.wpml-ls-current-language:before {
    display: none;
}
/* top 10 */
.tptn_counter {
    display: none 
}
/* Elementor */
.elementor-tabs-view-vertical .elementor-tab-title {
    border-radius: 3px 0 0 3px;
    padding: 30px 30px !important;
}
.elementor-tabs-view-vertical .elementor-tabs-content-tmnf_wrapper {
    border-radius: 0 3px 3px 3px;
}
.elementor-tabs-view-vertical .elementor-tab-content {
    padding: 35px 60px !important;
}
.no_padding.elementor-tabs-view-horizontal .elementor-tab-content, .no_padding.elementor-tabs-view-vertical .elementor-tab-content {
    padding: 0 0 !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;
}
.elementor-text-editor p {
    margin: 0 0 15px 0;
}
.elementor-social-icon:hover {
    opacity: 1 !important;
}
/* events manager */
#em-tmnf_wrapper .em-events-search{
    display: none;
}
.tmnf_wrapper div.css-search {
    display: none;
}
/* evnt list */
.event_item {
    position: relative;
    overflow: hidden;
    min-height: 480px;
}
.item .event_item img {
    opacity: .5;
    position: absolute;
    top: 0;
    left: -20%;
    z-index: 0;
    height: 100%;
    max-width: none !important;
    width: auto !important;
}
.event_item .evnt_inn {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 240px 20% 40px 40px;
}
.event_item .evnt_inn h2 {
    margin: 0 0 0 0;
    line-height: 1.15 !important;
    font-size: 28px !important;
}
.event_item .evnt_inn p {
    margin: 15px 0 0 0;
}
.evnt_date {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
    margin: 0 0 !important;
}
.evnt_date>span {
    padding: 10px 0;
}
.evnt_date>span.ribbon {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    margin: 0 20px 0 0;
}
.evnt_button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 -36px 35px 0;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: none;
   /* ROLLOUT */
}
/* events single */
.single-event .tmnf_meta, .single-event .postinfo, .single-event .main_breadcrumbs>span:nth-child(3), .em-location-map-container {
    display: none;
}
.event_header {
    padding: 30px 40px 15px 40px;
    overflow: hidden;
    margin: 40px 0;
    min-height: 0 !important;
    font-size: 17px;
}
.event_header>img {
    opacity: .1;
    position: absolute;
    top: -50px;
    left: -50%;
    z-index: 0;
    width: 200% !important;
    max-width: 200% !important;
}
.evnt_single_excerpt, .evnt_single_date, .evnt_single_location {
    position: relative;
    padding: 25px 30px 30px 60px;
    float: left;
    line-height: 1.6;
}
.evnt_single_excerpt {
    width: 100%;
    padding: 10px 30px 30px 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 110%;
}
.evnt_single_date, .evnt_single_location {
    width: 50%;
}
.event_header i {
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 35px;
    opacity: .4;
}
.evnt_single_excerpt i {
    top: 15px;
}
.event_header>i {
    display: none;
}
.evnt_single_excerpt p {
    margin: 0 0;
    font-weight: bold;
}
/* events widget */
.tmnf_events_widget {
    margin: 0 0 0 0;
    line-height: 1.4 !important;
}
.tmnf_events_widget>li {
    padding: 10px 0;
    list-style: none !important;
    margin: 0 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    overflow: hidden;
}
.tmnf_events_widget>li:first-child {
    border-top: none;
}
.tmnf_events_widget img {
    float: left;
    margin: 0 15px 5px 0;
}
.tmnf_events_widget a {
    display: block;
}
.tmnf_events_widget ul.tmnf_meta {
    font-size: 11px;
    line-height: 1.2;
    margin: 0 0;
    overflow: hidden;
}
.tmnf_events_widget ul li {
    float: left;
    margin-right: 7px;
    list-style: none;
    opacity: .7;
    font-style: italic;
}
/* shortcodes */
.su-box {
    border-width: 1px !important;
}
.tmnf_wrapper .su-spoiler-content {
    padding: 14px 20px;
}
.tmnf_wrapper .su-spoiler-title {
    font-size: 100% !important;
    padding: 15px 20px 15px 48px 
}
.tmnf_wrapper .su-spoiler-icon {
    left: 20px;
    top: 15px;
    font-size: 16px;
}
.tmnf_wrapper .su-spoiler-style-fancy>.su-spoiler-title {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f7;
}
.tmnf_wrapper .su-spoiler-style-fancy {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
a.ddownload-link {
    display: block;
}
/* contact form */
div.wpcf7 {
    overflow: hidden;
}
.wpcf7-form p {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin: 0 0 0 0;
    font-size: 13px;
    font-style: italic;
}
.wpcf7-form p img {
    float: left;
}
.wpcf7-form p input, .wpcf7-form p textarea {
    width: 100%;
    font-style: normal;
    padding: 15px 15px;
    margin: 5px 0 25px 0;
    overflow: hidden;
    clear: both;
}
.wpcf7-form p select {
    width: 100%;
    height: 56px;
}
.wpcf7-form p textarea {
    height: 200px !important;
    font-size: 18px;
}
.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 {
    font-weight: bold;
    padding: 18px 25px !important;
    margin: 0 0 0 0 !important;
    font-size: 15px !important;
    width: auto !important;
}
.wpcf7-submit.wpcf7-submit:hover {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
}
.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;
}
.wpcf7-spinner {
    float: right;
}
/* Weather Atlas Widget */
.sidebar_item .weather-atlas-tmnf_wrapper {
    margin: -65px -35px -20px -35px;
    position: relative;
    z-index: 1;
}
.weather-atlas-tmnf_wrapper {
    font-family: inherit !important;
    position: relative;
}
.weather-atlas-header, .weather-atlas-body, .weather-atlas-footer {
    position: relative;
    z-index: 2;
}
.weather-atlas-tmnf_wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
}
.weather-atlas-tmnf_wrapper .weather-atlas-header {
    padding: 20px !important;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
}
.city_selector_toggle {
    font-weight: 400;
}
.weather-atlas-tmnf_wrapper .weather-atlas-body {
    padding: 30px 20px 30px 20px !important;
}
.weather-atlas-tmnf_wrapper .weather-atlas-footer {
    padding: 20px 20px 25px 20px !important;
}
.weather-atlas-tmnf_wrapper .daily.days {
    margin: 30px 0 10px 0 !important;
    padding-bottom: 10px !important;
}
.weather-atlas-tmnf_wrapper .current_temp .sunrise_sunset .wi {
    margin-left: 10px !important;
}
/* mail chimp */
.mc4wp-form {
    padding: 0;
    margin: 20px 0;
}
.mc4wp-form small {
    font-style: italic;
}
.mc4wp-form input {
    clear: both;
    margin: 0 auto 15px auto;
    text-align: center;
    line-height: 1 !important 
}
.mc4wp-form input[type="email"] {
    width: 70%;
    overflow: hidden;
    padding: 25px 25px !important;
    text-align: left;
    height: 68px;
    border-right: none;
    border-radius: 40px 0 0 40px;
}
.mc4wp-form input[type="submit"] {
    border: none !important;
    width: 30% !important;
    cursor: pointer;
    margin: 0 0;
    padding: 25px 10px !important;
    float: right;
    height: 68px;
    border-radius: 0 40px 40px 0;
}
.mc4wp-form p, .mc4wp-form h2, .mc4wp-form h3, .mc4wp-form h4 {
    color: inherit !important;
    margin: 0 0 15px 0;
    padding: 0 0;
    width: 100%;
    clear: both;
    overflow: hidden;
    display: block;
}
.sidebar_item .mc4wp-form {
    padding: 0 0 !important;
    margin: 25px 0 0 0;
}
.sidebar_item .mc4wp-form input[type="email"] {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: left;
    margin: 0 0 5px 0;
}
.sidebar_item .mc4wp-form input[type="submit"] {
    width: 45% !important;
    padding: 14px !important;
    margin: 0 0 15px 0;
    float: left;
}
#footer .mc4wp-form {
    padding: 0 0 !important;
    text-align: left;
    margin: 0 0 30px 0;
    border: 0;
    background: none !important;
}
#footer .mc4wp-form h2 {
    margin: 0;
    padding: 0 0 !important;
}
/* WordPress Download Manager */
.tmnf_wrapper .pull-right {
    float: right !important 
}
.tmnf_wrapper .pull-left {
    float: left !important 
}
.tmnf_wrapper .w3eden h3 {
    font-size: 12pt !important;
    margin: 5px 0 !important;
}
.tmnf_wrapper .w3eden img {
    float: left;
    margin: 5px 10px 0 5px !important;
}
.tmnf_wrapper .w3eden small, .tmnf_wrapper .w3eden .media-body {
    font-size: 12px !important;
    margin: 5px 0 !important;
}
.tmnf_wrapper .w3eden .wpdm-download-link {
    font-family: inherit !important;
    margin: 5px 0 !important;
    padding: 13px 15px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    line-height: 1 !important;
}
.tmnf_wrapper .w3eden .link-template-default.thumbnail, .tmnf_wrapper .w3eden .well {
    padding: 10px 15px;
    margin: 0 0 20px 0 !important;
    background: rgba(204, 204, 204, .1);
    border: 1px solid rgba(204, 204, 204, .2);
    border-radius: 0;
}
/* category */
.tmnf_wrapper .w3eden .panel-body {
    padding: 0 0;
}
.tmnf_wrapper .w3eden .panel-body h3 {
    font-size: 15pt !important;
}
.tmnf_wrapper .w3eden .panel {
    background: none;
    border: none;
}
.tmnf_wrapper .w3eden .panel .panel-footer {
    display: none;
}
.tmnf_wrapper h2.package-title {
    font-size: 12pt !important;
}
.tmnf_wrapper h2.package-title a, .tmnf_wrapper h2.package-title i {
    color: inherit !important;
}
/* toolbar */
.wpdm-shortcode-toolbar button {
    font-family: inherit !important;
    padding: 10px 20px !important;
}
.wpdm-shortcode-toolbar button.btn-secondary {
    border-radius: 0;
    font-size: 11px;
    font-weight: 400;
}
.w3eden .custom-select {
    padding: 8px 5px;
}
.w3eden .form-control, .wpdm-shortcode-toolbar input, .w3eden .card, .w3eden .custom-select {
    border-radius: 0;
    border: 1px solid rgba(204, 204, 204, .4);
}
.w3eden .wpdm-download-link:hover, .wpdm-shortcode-toolbar button:hover {
    box-shadow: none !important;
}
/* awesome weather wrap */
.awesome-weather-wrap {
    font-size: 16px !important;
}
.awesome-weather-darken {
    padding: 40px 30px;
}
.awesome-weather-forecast-day-temp {
    font-size: 1.2em !important;
}
.awesome-weather-header {
    padding: 10px 0;
    ;
    text-transform: none;
    background: none !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}
.awesome-weather-todays-stats>div {
    padding: 6px 0;
    text-transform: capitalize;
}
/* WP members */
.tmnf_wrapper #wpmem_reg legend, .tmnf_wrapper #wpmem_login legend {
    margin-bottom: 15px;
}
.button_div input[type=submit] {
    border: none;
    cursor: pointer;
    opacity: .95;
}
.button_div input[type=submit]:hover {
    opacity: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3) 
}
.tmnf_wrapper #wpmem_login .div_text, .tmnf_wrapper #wpmem_reg .div_text {
    margin: 5px 0 20px 0;
}
/* tiled gallery */
.tiled-gallery {
    margin: 0 0 40px 0 !important;
    max-width: 100% !important;
}
.jp-carousel-wrap {
    font: inherit !important;
}
.jp-carousel-wrap .jp-carousel-info h2 {
    color: #999 !important;
    text-align: center;
    font: 600 18px/1.25em "Open Sans", sans-serif !important;
}
.jp-carousel-close-hint span {
    position: fixed;
    right: 60px;
    top: 30px;
    font-size: 44px !important;
}
.jp-carousel-wrap .jp-carousel-next-button span {
    background-image: url(images/btnNext.png) !important;
    background-size: 50px 50px !important;
    background-position: 0 50% !important;
    opacity: 1;
    width: 52px 
}
.jp-carousel-wrap .jp-carousel-previous-button span {
    background-image: url(images/btnPrevious.png) !important;
    background-size: 50px 50px !important;
    background-position: 0 50% !important;
    opacity: 1;
}
.jp-carousel-buttons, #jp-carousel-comment-form-container, #jp-carousel-comments-loading, .jp-carousel-titleanddesc {
    display: none !important;
}
.jp-carousel .selected {
    margin: 0 0 !important;
}
/* addtoany */
.addtoany_share_save_container {
    margin: 40px 0 0 0 !important;
    padding: 40px 0 10px 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****************************************************************************************************************************************************************************************/
.front_blogger {
    overflow: hidden;
    margin: 0 0;
}
.front_post {
    overflow: hidden;
    float: left;
    padding: 0 0;
    width: 100%;
    margin: 0 0 30px 0;
}
.front_post:first-child {
    padding-top: 0;
}
.front_post:nth-of-type(2n + 3) {
    clear: left;
}
.front_post.has-post-thumbnail .imgwrap {
    margin: 0 35px 25px 0;
    float: left;
    max-width: 40%;
}
.front_post h3 {
    margin-top: 0;
    font-size: 20px;
}
.front_post p.tmnf_meta {
    margin: 0 0 5px 0;
    float: none;
    display: block;
}
.front_post p.tmnf_meta, .front_post p.tmnf_meta a {
    font-size: 12px !important;
}
.front_post p.teaser {
    font-size: 15px;
}
.grid_blogger {
    overflow: hidden;
    margin: 0 -20px;
    width: calc(100% + 40px);
}
.grid_post {
    padding: 0 20px;
    float: left;
    margin: 0 0 40px 0;
    width: 100%;
}
.grid_post img {
    width: 100%;
}
.grid_post h3{
    margin: 8px 0 15px 0;
}
.grid_post p.tmnf_meta{
    margin:18px 0 0 0;
    float: none;
    display: block;
}
.grid_post p.tmnf_meta, .grid_post p.tmnf_meta a {
    font-size: 12px !important;
}
.grid_post .read_more {
    display: block;
    margin: 10px 0 0 0;
    font-weight: bold;
}
.grid_post p.teaser {
    font-size: 15px;
}
/* featured section - bottom */
.tmnf_feature {
    padding: 100px 0 50px 0;
}
.tmnf_feature .feature_title p {
    text-transform: uppercase;
    font-size: 12px;
}
.tmnf_feature .feature_title h2 {
    font-size: 40px;
    margin: 20px 0 45px 0;
}
.feature_big {
    float: left;
    width: 66.666%;
    padding-right: 80px;
    margin: 0 0 60px 0 
}
.feature_big h2 {
    margin: 25px 0 15px 0;
}
.feature_big p.teaser {
    margin: 15px 40px 0 0;
}
.feature_small {
    float: left;
    width: 33.333%;
    margin: 0 0 60px 0;
    padding-right: 30px 
}
.feature_small:nth-child(3n + 8) {
    clear: left;
}
.feature_small .entryhead {
    float: left;
    margin: 7px 35px 10px 0;
}
.feature_small p.teaser {
    font-size: 90%;
    line-height: 1.6;
}
.feature_small .tmnf_icon {
    left: 13px;
    top: 13px;
}
/* 19. Other (sticky, tagcloud, calendar, tabs, tooltips, speciable)****************************************************************************************************************************************************************************************/
.blogger div.post.sticky {
    position: relative;
}
.blogger div.post.sticky {
    background: linear-gradient(45deg, rgba(249,251,255,0) 0%,rgba(249,251,255,1) 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.blogger div.post.sticky h3 {
    padding-right: 50px;
}
.blogger div.has-post-thumbnail.post.sticky .item_inn {
    padding: 0 40px 0 40px;
}
.blogger div.post.sticky:after {
    position: absolute;
    top: 55px;
    right: 25px;
    z-index: 2;
    font-family: 'Font Awesome 5 Free';
    content: "\f02e";
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1 !important;
}
li.bypostauthor p {
    padding-right: 25px;
}
.tagcloud {
    overflow: hidden;
    margin: 20px 0 20px 0;
}
.tagcloud, #serpane3 {
    width: 102%;
}
.tagcloud a {
    float: left;
    font-size: 13px !important;
    line-height: 1;
    padding: 8px 9px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 10px 10px 0;
}
#footer .tagcloud {
    margin: 15px 0;
}
#footer .tagcloud a {
    font-size: 12px !important;
    margin: 0 5px 5px 0;
}
/* 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-tmnf_wrapper, .review-title, .review-desc, .user-review-area, .review-list li {
    border-width: 1px !important;
}
.review-tmnf_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;
}
/* calendar widget***************************/
.widget_calendar {
    float: left;
}
#wp-calendar {
    width: 100%;
    margin: 20px 0 5px 0;
    font-size: 13px;
}
#wp-calendar caption {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: left;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar th, #wp-calendar td {
    text-align: center;
    padding: 8px 4px !important;
}
.wp-calendar-nav-prev {
    text-transform: uppercase;
    text-align: right;
    font-size: 13px;
    padding-top: 5px;
}
/* tables, def lists***************************/
table {
    border-width: 1px;
    border-style: solid;
    width: 100%;
    margin: 5px 0 25px 0;
    padding: 0 0;
    border-collapse: collapse;
}
table th, table td {
    border-width: 1px;
    border-style: solid;
    margin: 0 0;
    line-height: 1 !important;
    padding: 12px 18px;
    vertical-align: top;
    word-break: unset !important;
}
table th {
    font-weight: normal;
    text-align: left;
    font-weight: bold;
}
dl {
    border-width: 1px;
    border-style: solid;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0;
    border-collapse: collapse;
}
dt {
    font-weight: normal;
    padding: 12px 18px;
    text-align: left;
    line-height: 1 !important;
    font-weight: bold;
    border-top-width: 1px;
    border-top-style: solid;
    background: rgba(153, 153, 153, .08);
    margin-top: 0;
}
dt:first-child {
    border-top: none;
}
dd {
    padding: 12px 18px;
    vertical-align: top;
    line-height: 1 !important;
}
pre {
    overflow-x: scroll;
    padding: 12px 18px;
    background: rgba(204, 204, 204, .1);
    border: 1px solid rgba(153, 153, 153, .2);
    margin: 0 0 20px 0;
}
code {
    padding: 2px 4px;
    background: rgba(204, 204, 204, .2);
    overflow: hidden;
    font-size: 14px;
    line-height: 1;
}
/* @speciable***************************/
/* 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 
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
object, embed {
    max-width: 100%;
}
::selection {
    background: #FFF6A9;
    color: #222;
}
::-moz-selection {
    background: #FFF6A9;
    color: #222;
}
.upper .tmnf_tags, .upper .mainbutton, .upper #submit, .upper input[type="submit"], .upper #menu-widget-menu>li>a, .upper h4.widget{
    text-transform:uppercase;
    letter-spacing: 3px;
}
.upper_medium .nav > li > a, .upper_medium .tmnf_meta, .upper_medium ul.tmnf_social_icons li span{
    text-transform:uppercase;
    letter-spacing:0.07em;
}
.upper_maxi h1.entry_title{
    text-transform:uppercase;
}
/* elementor related*/
.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-icon-box-tmnf_wrapper h3 {
    margin-top: 0;
}
.elementor-icon-list-item a {
    text-decoration: none !important;
}
.elementor-icon-list-item a:hover span.elementor-icon-list-text {
    text-decoration: underline;
}
.tmnf_wrapper .elementor-progress-tmnf_wrapper {
    line-height: 50px;
    height: 50px;
    border-radius: 0;
}
.tmnf_wrapper .elementor-progress-bar {
    border-radius: 0;
}
.tmnf_wrapper .elementor-progress-bar span {
    font-size: 15px;
}
/* elementor edit mode*/
.elementor-editor-active .tmnf_wrapper {
    padding-top: 65px;
    clear: both;
}
.elementor-editor-active .site_tmnf_wrapper #header{
    position: relative;
}
.elementor-editor-active .header_palceholder{
    display: none;
}
.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, h3#reply-title {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 22px !important;
    margin-bottom: 18px !important;
}
.tmnf_meta.dekoline {
    padding-bottom: 16px !important;
    margin-bottom: 16px !important;
}
.dekoline:before, .dekoline:after,h3#reply-title:before, h3#reply-title:after {
    position: absolute;
    height: 1px;
    bottom: 0;
    content: '';
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.dekoline:before, h3#reply-title:before {
    background: rgba(153, 153, 153, .8);
    left: 0;
    width: 60px;
    z-index: 1;
}
.dekoline:after, h3#reply-title:after {
    background: rgba(80%, 80%, 80%, .3);
    left: 65px;
    right: 30%;
    z-index: 0;
}
.dekoline_small {
    padding-bottom: 14px !important;
    margin-bottom: 11px !important;
}
.tmnf_img_box .elementor-image-box-img img {
    width: 64px;
    position: relative;
    z-index: 1;
}
.tmnf_img_box .elementor-image-box-img {
    overflow: visible;
}
.tmnf_img_box .elementor-image-box-img::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 50px 30px 50px 40px;
    ;
    width: 64px;
    height: 64px;
    display: block;
    z-index: 0;
}
.tmnf_counter .elementor-counter-number-wrapper {
    display: inline-block !important;
}
.tmnf_counter .elementor-counter span {
    display: block;
    float: left;
}
.tmnf_counter .elementor-counter-title {
    text-align: left !important;
}
.elementor-icon-box-wrapper h3, .elementor-icon-box-title {
    margin-top: 0 !important;
}
.elementor-icon-list-item .fas.fa-times {
    color: red !important;
}
.tmnf_wrapper .elementor-alert{
    padding: 25px 35px 25px 60px;
    line-height: 1.4;
}
.tmnf_wrapper .elementor-alert .elementor-alert-title>span{
    margin-right: 5px;
    letter-spacing: 2px;
}
.tmnf_wrapper .elementor-alert a{
    font-weight: bold;
    text-decoration: underline;
}
.tmnf_wrapper .elementor-alert i{
    margin-right: 10px;
}
.clients img {
    margin: 0 auto;
    -webkit-filter: opacity(60%) grayscale(100%) invert(100%);
    -ms-filter: opacity(60%), grayscale(100%) invert(100%);
    -moz-filter: opacity(60%) grayscale(100%) invert(100%);
    filter: opacity(60%) grayscale(100%) invert(100%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.clients img:hover {
    -webkit-filter: opacity(100%) grayscale(0%);
    filter: opacity(100%) grayscale(0%);
}
.skip-link {
    padding: 5px 10px;
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
}
.tmnf_anchor {
    display: block;
    position: relative;
    top: -280px;
    visibility: hidden;
}
.tmnf_hover, .tmnf_hover p, .tmnf_hover i, .tmnf_hover a {
    color: #fff !important;
}
.tmnf_hover .elementor-icon {
    border-color: #fff !important;
}
.elementor-heading-title a:hover {
    text-decoration: underline;
    opacity: .85;
}
/* WPML */
.wpml-mockup{
    float:right !important;
    margin-right:10px !important;
}
.wpml-mockup:before{
    display:none;
}
#main-nav > li.wpml-mockup>a{
    padding-left:38px !important;
    background-position: 6px 23px;
}
.nav > .wpml-mockup{
    margin-left: 25px;
}
.wpml-mockup > a{
    padding-left:30px !important;
    background-size: 15px 9px;
}
.wpml-mockup-en > a{
    background:url(images/en.png) no-repeat 0 13px;
}
.wpml-mockup-de > a{
    background:url(images/de.png) no-repeat 0 13px;
}
.wpml-mockup-pt > a{
    background:url(images/pt-pt.png) no-repeat 0 13px;
}
.wpml-mockup-es > a{
    background:url(images/es.png) no-repeat 0 13px;
}
/* GUTENBERG */
/* buttons */
.wp-block-button {
    margin: 15px 0;
}
.is-style-squared a {
    border-radius: 0 !important 
}
/* images + galleries */
.tmnf_sidebar_null .wp-block-gallery.alignfull, .postbarNone .wp-block-gallery.alignfull {
    padding-left: 28px;
    padding-right: 28px;
}
.wp-block-image, .wp-block-cover {
    margin-top: 25px;
    margin-bottom: 25px;
}
.wp-block-gallery {
    margin-top: 25px;
    margin-bottom: 25px;
}
.wp-block-gallery a {
    border-bottom: none !important;
}
.wp-block-gallery ul li {
    padding: 0 0 !important;
}
.entry .wp-block-embed {
    margin-bottom: 2.5em;
}
/* covers + columns */
.entry .wp-block-cover, .entry .wp-block-cover-image {
    padding: 1em 2em;
}
.entry .wp-block-cover p:not(.has-text-color) {
    color: #fff;
}
.entry .wp-block-cover p a {
    color: #fff !important;
}
.entry .wp-block-cover p a:hover {
    background: none;
}
.wp-block-columns {
    background: rgba(204, 204, 204, .2);
    padding: 10px 30px;
    margin-top: 15px;
    margin-bottom: 15px;
   /*display: inline-flex;
   */
}
.wp-block-columns p {
    margin: 10px 0 !important;
}
.has-large-font-size {
    font-size: 36px;
}
/* tables */
.wp-block-table.alignright, .wp-block-table.alignleft {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
