/*
 * 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: 999999;
}

.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;
    }
}

/*My Custom Css*/
#header .tmnf_cell{
	align-items: center;
}
#header .title_part{
	margin-right: 0;
	flex: 0 0 20%;
	width: 100%;
}
#header .search_nav_part{
	flex: 0 0 87.8% !important;
}
#header .tmnf_searchform{
	max-width: 300px;
/* 	margin-left: -50px; */
}
#additional_menu .tmnf_menu > li > a {
	font-family: "Reddit Sans", Sans-serif;
    padding: 11px 7px 12px 55px !important;
}
.gt_switcher{margin-top: -15.5px !important;}
#main_menu > li.menu-item-has-children{cursor: pointer;}
.tmnf_menu li ul li a:focus{outline: none !important;}
#main_menu > li > a{
	font-family: "Reddit Sans", Sans-serif;
}
#main_menu > li.current-menu-parent{
	border-color: #1a35da !important;
    border-width: 1px !important;
}
#main_menu > li.current-menu-parent a{
	color: #1A36D8;
	font-family: "Reddit Sans", Sans-serif;
}
#main_menu > li.current-menu-parent a:after{
	color: #1A36D8 !important;
	background-color: #1A36D8 !important;
}
#main_menu > li.menu-item-has-children a:hover:after{
	color: #1A36D8 !important;
	background-color: #1A36D8 !important;
}
.tmnf_menu .sub-menu a{
	font-family: "Reddit Sans", Sans-serif;
	color: #fff !important;
	font-size: 17px !important;
	font-weight: 400 !important;
}
.tmnf_menu ul{
	width: 315px !important;
}
.tmnf_menu .sub-menu a:hover{text-decoration: none !important;} 
.tmnf_menu .sub-menu li.current-menu-item > a{text-decoration: none !important;}
.tmnf_menu li a:focus{outline: none !important;}
#main_menu > li.current-menu-item{
	border-color: #1a35da !important;
    border-width: 1px !important;
}
#header.scrolled{
	background-color: #1A36D8 !important;
}
#header.scrolled #main_menu > li > a:hover{
	color: #fff !important;
}
#header.scrolled #main_menu > li.current-menu-item{
	border-color: #fff !important;
    border-width: 1px !important;
}
#header.scrolled #main_menu > li.current-menu-item a{
	color: #fff !important;
}
#header.scrolled #main_menu > li.special a{
	color: #1A36D8 !important;
	padding-bottom: 32px !important;
	background-color: #fff !important;
}
.search_input{
	font-family: "Reddit Sans" !important;
}
.mob-searchform{display: none !important;}

/*general*/
body{
	overflow-x: hidden !important;
}
#gtranslate_wrapper .lang-label {
	display: none;
	margin-left: 6px;
}
#gtranslate_wrapper.show-labels .lang-label {
	display: inline;
}
::selection {
    background-color: #1A36D8 !important;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background-color: #1A36D8 !important;
    color: #fff;
    text-shadow: none;
}
.grecaptcha-badge{z-index: 99999 !important; opacity: 0;}
h1, h2, h3, h4, h5, h6{
	 font-family: 'Onest';
}
body p{
	font-family: "Reddit Sans";
}
.tmnf_main_button{
	font-family: "Reddit Sans" !important;
	text-transform: uppercase;
    letter-spacing: 2.9px;
	font-size: 13px !important;
}
.sidebar_item .textwidget p{
	font-size: 16px;
}
.tmnf_breadcrumbs .crumb{
	font-family: "Source Code Pro";
	font-size: 11px;
	text-transform: uppercase;
    letter-spacing: 2px;
	color: #474747;
}
.tmnf_breadcrumbs .crumb a{
	font-family: "Source Code Pro";
	font-size: 11px;
	text-transform: uppercase;
    letter-spacing: 2px;
	color: #474747;
}
.tmnf_breadcrumbs .crumb a:hover{
	color: #1A36D8 !important;
}
.crumb::after{
	color: #474747 !important;
}
.zsiq-float{
	width: 45px !important;
	height: 45px !important;
	right: 20px !important;
}
.zsiq-float-tooltip{
	font-family: "Reddit Sans";
}
.zsiq-clr3{
	color: #222 !important;
}
.chat-iframe-wrap iframe{
	padding-bottom: 30px;
}
.zsiq-float, .zsiq-close-icn{transition: bottom 0.3s ease !important;}
.tmnf_top_scroll{
	width: 55px !important;
	right: 20px !important;
/* 	bottom: 0px !important; */
	bottom: 105px !important;
	padding: 8px 20px 10px 20px !important;
}
#whatsapp-chat {
	position: fixed;
