@media screen and (min-width: 768px) and (max-width: 991px) {

#masthead .site-header-menu {
	display:none;
}

.hero .stage__content {
	width: 100%;
	padding-bottom:60px;
}

.hero .stage__visual {
	width: 100%;
	margin:0;
}

.hero .stage__container {
	padding-bottom:0;
}

.hero .stage__button,
.hero .stage__button:hover {
	background:#1c6c8b;
}

.hero .stage__button:after,
.hero .stage__button:before {
	display: none;
}

.custom-mobile-menu-open,
.custom-mobile-menu-close {
	display:block;
}

.mobile-menu-open {
	left:0!important;
}

.home .edd-review-body {
    width: 100%;
    margin-bottom: 1rem;
}

.home .edd-review-body:nth-child(odd) {
     margin-left: auto; 
}

.owl-carousel .owl-item > div {
	padding: 20px;
}
.owl-carousel .owl-item h4 {
	font-size: 1.3rem;
}						
.owl-carousel .owl-item p {
	font-size: 0.9rem;
}

/* Sidebar */

.primary-sidebar {
	margin:0 2rem;
}

/* Plugins */

.edd_download_columns_3 .edd_download {
    width: 50%;
}

.edd-fes-vendor-page .edd_downloads_list {
    padding-top: 3rem;
}

/* Single download */

.single-download .page-header {
    padding:3rem 0 0 0;
}

.single-download #primary {
	padding-right:0;
}

.single-download .primary-sidebar {
	background:#fff;
}

.single-download .primary-sidebar .attachment-post-thumbnail {
	width:50%;
	padding:2rem 2rem 0 2rem;
}

.single-download .primary-sidebar .widget_edd_product_details {
	border-top:none;
}

.single-download .primary-sidebar .widget_text,
.single-download .primary-sidebar .widget_sl_changelog {
	background:#fcfcfc;
}

.entry-content a::after {
	display:none;
}

/* Checkout */

#edd_sl_renewal_form,
#edd_purchase_form {
	max-width:100%;
}

}