/* @containers****************************************************************************************************************************************************************************************/
.container, .container_alt, .container_vis {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
}
.tmnf_width_wide .container,
.tmnf_width_wide .container_alt,
.tmnf_width_wide .container_vis {
    max-width: 1360px;
}

.tmnf_width_narrow .container,
.tmnf_width_narrow .container_alt,
.tmnf_width_narrow .container_vis {
    max-width: 1060px;
}

.header_fullwidth #header .container,
.header_fullwidth #header .container_vis {
    max-width: 100%;
    padding: 0 20px;
}

.container_alt {
    padding: 0 0;
}
.container_vis {
    overflow: visible;
}
#footer .container {
    background: none;
}

/* columns */
.tmnf_columns_wrap {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.tmnf_column,
.tmnf_item,
.tmnf_foocol {
    margin: 0 0;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
}

.tmnf_column_vis {
    overflow: visible;
}

.eightcol, .fourcol {
    padding: 0 20px;
    position: relative;
}
.fourcol {
    padding: 20px;
}
.content_inn {
    padding: 20px 0;
}


/* @mobile first****************************************************************************************************************************************************************************************/

@media only screen and (min-width: 468px) {

    .tmnf_column_2,
    .tmnf_column_3,
    .tmnf_column_4,
    .tmnf_column_5,
    .tmnf_column_6,
    .tmnf_column_7,
    .tmnf_column_8,
    .tmnf_column_9,
    .tmnf_column_10,
    .tmnf_column_11 {
        width: 50%;
    }

    .tmnf_column_2:nth-child(2n + 3),
    .tmnf_column_3:nth-child(2n + 3),
    .tmnf_column_4:nth-child(2n + 3),
    .tmnf_column_5:nth-child(2n + 3),
    .tmnf_column_6:nth-child(2n + 3),
    .tmnf_column_7:nth-child(2n + 3),
    .tmnf_column_8:nth-child(2n + 3),
    .tmnf_column_9:nth-child(2n + 3),
    .tmnf_column_10:nth-child(2n + 3),
    .tmnf_column_11:nth-child(2n + 3),
    .tmnf_column_12:nth-child(2n + 3) {
        clear: left;
    }

    .tmnf_column_4:last-of-type {
        display: none;
    }

}

@media only screen and (min-width: 1025px) {

    /* 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;
    }

    #add-nav {
        display: block;
    }

    .header_fullwidth #header .header_row_center {
        float: none;
        margin: 0 3%;
    }

    .header_fullwidth #header .header_row_center.scrollDown {
        margin: 0 0;
    }


    /* tranparent */

    [class*="hero-cover"] #header {
        position: absolute;
        background: none !important;
    }
    [class*="hero-cover"] .will_stick:not(.scrollDown) {
        background: none !important;
    }
    [class*="hero-cover"] .header_row {
        border-color: rgba(255, 255, 255, .15) !important;
    }
    [class*="hero-cover"] .page-header-image {
        padding: 200px 0 150px 0;
    }
    .elementor-editor-active #header {
        position: relative !important;
        background: inherit !important;
    }
    .elementor-editor-active #header a {
        color: inherit !important;
    }

    [class*="hero-cover"] #header ul.social-menu li {
        margin: 0 4px;
    }

    [class*="hero-cover"] #header ul.social-menu a {
        border: 1px solid rgba(255, 255, 255, .3) !important;
    }

    /* ALT header */
    .header_classic_alt #titles {
        margin-right: 40px;
    }
    .header_classic_alt #navigation {
        float: left;
    }
    .header_classic_alt #add-nav {
        float: right;
    }


    .header_classic_alt #header ul.social-menu {
        float: right;
    }

    /* slim header */
    .header_slim .header_row {
        text-align: center;
    }
    .header_slim #titles {
        position: absolute;
        top: 0;
        left: 15px;
    }
    .header_slim #navigation {
        float: none;
        margin: 0 auto -9px auto;
        display: inline-block;
        text-align: center;
    }
    .header_slim .nav,
    .header_slim .nav>li {
        float: none;
    }
    .header_slim .head_additional {
        position: absolute;
        top: 0;
        right: 15px;
    }

    /* centered header */
    .header_centered .header_row {
        text-align: center;
    }
    .header_centered #titles {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .header_centered #titles img {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .header_centered #navigation {
        float: none;
        margin: 0 auto -8px auto;
        display: inline-block;
        text-align: center;
    }
    .header_centered .nav,
    .header_centered .nav>li {
        float: none;
    }
    .header_centered #header ul.social-menu {
        position: absolute;
        top: 0;
        right: 20px;
    }
    .header_centered .head_extend {
        position: absolute;
        top: 0;
        left: 25px;
    }

    /* centered header 2 */
    .header_centered_2 .header_row {
        text-align: center;
    }
    .header_centered_2 #titles {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .header_centered_2 #titles img {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .header_centered_2 #navigation {
        float: none;
        margin: 0 auto -9px auto;
        display: inline-block;
        text-align: center;
    }
    .header_centered_2 .nav,
    .header_centered_2 .nav>li {
        float: none;
    }
    .header_centered_2 #header ul.social-menu {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -20px;
    }
    .header_centered_2 .head_extend {
        position: absolute;
        top: 50%;
        left: 25px;
        margin-top: -23px;
    }


    /* post padding */
    .tmnf_width_wide .content_inn {
        border-width: 0 0 0 1px;
        padding-left: 140px;
        padding-right: 110px;
        overflow: visible;
    }
    .tmnf_width_wide .has-post-thumbnail .entryhead_single {
        margin: 0 -70px 40px -70px;
        width: calc(100% + 140px);
    }

    .tmnf_width_wide .postbarNone .content_inn,
    .tmnf_width_wide .tmnf-sidebar-null .content_inn {
        border-width: 0 0 0 0;
        padding-left: 0;
        padding-right: 0;
    }

    .tmnf_width_wide .postbarLeft .content_inn {
        border-width: 0 1px 0 0;
        padding-left: 110px;
        padding-right: 140px;
    }

    .tmnf_width_wide .Landscape .has-post-thumbnail .item_inn {
        padding-right: 40%
    }



    .tmnf_columns_wrap {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    .tmnf_column,
    .tmnf_item,
    .tmnf_foocol {
        padding: 0 20px;
    }

}
@media only screen and (min-width: 868px) {

    /* columns */
    .eightcol {
        width: 70%;
        float: left;
    }
    .blogger_wide .eightcol,
    .tmnf-sidebar-null .blogger_sidebar .eightcol {
        width: 100%;
    }
    .fourcol {
        width: 30%;
        float: right;
    }

    .tmnf_column_1 {
        width: 8.33%;
    }
    .tmnf_column_2 {
        width: 16.66%;
    }
    .tmnf_column_3 {
        width: 25%;
    }
    .tmnf_column_4 {
        width: 33.33%;
    }
    .tmnf_column_5 {
        width: 41.66%;
    }
    .tmnf_column_6 {
        width: 50%;
    }
    .tmnf_column_7 {
        width: 58.33%;
    }
    .tmnf_column_8 {
        width: 66.66%;
    }
    .tmnf_column_9 {
        width: 75%;
    }
    .tmnf_column_10 {
        width: 83.33%;
    }
    .tmnf_column_11 {
        width: 91.66%;
    }
    .tmnf_column_12 {
        width: 100%;
    }

    .tmnf_column_2:nth-child(2n + 3),
    .tmnf_column_3:nth-child(2n + 3),
    .tmnf_column_4:nth-child(2n + 3),
    .tmnf_column_5:nth-child(2n + 3),
    .tmnf_column_6:nth-child(2n + 3),
    .tmnf_column_7:nth-child(2n + 3),
    .tmnf_column_8:nth-child(2n + 3),
    .tmnf_column_9:nth-child(2n + 3),
    .tmnf_column_10:nth-child(2n + 3),
    .tmnf_column_11:nth-child(2n + 3),
    .tmnf_column_12:nth-child(2n + 3) {
        clear: none;
    }

    .tmnf_column_3:nth-child(4n + 5),
    .tmnf_column_4:nth-child(3n + 4),
    .tmnf_column_6:nth-child(2n + 3) {
        clear: left;
    }

    .tmnf_column_4:last-of-type {
        display: block;
    }


    #woo-site .eightcol {
        width: 70% !important;
        float: right !important;
    }
    .tmnf-shop-sidebar-null #woo-site .eightcol {
        width: 100% !important;
    }
    #woo-site .fourcol {
        width: 30%;
        padding-top: 0;
    }
    .postbarLeft .eightcol {
        float: right;
    }
    .postbarLeft .four {
        float: left;
    }
    .postbarNone .eightcol, .tmnf-sidebar-null .eightcol {
        float: none !important;
        margin: 0 auto !important;
    }
    .postbarNone .eightcol .entry, .tmnf-sidebar-null .entry, .postbarNone .postinfo, .tmnf-sidebar-null .postinfo, .postbarNone #comments, .tmnf-sidebar-null #comments {
        max-width: 650px;
        float: none;
        margin: 0 auto;
    }
    .postbarNone .post-head, .tmnf-sidebar-null .post-head, .postbarNone .post-pagination, .tmnf-sidebar-null .post-pagination {
        max-width: 650px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .postbarNone .header_text, .tmnf-sidebar-null .header_text {
        max-width: 70%;
        float: none;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .postbarNone .post-head, .tmnf-sidebar-null .post-head {
        text-align: center;
    }
    .postbarNone .meta_single, .tmnf-sidebar-null .meta_single {
        float: none;
        text-align: center;
    }
    .postbarNone .meta_single .meta, .tmnf-sidebar-null .meta_single .meta {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    .postbarNone .dekoline::after, .tmnf-sidebar-null .dekoline::after {
        left: 50%;
        margin-left: -70px;
    }
    .postbarNone #sidebar, .tmnf-sidebar-null #sidebar {
        padding: 0 0;
    }
    .foocol {
        width: 19%;
        padding: 0 20px 0 30px;
        position: relative;
        float: left;
        min-height: 1px;
        border-width: 0 0 0 0;
    }
    .foocol.first {
        padding-left: 20px;
        padding-right: 8%;
        width: 42%;
    }
    .foocol.last {
        padding-right: 15px;
        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% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .tmnf-sidebar-null .alignwide, .postbarNone .alignwide {
        margin-left: calc(25% - 25vw) !important;
        margin-right: calc(25% - 25vw) !important;
        width: auto;
        max-width: 1000%;
    }
    .alignwide img, .alignfull img {
        display: block;
        margin: 0 auto;
        padding: 0 0;
    }
    .wrapper .wp-block-gallery.alignleft {
        margin-right: 30px !important;
    }
    .wrapper .wp-block-gallery.alignright {
        margin-left: 30px !important;
    }
    .alignfull iframe {
        float: none;
        margin: 0 auto;
    }
    .alignfull .wp-block-embed__wrapper {
        text-align: center;
    }
    .post_nav_item {
        width: 100%;
    }
    /* other */

    .single-post .page-header-image .tmnf_excerpt p {
        max-width: 70%;
    }

    .blog_layout_list.blogger>.item,
    .blog_layout_list_alt.blogger>.item {
        float: none;
        width: 100%;
    }

    .blog_layout_list .imgwrap {
        float: left;
        margin: 0 40px 0 0;
        width: calc(50% - 40px);
    }

    .blog_layout_list .item_small.has-post-thumbnail .item_inn,
    .blog_layout_list_alt .item_small.has-post-thumbnail .item_inn {
        padding: 0 0 0 0;
        background: none;
        width: 50%;
        float: left;
    }



    .blog_layout_list .meta:not(.meta_more) {
        margin-top: 0;
    }


    .blog_layout_list_alt .imgwrap {
        float: right;
        margin: 0 0 0 40px;
        width: calc(45% - 40px);
    }

    .blog_layout_list_alt .item_small.has-post-thumbnail .item_inn {
        float: right;
    }

    .blog_layout_list_alt .has-post-thumbnail .meta_categ {
        right: 25px;
        left: auto;
    }

    .blog_layout_list_alt .meta {
        margin-top: 0;
    }

    .blog_layout_list_alt .meta_categ {
        margin-top: -2px;
    }

    .blog_layout_list_alt .meta_more {
        float: right;
        margin-top: 10px;
    }


    .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;
    }

}


/* @mobile bits****************************************************************************************************************************************************************************************/


@media screen and (max-width: 1825px) {

    .page-header 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-header img {
        left: -30%;
        width: 160% !important;
        max-width: 160% !important;
    }

}


@media screen and (max-width: 1255px) {
    /*
	.header_slim #titles,
	.header_slim #titles img{position:relative; top:auto; right:auto; left:auto; float:none; margin-left:auto; margin-right:auto;}
	.header_slim .head_additional{position:relative; top:auto; right:auto; left:auto;}
	.header_slim .head_extend {float: left;}
	*/


    .header_fullwidth #header .container,
    .header_fullwidth #header .container_vis {
        padding: 0 20px;
    }


    [class*="hero-cover"] .header_slim #titles {
        left: 15px;
    }
    [class*="hero-cover"] .header_slim .head_additional {
        right: 25px;
    }

    .tmnf_item_list.has-post-thumbnail .imgwrap {
        margin: 0 0 0 0;
    }

    .tmnf_item_list.has-post-thumbnail h3 {
        margin: 5px 0 10px 0;
    }

    .tmnf_item_list.has-post-thumbnail .tmnf_excerpt {
        display: none;
    }

    .blogger div.post.sticky .meta_categ {
        max-width: calc(100% - 170px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 2px;
    }

    #core {
        padding-top: 60px;
    }


}