/* 	bottom: 75px; */
	bottom: 180px;
	right: 22px;
	z-index: 9999;
	display: none;
	border: none;
	width: 38px;
	height: 38px;
	cursor: pointer;
	transition: all .5s ease;
}
#whatsapp-chat svg {
	width: 41px;
	height: 41px;
}
#whatsapp-chat:hover {
	opacity: 0.8;
}
.err-hbutton a.elementor-button{
	background-color: #1A36D8;
    font-family: "Reddit Sans", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.9px;
    fill: #E3F4F4;
    color: #E3F4F4;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 25px 15px 25px;
	text-decoration: none;
	text-align: center;
    transition: all .3s;
	display: inline-block;
}
.err-hbutton a.elementor-button:hover{
	 background-color: #9D5ACE;
    color: #E3F4F4;
}
.navigation.pagination a, .navigation.pagination span, .post_pagination a, .post_pagination span{
	font-family: "Reddit Sans", Sans-serif;
}

/*home page*/
.hero-slider-home img{
	width: 100%;
	height: auto;
}
.slider_content{
	font-family: "Reddit Sans" !important;
}
.home .tmnf_post_title{
/* 	font-size: 22px !important; */
	min-height: 78px;
}
.tmnf_post_title{
/* 	font-size: 26px !important;  */
	color: #222 !important;
}
.tmnf_post_title a{
	color: #222 !important;
}
.tmnf_post_title a:hover{
	color: #1A36D8 !important;
}
.tmnf_post_title a:hover{background: none !important;}
.tmnf_excerpt{
	font-family: "Reddit Sans", Sans-serif;
	font-size: 17px !important;
	margin-bottom: 10px;
}
.home .tmnf_meta_widget{
	font-family: "Reddit Sans";
	font-size: 13px !important;
	margin: 10px 0 20px 0 !important;
	color: #474747 !important;
}
.home a.tmnf_read_more{
	font-family: "Source Code Pro";
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #474747;
}
.home a.tmnf_read_more:hover{
	color: #1A36D8 !important;
}
.faqs-mod .e-n-accordion-item-title-text{
	font-family: 'Onest' !important;
}
.tmnf_ribbon:hover{background-color: #1A36D8 !important;}
.tmnf_ribbon:hover a{color: #fff !important;}
.home .tmnf_meta_category a:hover{color: #fff !important;}
.home-about-content .elementor-widget-container ul{
	list-style: disc !important;
    list-style-position: inside;
}
.home-about-content .elementor-widget-container ul li{
	padding-left: 2.2em; 
	text-indent: -1.2em;
}

/*About us page*/
/* .cv-box .elementor-icon-box-icon{position: relative;}
.cv-box .elementor-icon-box-icon:before{
	content:'';
	position: absolute;
    bottom: -35px;
    left: 0px;
    content: "";
    background-image: url(/wp-content/uploads/2025/04/shadow.png);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
	transition: all .3s ease;
}
.cv-box:hover .elementor-icon-box-icon:before{
	opacity: 1;
    bottom: -50px;
} */
.key-pt-mod .elementor-icon-list-item .elementor-icon-list-text{
	 font-family: "Reddit Sans";
}
.mv-icon-box svg path{
	fill: #1a36d8 !important;
}
.mv-icon-box svg{
	fill: #1a36d8 !important;
}
.mv-icon-box svg g{
	fill: #1a36d8 !important;
}

/*Capabilities page*/
#chems-list-box .elementor-icon-box-content ul{
	column-count: 4 !important;
	list-style-type: none !important;
}
#chems-list-box .elementor-icon-box-content ul li{
	font-family: "Reddit Sans";
 	font-size: 17px; 
}
#chems-list-box .elementor-icon-box-content ul li:before {
  	content: "\f0a9"; /* FontAwesome Unicode */
  	font-family: FontAwesome;
	margin-right: 10px;
}

