/*
 * Theme Name:          Chemid
 * Theme URI:           https://themnific.com/docs/chemid
 * Description:         WordPress Theme for the Chemical Industry.
 * Version:             1.0
 * Author:              Dannci
 * Author URI:          https://themnific.com/
 * Tags:                blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks, accessibility-ready
 * Text Domain:         chemid
 * Requires Plugins:    redux-framework, elementor
 * Tested up to:        6.6
 * Requires PHP:        5.6
 * License:             GNU/GPL Version 2 or later. 
 * License URI:         https://www.gnu.org/licenses/gpl.html 


 * Copyright (c) 2024 Dannci.
 */

/*//////////////////////////////////// */ 


/* 0. CSS RESET & DEFAULTS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    border-image-width: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.8;
    width: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

strong{
    font-weight: bold;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.tmnf_entry blockquote p,
.wp-block-pullquote p{
    font-size: 24px !important;
    font-weight: 600 !important;
}

.wp-block-pullquote {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
    margin-bottom: 15px;
}

.wp-block-pullquote.alignright{
    margin-left: 35px;
}

.wp-block-pullquote.alignleft{
    margin-right: 35px;
}

.wp-block-pullquote.alignright,
.wp-block-pullquote.alignleft{
    padding-right: 35px;
    padding-left: 35px;
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{
    text-decoration: none;
}

.clearfix:after {
    content: "\00A0";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: block;
}

/* 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. */
}

/* 0.1 defaults*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
img{ 
    max-width: 100%;
    height: auto;
    display: block;
}
.tmnf_wrapper{
    max-width: 100%;
    overflow: hidden;
}

.tmnf_wrapper_inner{
    min-height: calc(100vh - 40px);
}

a:hover{
    text-decoration: underline;
}

h1{ font-size: 240%;}
h2{ font-size: 210%;}
h3{ font-size: 180%;}
h4{ font-size: 150%;}
h5{ font-size: 130%;}
h6{ font-size: 110%;}

h1,h2,h3,h4,h5,h6{
    margin: 5px 0;
    padding: 0 0;
    line-height: 1.2;
}

.tmnf_entry h1,.tmnf_entry h2,.tmnf_entry h3,.tmnf_entry h4,.tmnf_entry h5,.tmnf_entry h6{
    margin: 20px 0;
}

.tmnf_border{
    border-style: solid;
}

.tmnf_radius,
.navigation.pagination a,
.navigation.pagination span,
#commentform input,
#commentform textarea,
.comment-reply-link{
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.tmnf_radius_circle,
.tmnf_meta img{
	-moz-border-radius:45px;
	-khtml-border-radius:45px;
	-webkit-border-radius:45px;
	border-radius:45px !important;
}

.tmnf_tranz,
.special a,
.tmnf_ribbon,
.tmnf_social_menu a,
.tmnf_main_button,
.tmnf_read_more,
.tmnf_menu li,
.tmnf_menu a,
.navigation.pagination a,
#menu-widget-menu > li > a,
img{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.tmnf_imgwrapper{
    overflow: hidden;
    position: relative;
}



/* I. HEADER */

#header{
    position: relative;
    z-index: 99;
    border-style: solid;
    border-width: 0 0 1px 0;
}

#header .tmnf_cell{
    width: 100%;
}

.title_part{
    margin-right: 20px;
}

#header h1{
    line-height: 1;
    margin: 0 0;
}

#header h1 a{
    text-decoration: none;
    display: block;
}

.tmnf_logo_inv{
    display: none;
}

[class*="hero-cover"] .tmnf_logo_inv{
    display: block;
}

[class*="hero-cover"] .tmnf_logo_main{
    display: none;
}

[class*="hero-cover"] #header{
    border-color: rgba(255,255,255,.2);
}

.tmnf_header_fix{
    display: none;
}

/* mobile menu button ***************************/
#additional_menu_mobile{display: none;}
#header [type="checkbox"]:checked~#navigation,
#header [type="checkbox"]:checked~#additional_menu_mobile {
    display: block !important;
}
#header input[type=checkbox] {
    display: none;
}

