


#wp_instanm_container div {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#wp_instanm_container img {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

#wp_instanm_container {
	overflow: hidden;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
	display: block;
}

#wp_instanm_container iframe {
	width: 280px;
	height: 278px;
}

#wp_instanm_container .clear {
	clear: both;
}

a.wp_instanm_photolink {
	z-index: 100;
	position: absolute;
	display: block;
	top: 60px;
	left: 0;
}

.wp_instanm_thumb a.wp_instanm_photolink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.wp_instanm_thumb a.wp_instanm_photolink:hover {
	opacity: 0.1;
}

.wp_instanm_item {
	position: relative;
	width: 280px;
	height: 340px;
	float: left;
	display: inline-block;
	border: 1px solid #b0b0b0;
	margin-bottom: 5px;
	margin-right: 5px;
	overflow: hidden;
	-moz-box-shadow: 0 0 1px;
	box-shadow: 0 0 1px;
}

.wp_instanm_thumb.wp_instanm_item {
	width: 150px;
	height: 150px;
}


.wp_instanm_meta {
	position: absolute;
	color: white;
	padding-left: 60px;
	z-index: 20;
	display: block;
	min-height: 60px;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgb(0, 0, 0);
}

.wp_instanm_thumb .wp_instanm_meta {
	position: absolute;
	color: white;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 20px 0 0;
	background-color: black;
	height: 100%;
}


img.wp_instanm_profile {
	width: 60px;
	height: 60px;
	margin-bottom: 0;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.wp_instanm_thumb img.wp_instanm_profile {
	width: 60px;
	height: 60px;
	display: inline-block;
	position: relative;
	margin: 0;
}

div.wp_instanm_username {
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	background-color: rgb(0, 0, 0);
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
}

.wp_instanm_thumb .wp_instanm_username {
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding: 0;
	margin-top: 3px;
}

#wp_instanm_container button {
	border-style: none;
	color: black;
	background-color: #c7c7c7;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 16px;
	display: inline-block;
	margin: 1px 0 0 4px;
	padding: 0 7px;
	text-align: left;
	height: 16px;
	float: left;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	border-radius: 10px;
	outline: none;
	
}

.wp_instanm_buttons, .wp_instanm_buttons_bypass {
	display: block;
	overflow: hidden;
	padding-top: 2px;
}

button.wp_instanm_more, button.wp_instanm_more_bypass {
	background-color: #3a3838;
	color: white;
}

.wp_instanm_content, .wp_instanm_content_bypass {
	position: absolute;
	top: 60px;
	left: 0;
	opacity: 0.88;
	max-height: 280px;
	display: block;
	margin: 0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	z-index: 5000;
}



#wp_instanm_container button:hover {
	cursor: pointer;
}

.wp_instanm_likes {
	float: left;
	display: inline-block;
	padding-right: 4px;
	padding-left: 20px;
	background: url(../images/heart.png) 5px 4px no-repeat;
	color: #c8c8c8;
}

.wp_instanm_number-likes {
	font-size: 12px;
	float: left;
	line-height: 18px;
}

.wp_instanm_caption, .wp_instanm_caption_bypass {
	font-size: 11px;
	line-height: 14px;
	padding: 5px 15px 5px 5px;
	color: black;
	overflow: scroll;
	background-color: rgb(255, 255, 255);
	z-index: 1000;
}

.wp_instanm_thumb .wp_instanm_number-likes, .wp_instanm_thumb .wp_instanm_caption, .wp_instanm_thumb iframe, .wp_instanm_thumb .wp_instanm_number-likes, .wp_instanm_thumb button {
	display: none !important;
}

.wp_instanm_hide, .wp_instanm_hide_bypass {
	top: 68px;
	opacity:0 !important;
	z-index: 0;
}


.wp_instanm_date {
	color: #bcbcbc;
	font-size: 10px;
	background-color: rgb(0, 0, 0);
	padding: 0 5px;
	display: block;
	margin-top: 0;
	line-height: 13px;
	margin-bottom: 0;
}

.wp_instanm_thumb .wp_instanm_date {
	color: #bcbcbc;
	font-size: 10px;
	background-color: transparent;
	padding: 0 5px;
	display: block;
	margin-top: 0;
	line-height: 13px;
	margin-bottom: 0;
}

.wp_instanm_link {
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
	background-color: rgba(0, 0, 0, 0.82);
	display: none;
}

#instamore, #instamore_bypass {
	clear: both;
	background-color: #669e02;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 999999;
}

#instamore:hover, #instamore_bypass:hover {
	background-color: #89d303;
	cursor: pointer;

}

.wp_instgm_feature .wp_instgm_featurelink img {
	margin-bottom: 10px;
	max-width: 100% !important;
}

.wp_instgm_feature img.wp_instgm_feature_profileicon {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}

.wp_instgm_feature-column {
	display: block;
	text-align: left;
}


.wp_instgm_feature.wp-caption {
	overflow: hidden;
	margin-right: 0;
	margin-left: 0;
	position: relative;
}

.wp_instgm_feature .clear {
	clear: both;
}

.wp_instgm_feature h3.wp_instgm_feature_username {
	margin: 0 0 2px;
	font-size: 21px;
	line-height: 21px;
}

.wp_instgm_feature p.wp_instgm_feature_date {
	font-size: 11px;
	line-height: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.wp_instgm_feature p.wp_instgm_caption {
	padding: 0 !important;
	float: left;
	text-align: left;
}