/*Products page*/
/* .prods-m-block .elementor-image-box-content ol{
	column-count: 2 !important;
} */
.prods-m-block .elementor-image-box-content ol li {
	font-family: "Reddit Sans";
	font-size: 16px;
  	list-style-type: decimal;
    list-style-position: inside;
}
.wchem-row-2 .elementor-image-box-content ol{
	column-count: 1 !important;
}
/* .prods-m-block  img{
	height: 70px !important;
	object-fit: contain;
} */

/*Blog page*/
.blog #sidebar .sidebar_item:last-of-type{
	display: none !important;
}
.archive_subtitle{
	font-family: "Reddit Sans", Sans-serif;
	font-size: 16px;
}
.excerpt_date{
	font-family: "Reddit Sans", Sans-serif;
/* 	font-size: 16px !important; */
}
.tmnf_meta_category{
	text-transform: uppercase !important;
	letter-spacing: 2px !important;
	font-size: 14px;
}
/* .tmnf_meta_category{
	font-family: "Reddit Sans" !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
} */
a.tmnf_read_more{
	color: #474747;
	text-transform: uppercase !important;
	letter-spacing: 2px;
}
.tmnf_meta_row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h4.widget_title{
	font-size: 34.02px !important;
	font-weight: 700;
	text-transform: none !important;
	letter-spacing: 0 !important;
}
.sidebar_item ul li{
	font-family: "Reddit Sans", Sans-serif !important;
/* 	font-size: 16px; */
}
.sidebar_item ul li a:hover{
/* 	text-decoration: none !important; */
}
.wp-block-search .wp-block-search__label{
	font-family: "Reddit Sans" !important;
}
.wp-block-search__button{
	font-family: "Reddit Sans" !important;
}
.wp-block-search__input{
	font-family: "Reddit Sans" !important;
}
.tmnf_meta_date{
	font-family: "Source Code Pro";
	font-size: 14px;
	text-transform: uppercase;
    letter-spacing: 2px;
}
/* .tmnf_meta_date{
	font-family: "Reddit Sans" !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-size: 16px;
} */
.tmnf_meta_category a:hover{
	text-decoration: none !important;
	color: #1a36d8 !important;
}
.tmnf_post_navigation_inn{
	font-family: "Reddit Sans" !important;
	font-size: 16px !important;
}
.tmnf_post_navigation_inn span{
	font-family: "Reddit Sans" !important;
	font-size: 14px !important;
}
.comments-area{
	display: none !important;
}
.tmnf_tags{
	display: none !important;
}
.tmnf_tags a{
	font-family: "Reddit Sans" !important;
	font-size: 16px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	color: #474747;
}
.tmnf_tags a:hover{text-decoration: none !important;}
.wp-block-list li{
	font-family: "Reddit Sans" !important;
	font-size: 16px;
}
.archive .tmnf_meta_category a:hover{
	color: #1a36d8 !important;
}
.post-template  .tmnf_meta_category a:hover{
	color: #1a36d8 !important;
}
.page-id-39 .tmnf_meta_category a:hover {
    text-decoration: none !important;
    color: #1a36d8 !important;
}