.show_menu {
    padding: 14px 15px;
    height: 40px;
    width: 90px;
    background-image: none;
    margin: 0 0;
    position: relative;
    text-align: center;
    line-height: 1.3;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px !important;
}

.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;
}

#header [type="checkbox"]:checked~#navigation {
    display: block !important;
}
#header input[type=checkbox] {
    display: none;
}

.new_item>a {
    position: relative;
}

.new_item>a:before {
    position: absolute;
    content: 'NEW';
    vertical-align: top;
    font-size: 8px;
    margin: -8px -10px 0 5px;
    padding: 2px 3px;
    display: inline-block;
    left:calc(100% - 45px)
}

.important_item>a {
    position: relative;
}

.important_item>a::before {
    float: right;
    position: relative;
    content: '!';
    color: #fff;
    vertical-align: top;
    font-size: 8px;
    margin: -8px -10px 0 0;
    padding: 2px 3px;
    display: inline-block;
    border-radius: 50px;
    width: 7px;
    height: 8px;
    text-align: center;
	transform: scale(1);
	animation: pulse-white 3s infinite;
	box-shadow: 0 0 0 0 #980f5a
}

@keyframes pulse-white {
	0% {
		transform: scale(0.90);
		box-shadow: 0 0 0 0 rgba(170, 170, 170, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(170, 170, 170, 0);
	}
	
	100% {
		transform: scale(0.90);
		box-shadow: 0 0 0 0 rgba(170, 170, 170, 0);
	}
}

.search_nav_part{
    text-align: center;
}

#header .tmnf_searchform{
    max-width: 500px;
    margin-left: 220px;
    margin-right: auto;
    display: inline-block;
}
/*//////////////////////////////////// */

/* II. SINGLES & PAGES */

#tmnf_core{
    margin-top:30px;
}

#tmnf_core_archive,
#tmnf_woo{
    margin-top:40px;
}

article{
    overflow: hidden;
}

.tmnf_sidebar_none article{
    overflow: visible;
}

main h1.tmnf_main_title{
    margin: 40px 0 20px 0;
}

h1.tmnf_main_title{
    letter-spacing: -0.04em;
}

.tmnf_single_excerpt p{
    font-size: 110%;
    margin: 0 0 30px 0;
}

.tmnf_single_excerpt p{
    font-size: 110% !important;
}

.tmnf_breadcrumbs{
    margin:0 0 30px 0;
    display: block !important;
}

body.single-post .tmnf_breadcrumbs{
    display: none !important;
}

.tmnf_breadcrumbs .crumb{
    margin: 0 0 0 0;
    position: relative;
}

.tmnf_breadcrumbs .crumb:after{
    content: ' - ';
    margin: auto 10px;
}

.tmnf_breadcrumbs .crumb:last-child::after,
body.single-product .woo_shop_crumb::after,
.woo_single_crumb{
    display: none;
}

