/* @BACKBONE ****************************************************************************************************************************************************************************************/
.tmnf_container, .tmnf_container_vis {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0;
}
.tmnf_width_wide .tmnf_container{
    max-width: 1360px;
}
.tmnf_width_narrow .tmnf_container{
    max-width: 1060px;
}
#header .tmnf_container{
    padding: 0 20px;
}
.header_fullwidth #header .tmnf_container{
    max-width: 100%;
}

/* columns */
.tmnf_columns_wrap {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
}
.tmnf_column,
.tmnf_item,
.tmnf_foocol,
.eightcol, .fourcol {
    margin: 0 0;
    padding: 0 20px;
    width: 100%;
}
.tmnf_column{
    margin: 0 0 20px 0;
}


@media only screen and (min-width: 468px) {

    .tmnf_column,.tmnf_item,.tmnf_foocol,.eightcol, .fourcol {
        float: left;
    }
    .tmnf_column_2,.tmnf_column_3,.tmnf_column_4,.tmnf_column_5{
        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){  
        clear: left;
    }

}


@media only screen and (min-width: 868px) {

    .eightcol           {width: 70%;}
    .fourcol            {width: 30%;}
    .tmnf_column_inner  {width: 100%;}
    .tmnf_column_2      {width: 50%;}
    .tmnf_column_3      {width: 33.33%;}
    .tmnf_column_4      {width: 25%;}
    .tmnf_column_5      {width: 20%;}

    .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){
        clear: none;
    }
    .tmnf_column_4:nth-child(4n + 5),.tmnf_column_3:nth-child(3n + 4),.tmnf_column_2:nth-child(2n + 3) {
        clear: left;
    }
    .tmnf_column_3:last-of-type {
        display: block;
    }
}


@media only screen and (min-width: 1025px) {

    .tmnf_columns_wrap {
        width: calc(100% + 50px); /* VAR */
        margin: 0 -25px; /* VAR */
    }
    .tmnf_column,.tmnf_item,.tmnf_foocol,.eightcol,.fourcol {
        padding: 0 25px;
    }
    .tmnf_column{
        margin: 0 0 50px 0;
    }

    .foocol {
        padding: 0 25px 0 25px;
    }

}


/* @tmnf_containers defaults****************************************************************************************************************************************************************************************/

.tmnf_container, .tmnf_container_vis {
    overflow: hidden;
    position: relative;
}
.tmnf_container_vis {
    overflow: visible;
}
#footer .tmnf_container {
    background: none;
}
.tmnf_columns_wrap {
    overflow: hidden;
}
.tmnf_column,
.tmnf_item,
.tmnf_foocol,
.eightcol, .fourcol {
    overflow: hidden;
    position: relative;
    min-height: 1px;
}
.tmnf_column_vis {
    overflow: visible;
}


/* @mobile first****************************************************************************************************************************************************************************************/

@media only screen and (min-width: 1155px) {

    /* headers */

    .will_stick_wrap {
        min-height: 65px;
    }

    .header_row {
        position: relative;
        border-style: solid;
        border-width: 0 0 1px 0;
    }
    #titles {
        float: left;
        margin-right:50px;
        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,
    [class*="hero-cover"] .nav li ul{
        border-color: rgba(255, 255, 255, .15) !important;
    }
    [class*="hero-cover"] #header ul.social-menu::after {
        background-color: rgba(255, 255, 255, .15) !important;
    }
    [class*="hero-cover"] .page-header-image {
        padding: 250px 0 120px 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%
    }

}
@media only screen and (min-width: 868px) {

    #woo-site .fourcol {
        width: 25%;
        padding-top: 0;
    }
    #woo-site .eightcol {
        width: 75% !important;
        float: right !important;
    }
    .tmnf-shop-sidebar-null #woo-site .eightcol {
        width: 100% !important;
    }
    .postbarLeft .eightcol {
        float: right;
    }
    .postbarLeft .four {
        float: left;
    }
    .postbarNone .eightcol, .tmnf-sidebar-null .eightcol {
        float: none !important;
        margin: 0 auto !important;
        overflow: visible;
    }
    .postbarNone .eightcol .entry, .tmnf-sidebar-null .entry, .postbarNone .postinfo, .tmnf-sidebar-null .postinfo, .postbarNone #comments, .tmnf-sidebar-null #comments {
        max-width: 800px;
        float: none;
        margin: 0 auto;
    }
    .postbarNone .post-head,
    .tmnf-sidebar-null .post-head,
    .postbarNone .post-pagination,
    .tmnf-sidebar-null .post-pagination{
        max-width: 800px;
        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 #sidebar, .tmnf-sidebar-null #sidebar {
        padding: 0 0;
    }
    .foocol {
        width: 19%;
        padding: 0 20px 0 20px;
        position: relative;
        float: left;
        min-height: 1px;
        border-width: 0 0 0 0;
    }
    .foocol.first {
        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 */
    .tmnf_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;
    }
    .tmnf_wrapper .wp-block-gallery.alignleft {
        margin-right: 30px !important;
    }
    .tmnf_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: 22px;
        transform: rotate(-90deg);
        color: inherit !important;
    }
    .foocol.second .mc4wp-form {
        padding: 0 80px !important;
    }

    .error-search{
        max-width: 70%;
        margin: auto;
    }

}