/*Individual posts page*/
.post-template #main_menu > li#menu-item-515{
	border-color: #f7f7fc !important;
    border-width: 1px !important;
}
.wp-singular.post-template .tmnf_menu li.menu-item-has-children > a::after{
	color: #f7f7fc;	
}
.wp-singular.post-template #main_menu > li.menu-item-has-children a:hover:after {
    color: #f7f7fc !important;
    background-color: #f7f7fc !important;
}
.tmnf_sidebar_active .tmnf_sidebar_left .tmnf_entry{
	padding-right: 0 !important;
	padding-left: 0 !important;
	border: 0 !important;
}

.wp-singular.post-template .tmnf_excerpt{
	display: none !important;
}

/*industry page*/
/* .page-template-template-projects .tmnf_cell{padding: 0 20px !important;} */
.page-template-template-projects a.tmnf_read_more{
	color: #fff !important;
	font-family: "Source Code Pro" !important;
	letter-spacing: 2px;
}
.page-template-template-projects .tmnf_columns_2 .tmnf_repeater_section{width: auto !important;}
.page-template-template-projects .tmnf_project_title{
	margin: 15px 0 15px 0 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.tmnf_portfolio_filter ul li{
	font-family: "Reddit Sans" !important;
	font-size: 16px;
}
.tmnf_portfolio_filter ul li a:hover{
	text-decoration: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-color: #1a36d8 !important;
}
.tmnf_portfolio_filter ul li.current-cat a{
	border-color: #1a36d8 !important;
	color: #1a36d8 !important;
}
.tmnf_portfolio_filter{display: none !important;}
.page-template-template-projects h1.tmnf_main_title{padding-bottom: 20px;}
.page-template-template-projects .tmnf_meta_category a:hover{color: #fff !important;}

/*industires inner pages*/
.single-tmnf_project .tmnf_container{max-width: 1500px !important;}
.single-tmnf_project .tmnf_project_header .tmnf_container{max-width: 1500px !important;}
.single-tmnf_project .tmnf_project_header{padding-bottom: 100px;}
.single-tmnf_project .tmnf_folio_content{
	max-width: 100% !important; 
	padding-left: 30px !important;
	padding-right: 30px !important;
	width: 100% !important;
}
.single-tmnf_project .tmnf_single_excerpt{display: none !important;}
/* .single-tmnf_project .wp-block-list li{padding: 0 !important;} */
.industry-gallery-mod img{
	height: 300px !important;
	object-fit: cover;
}
.single-tmnf_project .tmnf_single_inn{
	max-width: 100% !important;
}
.single-tmnf_project #header .tmnf_container{max-width: 1500px !important;}
.single-tmnf_project #footer .tmnf_container{max-width: 1500px !important;}
.single-tmnf_project ul{list-style-position: inside !important;}
.prods-m-block h3{line-height: 1.5em !important;}
.indus-box h3{line-height: 1.5em !important;}

/*industry category pages*/
.archive.tax-project-category a.tmnf_read_more{
	color: #E3F4F4;
	letter-spacing: 2.9px;
	font-weight: 700;
	line-height: 1;
}
.archive.tax-project-category  .tmnf_meta{float: none !important;}
/*Products page*/
.prods-tabs-row .prods-tabs-col{
	display: flex;
	gap: 30px;
}
.prods-title{
	color: #222;
	font-family: "Reddit Sans";
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	padding-bottom: 5px;
}
.prods-title.active{
	border-bottom: 1px solid #1a36d8;
	color: #1a36d8;
}
.prods-title:hover{
	border-bottom: 1px solid #1a36d8;
	color: #1a36d8;
}
.prods-title svg{
	width: 40px;
	height: 40px;
	vertical-align: middle;
	fill: #222;
	margin-right: 10px;
}
.prods-title:hover svg{
	fill: #1a36d8;
}
.prods-title:hover svg path{
	fill: #1a36d8;
}
.prods-title.active svg{
	fill: #1a36d8;
}
.prods-title.active svg path{
	fill: #1a36d8;
}
#oil-gas-sec, #lube-automob-sec, #water-chem-sec{
	 display: none; 
	 -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.prods-m-block .elementor-image-box-title a:hover{
	color: #1a36d8;
	text-decoration: underline;
}

/*contact us page*/
.contact-box a{color: #474747;}
.contact-box a:hover{color: #1A36D8;}
#quote-box a{color: #fff !important;}
.wpcf7-text, .wpcf7-email, .wpcf7-tel, .wpcf7-select, .wpcf7-number, .wpcf7-file, textarea{
	font-family: "Reddit Sans";
	margin-top: 10px;
	width: 100%;
}
.wpcf7-text:focus-visible, .wpcf7-email:focus-visible, .wpcf7-tel:focus-visible, .wpcf7-select:focus-visible, .wpcf7-number:focus-visible, .wpcf7-file:focus-visible, textarea:focus-visible{
	outline: none !important;
}
.wpcf7-text:focus, .wpcf7-email:focus, .wpcf7-tel:focus, .wpcf7-select:focus, .wpcf7-number:focus, .wpcf7-file:focus, textarea:focus{
	border-color: #474747 !important;
}
.search_input:focus-visible{
	outline: none !important;
}
.search_input:focus{
	border-color: #474747 !important;
}
textarea{
	max-height: 150px;
	resize: none;
}
.wpcf7-submit{
	font-family: "Reddit Sans";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.9px;
	line-height: 1 !important;
    color: #E3F4F4;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 25px 15px 25px !important;
}
.wpcf7 form .wpcf7-response-output{
	font-family: "Reddit Sans";
}

/*footer*/
.foocol{
	width: 23% !important;
}
.foocol.last{
	width: 31% !important;
	padding-left: 5% !important;
}
.tmnf_links_credits a{padding-left: 5px;}
#footer a{font-size: 14px; color: #fff !important;}
/* #footer .textwidget a:hover{text-decoration: underline !important;} */
#footer .tmnf_small_titles{
	font-family: 'Onest';
/* 	font-size: 17px;  */
/* 	color: #fff; */
	text-transform: uppercase;
	letter-spacing: 2px;
}
.tmnf_cell.foocol.third .sidebar_item p{
	display: flex; 
	gap: 15px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #fff;
}
.tmnf_cell.foocol.third i{padding-top: 6px; color: #fff !important;}
#footer .sidebar_item ul li{
	font-family: "Reddit Sans";
	font-size: 14px;
}
.footer_text{
	font-size: 12px; 
	margin: 0px 0 !important;
	align-items: center;
	color: #fff !important;
}
.footer_menu{display: none !important;}
.footer_icons{margin: 10px 0 !important;}
.footer_icons .tmnf_social_menu li{margin: 0 !important;}
.tmnf_social_menu{gap: 20px;}
.footer_text{
	font-family: "Reddit Sans";
}
.footer_text a{
	font-size: 12px !important;
}
.footer-btn{
	background-color: #1A36D8 !important;
    font-family: "Reddit Sans";
    font-size: 13px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.9px;
	line-height: 0 !important;
    fill: #E3F4F4;
    color: #E3F4F4 !important;
    border-radius: 0px 0px 0px 0px !important;
	float: right;
	padding: 22px 24px !important;
}
.footer-btn:hover{
	text-decoration: none !important;
	background-color: #9D5ACE !important;
    color: #E3F4F4;
}

/*mobile responsive*/
@media only screen and (max-width: 980px){
	.mob-searchform{display: inline-block !important;}
	#header .tmnf_searchform{
		max-width: 100%;
		margin-left: 0 !important;
		width: 100%;
	}
	#header .tmnf_searchform .search_input{
		padding: 10px 10px !important;
		width: 100% !important;
		background-color: transparent !important;
		border-color: #1a36d8 !important;
		color: #fff !important;
	}
	#header .tmnf_searchform .search_input:focus{
		background-color: transparent !important;
		border-color: #1a36d8 !important;
		color: #fff !important;
	}
	#header .search_submit{
		 background-color: #1a36d8 !important;
	}
	#header li.special>a{
		background-color: transparent !important; 
		color: #fff !important;
	}
	#main_menu > li.menu-item-has-children{cursor: default !important;}
	.show_menu{
		width: fit-content;
		height: fit-content;
		padding: 14px 20px 14px 20px;
	}
	.show_menu:hover{background-color: #1a36d8 !important;}
	.show_menu .label_text{display: none !important;}
	.show_menu i{
		margin: 0;
		font-size: 18px;
	}
	.close_menu{
		margin: 0 !important;
		font-size: 18px;
	}
	.tmnf_menu .sub-menu{
		background-color: #182547 !important;
		position: relative;
	}
	.tmnf_top_scroll{
		width: 7% !important; 
		right: 25px !important;
	}
	#whatsapp-chat{right: 25px;}
	.lw-gradient-sec{
		background-image: none !important; 
		background-color: #F6F7FC !important;
	}
	.gtranslate_wrapper{
		position: absolute;
        right: 110px;
        top: 35px;
	}
	.blog-rcol{background-color: #fff !important;}
	.hprod-box .elementor-image-box-wrapper{
		flex-direction: column !important;
		gap: 20px;
	}
	.cv-box .elementor-icon-box-wrapper{
		flex-direction: column !important;
		gap: 20px;
		align-items: flex-start !important;
	}
	.foocol{width: 33.33% !important;}
	.foocol.last{width: 60% !important;}
	.foocol.last img{width: 100%;}
	.footer-btn{float: none;}
	.footer_bottom{padding: 0;}
	#chems-list-box .elementor-icon-box-content ul{
		column-count: 2 !important;
	}
	.prods-m-block .elementor-image-box-content ol{
		column-count: 1 !important;
	}
	.core-value-lcol{background-image: none !important;}
	.ww-title .elementor-heading-title br{display: none !important;}
	.single-tmnf_project .tmnf_project_header{
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.single-tmnf_project .tmnf_container .tmnf_folio_content{
		padding-top: 10px !important;
	}
	.prods-tabs-row .prods-tabs-col{
		flex-direction: column;
	}
	.prods-title{
		width: fit-content;
	}
	.page-template-template-projects #tmnf_core{
		margin-top: 80px !important;
	}
	.footer_bottom .tmnf_cell{
		flex-direction: column-reverse !important;
		gap: 10px !important;
		padding: 20px 30px 12px 30px !important;
	}
}

