/* @containers****************************************************************************************************************************************************************************************/
.container,.container_alt,.container_vis{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding:0 15px;
	overflow:hidden;
	position:relative;
}

.header_classic .container,.header_classic .container_alt,.header_classic .container_vis{
	max-width:1380px
}

.header_fullwidth #header .container,
.header_fullwidth #header .container_vis{max-width:100%; padding:0 50px;}

.container_alt{
	padding:0 0; 
}
.container_vis{
	overflow:visible;
}
#footer .container{
	background:none ;
}
.eightcol,.fourcol{
	padding:0 15px;
	position:relative;
}
.fourcol{
	padding:0 15px;
	float: right;
	max-width: 300px;
	position:relative;
}

.content_inn{
	float: none;
	margin: auto;
	max-width: 960px;
	overflow:visible;
}

.header_classic .content_inn{
	padding-left: 9%;
	padding-right: 9%;
}


/* @mobile first****************************************************************************************************************************************************************************************/



@media only screen and (min-width: 1125px) {	

	/* headers */
	
	.will_stick_wrap{ min-height:65px;}
	
	.header_row{position:relative;border-style:solid; border-width:0 0 1px 0;}
	.header_row_center{ }
	#titles{ float:left; margin-right:20px;text-align:left;}
	.headad{ float:none; padding:10px 0; margin:0 0 0 0;}
	#navigation{ float:right; margin:0 0 0 -12px;}
	.nav,
	.nav>li{ float: left;}
	#header ul.social-menu{ float:left;}
	.head_extend{ float:right;}
	
	
	/* tranparent */
	
	[class*="hero-cover"] .header_classic #header{ position:absolute; background:none !important;}
	[class*="hero-cover"] .header_classic .will_stick:not(.scrollDown){ background:none!important;}
	[class*="hero-cover"] .header_classic .header_row{ border-color:rgba(255,255,255,.1) !important;}
	.elementor-editor-active #header{ position:relative !important; background: inherit !important;}
	.elementor-editor-active #header a{ color:inherit  !important;}

	/* classic header */

	.header_classic .header_fixed_paceholder{
		padding-left: 0 !important;
	}

	
	.header_classic .meta_single::after{
		display: none;
	}
	
	
	/* columns fixes for fixed header */

	.header_fixed .content_inn{
		padding-left:20px;
		padding-right:0;
	}

	.header_fixed .postbarLeft .content_inn{
		padding-right:20px;
		padding-left:0;
	}

	.disable_blog_sidebar .content_inn_blog,
	.tmnf-sidebar-null .content_inn_blog,
	.search.search-no-results  .content_inn_blog{
		float: none;
	}

	/* the fixed header */
	.header_fixed_content {
		position: fixed;
		left:0;
		top: 0;
		bottom: 0;
		padding: 30px;
	}

	.header_fixed_inner{
		width: 200px;
	}

	.header_fixed_content #navigation,
	.header_fixed_content #main-nav{
		width: 100%;
	}

	.header_fixed_content .icon_extend.searchOpen{
		display: none;
	}

	.header_fixed_content .nav > li > a {
		display: block;
		padding: 8px 0;
	}

	.header_fixed_content .nav > li{
		display: block;
		float: none;
		padding: 0 0;
	}

	.header_fixed_content .nav>li:hover>ul{
		left:98%;
		margin-top: -55px;
	}

	.header_fixed_content .nav>.menu-item-has-children > a::after{
		transform: rotate(-90deg);
		margin-top: 3px;
		right:3px;
	}

	.header_fixed_content .nav>.menu-item-has-children > a:hover::after{
		transform: rotate(-90deg) scale(1.5);
		margin-top: 4px;
	}

	.header_fixed_content .nav>li>ul:after {
		left:-8px;
		top:33px;
		transform: rotate(-90deg);
	}

	.header_fixed_content .head_extend{
		padding-top: 0;
	}

	.header_fixed_content .header_fixed_bottom{
		position: absolute;
		bottom: 0 ;
		left: 0;
		padding: 30px;
	}

	.fixed-bottom-menu{
		list-style: none;
		opacity: .8;
		font-size: 12px;
	}

	#header .header_fixed_content ul.social-menu{
		margin: 0 0 10px -10px;
	}

	.header_fixed_content .footer_text {
		padding: 0 0;
		font-size: 11px;
		margin: 0 0;
		opacity: .6;
	}

	.header_fixed .container_alt{
		border-width: 0 0 0 1px;
	}

	.tmnf_single_post_classic .meta_single {
		margin: 0 0 150px 0;
	}

	.header_fixed .page_hero_image .container_alt,
	.header_fixed .page_hero_image .eightcol{
		height: 100vh;
		border-width: 0 0 0 0;
	}

	.header_fixed .page_hero_image .meta_single {
		position: relative;
		margin: 0 0 10px 0;
		padding: 13px 0;
	}

	.header_fixed .page_hero_image .meta_single::after{
		display: none;
	}
	

	.header_fixed .tmnf_single_post_classic .sidebar_item:first-child{
		padding-top: 220px;
	}

	.header_fixed .tmnf_index_wrap .sidebar_item:first-child{
		padding-top: 180px;
	}

	.header_fixed #footer .container{
		max-width: 1040px;
		border-width: 1px 0 0 0;
	}

	.header_fixed #footer .footer_below_text{
		display: none;
	}

	/* blogger */
	
	.blog_masonry blogger{
		margin:0 -30px;
		width:calc(100% + 60px);
	}
	.blog_masonry .blogger>.item{
		padding: 0 30px;
		margin-bottom: 60px;
	}
	
}

