/****************************
    - Responsive styles -
****************************/
@media (max-width:1100px) {		/* 748px */
	/* Hidden */
	.hidden-lg {
		display:block !important;
	}
	
	.hidden-md {
		display:none !important;
	}
	
	.text-center-mobile {
		text-align:center;	
	}	
	
	.overthrow {
		overflow:auto;
		-webkit-overflow-scrolling:touch;
	}
	
	/* Header */
	header .wrapper {
		display:flex;	
	}
	
	header .logo-user {
		padding-top:10px;
		padding-bottom:10px;
	}
	
	#logo {
		text-align:center;
		flex:1;
	}
	
	.account-wrapper {		
		margin-left:0;
		flex:0 0 45px;
	}
	
	#user-account-nav {
		float:right;	
	}
	
	#user-account-nav > li.user .user-avatar {
		margin-right:0;	
	}
	
	#user-account-nav > li.signin {
		border:0;
		border-radius:0;
		background:none !important;
	}
	
	#user-account-nav li.signin > a {
		padding:0;
		font-weight:400;
		line-height:40px;
	}
	
	#page-info h1.page-title {
		font-size:24px;
		line-height:24px;
	}
	
	#page-info div.page-count span {
		margin-top:1px;	
	}
	
	#page-info .page-left {
		clear:both;
		float:none;
		width:100%;
	}
	
	/* Header banner */
	.banner-header {
		height:auto;
		padding:10px 0;	
	}
	
	.banner-header .banner-link {
		text-align:center;	
	}
	
	.banner-header .banner-logo {
		clear:both;
		display:inline-block;
		float:none;
		margin:0;
	}
	
	.banner-header .banner-logo > img {
		width:100%;
		height:auto;	
	}
	
	.banner-header .banner-text {
		clear:both;
		float:none;
		width:100%;
		line-height:inherit;
	}
	
	.banner-header .banner-button {
		clear:both;
		display:inline-block;
		float:none;	
		margin:10px 0 0 0;
	}
	
	.banner-header .banner-close-btn {
		top:20px;
		right:3px;		
	}
	
	/* Home banner */
	.home-banner p {
		font-size:18px;
		line-height:24px;
		margin-left:0;
		margin-right:0;
	}
	
	/* Notification */
	.notification > .wrapper > i {
		margin-left:0;	
	}
	
	/* Search form */
	.search-form.size-xl, 
	.search-form.size-l, 
	.search-form.size-m {
		width:100%;
	}
	
	/* Item list */
	.item-list .item-info {
		width:auto !important;
		width:calc(100% - 95px) !important;
		margin-right:0;
	}
	
	.item-list .sale-info {
		display:none;	
	}
	
	.item-list.item-author .actions {
		clear:both;
		float:none;
		width:100%;
		padding-top:15px;
	}
	
	.item-list.item-author .actions a.button {
		display:inline-block;
		margin-right:10px;
	}
	
	.item-list.item-author .actions a.button:last-child {
		margin-right:0;
	}
	
	/* Item grid */
	.item-grid {
		padding:0;	
	}
	
	.item-grid > li {
		max-width:none;
		margin:0;		
		border-bottom:1px solid #e1e8ed;
	}
	
	.item-grid > li:nth-of-type(6n+7):before {
		display:none;
	}
	
	.item-grid > li .item-info > .mobile-price {
		display:none !important;
	}
	
	.item-grid h3 a {
		text-overflow:none;
		white-space:normal;
		max-width:none;
	}
	
	.item-grid .sale-info {
		max-width:none;
	}
	
	/* User list */
	.user-list .user-info, 
	.user-list .meta, 
	.user-list .sale-info {
		clear:both;
		float:none;
		width:100%;	
	}
	
	.user-list .user-info .badges {
		display:none;	
	}
	
	.user-list .sale-info {
		padding-top:0;
		text-align:left;
	}
	
	.user-list .sale-count {
		position:relative;
		width:100%;
		font-size:inherit;
		line-height:inherit;
		font-weight:bold;
	}
	
	/* Download list */
	.download-list .item-info, 
	.download-list .download-rating, 
	.download-list .download-action,
	.download-list .download-unavailable {
		clear:both;
		float:none;
		margin:0;
		padding:0;
		width:100%;	
		text-align:left;
	}
	
	.download-list .download-rating {
		margin:5px 0;	
	}
	
	/* Collection list */
	.collection-list .collection-image {
		width:260px;
	}
	
	.collection-list .collection-info-holder {
		width:calc(100% - 275px);	
	}
	
	.collection-list .collection-info {
		width:100%;
	}
	
	.collection-list .collection-meta {
		position:relative;
		clear:both;
		float:none;
		padding:0;
		text-align:left;
		width:100%;
		margin-top:1em;
	}
	
	.collection-list .collection-public {
		position:relative;
		clear:both;
		bottom:0;
		right:0;		
	}
	
	.collection-list .item-count {
		position:relative;		
		font-weight:bold;
		font-size:12px;
		line-height:inherit;		
	}
	
	/* Recent items */
	.recent-items-wrapper .section-title {
		margin-bottom:0;
	}
	
	.recent-items-wrapper h3 {
		clear:both;
		float:none;
	}
	
	.recent-items-wrapper .nav {
		margin:0 0 20px 0;
	}
	
	.recent-items-wrapper .nav li {
		border-right:none;
		margin-top:0;
	}
	
	.recent-items li, .item-grid > li {
		float:none;
	}
	
	.recent-items li:nth-of-type(10n) {
		margin-right:20px;
	}
	
	.recent-items li:last-child, 
	#recently-followed-items > li:nth-of-type(10n) {
		margin-right:0 !important;
	}
	
	.featured-files .recent-items > li {
		margin-bottom:20px !important;
	}
	
	.direction-center {
		margin-top:10px;
	}
	
	/* Browse categories */
	.item-category {
    	column-count:3;
	}
	
	/* Recent sales */
	.item-grid.recent-sales > li {
		display:inline-block !important;
		float:none !important;
		border:0 !important;
		max-width:150px !important;
	}
	
	.item-grid.recent-sales h3 a {
		white-space:nowrap !important;
		max-width:127px !important;
	}
	
	/* Cards */
	.content-cards .content-card {
		width:49%;	
		margin-right:0;	
	}
	
	.content-cards .content-card:nth-child(odd) {
	  	margin-right:2% !important;
	}
	
	.content-cards .content-card:nth-child(n+5) {
	  	display:none;
	}
	
	.content-cards .content-card p.title {
		height:auto;
	}
	
	.content-cards .content-card .image span {
		width:100%;
	}
	
	/* Affiliates */
	.affiliates p {
		padding:0 10%;
	}
	
	/* Content */
	.content-body:not(.w-scale) {
		clear:both;
		float:none;
		max-width:none !important;
		padding:0 !important;
	}
	
	.content-body img, 
	.content-body object, 
	.content-body embed {
		height:auto;
	}
	
	.content-body iframe {
		max-width:100%;
	}
	
	/* Preview */
	.preview {
		min-height:auto !important;
	}
	
	.more-items li {
		margin-bottom:15px;
	}
	
	/* Font size */
	.font-s {
		font-size:11px;
		line-height:16px;
	}
	
	/* Toggle */
	.has-toggle {
		position:relative;
		overflow:hidden;
		max-height:400px;		
	}
	
	.has-toggle:before {
		content:"";
		position:absolute;
		width:100%;
		height:100%;
		bottom:0;
		z-index:1;
		background:linear-gradient(to bottom, rgba(244, 244, 244, 0) 50%, #f4f4f4 100%);
	}
	
	.has-toggle.is-expanded {
		max-height: none;
		overflow:visible;
	}
	
	.has-toggle.is-expanded:before {
		display:none;
	}
	
	.show-more.is-expanded .more {
		display:none;
	}
	
	.show-more.is-expanded .less {
		display:block !important;
	}
	
	/* Comments */
	.poster {
		clear:both;
		float:none;
		width:100%;
		margin-bottom:5px;
		display:flex;
	}
	
	.poster > a {
		display:block;
		float:left;
		margin-right:15px;
		flex:0 0 80px;
	}
	
	.poster > .badges {
		display:block;
		float:left;
		flex:1;
	}
	
	.post-header strong.poster-name a {
		line-height:40px;
	}
	
	.post-header strong.indicator {
		margin-top:10px;	
	}
	
	.post > .float-right {
		clear:both;
		float:none;
	}
	
	.post .text {
		clear:both;
		float:none;	
		width:100%;
	}
	
	.comment-help {
		font-size:12px;
		margin-top:7px;
	}
	
	.comment-help > i {
		font-size:14px;
		line-height:14px;
	}
	
	/* Sidebar */
	.sidebar-right:not(.w-scale) {
		clear:both;
		float:none !important;
		width:100%;		
	}
	
	.badges-tree > li {
		float:left;
		margin-right:15px !important;
	}
	
	.badges-tree > li:last-child {
		margin-right:0 !important;
	}
	
	/* Form */
	.horizontal-form label, 
	.horizontal-form span.label {
		clear:both;
		width:100%;	
		margin:0 0 3px 0 !important;
	}
	
	form .checkboxes {
		clear:both;
		float:none;
		width:100%;
	}
	
	.checkbox-group label {
		clear:none !important;
		float:left !important;
		line-height:20px;
		width:calc(100% - 30px) !important;
	}
	
	.horizontal-form .inputs {
		clear:both !important;
		width:100% !important;	
	}
	
	form .checkboxes label {
		line-height:36px;
	}
	
	form .checkboxes label > em {
		line-height:20px;
	}
	
	div.tagbox {
		width:100%;
	}
	
	#social-links span.add-on {
		display:none !important;
	}
	
	#social-links input {
		width:100% !important;
	}
	
	.form-submit {
		margin-left:0;
	}
	
	#frm_contact {
		margin-bottom:20px;
	}
	
	/* Document */
	.document.size-m {
		width:100%;
		margin:0;
	}
	
	/* Article */
	article.features {
		margin:0;
	}
	
	article.features section,
	article.features-secondary section {
		clear:both;
		float:none;
		width:100%;
		height:auto;
		padding:30px 0 30px 100px;
		border-bottom:1px solid #e1e8ed;	
	}
	
	article.features section:first-child {
		padding-top:0;
	}
	
	article.features section:first-child .icon,
	article.features-secondary section:first-child .icon {
		top:15px;
	}
	
	article.features section:last-child,
	article.features-secondary section:last-child {
		border-bottom:none;
	}
	
	article.features section:nth-child(2n):before,
	article.features section:after,
	article.features-secondary section:after {
		background-color:transparent;
	}
	
	article.features section .icon,
	article.features-secondary section .icon {
		left:0;
	}
	
	/* Deposit */
	.deposit-group .deposit {
		width:23%;
		margin:1% !important;
	}
	
	/* Footer */
	footer h3 {
		padding-bottom:10px;
	}
	
	.footer-nav.count strong {
		font-size:18px;
	}
	
	footer > .wrapper > .row > .column {
		margin-bottom:0;
	}
	
	footer > .wrapper > .row > .column:first-child,
	footer > .wrapper > .row > .column:nth-child(2) {
		margin-bottom:20px;
	}
	
	/* Copyright */
	.footer-copyright .left, 
	.footer-copyright .right,
	.footer-copyright .social-big-icon {
		clear:both;
		float:none;
		text-align:center;
		padding:0;
	}
	
	.footer-copyright .left {
		line-height:normal;
		margin-bottom:20px;
	}
	
	.footer-copyright .social-big-icon {
		display:inline-block;
	}
	
	/**********************
		- Grid system -
	**********************/
	.row .column {
		float:none;
    	display:block;
    	margin-right:0;
		padding-left:0;
		padding-right:0;
    	width:100% !important;
    }
	
	.row .column.small-padding {
		padding-left:0;
		padding-right:0;
	}
	
	.row .column.br {
		padding-bottom:20px;
		margin-bottom:20px;
		border:none;
		border-bottom:1px solid #e1e8ed;
	}
	
	.row .column.c-6-sm {
		float:left !important;
		width:50% !important;
	}
}