@media only screen and (max-width: 480px){
	.title_part img{max-height: 30px;}
	.gt_switcher{width: 140px !important;}
	.gtranslate_wrapper{
		top: 24.5px;
		right: 85px;
	}
	.show_menu{
		top: -40.7px !important;
		padding: 6px 15px !important;
	}
	.tmnf_slider_item h3{font-size: 34px !important;}
	.slider_content{font-size: 16px;}
	.tmnf_main_button{letter-spacing: 1px !important;}
	.contact-box .elementor-icon-box-wrapper{align-items: center !important;}
	.zsiq-float{
		right: 12px !important;
	}
	.tmnf_top_scroll{
		width: 13% !important;
		padding: 10px 15px 12px 15px !important;
	}
	#whatsapp-chat{
		right: 17px;
/* 		bottom: 60px; */
		bottom: 170px;
		width: 45px;
		height: 45px;
	}
	#whatsapp-chat svg{
		width: 40px;
		height: 40px;
	}
	.footer_bottom .tmnf_cell{
		padding: 0 30px !important;
		gap: 0 !important;
	}
	.page-id-39 .tmnf_post_title{font-size: 22px !important;}
	.home .tmnf_meta_category{font-size: 14px !important;}
	.tmnf_excerpt{font-size: 16px !important;}
	.home a.tmnf_read_more{float: none !important;}
	.tmnf_post_padder{padding-bottom: 0 !important;}
	.home .tmnf_meta_widget{margin: 10px 0 5px 0 !important;}
	.contact-box .elementor-icon-box-wrapper{
		flex-direction: column !important;
		gap: 20px;
		align-items: flex-start !important;
	}
	.foocol{width: 100% !important;}
	.foocol.last{width: 100% !important; order: 0;}
	.foocol.first{order: 1;}
	.foocol.second{order: 2;}
	.foocol.third{order: 3;}
	.footer_widgets{
		display: flex;
		flex-direction: column;
	}
	.footer_text{
		display: inline-block !important; 
		margin: 10px 0 !important;
	}
	#footer .tmnf_social_menu{gap: 10px;}
	.footer_icons .tmnf_social_menu li a{padding: 10px 12px;}
	.footer_icons{margin: 0px 0 10px 0 !important;}
	.indus-box .elementor-icon-box-wrapper{flex-direction: column !important;}
	h1.tmnf_main_title{font-size: 40px !important;}
	.tmnf_blog_item .tmnf_meta_row{
		flex-direction: column;
		align-items: flex-start;
	}
	.page-id-39 .tmnf_blog_item .excerpt_date {
		font-size: 16px  !important;
	}
	.home .tmnf_post_title{min-height: auto !important;}
	#chems-list-box .elementor-icon-box-content ul{
		column-count: 1 !important;
	}
	#chems-list-box .elementor-icon-box-content ul li{font-size: 16px;}
}

