/*
 * Instagram Journal
 *
 * Author: Chris Rivers
 * http://codecanyon.net/user/xxcriversxx
 *
 *
 */


/* Wordpress Only
-----------------------------*/	
/* Base */
.clear { clear:both; }

/* Fix for landscape photos */
.instagram-photo img { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); }
.classic-view .instagram-photo:hover img { -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }
.classic-view .instagram-media img { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); width:100%; }
.large-view .instagram-photo:hover img { -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }

/* Classic View 
------------------------*/
.classic-view .instagram-photo { border:none; width:25%; }
.classic-view .instagram-photo .journal-meta { font-size:100%; line-height:normal; padding: 0 5px; }

.classic-view.classic-default .instagram-stage { width:100%; }
.classic-view.classic-default .instagram-media { background:none; height:auto; margin-right:0; width:100%; }
.classic-view.classic-default .instagram-content { width:100%; }

.classic-view .instagram-content ul { list-style: none; margin-left: 0; }

/* Video Support */
.classic-view .mejs-inner { height:100%; }

/* Collage View
------------------------*/
.collage-view .instagram-photo { border:none; height: auto; line-height: 0; margin:0; width: 25%; }
.collage-view * { max-width:none !important; }
.collage-view .jcarousel-wrapper ul { margin:0 !important; }
.collage-view .jcarousel-wrapper li .instagram-photo { height:auto; width:100%; }
.collage-view .jcarousel-wrapper li .overlay { padding-top:35%; }
.collage-view .jcarousel-wrapper li .instagram-photo.one img { margin-top:0; }

/* Section View
------------------------*/
.carousel-view * { max-width:none !important; }
.carousel-view ul { margin:0 !important; }
.carousel-view .instagram-photo .view-photo { height:auto; padding-bottom:10px; }

/* Large View 
------------------------*/
.large-view * { max-width:none !important; }
.large-view .navigator p { word-wrap: break-word; }
.large-view ul { margin:0 !important; }
.large-view .jcarousel { width:60%; }
.large-view .controls { position:relative; z-index: 2; }

/* Infinity View
----------------------*/
.infinity-view * { max-width:none !important; }
.infinity-view .instagram-photo .photo { max-width:100% !important; }
.infinity-view .profile { -webkit-box-sizing: initial; -moz-box-sizing: initial; box-sizing: initial; }
.infinity-view .profile h3 { margin-top: 0; }

/* Ever After Support */
#middle .infinity-view .profile h3 { margin-bottom:5px; text-align:center; }
#middle .infinity-view .profile p { color:#c3c3c3; font-size:12px; text-align:center; }

/* Contest
------------------------*/
.classic-view .contest-photo { background:#ea0667; }
.classic-view .contest-photo .likes { 
	height: 29px;
	color: #fff;
	width: 100%;
	font-weight: bold;
	margin: -140px 0;
	text-align: center;
	float: left;
}