@media (max-width:767px) {		/* 420px */
	.hidden-sm {
		display:none !important;
	}

	/* General */
	h3 {
		font-size:22px;
	}
	
	.margin-bottom-4-767 {
		margin-bottom:4px !important;	
	}
	
	/* Section */
	.section-title {
		font-size:26px;
		line-height:32px;
	}
	
	.section-subtitle {
		font-size:15px;	
		line-height:20px;
		margin-bottom:25px;
	}
	
	/* Search form */
	.home-banner .search-form {
		margin-bottom:0;
	}
	
	/* Featured files */
	#featured_files div.slider ul li {
		margin-bottom:20px;	
	}
	
	/* Featured author */
	.featured-author .sample-work {
		clear:both;
		float:none;
		padding-top:20px;
		text-align:center;
	}
	
	.featured-author .sample-work ul {
		display:inline-block;
	}
	
	/* Browse categories */
	.item-category {
    	column-count:2;
	}
	
	/* Cards */
	.content-cards .content-card {
		clear:both;
		float:none;		
		width:100%;
		max-height:none;
		margin-right:0;
	}
	
	.content-cards .content-card:nth-child(n+3) {
	  	display:none;
	}
	
	.content-cards .content-card p.category {
		font-size:11px;
	}
	
	.content-cards .content-card p.title {
		font-size:18px;
		line-height:25px;	
	}
	
	.content-cards .content-card .image span {
		height:270px;
	}
	
	/* Affiliates */
	.affiliates li {
		clear:both;
		float:none;
		width:100%;
		border:none;	
	}
	
	.affiliates li:first-child {
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom:1px solid #e1e8ed;
	}
	
	.affiliates > li > a > i {
		font-size:44px;
		line-height:44px;    
	}
	
	/* User info header */
	.user-info-header {
		display:block;	
	}
	
	.user-info-header .user-details {
		width:100%;		
	}
	
	.user-info-header .user-stats {
		width:100%;
		margin-top:20px;
		text-align:center;
		justify-content:center;
	}
	
	.user-info-header .user-stats > .user-stats-article:first-child {
		margin-left:20px;
	}
	
	.user-info-header .user-stats > .user-stats-article:last-child {
		margin-right:20px;
	}
	
	.user-info-header .user-stats-article > label {
		min-height:20px;
	}
	
	/* Profile collections */
	.profile-collections .collection-box {
		clear:both;
		float:none;
		width:100%;
		margin:5px 0;		
		text-align:center;
	}
	
	/* Followers / Following */
	.follows h3 > span {
		display:block;
		clear:both;
		margin:0 0 5px 0;
	}
	
	.follows h3, .follows .inner {
		text-align:center;
	}
	
	.follows .inner a {
		float:none;	
	}
	
	/* Preview */
	.preview-social > div.float-left, 
	.preview-social > div.float-right {
		clear:both;
		float:none;
		text-align:center;
	}
	
	.preview-social > div.float-left > div {
		clear:both;
		float:none;
		width:100%;
		height:32px;
		margin-bottom:5px;	
	}
	
	.preview-social > div.float-left > div > a {
		width:calc(25% - 3px);
	}
	
	.preview-social > div.float-left > div > a > i {
		line-height:32px;
	}
	
	.preview-social > div.float-right {
		margin-top:10px;	
	}
	
	.preview-social > div.float-right > span {
		display:inline-block;
		float:none;	
	}
	
	/* Bookmark */
	.box-bookmark a.collection-widget {
		width:100%;
	}
	
	/* Font size */
	.font-m {
		font-size:14px;
		line-height:20px;
	}
	
	.font-b {
		font-size:16px;
		line-height:24px;
	}
	
	/* Form */
	.horizontal-form input.aweform[type=email], 
	.horizontal-form input.aweform[type=password], 
	.horizontal-form input.aweform[type=text], 
	.horizontal-form input.aweform[type=file], 
	.horizontal-form select.aweform,
	.horizontal-form textarea.aweform,
	.editor-holder.minimal {
		width:100%;
	}
	
	.horizontal-form input.add-on-left.small {
		width:100px !important;
	}
	
	/* Payment methods */
	.payment-method-wrapper .payment-type {
		margin-right:0;
		width:100%;
	}
	
	/* Deposit */
	.deposit-group .deposit {
		width:48%;
		margin:1% !important;
	}
	
	/* Footer */
	footer h3 {
		font-size:16px;
		line-height:16px;
	}
}