@media only screen and (max-width: 320px){
	.title_part img{max-height: 25px;}
	.show_menu{top: -35.7px !important;}
	.gt_switcher{width: 110px !important;}
	.gt_switcher a{font-size: 10px !important;}
	.gtranslate_wrapper{top: 22.5px !important; right: 70px !important;}
	.show_menu{padding: 5px 10px !important;}
	.show_menu i{font-size: 16px !important;}
	.tmnf_top_scroll{width: 15% !important;}
}

@media (min-width: 1367px) {
    .gtranslate-in-header {
        display: none;
    }
}

/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.show_menu{
		width: fit-content;
		height: fit-content;
		padding: 14px 20px 14px 20px;
	}
	.show_menu:hover{background-color: #1a36d8 !important;}
	.show_menu .label_text{display: none !important;}
	.show_menu i{
		margin: 0;
		font-size: 18px;
	}
	.close_menu{
		margin: 0 !important;
		font-size: 18px;
	}
	.tmnf_top_scroll{width: 9%;}
	#whatsapp-chat{right: 20px;}
	.lw-gradient-sec{
		background-image: none !important; 
		background-color: #F6F7FC !important;
	}
	.gtranslate_wrapper{
		position: absolute;
        right: 110px;
        top: 35px;
	}
	.blog-rcol{background-color: #fff !important;}
	.footer_bottom{padding-bottom: 0 !important;}
}


@media only screen and (min-width: 1200px) and (max-width: 1600px){
	.home-top-box{right: 0 !important;}
	#chems-list-box .elementor-icon-box-content ul{
		column-count: 3 !important;
	}
	.manufacture-rcol{
		--padding-top: 840px !important;
		--padding-bottom: 840px !important;
	}
	.key-pt-lcol{
		--padding-top: 570px !important;
		--padding-bottom: 570px !important; 
	}
}

/*tawkto plugin chat custom css*/
.tawk-icon-right{display: none !important;}
.widget-visible iframe{bottom:125px !important;}
.footer_menu, .footer_text{justify-content: center !important;}
.footer_icons{float: none !important; text-align: center;}
.footer_bottom .tmnf_cell{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

/*******/
.ipost-content ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.ipost-content ul li{
	padding: 5px 10px 2px 30px;
}
.ipost-content ul li:last-child{
	padding-bottom: 0;
}