/* @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) {

    [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: 1155px) {

    .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: -90%;
        width: 280% !important;
        max-width: 280% !important;
    }

    .format-quote blockquote {
        line-height: 1.2;
    }


    .headad {
        display: none;
    }

    .will_stick {
        position: relative !important;
        background: none !important;
        overflow: hidden;
    }

    #titles {
        margin: 20px 0 20px 0 !important;
        float: none;
    }

    .head_extend {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    #header .tmnf_container_vis {
        overflow: hidden;
    }

    #header h1 {
        font-size: 22px !important;
        text-align: left;
    }

    #header img.this-is-logo {
        display: block;
        float: none;
        margin: 0 0;
        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 .tmnf_container_vis,
    .header_centered_2 .header_row_bottom .tmnf_container_vis {
        overflow: visible !important;
    }

    /* mobile menu */
    .show-menu {
        display: block;
    }
    .tmnf-menu-is-not .show-menu {
        display: none !important;
    }

    .header_block_left,
    .header_block_right{
        float: none;
    }
    
    .header_block_left_inner,
    .header_block_right_inner{
        display: block;
    }


    #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: 9px 0 8px 0 !important;
        font-size: 15px !important;
        position: relative;
    }

    #main-nav>li>a{
        padding: 15px 0 15px 0 !important;
    }
    #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: 40px;
        width: 40px;
        background: rgba(255, 255, 255, .20);
        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;
    }
    #main-nav>li.menu-item-has-children>a::after {
        right: 20px !important;
        z-index: 1;
        margin-top: -2px !important;
    }

    #main-nav>li.menu-item-has-children.active>a::after {
        transform: rotate(180deg);
        right: 16px !important;
        top: 26px;
    }

    .nav ul .menu-item-has-children > a::after {
        display: none;
    }

    .menu-item-has-children.active ul ul{
        display: block;
    }

    /* end mobile menu */


    #core {
        padding-top: 30px;
    }

    .blogger_wide,
    .blogger_sidebar {
        margin-top: 30px;
    }

    #core.blogger_sidebar {
        margin-top: 0;
        padding-top: 0;
    }

    .archive_title {
        margin-top: 40px !important;
        margin-bottom: 20px !important;
    }

    .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;
    }

    .tmnf_cursor,
    .tmnf_cursor.makemebigger,
    .tmnf_cursor2 {
        display: none !important;
    }

}

@media screen and (max-width: 1025px) {
	body.bbp-shortcode #bbpress-forums, body.bbpress #bbpress-forums, body.forum-archive.bbpress.post-type-archive-forum #bbpress-forums {
		margin: -20px 0 0 0;
   }
	#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results{
		margin:0 0 20px 0;
   }
	#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
		padding: 20px 20px !important;
   }
	#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
		padding: 25px 20px !important;
   }
	div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header, li.bbp-body div.hentry {
		padding: 10px 20px;
   }
	#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
		margin-left: 110px;
   }
	#bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author {
		width:85px;
   }
	#bbpress-forums div.bbp-reply-author .bbp-author-name, #bbpress-forums div.bbp-topic-author .bbp-author-name{
		font-size: 12px;
   }

   #bbpress-forums #bbp-single-user-details {
	padding:0;
	}

	#bbpress-forums #bbp-user-body {
		padding:30px 0;
	}
}