@media (max-width:479px) {		/* 300px */
	.hidden-xs {
		display:none !important;	
	}

	/* General */
	h3 {
		font-size:20px;
	}
	
	/* Section */
	.section-title {
		font-size:24px;
		line-height:30px;
	}
	
	.section-subtitle {
		font-size:14px;
		line-height:18px;
		margin-bottom:20px;
	}
	
	/* Browse categories */
	.item-category {
    	column-count:1;
	}
	
	/* Content */
	.content-body.w-scale {
		clear:both;
		float:none;		
		max-width:none !important;
		padding:0 !important;
		width:100%;
	}
	
	/* Item grid */
	.item-grid > li:nth-child(odd) {
		border-right:1px solid #e1e8ed;
	}
	
	/* Collection list */
	.collection-list .collection-image {
		display:block;
		margin-bottom:15px;
	}
	
	.collection-list .collection-image,
	.collection-list .collection-info-holder,
	.collection-list .collection-info {
		clear:both;
		float:none;
		width:100%;
		margin-right:0;
	}
	
	.collection-list .collection-meta {
		padding:1em 0 0 0;
	}
	
	/* Cards */
	.content-cards .content-card p.category {
		font-size:10px;
	}
	
	.content-cards .content-card p.title {
		font-size:16px;
		line-height:23px;	
	}
	
	.content-cards .content-card .image span {
		height:194px;
	}
	
	/* Affiliates */
	.affiliates > li > a > i {
		font-size:40px;
		line-height:40px;    
	}
	
	/* License dropdown */
	#purchase-dropdown .dropdown-menu {
		width:300px;
		left:-13px;
	}
	
	#purchase-dropdown span.license-name {
		font-size:12px;	
	}
	
	#purchase-dropdown ul li h6 {
		font-size:12px;	
	}
	
	#purchase-dropdown ul li p {
		font-size:11px;	
	}
	
	.pricebox p.item-cost {
		font-size:30px;
		line-height:30px;
	}
	
	.pricebox p.item-cost > span.dollar {
		font-size:14px;	
	}
	
	/* Thread list */
	.thread-content {
		width:calc(100% - 118px);
	}
	
	.thread-info {
		display:none;
	}
	
	/* Recent items */
	.recent-items-wrapper .section-title {
		margin-bottom:20px;
	}
	
	.recent-items-wrapper .recent-items {
		height:auto !important;
	}
	
	.recent-items-wrapper .recent-items li {
		float:left !important;
		margin:0 12px 12px 0 !important;
	}
}

@media (max-width:360px) {
	.recent-items-wrapper .recent-items li {
		margin:0 5px 5px 0 !important;
	}
}

/****************
    - Modal -
****************/
@media screen and (min-height:700px) {
	.modal-body.height-scroll {
		max-height:400px;
	}
}

@media (min-width:569px) {
	.modal-footer {
		text-align:right;
	}
	
	.modal-footer-actions-left {
		width:auto;
	}
}


