/*===================================================================*/
/*
/* THEME MOBILE STYLES
/*
/*===================================================================*/
/*===================================================================*/
/* RESPONSIVE NAVIGATION
/*===================================================================*/
.mean-remove,
#mobile-nav,
nav#mobile-nav li {
	display: none!important;
}

a.meanmenu-reveal {
	display: none;
}

.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #22272A;
	border-bottom: none;
	min-height: 45px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 100%;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	display: block;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: url(../images/mobile-nav.png) no-repeat;
	height: 16px;
	width: 39px;
	position: absolute;
	right: 20px;
	top: 15px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #22272A;
	margin-top: 45px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: .45em 30px;
	margin: 0;
	text-align: left;
	color: #A2AAB0;
}

.mean-container .mean-nav ul li a:hover {
	background: #303338;
	color: #FFF;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 12px;
}

.mean-container .mean-nav ul li a.mean-expand {
	display: none;
}

.mean-container .mean-push {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.mean-nav .wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
		    box-sizing: content-box;
}

.mean-remove {
	display: none !important;
}





/*===================================================================*/
/*
/* BEGIN MEDIA QUERIES
/*
/*===================================================================*/
/*===================================================================*/
/* FIRST CUT
/*===================================================================*/
@media only screen and (max-width: 1390px) { 
	/* GENERAL LAYOUT */
	.row { 
		max-width: 1020px; 
	}
	
	/* POSTS */
	.format-audio div.jp-progress { 
		width: 58%; 
	}
	
	.audio-no-feat div.jp-progress { 
		width: 60%!important; 
	}
	
	div.jp-video.fullwidth, 
	div.jp-video.fullwidth .jp-type-list-parent { 
		width: 100%; 
	}
	
	.comment #respond { 
		margin-left: 170px; 
	}
	
	.children #respond { 
		margin-left: 215px;
	}
	
	/* PORTFOLIO */
	.portfolio-audio div.jp-interface {
		left: -4%; 
		width: 83%;
	}
		
	/* WIDGETS */
	.flickr_badge_image img,
	.bean500px_badge_image img  {
		height: auto;
		max-height: 64px!important;
		min-height: 64px!important;
	}
	
	.bean-dribbble-shots img, 
	.bean-dribbble-shots a { 
		height: 96px; 
		width: 135px; 
	}
}	




/*===================================================================*/
/* SECOND CUT
/*===================================================================*/
@media only screen and (max-width: 1060px) { 
	/* GENERAL LAYOUT */
	.row { 
		max-width: 680px; 
		margin: 0 auto;
	}
	
	#header-container .main-menu a { 
		padding: 40px 15px; 
	}
	
	/* POSTS */
	.post-side-meta {
		display: none!important;
	}
	
	.post-main {
		width: 100%!important;
	}
	
	.format-audio div.jp-progress { 
		width: 34%; 
	}
	
	.audio-no-feat div.jp-progress { 
		width: 39%!important; 
	}
	
	div.jp-video.fullwidth, 
	div.jp-video.fullwidth .jp-type-list-parent { 
		width: 100%; 
	}
	
	.comment #respond { 
		margin-left: 113px; 
	}
	
	.children #respond { 
		margin-left: 158px; 
	}
	
	.pagination .page-blog {
		display: none;
	}
	
	/* PORTFOLIO */
	.single-portfolio .five.columns.post-head { 
		padding-right: 10px;
		width: 100%;
	}
	
	.single-portfolio .seven.columns.mobile-four {
		width: 100%;
	}
	
	.single-portfolio .portfolio-audio img, .single-portfolio .entry-content-media a {
		padding: 0px;
		float: none;
	}
	
	.portfolio-audio div.jp-interface { 
		left: -6.5%; 
		width: 87.5%; 
	}
	
	.portfolio-audio  div.jp-audio.fullwidth {
		bottom: 30px;
	}
	
	.portfolio-audio div.jp-interface {
		border-radius: 0 0 3px 3px;
	}
	
	.portfolio-audio .jp-toggles,
	.portfolio-audio .jp-volume-bar {
		display: none!important;
	}
	
	.portfolio-audio div.jp-progress { 
		width: 79.5%; 
	}

	.single-portfolio li.stacked-image {
		float: none;
		margin-bottom: 30px;
	}
	
	/* WIDGETS */
	.flickr_badge_image {
		margin: 0 1.8072% 8px;
	}
	
	.flickr_badge_image img,
	.bean500px_badge_image img {
		height: auto;
		max-height: 39px!important;
		min-height: 39px!important;
	}
	
	.bean-dribbble-shots img, .bean-dribbble-shots a { 
		height: auto; 
		width: 100%; 
	}
	
	.bean-shot {
		margin-bottom: 3px;
	}
	
	.ie  .entry-content-media img {
		max-width: 60%;

	}
}	