@media only screen and (min-width: 868px) {
	/* columns */
	.eightcol{
		width:70%;
		float:left;
	}
	.fourcol{
		width:30%;
		float:right;
	}
	.tmnf-shop-sidebar-null #woo-site .eightcol{ width:100% !important;}

	.tmnf-shop-sidebar-null.header_fixed #woo-site .eightcol{ 
		width: calc(100% - 40px) !important;
		max-width: 1010px; /* VAR */ 
		float: none !important;
		margin: 0 auto;
	}

	.tmnf-shop-sidebar-null.header_fixed #woo-site .content_inn{
		padding-left:0;
		padding-right: 0;
	}

	.disable_blog_sidebar .tmnf_index_wrap .eightcol{
		width: calc(100% - 40px);
	}
	.postbarLeft .eightcol{
		float:right;
	}
	.postbarLeft .four{
		float:left;
	}
	.postbarNone .eightcol,
	.tmnf-sidebar-null .eightcol,
	.disable_blog_sidebar .tmnf_index_wrap .eightcol{
		float:none !important;
		margin:0 auto !important;
	}
	.foocol{
		width:16.6%;
		padding:0 15px 0 15px;
		position:relative;
		float:left;
		min-height:1px;
		border-width:0 0 0 0;
	}
	.foocol.first{
		width: 50%;
		padding-right: 10%;
	}
	.foocol.last{
		border-width:0 0 0 0;
	}
	.tmnf_columns_5 li,.tmnf_columns_4 li,.tmnf_columns_3 li,.tmnf_columns_2 li{
		float:left;
	}
	.tmnf_columns_5 li{width:20%;}
	.tmnf_columns_4 li{ width:25%;}
	.tmnf_columns_3 li{width:33.33%;}
	.tmnf_columns_2 li{ width:50%;}
	/* defaults */
	.wrapper{
		overflow:hidden;
	}
	
	
	.tmnf-sidebar-null .alignfull,.postbarNone .alignfull {
		margin-left: calc(50% - 35vw);
		margin-right: calc(50% - 35vw);
		width: auto;
		max-width: 1000%;
		margin-top:15px;
		margin-bottom:15px;
	}
	.tmnf-sidebar-null .alignwide,.postbarNone .alignwide {
		margin-left: calc(25% - 15vw) !important;
		margin-right: calc(25% - 15vw) !important;
		width: auto;
		max-width: 1000%;
	}
	.alignwide img,.alignfull img {
		display: block;
		margin: 0 auto;
		padding:8px 0;
	}
	.wp-block-gallery.alignleft{ margin-right:30px !important;}
	.wp-block-gallery.alignright{ margin-left:30px !important;}
	.wp-block-gallery img{
		padding:0 0 !important;
	}
	.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
		margin: 0 0 0 0 !important;
	}
	.alignfull iframe{
		float: none;margin: 0 auto;
	}
	.alignfull .wp-block-embed__wrapper{
		text-align:center;
	}
	.post_nav_item{
		width:100%;
	}
	/* other */
	
	
	
	.nav li ul li.menu-item-has-children > a::after{
		right:0;
		top:23px;
		transform: rotate(-90deg);
		color:inherit !important;
	}
	.foocol.second .mc4wp-form{
		padding:0 80px !important;
	}
	
}