@media screen and (max-width: 1165px) {

    .slideinside {
        left: -45px;
        width: auto;
    }

    .slideinside p.teaser,
    .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-header img {
        left: -60%;
        width: 220% !important;
        max-width: 220% !important;
    }

    .format-quote blockquote {
        line-height: 1.2;
    }

}
@media screen and (max-width: 1025px) {

    .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: -5px;
        left: 10px;
        right: auto;
    }

    #header ul.social-menu {
        display: none;
    }

    .header_centered .show-menu,
    .header_centered_2 .show-menu {
        top: -60px;
    }

    .header_centered .head_extend {
        top: -75px;
    }

    .header_centered .header_row_bottom,
    .header_centered_2 .header_row_bottom {
        overflow: visible
    }

    .header_centered .header_row_bottom .container_vis,
    .header_centered_2 .header_row_bottom .container_vis {
        overflow: visible !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 -20px;
        padding: 20px 20px 10px 20px;
        width: calc(100% + 40px);
    }
    #navigation a {
        margin: 0 0 !important;
        padding: 10px 0 9px 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;
        padding: 7px 0 7px 0 !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: 34px;
        width: 34px;
        background: rgba(255, 255, 255, .2);
        top: 2px;
        right: 4px;
        font-size: 8px !important;
        margin-top: -2px;
        font-weight: normal;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        -moz-border-radius: 40px;
        -khtml-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        z-index: 2;
    }
    .menu-item-has-children>a::after {
        top: 15px;
        right: 17px !important;
        z-index: 1;
    }

    

    .nav li ul li.menu-item-has-children>a::after {
        top: 13px;
    }

    .menu-item-has-children.active>a::after {
        transform: rotate(-180deg);
    }

    #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
    }

    .important > a::before {margin: -4px 4px 0 0;}

    /* end mobile menu */


    #core {
        padding-top: 30px;
    }

    .blogger_wide,
    .blogger_sidebar {
        margin-top: 30px;
    }

    .archive_title {
        margin-top: 40px !important;
        margin-bottom: 20px !important;
    }

    .container, .container_vis,
    .eightcol {
        padding: 0 20px;
    }
    .container_alt,
    .container_alt.container_vis {
        padding: 0 0;
    }

    .page-header {
        padding: 160px 0 60px 0 !important;
    }

    .foocol {
        padding: 0 20px 0 20px;
    }

    .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;
    }


    .blogger>.item .has-post-thumbnail .item_inn {
        height: auto;
    }

    .format-quote .item_inn {
        padding: 20px;
    }

    .quuote_author {
        padding: 0 0 20px 0;
    }

    h3.related_title {
        margin: 0 20px 20px 15px;
    }

    .footer_img {
        display: none;
    }

}
@media screen and (max-width: 868px) {

    .mailchimp_section {
        padding: 100px 40px 30px 40px;
        margin: 0 -20px;
        width: calc(100% + 40px);
    }

    /* blogger */
    .blogger_list .blogger>.item {
        width: 100% !important;
    }
    /* footer + sidebar */
    #sidebar {
        max-width: 400px;
        margin: 0 auto;
        width: 100% !important;
        padding: 20px !important
    }
    .sidebar_item {
        padding: 30px 30px 10px 30px;
        margin: 0 0 20px 0;
    }
    #footer .sidebar_item:first-of-type {
        margin-top: 10px;
    }

    #footer .sidebar_item:last-of-type {
        margin-bottom: 10px;
    }

    .page-header {
        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;
    }
    #footer .foocol.first .sidebar_item:first-of-type {
        margin-top: 80px !important;
    }

    #footer .bottom-menu li::before {
        display: none;
    }

    .tab-post .imgwrap {
        margin: 0 15px 25px 0;
    }

    .tab-post h4 {
        margin: 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;
    }

    .wp-block-gallery {
        margin: 0 0 30px !important;
    }

    .blogger_wide .blogger>.item.format-quote.has-post-thumbnail {
        margin-bottom: 0;
    }

    .format-quote.has-post-thumbnail img {
        display: none;
    }

    .format-quote.has-post-thumbnail .item_inn {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        height: auto;
        padding: 25px !important;
    }

    h1.entry-title, h2 .maintitle, h2.maintitle, .item_mag3_big h2.posttitle, .blogger .item_big h2, .block_title h2 {
        font-size: 70px !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,
    .tmnf_icon {
        display: none;
    }

    .mailchimp_section {
        padding: 80px 20px 10px 20px;
    }

    .format-quote p.teaser {
        font-weight: 500 !important;
        font-size: 14px !important;
    }

    .blogger_wide .blogger>.item,
    .tmnf-sidebar-null .blogger>.item {
        width: 100%;
    }

    .entry p {
        margin: 20px 0;
    }

    .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;
    }

    h2#comments-title,
    h3.related_title,
    h3#reply-title {
        font-size: 22px !important;
    }
}

