@media (min-width:1600px) and (max-width:1686px) {
	nav li a {
    padding: 1em 10px;
	}
}
@media (max-width:1500px) {
}
@media (max-width:1000px) {

	p {
		font-size: 0.8em;
	}

	.latest:nth-of-type(even) {
		background: #f2f2f2;
	}

	.latest:nth-of-type(4n+1) {
		background: none;
	}

	.main-stories {
		flex-direction: column;
	}

	.small-ad {
		width: 100%;
		flex-direction: row;
	}

	.primary-story {
		width: 100%;
		/*height: 500px;*/
		margin-bottom: 1em;
	}

	.secondary-story {
		width: 49%;
		height: inherit;
	}

	.story {
		width: 49%;
	}

	.latest {
		width: 100%;
	}

	.dtg-single {
		width: 100%;
	}
}

@media (max-width:790px) {

	.small-ad {
		width: 100%;
		flex-direction: column;
	}

	.secondary-story {
		width: 100%;
	}

        .article-title {
             font-size: 1.5em;
        }

	.secondary-story:nth-of-type(1) {
		margin-bottom: 1em;
	}

	.latest-news {
		width: 100%;
	}

	.tourist-guide {
		/*display: none;*/
	}

	.home-events {
		display: none;
	}

	.featured-stories {
		width: 100%;
	}

	.featured-wrapper {
		display: block;
	}

	footer .wrapper {
		flex-direction: column;
	}

	.newsletter {
		width: 100%;
		margin-bottom: 1em;
	}

	.footer-summary {
		width: 100%;
	}

	.inner-sidebar {
		display: none;
	}

	.article-content {
		width: 100%;
	}
}

@media (max-width: 768px) {
	nav li {
            display: block;
        }

        nav {
            display: none;
        }

        .menu-button {
            display: flex;
            color: #fff;
            align-items: center;
            justify-content: center;
        }
}

@media (max-width:400px) {
	.story {
		width: 100%;
	}

	.logo img {
        margin: 1em auto;
	}

	.cta-button {
		width: 100px;
		height: 45px;
		font-size: 0.8em;
	}

	.cat {
		padding: 0.5em;
	}

        section .small {
    
        }

        section .see-all {
            display: block;
        }
}