/* hero */
.tmnf_page_header{
    padding: 50px 0 40px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.tmnf_page_header_image::before{
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}

.tmnf_page_header .tmnf_container{
    z-index: 1;
}

.tmnf_page_header .tmnf_single_excerpt{
    margin: 35px 0 0 0;
}



/*meta*/


.tmnf_meta{
    line-height: 1.3;
    display: inline-block;
}

.tmnf_post_meta{
    margin:35px 0 20px 0;
}

.tmnf_meta img{
    display: block;
    float: left;
    margin: -10px 10px -10px 0;
}

.tmnf_divider{
    margin: 0 10px;
    opacity: .9;
}

.author_dis .tmnf_meta_author,
.date_dis .tmnf_meta_date,
.category_dis .tmnf_meta_category{
    display: none;
}



.alignnone,
.aligncenter{
    max-width: 100% !important;
}

/* entry stuff*/

img.tmnf_single_featured_image{
    margin-bottom: 40px;
}

.tmnf_entry > p,
.tmnf_entry > ul,
.tmnf_entry > ol{
    margin-top: 25px;
    margin-bottom: 25px;
}

.tmnf_entry > p:first-of-type{
    margin-top: 0;
}

.tmnf_entry > ul:not(.has-background),
.tmnf_entry > ol:not(.has-background){
    margin-left: 20px;
}

.tmnf_entry ul li, .tmnf_entry ol li {
    padding: 5px 7px;
}
.tmnf_entry ul, li.comment ul {
    list-style-type: disc;
    list-style-position: outside;
}
.tmnf_entry ol, li.comment ol {
    list-style-type: decimal;
    list-style-position: outside;
}
.tmnf_entry ul ul, .tmnf_entry ol ul, li.comment ul ul, li.comment ol ul {
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 15px;
}
.tmnf_entry ol ol, .tmnf_entry ul ol, li.comment ol ol, li.comment ul ol {
    list-style-type: lower-latin;
    list-style-position: outside;
    margin-left: 15px;
}

.tmnf_entry p em{
    font-style: italic;
}

.alignleft{
    margin: 7px 20px 7px 0;
    float: left;
}

.alignright{
    margin: 7px 0 7px 20px;
    float: right;
}

.wp-block-gallery{
    margin-top: 35px;
    margin-bottom: 35px;
}

.wp-block-gallery.alignfull{
    padding-left: 20px;
    padding-right: 20px;
}

.wp-block-gallery.alignleft{
    margin-right:20px !important;
    max-width: 55% !important;
}
.wp-block-gallery.alignright{ 
    margin-left:20px !important;
    max-width: 55% !important;
}

.wp-block-gallery li{
    padding: 0 0 !important;
}

.blocks-gallery-caption{
    margin-top: -10px !important;
}

.wp-caption,
.wp-caption-text,
.gallery-caption{
    padding: 2px;
}

.wp-block-cover,
.wp-block-button {
    margin-top: 8px;
    margin-bottom: 8px;
}

.has-background-dim a{
    color: #fff !important;
}

.tmnf_entry .input,
.tmnf_entry textarea{
    float: none;
    clear: both;
    display: block;
    min-width: 400px;
}

.tmnf_entry form{
    padding: 15px 0;
    margin: 0 0;
}

.tmnf_entry form p{
    padding: 5px 0;
    margin: 0 0;
}

/* comments list ***************************/
#commentform{
    margin: 0 0 30px 0;
}

.comment-list{
    margin: 20px 0;
}

.comment-list p{
    margin: 10px 0;
}

.comment-meta{
    position: relative;
    padding-left: 80px;
    margin-bottom: 25px;
}

.comment-meta img{
    position: absolute;
    top: 0;
    left: 0;
}

.comment-meta .fn{
    font-weight: bold;
}

.comment-metadata{
    font-size: 12px;
    text-transform: uppercase;
    opacity: .7;
}

.comment-list > li{
    margin: 30px 0;
    padding: 30px 0;
    border-bottom: 1px solid rgba(153, 153, 153, .08);
}

.comment-list ol.children{
    margin: 30px 0 0 0;
    border-left: 1px solid rgba(153, 153, 153, .08);
}

.comment-list ol.children li{
    list-style: none;
    margin:0;
    padding: 30px 0 30px 35px;
    border-top: 1px solid rgba(153, 153, 153, .08);
}

.comment-list li li li li ol.children{
    margin: 30px 0 0 0;
    border-left: 1px solid rgba(153, 153, 153, .0);
}

.comment-list li li li li ol.children li{
    padding: 30px 0 30px 0;
}

.bypostauthor,
.comment-author-admin{
    background: linear-gradient(135deg,  rgba(0,0,0,0.02) 0%,rgba(0,0,0,0) 100%); 
    padding-left: 25px;
}

.comment-list li li li li ol.children li.comment-author-admin {
    padding: 30px 25px 30px 35px;
  }

/* comments form ***************************/

#commentform textarea{
    display: block;
    width: 100%;
    clear: both;
}

#commentform label{
    font-size: 12px;
    margin-top: 10px;
}

#respond {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.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;
}

#cancel-comment-reply-link{
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 15px;
}

.comment-reply-link{
    padding:4px 7px;
    font-size: 11px;
    line-height: 1;
    background-color: #000;
    color: #fff !important;
    text-transform: uppercase;
}

/* inputs, buttons ***************************/