@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;
    }

    .blogger .tmnf_excerpt p {
        font-size:19px !important;
        -webkit-text-size-adjust: 100%;
    }
    /* 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;
    }

    .tmnf_tab_post .imgwrap {
        margin: 0 15px 25px 0;
    }

    .tmnf_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;
    }


    .tmnf_donations {
        margin: -20px 0;
    }

    .give-archive-item {
        width: 50%;
        margin: 0 0;
    }

    .give-archive-item:nth-child(2n +3) {
        clear: left;
    }

    .give-archive-item:nth-child(3n +4) {
        clear: none;
    }

    .give_entry .give-goal-progress {
        padding: 20px;
        margin: 0 -20px 20px -20px;
    }

    .give_entry .give-form {
        margin: 15px 0 0 0;
        padding: 15px 0 0 0;
    }

    .wrapper .entry .events-table h5,
    .wrapper .events-table h5 {
        font-size: 20px !important;
    }

    .events-table img {
        display: none;
    }

    .events-table td>div.evnt_title {
        width: 100%;
        padding-top: 10px;
    }

    .events-table td>div.evnt_button {
        position: relative;
        float: left;
        padding: 0 40px;
        margin: -10px 0 10px 0;
        width: 100%;
        border: none;
    }

    div.evnt_button .mainbutton {
        float: left;
    }

    .event_header .sixcol {
        width: 100%;
    }

    .event_header .sixcol:nth-of-type(3) {
        padding-top: 0;
        border-width: 0 0 0 0;
    }

    .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;
    }

   /*bbPress*/
   #bbpress-forums ul.bbp-forums > li .bbp-forum-info, #bbpress-forums li.bbp-body ul.topic .bbp-topic-title{
    width: 100%;
    }
    #bbpress-forums li.bbp-body ul.topic{
        padding-bottom: 0 !important;
    }
    li.bbp-forum-topic-count, li.bbp-forum-reply-count, li.bbp-forum-freshness, li.bbp-topic-voice-count, li.bbp-topic-reply-count, li.bbp-topic-freshness{
        display: none;
    }

    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: 65px !important;
    }


}

@media screen and (max-width: 625px) {


    .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;
    }

    .page-header .tmnf_excerpt p, .single-post .tmnf_excerpt p, .give_single .tmnf_excerpt p {
        max-width: 100%;
    }

    .format-quote p.teaser {
        font-weight: 500 !important;
        font-size: 14px !important;
    }

    .blogger>.item {
        margin: 10px 0 10px 0;
    }

    .blogger_wide .blogger>.item,
    .tmnf-sidebar-null .blogger>.item {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .blogger>.item .has-post-thumbnail .imgwrap {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 0 0;
    }

    .blogger>.item .has-post-thumbnail .item_inn {
        padding: 30px 0 0 0;
        margin: 0 0 0 0;
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
    }

    .entry p {
        margin: 20px 0;
    }

    .mailchimp_section_alt,
    .footer_text {
        max-width: 100%;
    }

    .footer_icons {
        float: left;
        padding-bottom: 40px;
    }

    .footer_icons ul.social-menu {
        float: left;
        margin:-10px 0 30px 0;
    }

    .post_nav_item {
        padding: 20px 20px;
    }
    .post_nav_arrow {
        display: none;
    }
    .post_nav_text {
        width: auto;
        padding: 10px 20px;
    }


    .entry blockquote {
        padding: 20px 20px 20px 20px !important;
        margin: 30px 0;
    }

    .entry blockquote p {
        font-size: 30px;
    }


    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;
    }

    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: 60px 0 40px 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 {
        font-size: 95%;
        margin-bottom: 0;
    }

    .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;
    }

    .commentlist li.comment.depth-3.parent,
    .commentlist li.comment.depth-4.parent,
    .commentlist li.comment.depth-5.parent {
        padding: 25px 0 0 0;
    }

    .footer_text,
    .footer_icons {
        width: 100%;
        float: none;
    }

    .scrollTo_top {
        right: 0;
        bottom: -4px;
        width: 100%;
    }

    .scrollTo_top a {
        padding: 0 0 4px 0;
    }

}

@media screen and (max-width: 480px) {

    .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;
    }

    .page-header img {
        left: -140%;
        width: 380% !important;
        max-width: 380% !important;
    }

    .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;
        padding: 10px 6px;
    }

    .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;
    }

    #bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
		margin:0 auto 0;
    }

    .bbp-login-form .bbp-submit-wrapper {
        margin-top: 0;
    }

    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: 45px !important;
    }

}


@media screen and (max-width: 405px) {

    span.post-date,
    span.commes,
    span.author .divider,
    .blogger .meta_front,
    .page-header-image .main_breadcrumbs {
        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;
    }


	#bbpress-forums .bbp-body div.bbp-reply-content, #bbpress-forums .bbp-body div.bbp-topic-content {
		clear: both;
		margin: 0 0 5px 0;
		padding: 0;
    }
	.bbp-login-form .bbp-submit-wrapper {
		margin-top: 10px;
    }

    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: 35px !important;
    }

}