@media screen and (max-width:1170px) {
    .container {
        width: 96%
    }
    .masonry .post {
        width: 31%
    }
    .masonry .format-gallery, .masonry .format-video {
        width: 62%
    }
}
@media screen and (max-width:1024px) {
    .social-links {
        display: none
    }
}
@media screen and (max-width:890px) {
    .masonry .post {
        width: 30%
    }
    .masonry .format-gallery, .masonry .format-video {
        width: 62%
    }
}
@media screen and (max-width:870px) {
    .header-right {
        width: auto
    }
    .breadcrumbs {
        margin:0 0 20px;
        position:static
    }
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block !important;
	}
    .menu-toggle {
        background: #000;
        border: 0;
        box-shadow: none;
        color: #fff;
        display: none;
        font-size: 18px !important;
        margin: 9px 0 0;
        padding: 12px;
        border-radius: 50%
    }
    .menu-toggle:hover {
        background: #35373c;
        border: 0;
        box-shadow: none;
    }

	.main-navigation ul {
        background: #35373c;
		display: none;
        margin: 10px 0;
        overflow: hidden;
        padding: 5px 0
	}
    .main-navigation ul ul {
        position: static;
        display: block;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .main-navigation ul ul li {
        border-bottom: 0
    }
    .main-navigation ul ul a {
        padding: 5px 18px;
        width: auto
    }
    .main-menu {
        position: absolute;
        left: -50px;
        width: 150px
    }
    .main-navigation li {
        margin-bottom: 0;
        z-index: 99;
        width: 100%
    }
    .main-navigation a {
        background: #35373c;
        padding: 5px 18px;
        color: #fff !important
    }
    .main-navigation .current-menu-parent > a::before, .main-navigation .current-menu-item > a::before,
    .main-navigation .current-menu-parent > a::after, .main-navigation .current-menu-item > a::after { display: none }
    .content-area,
    .widget-area,
    .footer-widgets .footer-widget {
        width: 100%
    }
    .site-main {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .site-content {
        margin-bottom: 0
    }
    .posts-navigation {
        margin-bottom: 30px;
        overflow: hidden
    }
    #tweecool, .newsletter-widget {
        display: block;
        overflow: hidden;
        max-width: 100%;
        width: 100%
    }
}
@media screen and (max-width:768px) {
    .featured-posts .post-type-icon {
        display: none
    }
    .featured-post { width: 100% }
    .featured-content {
        padding-bottom: 50px
    }
    .featured-posts .flex-control-nav {
        bottom: 20px
    }
    .featured-content .title {
        font-size: 20px;
        line-height: 26px
    }
    .masonry .post {
        width: 47%
    }
    .masonry .format-gallery, .masonry .format-video {
        width: 100%
    }
    .related-content {
        text-align: center
    }
    .related-posts .featured-thumbnail {
        display: inline-block;
        float: none
    }
    .entry-footer { text-align: center }
    .post .share-buttons,
    .entry-footer .entry-meta {
        float: none;
        display: inline-block
    }
    .post .share-buttons { margin-top: 5px }
}
@media screen and (max-width:480px) {
    .left-thumb .audio-player,
    .left-thumb .post-format-video,
    .left-thumb .post-thumbnail,
    .left-thumb .post-content {
        float: none;
        width:100%
    }
    .featured-content .title {
        display: none
    }
    .entry-header, .entry-content, .entry-footer, .post-navigation, .author-box, .related-posts {
        padding-left: 30px;
        padding-right: 30px;
    }
    .masonry .post {
        width: 100%
    }
    .newsletter-left {
        margin-bottom: 20px
    }
    .newsletter-left, .newsletter-right {
        width: 100%
    }
    .comment-form-left,.comment-form-right{width:100%;float: none; }
    .comment-form-right{margin-top:10px }
    .comment-form textarea{width:96%; }
    .related-posts .slides li{width:100%; }
    .site-main .post-navigation .nav-links {
        text-align: center
    }
    .post-navigation .nav-previous{
        float: none;
        width: 100%;
        text-align: center;
    }
    .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next{
        float: none;
        margin-top: 10px;
        text-align: justify;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width:320px) {
}