.tmnf_main_button{
    padding: 15px 25px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

input, textarea, input checkbox, button, input radio, select, file {
    border-width: 1px;
    border-style: solid;
    padding: 14px 20px;
    margin: 0 0 15px 0;
    line-height: 1.2 !important;
    max-width: 100%;
}
button, input.button, input[type=submit] {
    cursor: pointer;
    padding: 14px 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;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 40px;
}
.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;
}


/* 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;
}

/* tags ***************************/
.tmnf_tags{
    overflow: hidden;
    margin:0 0 40px 0;
}

.tmnf_tags a{
    padding: 4px 10px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    margin: 0 4px 0 0;
    font-size: 12px;
}

/* author_box ***************************/
.author_box{
    overflow: hidden;
    position: relative;
    padding: 20px;
    border-width:1px ;
    margin:0 0 40px 0;
}

.author_box_text{
    padding: 5px 0 5px 0;
}

.author_social_icons a{
    font-size: 14px;
    padding: 4px 5px;
    text-align: center;
    height: 32px;
    width: 32px;
    border-width: 1px;
    display: inline-block;
    margin: 0 8px 0 0;
}



/* tmnf_related_posts ***************************/

.tmnf_related_posts{
    overflow: hidden;
    margin: 0 0 40px 0;
}

.tmnf_related_posts h3{
    margin: 0 0 20px 0;
}

.tmnf_related_wrap{
    margin: 0 -20px;
    max-width: calc(100% + 40px);
    overflow: hidden;
}

.tmnf_related_item{
    float: left;
    padding: 0 20px;
    width: 50%;
}

.tmnf_related_item:last-of-type{
    display: none;
}



.tmnf_related_item img{
    width: 100%;
    margin: 0 0 15px 0;
}

/* next/prev ***************************/

.tmnf_post_navigation {
    line-height: 1.4;
    margin: 10px 0 40px 0;
}

.tmnf_previous_post,
.tmnf_next_post {
    padding: 0;
    border-width: 1px;
    width: 100%;
    overflow: hidden;
}

/* When there are no next posts */
.tmnf_post_navigation:only-child .tmnf_previous_post,
.tmnf_post_navigation .tmnf_previous_post:last-child {
    width: 100%;
}
/* When there are no previous posts */
.tmnf_post_navigation:only-child .tmnf_next_post,
.tmnf_post_navigation .tmnf_next_post:first-child {
    width: 100%;
    border-top-width: 0;
}

.tmnf_post_navigation_inn{
    padding: 25px;
}

.tmnf_post_navigation a{
    overflow: hidden;
    text-decoration: none !important;
    font-size: 16px;
}

.tmnf_post_navigation a span{
    font-size: 12px;
}

.tmnf_post_navigation a img{
    opacity: .8;
}

.tmnf_post_navigation a:hover img{
    opacity: .6;
}

.tmnf_post_navigation .post_nav_arrow{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -8px;
    z-index: 1;
    font-size: 18px;
}



.tmnf_next_post{
    border-top-width: 0;
}

.tmnf_previous_post .tmnf_imgwrapper{
    max-width:130px;
    float: left;
    margin: 0 25px 0 0;
}
.tmnf_next_post .tmnf_imgwrapper{
    max-width:130px;
    float: right;
    margin: 0 0 0 25px;
}

/*//////////////////////////////////// */

/* III. BLOG & ARCHIVES */

.tmnf_archive_title{
    padding: 0 0;
    margin: 40px 0 20px 0;
}

.archive_subtitle{
    line-height: 1.7;
}

.tmnf_blog_item{
    position: relative;
    overflow: hidden !important;
    margin: 0 0 40px;
}

.tmnf_blog_item.has-post-thumbnail .tmnf_imgwrapper{
    margin: 0 0 -1px 0;
    width: 100%;
    height: 100%;
    min-height: 350px;
    display: block;
    overflow: hidden;
    content: '';
    background-position: center center;
    background-size: cover;
}

