@media screen and (min-width: 993px) {
	.mobile-menu,
	.mobile-menu-wrap {
		display: none;
	}

  .mini-menu ul {
    display: table;
  }
  .mini-menu a {
    font-weight: 500;
  }

	/* Globals */
	blockquote {
    margin: 40px 100px;
	}

	.desktop-menu {
		display: block;
	}
	
	/* Frontpage container intro */
	.container-frontpage-intro {
	  padding: 70px 25px 85px;
	}
	.container-frontpage-intro h2 {
	  font-size: 40px;
	}
	.container-frontpage-intro .col-md-6:first-of-type {
	  margin-bottom: 0;
	}

	/* Standard page */
	.inner-std-page {
	  max-width: 70%;
	}

	/* Single page */
	.single-top-image,
	#single-content .shortcode-image.large-container {
	  height: 1000px;
	}
	#single-content .shortcode-image.medium-container {
	  height: 700px;
	}
	#single-content .shortcode-image.small-container {
	  height: 350px;
	}

	/* Profile page */
	.profile p {
	  font-size: 12px;
	}
	#inner-mystic .top {
	  height: 70%;
	}
	#inner-mystic .middle,
	#inner-mystic .bottom {
	  height: 20%;
	}

	/* Search page */
	.search-wrapper {
	  max-width: 80%;
	  margin: auto;
	}

	/* Page blog */
	.blog-content {
		margin-top: 7%;
	}
	.blog-content h3 {
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  white-space: inherit;
	}

}