@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-header {
        padding: 80px 0 20px 0 !important;
    }

    .page-header img {
        left: -100%;
        width: 300% !important;
        max-width: 300% !important;
    }

    .page-header-image h1 {
        margin: 10px 0 20px 0;
    }

    .page-header .tmnf_excerpt p, .single-post .tmnf_excerpt p {
        font-size: 100%;
    }

    .blogger>.item {
        width: 100%;
    }

    .blogger>.item .has-post-thumbnail .item_inn {
        padding: 20px 0 0 0;
        margin: 0 0 0 0;
    }

    .blogger>.item img {
        width: 100%;
    }

    .blogger_list .blogger .tmnf_item_list .imgwrap {
        float: none;
        max-width: 100%;
    }

    .blogger_list .blogger>.item.has-post-thumbnail .item_inn {
        padding: 20px 0 0 0;
    }

    .nav-links>span,
    .nav-links>a {
        margin: 6px 4px;
    }

    h1.tmnf_title_large, h2.tmnf_title_large, .tmnf_titles_are_large .tmnf_title,
    h1.entry-title, h2 .maintitle, h2.maintitle, .item_mag3_big h2.posttitle, .blogger .item_big h2, .block_title h2 {
        font-size: 8vw !important;
    }

}

@media screen and (max-width: 467px) {

    .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;
    }

    .blogger>.item {
        max-height: none;
        max-width: none;
    }

    .item_big .item_inn {
        padding-left: 0;
    }

    .item_big.has-post-thumbnail .item_inn {
        padding: 10px 0 0 0;
    }

    .item_big .meta_deko {
        display: none;
    }

    .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%;
    }

    #post_nav {
        margin: 20px 0 20px 0;
    }

    .post_nav_text {
        padding: 0 0 5px 0;
    }

    #post_nav img {
        display: none;
    }
    .footer_text {
        padding: 32px 25px 0 0;
    }

    .footer_icons {
        float: left;
    }

    .footer_icons ul.social-menu {
        float: left;
        margin-bottom: 35px;
    }

    .footer_icons ul.social-menu li a {
        width: 37px;
    }

    .footer_icons ul.social-menu li a i {
        margin: 0 4px 2px 4px;
        font-size: 14px;
    }

    .footer_icons ul.social-menu a span {
        display: none;
    }

    #footer .bottom-menu {
        float: left;
    }

    h1.tmnf_title_large, h2.tmnf_title_large, .tmnf_titles_are_large .tmnf_title,
    h1.entry-title, h2 .maintitle, h2.maintitle, .item_mag3_big h2.posttitle, .blogger .item_big h2, .block_title h2 {
        font-size: 50px !important;
    }


}


@media screen and (max-width: 375px) {

    span.post-date,
    span.commes,
    span.author .divider,
    .blogger .meta_front {
        display: none;
    }

    .blogger .has-post-thumbnail span.post-date,
    .blogger .has-post-thumbnail .meta_front {
        display: block;
    }

    .meta_categ {
        float: none;
        display: inline-block;
    }

    .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;
    }

    .tmnf_icon {
        display: block;
    }

}