.tmnf_blog_item h2{
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.tmnf_blog_item a:hover{
    text-decoration: none;
}

.tmnf_blog_item .tmnf_imgwrapper{
    position: relative;
    margin: 0 0 20px 0;
}

.tmnf_blog_item .tmnf_imgwrapper img{
    width: 100%;
}

.tmnf_blog_item_inn{
    overflow: hidden;
    border-width: 1px 1px 1px 1px;
    padding: 25px 30px;}

.tmnf_meta_row{
    overflow: hidden;
    border-width: 0 1px 1px 1px;
    line-height: 1 !important;
    padding: 15px 30px;
}

.tmnf_meta_row .tmnf_meta_category{
    float: left;
}

.tmnf_read_more{
    float: right;
}

.tmnf_read_more:hover{
    text-decoration:none;
}

.tmnf_blog_item p.tmnf_excerpt{
    font-size: 95%;
    display: inline;
    line-height: 1.5;
}

.excerpt_date{
    float: left;
    margin:4px 0 0 0;
    opacity: .7;
    font-size: 95%;
    line-height: 1.5;
}

.excerpt_date > span{
    margin: 0 8px;
}

.navigation.pagination,
.post_pagination{
    overflow: hidden;
    margin: 0 0 0 -3px;
}

.navigation.pagination a,
.navigation.pagination span,
.post_pagination a,
.post_pagination span{
    padding: 6px 18px;
    margin:0 3px 40px 3px;
    display: inline-block;
    border-width: 1px;
    border-style:solid ;
}

.navigation.pagination a:hover,
.post_pagination a:hover{
    background-color: rgba(0, 0, 0, .04);
}

.page-numbers.current,
.post-page-numbers.current{
    border: 1px solid rgba(153, 153, 153, .0) !important;
}

.tmnf_blog_item.sticky{
    background: linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%);
}
.tmnf_blog_item.sticky::after{
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    font-family: 'Font Awesome 5 Free';
    content: "\f02e";
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1 !important;
}

/* formats */

.tmnf_blog_item.format-quote,
.tmnf_item.format-quote .tmnf_post_padder {
    text-align: center;
    /*pointer-events: none;*/
}

.tmnf_blog_item.format-quote .tmnf_blog_item_inn {
    padding: 20px;
    border: none !important;
}

.tmnf_blog_item.format-quote{
    padding: 30px;
}

.tmnf_blog_item.format-quote h2,
.tmnf_item.format-quote h3 {
    margin: 0 0 25px 0;
    line-height: 1.4 !important;
}

.tmnf_blog_item.format-quote .tmnf_meta,
.tmnf_blog_item.format-quote .tmnf_read_more,
.tmnf_item.format-quote .tmnf_meta,
.tmnf_item.format-quote .tmnf_read_more,
.tmnf_item.format-quote .tmnf_meta_row,
.tmnf_item.format-quote .excerpt_date{
    display: none;
}


/*//////////////////////////////////// */

/* IV. SIDEBAR */

#sidebar .sidebar_item,
.elementor-widget-sidebar .sidebar_item{
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    padding: 20px;
    font-size: 90%;
}

#sidebar .sidebar_item:last-of-type{
    margin-bottom: 40px;
}

h4.widget_title{
    letter-spacing: 2px;
    margin: -5px 0 10px 0;
    padding:0 0 10px 0;
    border-width: 0 0 1px 0;
}

.sidebar_item ul li{
    border-width:0 0 1px 0;
    padding: 5px 0;
    border-style: dotted;
}

#footer .sidebar_item ul li{
    padding: 2px 0;
}

.sidebar_item ul li:last-of-type{
    border-width:0 0 0 0;
}

.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 p {
    border-top: none;
}
.sidebar_item img.img_full {
    margin: -35px -35px;
    max-width: calc(100% + 70px) !important;
    width: calc(100% + 70px);
    display: block;
}

.cat_nr{
    float: right;
    line-height: 1;
    font-size: 11px;
    height: 20px;
    width: 20px;
    padding: 5px;
    margin: 3px 0 0 0;
    text-align: center;
    display: block;
}

ul#menu-widget-menu{
    margin: -20px -20px;
}

ul#menu-widget-menu > li{
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 0 0;
}

ul#menu-widget-menu > li > a{
    padding: 15px 20px;
    overflow: hidden;
    display: block;
    text-decoration: none !important;
}

ul#menu-widget-menu ul.sub-menu{
    margin:0 20px 25px 35px;
}



/* tmnf_searchform ***************************/

.tmnf_searchform{
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0;
}