@media only screen and (min-width: 1325px) {


	/* columns for large screens */
	.eightcol{
		width:75%;
		float:left;
	}
	.fourcol{
		width:25%;
		float:right;
	}

	.header_fixed .content_inn{
		padding-left:15%;
		padding-right:0;
	}

	.header_fixed .postbarLeft .content_inn{
		padding-right:15%;
		padding-left:0;
	}

	.header_fixed .postbarNone .content_inn,
	.header_fixed.tmnf-sidebar-null .content_inn{
		max-width: 810px; /* VAR */
		padding-left:0;
		padding-right:0;
	}


	.content_inn_blog{
		max-width: 1010px; /* VAR */
		margin: 0 auto;
		float: right;
	}

	.blog_masonry .content_inn_blog{
		float: none;
	}

}


/* @mobile bits****************************************************************************************************************************************************************************************/


@media screen and (max-width: 1825px){
	
	.page_hero img{ left:-15%; width:130% !important; max-width:130% !important;}
	
}

@media screen and (max-width: 1425px){
	#wp-calendar tbody td {
		padding: 8px 4px;
	}
	.top_nav .searchform {
    	width: 15%;
	}
	
	.slideinside {
    	padding: 20px 40px 40px 40px;
	}
	
	.page_hero img{ left:-30%; width:160% !important; max-width:160% !important;}
	
}


@media screen and (max-width: 1255px){

	
	h1.tmnf_title_large, h2.tmnf_title_large, .tmnf_titles_are_large .tmnf_title {
		font-size:50px !important;
	}

	#core.tmnf_index_wrap #content {
		padding-top: 80px;
	}

	.blog_list .blogger .item {
		padding:40px 0;
	}

	.blog_list .blogger .item:nth-child(2){
		padding:0 0 40px 0;
	}

	.blogger div.post.sticky {
		padding:20px 40px 20px 40px !important;
	}
	.blogger div.post.sticky::after {
		top: 20px;
		right: 20px;
	}

	.blog_list .blogger .item .imgwrap {
		margin: 0 40px 0 0;
	}

	.blog_list .blogger .item:nth-child(4n) .imgwrap,
	.blog_list .blogger .item:nth-child(5n) .imgwrap {
		margin: 0 0 0 40px;
	}
	
	
}