/*===================================================================*/
/* PRIMARY CUT
/*===================================================================*/
@media only screen and (max-width: 768px) {
	/* BODY */
	#primary-container {
		padding: 40px 30px;
		width: 100% ;
		overflow: hidden;
	}	
	
	.error404 #primary-container {
		padding: 20%;
	}
	
	/*  HEADER */	
	#toTop { 
		display: none!important; 
	}
	
	#header-container p {
		text-align: center;
	}
	
	#primary-container {
		padding-top: 30px;
	}	
	
	.branding {
		margin: 45px 0;
	}	
	
	.logo {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.logo img {
		float: none;
	}
	
	.submit.right {
		float: none;
	}
	
	/* CONTACT */
	ul.bean-contactform  label {
		margin-top: 15px;
	}
	
	ul.bean-contactform li.six {
		padding: 0px!important;
		width: 100%;
	}	

	ul.bean-contactform .button {
		width: 100%;
	}	
		
	ul.contactform .button {
		width: 100%;
	}
	
	/* ARCHIVES */
	.archives-list ul li {
		margin: 0px;
	}
	
	#footer-container {
		padding: 50px 30px;
	}	
	
	#footer-container .main-menu {
		margin-bottom: 50px;	
	}
	
	#footer-container .main-menu li {
		display: block;
		width: 100%;
	}
	
	#footer-container .main-menu li a {
		background-color: #FFF;
		border-radius: 2px;
		display: block;
		margin-bottom: 5px;
		padding: 5px;
		width: 100%;
	}	
		
	/* PORTFOLIO STYLES */
	.single-portfolio .five.columns.post-head { 
		padding-right: 10px;
	}
	
	.single-portfolio .portfolio-audio img,
	.single-portfolio .entry-content-media a,
	.single-portfolio .portfolio-video .video-frame {
		float: none;
		padding-right: 0px;
	}
		
	.portfolio-audio div.jp-interface { 
		left: -3%; 
	}	
	
	.portfolio-audio div.jp-progress { 
		width: 88.5%; 
	}
	
	.portfolio-audio  div.jp-audio.fullwidth { 
		bottom: 60px;
	}
	
	.portfolio-audio div.jp-interface { 
		border-radius: 3px; 
	}			
						
	/* BLOG STYLES */
	section.type-post {
		max-width: 100%;
	}	
	
	.meta-list.single-share {
		margin-bottom: -10px!important;
	}
	
	.fullwidth .format-audio div.jp-progress {
		width: 71%;
	}
	
	.audio-no-feat div.jp-progress { width: 68.5%!important; }
	
	/*  COMMENTS */	
	#comments .nine.columns.push-three {
		width: 100%;
	}
	
	#comments-list {
		padding-bottom: 50px;
	}	
		
	input, textarea { 
		-webkit-border-radius: 0px!important;
	}
		
	.comment-body .ten.columns {
		float: left;
		left: 15px;
	}
	
	.children .comment:first-child .comment-author {
		margin-top: 0px;
	}	
	
	.children .comment-meta,
	.children .comment-body p,	
	.children .comment-author cite {
		margin-left: 0px;
	}
	
	.children #respond,
	.comment #respond {
		margin: 0px 0 30px 5px;
	}
	
	.form-submit input[type="submit"] {
		background-image: none!important;
		padding-right: 15px;
	}	
	
	.contact-submit .button[type="submit"] {
	 	width: 100%;
	}
} 