.search_input,
.search_submit{
    height: 52px;
    padding: 15px 20px;
}

.search_input{
    padding: 10px 20px;
    margin: 0 0;
    font-size: 16px;
}

.search_submit{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.no_search_entry .tmnf_searchform{
    margin: 25px 0;
}

.notfound_stuff{
    text-align: center;
    padding-top: 8vw;
    padding-bottom: 4vw;
}

.notfound_stuff h1{
    margin: 0 0 30px 0;
}

.notfound_stuff .tmnf_searchform{
    margin: 45px auto;
    max-width: 400px;
}

/* rss ***************************/

.rssSummary,
.rss-date {
    font-style: italic;
    font-size: 14px;
    line-height: 1.6 !important;
    display: block;
    text-align: left;
}
.rss-date {
    opacity: .7;
}
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;
    margin: 0 0 25px 0;
    opacity: .5;
}
#recentcomments li {
    text-align: left;
}
#recentcomments li a {
    float: none;
    display: inline;
}

/* wp calendar ***************************/

.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;
}

/*//////////////////////////////////// */

/* V. FOOTER */

#footer{
    overflow: hidden;
    font-size:14px;
}

.foocol{
    float: left;
    width: 100%;
}

.foocol .sidebar_item{
    margin: 30px 0;
}

.foocol h5.tmnf_small_titles{
    margin:0 0 10px 0;
}

.footer_bottom{
    overflow: hidden;
    border-width: 1px 0 0 0;
    padding: 0 0 60px 0;
}

.footer_menu,
.footer_text{
    font-size: 12px;
    margin: 15px 0;
    display:flex;
}

.footer_menu{
    margin: 25px 0 0 0;
    font-size: 13px;
}

.footer_menu li{
    margin: 0 20px 0 0;
}

.footer_menu li a{
    font-weight: bold;
}

.footer_menu  li:last-of-type{
    margin: 0 0 0 0;
}

.footer_icons{
    margin: 20px 0 -5px 0;
}

.tmnf_top_scroll{
    position: fixed;
    text-decoration: none;
    padding: 10px 20px 12px 20px;
    text-align: center;
    width: 100%;
    bottom: -2px;
    right: 0;
    display: none;
    z-index: 9;
}

.tmnf_top_scroll:hover{
    text-decoration: none;
}

/*//////////////////////////////////// */

/* VI. PLUGINS */

.addtoany_content {
    margin: 25px 0 30px 0 !important;
}

.addtoany_list a span{
    padding: 10px !important;
    border-radius: 30px !important;
}

/* ADDONS */

.tmnf_meta_widget{
	margin:25px 0 15px 0;
}

.tmnf_meta_category.tmnf_ribbon{
	padding:2px 7px;
	position:absolute;
    z-index: 5;
	top:40px;
	left:40px;
}

.tmnf_folio_templ .project_inn{
    margin: 0 0 40px 0;
    overflow: hidden;
}
.tmnf_post_wrap  .tmnf_post_inn {
    margin: 0 0 10px 0;
    overflow: hidden;
}

.tmnf_folio_templ .tmnf_meta_category {
    margin: -15px 0 0 20px;
}

.tmnf_folio_templ .tmnf_meta_category a:first-of-type span{
    display: none;
}

.tmnf_project_title{
    margin: 20px 0 15px 0;
}

.tmnf_project .tmnf_excerpt{
    margin: 0 0 15px 0;
}

.tmnf_repeater_section{
    display: block;
    padding:0 0 12px 0;
}

.tmnf_repeater_name{
	border-width:1px 0 0 0;
	text-transform:none !important;
    padding:12px 0 2px 0;
}

.tmnf_repeater_value{
    padding: 2px 0;
}

.tmnf_meta_widget > span:last-of-type .tmnf_divider{
    display: none;
}

/* filter */
.tmnf_portfolio_filter{
    margin: 30px 0 20px 0;
}

.tmnf_portfolio_filter ul{
    display: inline-block;
}

.tmnf_portfolio_filter ul li{
    display: inline-block;
    margin: 0 8px 8px 0;
}

.tmnf_portfolio_filter a{
    padding: 5px 0;
}