@media screen and (max-width: 1165px){
	
	.tptn_posts_widget li>.tptn_link{ display:none;}
	
	.tptn_after_thumb {
    	padding: 0 0 0 55px;
	}
	
	.tptn_after_thumb::before{ top:0;}
	
	.tptn_after_thumb .tptn_link {
    	margin: 0 0 8px 0;
	}
	
	.page_hero img{ left:-60%; width:220% !important; max-width:220% !important;}
	
}
	@media screen and (max-width: 1125px){
		
		.headad{display:none;}
		
		.will_stick{ position:relative !important; background:none !important; overflow:hidden;}
		
		#titles{
			margin:20px auto 20px auto !important;
			float:none;
		}
		
		.head_extend{
			margin-top: 15px !important;
			margin-bottom:15px !important;
		}
		
		#header .container_vis{ overflow:hidden;}
		
		#header h1{ font-size:22px !important; text-align:center;}
		
		#header img.this-is-logo{ display:block; float:none; margin:0 auto; max-height:35px;}
		
		.head_extend{ position:absolute; top:-3px; left:10px; right:auto;}

		.head_extend .searchOpen{ margin: 1px 0 0 3px;}
		
		#header ul.social-menu{ display:none;}

		.header_fixed_content {
			padding: 0 !important;
			margin: 0 !important;
			width: 100% !important;
		}

		.header_fixed_inner {
			width: 100% !important;
		  }

		.header_fixed_bottom{
			display: none;
		}

		.header_fixed_paceholder{
			padding-left: 0 !important;
		}

		/* mobile menu */
		.show-menu{ display:block;}
		.tmnf-main-menu-null .show-menu{
			display:none !important;
		}
		#navigation{
			display:none;
			overflow:hidden;
			position:relative;
			height:auto;
			top:auto;
			margin:0 0;
			padding:20px 20px 10px 20px;
			width:100%;
			background:#1F2024 !important;
		}
		#navigation a{
			color:#fff ;
			margin:0 0 !important;
			padding:9px 0 8px 0 !important;
			font-size:15px !important;
			position:relative;
		}
		#main-nav > li.special > a{padding:16px 12px 15px 12px !important; text-align:center;}
		#navigation ul.nav li ul li > a{
			border-bottom:1px dotted #444 !important;
			text-transform:none !important;
			font-size:13px !important;
			opacity:.8;
		}
		ul.nav,ul.nav li,ul.nav li ul{
			width:100% ;
			background-color: transparent !important ;
			border:none;
			float:none;
			margin:0 0 !important;
			padding:0 0 !important;
			position:relative !important;
			left:auto !important;
			visibility:visible !important;
		}
		ul.nav .sub-menu{ display:none; padding-left:20px !important;}
		
		.nav > li > ul > li, .nav li ul ul li {max-width: none;}
		
		#main-nav li.menu-item-has-children > a .tmnf_mobile_dropdown {
			position:absolute;
			content: "\25BC";
			height:25px;
			width:25px;
			background:rgba(255,255,255,.1);
			top:6px;
			right:0;
			font-size:8px !important;
			margin-top:-2px;
			font-weight:normal;
			font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
				-moz-border-radius:30px;
				-khtml-border-radius:30px;
				-webkit-border-radius:30px;
				border-radius:30px;
				z-index:2;
			}
		.nav .menu-item-has-children>a::after {
			top:15px;right:13px; z-index:1;
		}
		
		.nav li ul li.menu-item-has-children > a::after{top:13px;}
		
		.nav .menu-item-has-children.active > a::after{
			transform: rotate(-180deg);
			top: 20px;
			right:9px !important;
		}
		
		#navigation ul.nav li ul li.menu-item-has-children > a:after{ transform: rotate(0deg); right:16px; top:13px;}
		
		#navigation ul.nav li ul li.menu-item-has-children.active > a:after{ transform: rotate(180deg); right:12px; top:22px;}
		
		.nav li ul li.menu-item-has-children.active > a::after{top:22px;}
		
		.nav > li > ul::after{ display:none;}
		
		.header_slim .head_extend {float: left;}
		
		.tmnf-button{ float:left; margin-top:0;}

		/* end mobile menu */


		.blog_list .archive_title {
			padding:20px 0 0 0;
		}
		
		.disable_blog_sidebar .eightcol{
			width: 100%;
		}

		.page_hero_image {
			height: auto;
			max-height: auto;
			padding-top:120px;
		}
		
		.page_hero_image .eightcol{
			width: 100% !important;
		}
		#core {
			padding-top:0;
		}
		
		#core.post {
			padding-top:30px;
		}
		
		
		#core.tmnf_index_wrap #content {
			padding-top: 10px;
		}
		
		.container,.container_vis,
		.eightcol, .fourcol {
			padding: 0 20px;
		}
		.container_alt,
		.container_alt.container_vis{ padding:0 0;}
		
		.header_fullwidth #header .container, .header_fullwidth #header .container_vis {
			padding: 0 20px;
		}
		
		.page_hero{padding:160px 0 60px 0 !important;}
		
		.foocol {
    		padding: 0 20px 0 20px;
		}
		
		.foocol.first{padding-top:40px;}
		
		.foocol.third {padding-right:20px;}
		
		#wp-calendar tbody td {
			padding: 8px 1px;
		}
		.sidebar_item .cat_nr{ display:none;}

		.format-quote .item_inn  {
		font-size:5vw !important;
		}
		.format-quote h2{ left:50px;}
		.slideinside{ padding:10px 30px 20px 30px;left:-55px;}
		
		.footer_icons {
			text-align:center;
			margin:0 -20px;
			width:calc(100% + 40px);
		}
		
		.mailchimp_section_alt,
		.footer_text {
    		float:none;
			margin:0 auto;
			max-width:50%;
		}
		
		.blogger > .item .has-post-thumbnail .item_inn {height: auto;}

		.blog_list .blogger .item .imgwrap {
			margin: 0 20px 0 0;
		}

		.blog_list .blogger .item:nth-child(4n) .imgwrap,
		.blog_list .blogger .item:nth-child(5n) .imgwrap {
			margin: 0 0 0 20px;
		  }
		
		.format-quote .item_inn {padding: 20px;}
		
		.quuote_author{ padding:0 0 20px 0;}
		
		h3.related_title {margin: 0 20px 20px 15px;}
		
	}
	@media screen and (max-width: 868px){
		
		.mailchimp_section {
		padding:100px 40px 30px 40px;
		margin:0 -20px; 
		width:calc(100% + 40px);
		}
		
		/* blogger */
		/* footer + sidebar */
		#sidebar{
			max-width:100%;
			margin:0 auto;
			width:100% !important;
			padding:20px !important;
			float: none;
		}
		.sidebar_item {
			 padding: 30px 30px 10px 30px;
			 margin: 0 0 -1px 0;
			 border-width:1px;
		}
		#footer .sidebar_item:first-of-type {
			margin-top: 10px;
		}
		
		.page_hero{padding:120px 0 40px 0 !important;}

		#curtain .searchform{
			width:90%;
			margin:-10px 0 0 0;
			left:5%;
		}
		#curtain a.curtainclose {
			margin:10px 0 0 0;
			top:10px;
			right:-20px;
			left:auto;
		}
		#curtain .searchSubmit, #curtain a.curtainclose {
			width:50px;
		}

		#curtain .searchSubmit span{
			display: none;
		}
		
		
		.footer_icons ul.social-menu li {margin:3px 4px;}
		.footer_icons ul.social-menu li:first-child {
			margin:40px 4px 3px 4px;
		}
		
		#footer .bottom-menu li::before { display:none;}
		
		.tab_post .imgwrap{margin: 0 15px 25px 0;}
		
		/* comments */
		
		.commentlist li.comment {
			padding: 15px 0 15px 45px;
		}
		.commentlist li.comment.parent {
			padding: 15px 0 0 45px;
		}
		
		.commentlist .avatar {
			left: -45px;
			width: 30px;
		}
		
		.comment-form-author, .comment-form-email, .comment-form-url {
			width: 100%;
			float: none;
			margin-right: 0!important;
		}
		.comment-author cite,.comment-meta{
			padding-left:0px;
		}

		.alignwide img{ padding:8px 0;}
		
		.wp-block-gallery {margin: 0 0 30px !important;}

		.tmnf_mouse_icon {
			right: 20px;
			bottom: 0px;
		}
		
		h1.tmnf_entry_title,h2 .maintitle,h2.maintitle,.block_title h2{
			font-size:45px !important;
		}
		
	}
	
	@media screen and (max-width: 605px){
		
		
		.mainbutton{
			padding:10px 16px;
			font-size:12px !important;
			display:inline-block;
			margin:10px 0 !important;
		}
		
		
		.owl-dots,
		.slideinside p.meta { display:none;}
		
		.mailchimp_section {
    		padding: 80px 20px 10px 20px;
		}

		
		.format-quote p.teaser {
		font-weight: 500 !important;
		font-size: 14px !important;
		}
		.entry p {
    		margin: 20px 0;
		}
		.entry blockquote {
			padding: 0 25px !important;
		}
		
		.mailchimp_section_alt,
		.footer_text {
			max-width:100%;
		}
		.post_nav_item {
			padding: 20px 20px;
		}
		.post_nav_arrow{ display:none;}
		.post_nav_text {
			width: auto;
			padding: 10px 20px;
		}

		.blog_list .blogger .item .imgwrap,
		.blog_list .blogger .item:nth-child(4n) .imgwrap,
		.blog_list .blogger .item:nth-child(5n) .imgwrap {
			float: none;
			margin: 0 0 20px 0;
			max-width: 100%;
		}

		.blogger div.post.sticky {
			padding:20px 25px 20px 25px !important;
		}

		.blogger div.post.sticky::after {
			top:0;
			right:0;
		  }

		.error-search .searchform {
			max-width: 100%;
		}
	}
	
	@media screen and (max-width: 505px){
		
		#titles {max-width: 40%;}
		
		.header_centered .show-menu, .header_centered_2 .show-menu {top: -50px;}
		
		.header_centered .head_extend { top: -70px;}
		
		.header_centered_2 .head_extend {top: -10px;}
		
		.page_hero{padding:80px 0 20px 0 !important;}
	
		.page_hero img{ left:-100%; width:300% !important; max-width:300% !important;}
		
		.page_hero_image h1 {
			margin:10px 0 20px 0;
		}
		
		.page_hero .tmnf_excerpt p, .single-post .tmnf_excerpt p {
			font-size: 100%;
		}
		
		.blogger > .item {
    		width:100%;
		}

		.blog_masonry .blogger > .item {
			width:100%;
		}
		
		.blogger > .item img {
    		width:100%;
		}

		
	}
	
	@media screen and (max-width: 445px){
		
		.show-menu {width: 40px;}
		
		.label_text,
		.tmnf-button{display: none;}
		
		.header_search a {
			padding: 12px 3px 12px 6px;
		}
		
		#header ul.social-menu li {
    		margin: 0 0 0 3px;
		}

		.blog_list .blogger .item {
			padding:20px 0;
		}

		.blog_list .blogger .meta{
			margin-top: 0;
		}

		.blog_list .blogger .meta_more{
			margin-top:-10px;
		}
	
		.tmnf_item_list.has-post-thumbnail .imgwrap {margin: 0 0 0 0;}
		
		.content_inn .mc4wp-form { padding: 20px 20px 10px 20px;}
		
		.mailchimp_section_alt .mc4wp-form {
			margin:20px 20px 0 20px;
		}
		
		.mailchimp_section_alt .formwrap {
			max-width: 100%;
		}
		
		.mc4wp-form input[type="submit"] {padding: 15px 8px !important;}
		
		.tmnf_related > div {width: 100%;}

		.wp-block-image.size-medium .alignright,
		.wp-block-image.size-medium .alignleft{
			max-width: 50%;
		}	
		
		h1.tmnf_title_large, h2.tmnf_title_large, .tmnf_titles_are_large .tmnf_title {
			font-size:45px !important;
		}
		
		
	}	
	
	
@media screen and (max-width: 375px){
	
		span.post-date,
		span.commes{ display:none;}
	
		.commentlist li.comment {
			padding: 15px 0 15px 0;
		}
		.commentlist li.comment.parent {
			padding: 15px 0 0 0;
		}
		
		.commentlist ul.children{ margin-left:15px;}
		
		.commentlist .avatar { display:none;}
		
	}	


/* HEIGHT RESPO*/
@media screen and (max-height: 900px) {
	.page_hero_image{
		padding-top:40vh;
	}
}
@media screen and (max-height: 700px) {
	.header_fixed_bottom .social-menu,
	.header_fixed_bottom .footer_text{display: none;}
	
	.page_hero_image{
		padding-top:35vh;
	}
}

@media screen and (max-height: 600px) {
	.header_fixed_bottom .fixed-bottom-menu{display: none;}
	
	.page_hero_image{
		padding-top:25vh;
	}
}