/*===================================================================*/
/* SMALLER SCREENS
/*===================================================================*/
@media only screen and (max-width: 515px) {	
	a.jp-mute span,
	.jp-time-frame,
	div.jp-volume-bar,
	a.jp-mute, a.jp-unmute { 
		display: none!important; 
	}	
	
	.fullwidth div.jp-progress,
	.audio-no-feat div.jp-progress {
		width: 75%!important;
	}
	
	.post .entry-title {
		font-size: 25px;
		line-height: 35px;
	}
	
	blockquote {
		padding-left: 35px;
	}
				
}




/*===================================================================*/
/* EVEN SMALLER SCREENS
/*===================================================================*/
@media only screen and (max-width: 460px) {
	div.jp-progress {
		width: 76%;
	}
	
	.bean-quote {
		width: 100%!important;
		text-align: left;
		margin: 10px 0 20px;
	} 
	
	/* PORTFOLIO */
	.single-portfolio .five.columns.post-head {
		text-align: center;
	}	
	
	.single-portfolio .pagination {
		display: none!important;
	}		
	
	.entry-header .pagination {
		display: block!important;
		margin-bottom: 20px;
		margin-top: 20px;
		}	
						
}




/*===================================================================*/
/* IPAD/TABLET DEVICES (GENERAL)
/*===================================================================*/	
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	body { 
		-webkit-text-size-adjust: none; 
	}
	
	.sidebar .widget_search input[type="text"] {
		-webkit-border-radius: 0px!important;	
	}	
	
	#toTop { 
		display: none!important; 
	}		
	
	.post-share {
		opacity: 1!important;
	}	
}
 
		
/*===================================================================*/
/* IPAD/TABLET DEVICES (PORTRAIT)
/*===================================================================*/			
@media only screen 
and (min-device-width : 768px) 
and (orientation : portrait){ 	
}
    
    
/*===================================================================*/
/* IPHONE/SMARTPHONE (LANDSCAPE)
/*===================================================================*/
@media only screen 
and (max-device-width: 320px)
and (max-device-width : 480px) {
	.post-share {
		opacity: 1!important;
	}	
	
	#footer-container {
		padding: 50px 0;
	}	
}


/*===================================================================*/
/* IPHONE/SMARTPHONE (PORTRAIT)
/*===================================================================*/
@media only screen 
and (max-width : 320px)
and (orientation : portrait) {
	.page-template-template-portfolio-php .isotope-item {
		width: 280px;
	}
	
	.page-template-template-portfolio-php #primary-container {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 30px;
	}			 
	
	#primary-container {
		padding-top: 30px;
	}	
	
	.entry-header .pagination {
		margin-top: 35px;
	}
	
	.portfolio-audio div.jp-interface { 
		left: -4%; 
	}			
}


@media only screen and (max-width : 414px) {
	.page-template-template-portfolio-php .isotope-item {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}

	.page-template-template-portfolio-php .isotope-item img {
		width: 100%;
	}
}	


/*===================================================================*/
/*
/* RETINA CSS
/*
/*===================================================================*/
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	#toTop,
	.trigger, 
	.pagination a,
	.viewer .close,
	.post-like .like,
	.bean-control-paging li a,
	.search .searchform.search-page input[type="text"] {
		background-image: url(../images/retina/sprite@2x.png);
		background-size: 500px 300px;
	}

	a.jp-play span,
	a.jp-pause span,
	a.jp-mute span,
	a.jp-unmute span { 
		background-image:url(../images/retina/jplayer@2x.png);
		background-size: 30px 123px; 
	}
		
    blockquote{
        background-image: url(../images/retina/blockquote@2x.png) ;
        background-size: 18px 13px;
    }
     
	#responsive-nav form.custom div.custom.dropdown a.selector {
		background-image: url(../images/retina/mobile-nav@2x.png);
		background-size: 24px 16px;
	}	
		
	.sidebar .widget_search input[type="text"] {
	    background-image: url(../images/retina/forms@2x.png);
	    background-size: 38px 129px;
    }				
}