.tmnf_portfolio_filter a.active,
.tmnf_portfolio_filter .current-cat a{
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

/* folio single */
.tmnf_project_single{
    overflow: hidden;
}

.tmnf_project_header{
    padding-top:30px;
    padding-bottom:20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-width: 0 0 1px 0;
}

.tmnf_project_header h1.tmnf_main_title{
    margin: 0 0 30px 0;
}

.tmnf_folio_content{
    margin-left: auto;
    margin-right: auto;
    float:none !important;
    padding-top:30px !important;
}

.tmnf_project_single .tmnf_repeater_wrap{
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.tmnf_project_single  .tmnf_repeater_section{
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px;
}

.tmnf_folio_read_more{
    margin: 10px 0 20px 0;
    float: left;
}

/* EVENTS */

.em-events-search{
    display: none;
}

.em .tmnf_meta{
    margin: 0 0 10px 0;
}

.em .tmnf_meta > div{
    padding: 5px 0;
}

.em .em-icon{
    margin-right:10px;
}

/* list */
.tmnf_events{
    margin: 0 -20px;
}

.tmnf_event_item{
    margin-bottom: 40px;
    float: left;
}

.tmnf_event_item h4{
    margin: 25px 0 15px 0 !important;
}


.tmnf_event_item img{
    width: 100%;
}


/* single event */
.single-event .tmnf_single_excerpt p:first-of-type{
    display: none;
}

.single-event .tmnf_post_meta > .tmnf_meta_date .tmnf_divider{
    display: none;
}

.tmnf_event_content .tmnf_event_head{
    text-align: center;
    padding:35px 10px;
    margin: 0 0 40px 0;
    border-width: 1px;
}

.tmnf_event_content .tmnf_event_head > div{
    display: inline-block;
    padding:10px 5px;
    font-size: 16px !important;
}

.tmnf_event_content p{
    margin:0 0 15px 0;
}

/* mailchimp */

.mc4wp-form input{
	float:none !important;
	clear:both;
	margin:20px auto;
	text-transform:uppercase;
	font-size:11px !important;
    font-weight: bold;
    letter-spacing: 1px;
	line-height:1 !important
}
.mc4wp-form input[type="email"]{
	width:70%;
	overflow:hidden;
	padding:15px 15px !important;
	height:44px;
	border-radius:3px 0 0 3px;
    border-width: 1px 0 1px 1px;
}
.mc4wp-form input[type="submit"]{
	border:none !important;
	width: 30% !important;
	cursor:pointer;
	float:right !important;
	padding:15px 5px !important;
	height:44px;
	position:relative;
	z-index:2;
	-webkit-appearance: none;
	border-radius:0 3px 3px 0;
}
.mc4wp-form p,
.mc4wp-form h2,
.mc4wp-form h3,
.mc4wp-form h4,
.mc4wp-form h5{
	color:inherit !important;
	margin:0 0 15px 0;
	padding:0 0;
	width:100%;
	clear:both;
	display:block;
}

/* ELEMENOR */
.elementor-edit-mode {
    padding-top: 40px !important;
}
.elementor-editor-active #header {
    position: relative !important;
    top: auto !important;
    background-color: inherit !important;
    color: inherit !important;
}
.elementor-editor-active .tmnf_header_fix {
    display: none !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;
}

a.e-flex.e-con:hover p.elementor-heading-title{
    opacity: .7;
    transition: opacity .4s ease
}

.tmnf_clients .elementor-element:hover img{
    opacity: .2;
    transition: opacity .4s ease
}

/*//////////////////////////////////// */

/* VII. OTHER */

/* tmnf_social_menu */

.tmnf_social_menu{
    display: inline-flex; 
    flex-direction: row;
}

.tmnf_social_menu li{
    margin: 5px 5px 5px 0;
}

.tmnf_social_menu li a {
    display: inline-flex; 
    flex-direction: row;
    border-radius: 25px;
    padding: 10px 10px;
    height: 37px;
    width: 37px;
    border-width: 1px;
    border-style: solid;
}

.tmnf_social_menu li a:hover{
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

.tmnf_social_menu li a i{
    font-size: 15px;
    display: block;
    margin: 1px 0;
    color: inherit !important;
}

.tmnf_social_menu li a span{
    font-size: 11px;
    text-transform: uppercase;
    margin: -1px 0 0 10px;
    letter-spacing: 2px;
    display: none;
    color: inherit !important;
}

.fa-x-twitter::before {
    content: "\e61b" !important;
}

.fa-threads::before {
    content: "\e618" !important;
}

i.fa-twitter{
    display: none !important; 
}



/* bottom icons */

/* link deco*/


a.tmnf_deco_link,
.tmnf_events h4 a {
    position: relative;
    display: inline;
    background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 1px;
    background-position: 0 95%;
    -webkit-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
    -o-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
    transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
    padding: .1% 0;
    background-repeat: no-repeat;
    /*color: inherit*/
}

/*.tmnf_item:hover a.tmnf_deco_link,*/
a.tmnf_deco_link:hover,
.tmnf_events h4 a:hover {
    background-size: 100% 1px;
    width: 90%;
    transition: 0.3s ease all;
    text-decoration: none;
}

/* uppercase */

.upper .tmnf_meta,
.upper .tmnf_read_more,
.upper .tmnf_main_button,
.upper .tmnf_small_titles,
.upper #menu-widget-menu > li > a{
    text-transform: uppercase;
    letter-spacing: 2px;
}

.upper_medium #main_menu > li > a{
    text-transform: uppercase;
}

.upper_maxi .tmnf_post_title,
.upper_maxi .tmnf_main_title{
    text-transform: uppercase;
}

/* image filters */

.image_css_desaturate img:not(.this_is_logo) {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .95;
}
.image_css_desaturate_half img:not(.this_is_logo) {
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    opacity: .95;
}
.image_css_sepia img:not(.this_is_logo) {
    filter: sepia(0.55);
    -webkit-filter: sepia(0.55);
    opacity: .90;
}
.image_css_bright img:not(.this_is_logo) {
    filter: brightness(129%);
    -webkit-filter: brightness(129%);
    opacity: 1;
}

.image_css_desaturate img:hover, .image_css_desaturate .tmnf_item:hover img,
.image_css_desaturate_half img:hover, .image_css_desaturate_half .tmnf_item:hover img,
.image_css_sepia img:hover, .image_css_sepia .tmnf_item:hover img,
.image_css_bright img:hover, .image_css_bright .tmnf_item:hover img,
.this_is_logo img {
    filter: none !important;
    -webkit-filter: none !important;
}

/* WP 6.6 */
:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}


/* mobile stuff */
@media screen and (max-width: 1200px) {
    .title_part {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    } 
        
    .title_part h1{
        font-size: 20px !important;
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }     
    .title_part img{
        max-height: 50px;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }    
    .navigation_part {
        margin: 0 -20px 0 -20px !important;
        padding:0 15px;
        overflow: hidden;
    }
    #navigation{
        border-color: rgba(255,255,255,.2) !important;
    }
    #main_menu > li > a {
        padding: 5px 8px !important;
      }
    #additional_menu{
        margin-bottom: 20px;
    }
    .tmnf_menu .sub-menu {
        background-color: transparent !important;
        margin: 7px 0 7px 15px;
    }

    .search_nav_part,
    .menu-item-description{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    h1.tmnf_main_title {
        font-size: 45px !important;
    }
    p:not(.elementor-heading-title):notelementor-icon-box-description),
    div:not(.elementor-widget-container) p,
    .tmnf_excerpt,
    .em-item-desc {
        font-size:18px !important;
        -webkit-text-size-adjust: 100%;
    }

    .elementor-widget-text-editor .elementor-widget-container p{
        font-size: inherit !important;
        -webkit-text-size-adjust: inherit;
    }

    .tmnf_meta {
        line-height: 1.8;
    }
    .tmnf_meta img {
        margin: -7px 10px -10px 0;
        width: 28px;
    }
}

@media screen and (max-width: 580px) {
    .tmnf_entry blockquote p, .wp-block-pullquote p {
        font-size: 24px !important;
    }

    .wp-block-pullquote {
        max-width: 55% !important;
        padding: 25px !important;
    }

    .wp-block-image.alignright,
    .wp-block-image.alignleft{
        max-width: 55% !important;
        display: block !important;
    }
}