/*===================================================================
 
Theme Name: Grille
Theme URI: http://demo.themebeans.com/grille
Author: ThemeBeans
Author URI: http://themebeans.com
Description: A beautiful grid focused WordPress theme.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: post-formats, theme-options, translation-ready, custom-menu, fluid-layout, responsive-layout, light, white, microformats
Text Domain: bean
 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

===================================================================== 

1.  CSS Reset and Framework Setup
2.  Body and Typography
3.  Theme Structure 
4.  Global Styles
5.  Theme Header & Navigation
6.  Theme Templates
7.  Blogroll
8.  Single Post
9.  Post Formats
10. Comments
11. Jplayer Styles
12. Portfolio Templates & Grid Styles
13. Single Portfolio
14. Team Members Plugin
15. Widget Styles
16. Theme Animations
17. Cross Browser

=====================================================================*/




/*===================================================================*/
/*
/* CSS RESET AND FRAMEWORK SETUP
/*
/*===================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}img {
	vertical-align: bottom;
}article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}body {
	line-height: 1;
}ol,
ul {
	list-style: none;
}blockquote,
q {
	quotes: none;
}blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}table {
	border-collapse: collapse;
	border-spacing: 0;
}.clearfix::after {
	clear: both;
	content: "";
	display: table;
}.none {
	display: none;
}


/* GRID FRAMEWORK */
.row {
	margin: 0 auto;
	max-width: 1250px;
	width: 100%;
}
.row .row {
	margin: 0 -40px;
	max-width: none;
	min-width: 0;
	width: auto;
}
.row {
	*zoom: 1;
} .row:before,
.row:after {
	content: "";
	display: table;
} .row:after {
	clear: both;
}

.column,
.columns {
	float: left;
	min-height: 1px;
	padding: 0 20px;
	position: relative;
}
.row  .columns {
	padding: 0;
}
.columns .columns {
	padding: 0;
}
.columns .columns .columns {
	padding: 0;
}
.column.centered,
.columns.centered {
	float: none;
	margin: 0 auto;
}
[class*="column"] + [class*="column"].end {
	float: left;
}

/* COLUMNS */
.one,
.row .one {
	width: 8.33333%;
}
.two,
.row .two {
	width: 16.66667%;
}
.three,
.row .three {
	width: 25%;
}
.four,
.row .four {
	width: 33.33333%;
}
.five,
.row .five {
	width: 41.66667%;
}
.six,
.row .six {
	width: 50%;
}
.seven,
.row .seven {
	width: 58.33333%;
}
.eight,
.row .eight {
	width: 66.66667%;
}
.nine,
.row .nine {
	width: 75%;
}
.ten,
.row .ten {
	width: 83.33333%;
}
.eleven,
.row .eleven {
	width: 91.66667%;
}
.twelve,
.row .twelve {
	width: 100%;
}

/* IMAGES */
img,
object,
embed {
	height: auto;
	max-width: 100%;
}
object,
embed {
	height: 100%;
}
img {
	-ms-interpolation-mode: bicubic;
}

/* RESPONSIVE */
@media only screen and (max-width: 768px) {
	.row {
		margin-left: 0;
		margin-right: 0;
		min-width: 0;
		width: auto;
	}
	.column:before,
	.columns:before,
	.column:after,
	.columns:after {
		content: "";
		display: table;
	}
	.column:after,
	.columns:after {
		clear: both;
	}
	.row .mobile-two {
		float: left;
		padding: 0 10px;
		width: 50% !important;
	}
	.row .mobile-two:last-child {
		float: left;
	}
	.row .mobile-two.end {
		float: left;
	}
	.row .mobile-four {
		float: left;
		width: 100% !important;
	}
	.row .mobile-four.end {
		float: left;
	}
}




/*===================================================================*/
/*
/* BODY AND TYPOGRAPHY
/*
/*===================================================================*/
* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	color: #333;
	font: 14px/24px Courier, "Courier New", monospace;
	word-wrap: break-word;

	text-rendering: optimizeLegibility;
}

p {
	font: 14px/24px Courier, "Courier New", monospace;
}

em {
	font-style: italic;
}

a:hover {
	color: #333;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Roboto Slab", "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
}

h4 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
}

h5 {
	font-size: 14px;
	line-height: 27px;
}

h6 {
	color: #acacac;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

var,
kbd,
samp,
code,
pre {
	color: #929292;
	font: 12px/20px "Andale Mono", Courier, monospace;
}

pre {
	background-color: #f9f9f9;
	border-radius: 2px;
	display: block;
	margin: 40px 0 40px 40px!important;
	overflow: auto;
	padding: 20px 25px;
}

blockquote {
	border-left: 1px solid #ececec;
	color: #929292;
	margin: 40px 0 40px 40px;
	padding-left: 15px;
}

blockquote p {
	font: 14px/26px "Roboto Slab", "Times New Roman", Times, serif;
	font-style: italic;
}

.subtext,
#reviews .meta {
	color: #acacac!important;
	font-size: 12px!important;
	line-height: 22px!important;
	text-transform: uppercase;
}




/*===================================================================*/
/*
/* THEME STRUCTURE
/*
/*===================================================================*/
/* GLOBAL LAYOUT */
.wrapper {
	margin: 0 auto;
	max-width: 1360px!important;
	width: 96%!important;
}

.inner {
	float: left;
	margin: 100px 0;
	width: 100%;
}

.block {
	margin: 0 20px;
	max-width: 300px;
}

.page-content {
	margin: 0 20px;
	max-width: 980px;
	padding-right: 40px;
	width: 100%;
}

.page-content.wrapper {
	padding: 0;
	width: 97%!important;
}

.post-content {
	margin-bottom: 45px;
	padding-left: 40px;
	width: 640px;
}

section .post-content {
	min-height: 215px;
}

/* SIDEBAR */
.sidebar.block {
	width: 300px;
}

.sidebar.three.columns {
	padding: 0;
}

.page-template .sidebar,
.page-template-default .sidebar {
	margin-top: 45px;
}

.page-template .sidebar.no-title,
.page-template-default .sidebar.no-title {
	margin-top: 0;
}

.single-post .sidebar {
	margin-top: -5px;
}

/* FOOTER */
.page-template #footer-container .inner,
.page-template-default #footer-container .inner {
	margin-top: 100px;
}

.single-post #footer-container .inner {
	margin-top: 80px;
}

.single-portfolio #footer-container .inner {
	margin-top: 40px;
}

/* CONTENT */
p,
ul,
ol,
dl,
dd,
pre,
form
table,
address,
fieldset {
	margin-bottom: 20px;
}

.block p:last-child,
#header-container ul,
.jp-interface ul,
.block input:last-child {
	margin-bottom: 0;
}

/* VISABILITY CLASSES */
.show-for-small {
	display: none!important;
}
.show-for-first,
.show-for-second,
.show-for-third {
	display: none;
}

/* SMALL DISPLAY TARGETS */
@media only screen and (max-width: 768px) {
	.show-for-small {
		display: block!important;
	}
	.hide-for-small {
		display: none!important;
	}
}

/* FLOATS */
.left {
	float: left;
}

.right {
	float: right;
}




/*===================================================================*/
/*
/* GLOBAL STYLES (ELEMENTS WITH THE SAME COLORS/TRANSITIONS) 
/*
/*===================================================================*/
.post-date,
#login span,
span.required,
.logged-in-as,
.moderation,
.comment-meta,
.comment-meta a,
#login span a,
.entry-content li,
a.comment-edit-link,
.widget_categories li,
.entry-meta span.count,
.team .post-edit-link,
.comment-awaiting-moderation,
.isotope-item.portfolio .entry-meta a,
.widget_bean_tweets a.twitter-time-stamp {
	color: #acacac;
}

input:focus,
textarea:focus,
form label,
.entry-meta span,
.pinglist a:hover,
h4.entry-title a,
.logged-in-as a:hover,
h1,
h1 a,
h2 a,
h3,
h4,
h5 {
	color: #333;
}

.btn:hover,
.button:hover,
.tagcloud a:hover,
.edd_checkout a:hover,
.edd-submit.button:hover,
.btn[type="submit"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.button[type="submit"]:hover,
.form-submit input[type="submit"]:hover {
	background-color: #333!important;
}

/* IMAGE HOVERS */
.bean-shot img,
.entry-link:hover h1,
.entry-link:hover span,
.flickr_badge_image img,
.instagram_badge_image img,
.bean500px_badge_image img,
.isotope-item .post-thumb img,
.widget_bean_portfolio .post-thumb img,
.isotope-item.post .entry-quote:hover h2,
.isotope-item.post .entry-aside:hover p,
.isotope-item.post .entry-quote:hover span {
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
}

.bean-shot:hover img,
.flickr_badge_image img:hover,
.instagram_badge_image img:hover,
.bean500px_badge_image img:hover,
.isotope-item .post-thumb:hover img,
.widget_bean_portfolio .post-thumb:hover img {
	opacity: 0.2;
}




/*===================================================================*/
/*
/* FORM & INPUT STYLES
/*
/*===================================================================*/
/* THEME BUTTONS */
.btn,
.button,
.tagcloud a,
.btn[type="submit"],
.button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 2px;
	color: #fff!important;
	cursor: pointer;
	display: inline-block;
	font: 14px/1.6 Courier, "Courier New", monospace;
	margin: 1px 1px 4px 0;
	outline: none!important;
	padding: 11px 15px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

.btn:hover,
.button:hover,
.tagcloud a:hover,
.form-submit input[type="submit"]:hover,
.btn[type="submit"]:hover,
.button[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff!important;
}

/* THEME FORMS */
form label {
	cursor: pointer;
}

span.required,
abbr.required,
.gfield_required,
.gfield_error .gfield_description.validation_message {
	color: #ff7373;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
.subscribe .mailbag-wrap input[type="text"],
.subscribe .mailbag-wrap input[type="email"],
.subscribe .mailbag-wrap input[type="password"] {
	background-color: #fff;
	border: 2px solid #e2e2e2;
	border-radius: 2px;
	color: #acacac;
	display: block;
	font: 14px/1.7 Courier, "Courier New", monospace;
	margin: 5px 0 10px;
	outline: none!important;
	padding: 9px 14px;
	width: 100%;

	-webkit-appearance: none;
}

textarea {
	display: block;
	height: 220px;
	padding: 9px 14px;
}

input:focus,
textarea:focus,
.subscribe .mailbag-wrap input[type="text"]:focus,
.subscribe .mailbag-wrap input[type="email"]:focus,
.subscribe .mailbag-wrap input[type="password"]:focus {
	color: #333;
}

/* ERRORS */
label.error {
	display: none!important;
}

input.error,
textarea.error,
.wpcf7-not-valid,
.requiredField.error {
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-ms-animation-duration: 4s;
	-o-animation-duration: 4s;
	-webkit-animation-name: BeanErrorShake;
	-moz-animation-name: BeanErrorShake;
	-o-animation-name: BeanErrorShake;
	border-color: #ff7373;
}

/* CONTACT FORM 7 COMPATIBILITY */
.gfield_select,
.wpcf7-form select {
	background: #f9f9f9 url(assets/images/select.png) no-repeat 98.5% 15px;
	border: 2px solid #e2e2e2;
	border-radius: 2px;
	cursor: pointer;
	font: inherit;
	outline: none;
	padding: 8px 15px;
	width: 100%;

	-webkit-appearance: none;
}

.wpcf7-form input[type="text"] {
	margin-top: 10px;
}

.wpcf7-not-valid-tip {
	background: none!important;
	border: none!important;
	color: #ff4949;
	position: relative!important;
}

div.wpcf7-mail-sent-ok {
	background: #3fc380;
	border: 2px solid #3fc380!important;
	border-radius: 2px;
	color: #fff;
}

div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
	background: #ff4949;
	border: 2px solid #ff4949!important;
	border-radius: 2px;
	color: #fff;
}

div.wpcf7-response-output {
	line-height: 26px;
	margin: 30px 0 0 0!important;
	padding: 0.6em 1em!important;
	text-align: center;
}

.wpcf7-form p {
	line-height: 33px;
}

.wpcf7-form span {
	font-size: 12px;
	margin-top: 10px;
	text-transform: uppercase;
}

.wpcf7-submit {
	padding: 8px 15px;
}

div.wpcf7 img.ajax-loader {
	display: inline;
}

/* GRAVITY FORMS */
.gform_fields li.gfield {
	margin-bottom: 20px;
}

.gfield_radio label,
.gfield_checkbox label {
	margin-left: 10px;
}



/*===================================================================*/
/*                    												  
/* THEME HEADER & NAVIGATION
/*                    												  
/*===================================================================*/
/*===================================================================*/
/* HEADER
/*===================================================================*/
#header-container .columns {
	padding: 0;
}

#header-container ul {
	text-align: right;
}

#header-container li {
	display: inline;
}

#header-container li a {
	color: #acacac;
	display: block;
	float: left;
	min-width: 150px;
	width: 50%;
}

/* LOGO */
#header-container .logo h1 {
	display: inline-block;
}

#header-container .logo a img {
	margin-bottom: 20px;
	max-height: 100px; /*UNCOMMENT FOR UNLIMITED HEIGHT*/
}

.alt-text a,
.site-description a {
	color: #333;
}

/* MENU */
#header-container .menu-2 {
	margin-right: 60px;
}


/*===================================================================*/
/* FOOTER
/*===================================================================*/
#footer-container .inner {
	margin: 0 0 100px;
}

#footer-container .block {
	width: 300px;
}

#footer-container .border,
.single-post #portfolio-related .border,
.single-product #portfolio-related .border {
	background-color: #ececec;
	display: block;
	height: 1px;
	margin-bottom: 100px;
	width: 97%!important;
}

#footer-container .widget:first-child {
	margin: 0;
}

#footer-container .widget {
	margin-top: 60px;
}

#colophon .inner {
	background-color: #f9f9f9;
	margin: 0;
	padding: 30px 0;
}




/*===================================================================*/
/*                    												  
/* THEME TEMPLATES		         		  
/*                    												  
/*===================================================================*/
/*===================================================================*/
/* CONTACT TEMPLATE 
/*===================================================================*/
#BeanForm {
	margin-top: 60px!important;
	text-align: left;
}

ul.bean-contactform li.six.name {
	float: left;
	padding-right: 10px;
}

ul.bean-contactform li.six.email {
	float: left;
	padding-left: 10px;
}

li.submit {
	margin-top: 15px;
}

.contact-alert {
	background-color: #f7f7f7;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}

.contact-alert.fail {
	background-color: #ff5f49;
}

.contact-alert.success {
	background-color: #3fc380;
}


/*===================================================================*/
/*	ARCHIVES TEMPLATE
/*===================================================================*/
.archives-list {
	margin-top: 60px;
}

.archives-list ul {
	margin: 0 0 60px 0!important;
}

.archives-list ul:last-child {
	margin-bottom: 0!important;
}

.archives-list ul ul {
	margin: 0 0 0 -5px;
}

.archives-list ul li {
	color: #333;
	list-style: disc;
	margin-left: 15px;
}


/*===================================================================*/
/*	SEARCH TEMPLATE 
/*===================================================================*/
.search #primary-container #searchform .button[type="submit"] {
	display: none;
}

.search .searchform.search {
	margin-bottom: 100px;
}


/*===================================================================*/
/*	404 PAGE TEMPLATE
/*===================================================================*/
.error404 #primary-container {
	margin-bottom: 100px;
}


/*===================================================================*/
/*	COMING SOON TEMPLATE
/*===================================================================*/
/* PANELS */
.bean-coming-soon {
	margin-top: 80px;
	min-height: 160px;
}

.bean-coming-soon .block {
	display: inline-block;
}

.bean-coming-soon .count {
	font-size: 70px;
	font-weight: bold;
	line-height: 90px;
}

/* FADE DELAY */
.count-inner .fadein {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
}


/*===================================================================*/
/*	UNDER CONSTRUCTION TEMPLATE
/*===================================================================*/
.page-template-template-comingsoon-php,
.page-template-template-underconstruction-php {
	text-align: center;
}

.page-template-template-comingsoon-php .page-content.wrapper,
.page-template-template-underconstruction-php .page-content.wrapper {
	padding-bottom: 20%;
}


/*===================================================================*/
/*	WOO TEMPLATE
/*===================================================================*/
.page-template-template-woo-php #header-container .inner {
	text-align: center;
}

.page-template-template-woo-php #header-container .inner .header-logo.block {
	margin: 0 auto;
}


/*===================================================================*/
/*	DRIBBBLE TEMPLATE
/*===================================================================*/
.isotope-item.dribbble {
	margin-bottom: 40px!important;
}

.isotope-item.dribbble .entry-content-media {
	margin-bottom: 0!important;
}

.isotope-item.dribbble .post-thumb {
	background: url(assets/images/dribbble.png) no-repeat 50% 50% #ea4c89;
}




/*===================================================================*/
/*                    												  
/* BLOGROLL (GRID LAYOUT)          		  
/*                    												  
/*===================================================================*/
/* GRID ENTRY CONTENT AND MEDIA */
.isotope-item .entry-content,
.isotope-item .entry-content-media {
	display: block;
	position: relative;
	width: 100%;
}

.isotope-item .entry-content-media {
	margin-bottom: 25px!important;
}

/* GRID META */
.isotope-item.post .entry-meta span,
.search-results .isotope-item .entry-meta span {
	display: block;
}

.isotope-item.post .entry-meta a,
.search-results .isotope-item .entry-meta a {
	color: #acacac;
}

.search-results .isotope-item {
	text-align: left!important;
}

/* GRID AUDIO POST FORMAT */
.isotope-item.post.format-audio .jp-audio {
	top: 0;
}

.isotope-item.post.format-audio .jp-interface {
	background: none;
}

.isotope-item.post.format-audio ul.jp-controls,
.isotope-item.post.format-audio .jp-interface ul.jp-controls li {
	border: none;
	height: 100%;
	width: 100%;
}

.isotope-item.post.format-audio .jp-interface,
.isotope-item.post.format-audio .jp-interface ul.jp-controls a {
	height: 100%;
	width: 100%;
}

.isotope-item.post.format-audio a.jp-play span,
.isotope-item.post.format-audio a.jp-pause span {
	height: 78px;
	left: 36%;
	margin: 0 auto;
	opacity: 1!important;
	position: absolute;
	top: 42%;
	width: 78px;
}

.isotope-item.post.format-audio a.jp-play span {
	background-position: -10px -150px;
}

.isotope-item.post.format-audio a.jp-pause span {
	background-position: -10px -229px;
}

.isotope-item.post.format-audio .jp-progress {
	display: none;
}

/* QUOTE, LINK & ASIDE POST FORMAT (BOTH GRID AND SINGLE) */
.entry-link,
.entry-quote,
.entry-aside {
	color: #fff;
	padding: 22px 30px 25px;
	position: relative;
}

.entry-link:hover h2,
.entry-link:hover span,
.isotope-item.post .entry-aside:hover p,
.isotope-item.post .entry-quote:hover h2,
.isotope-item.post .entry-quote:hover span {
	opacity: 0.65;
}

.entry-link span,
.entry-quote span {
	color: #fff!important;
}

.entry-aside p {
	margin: 0;
}

/* MIXED TEMPLATE ADJUSTMENTS */
.page-template-template-mixed-posts-php .isotope-item h4 {
	font-size: 18px;
}


/*===================================================================*/
/*	GALLERY POST FORMAT (FLEXSLIDER)
/*===================================================================*/
/* SLIDER BROWSER RESETS */
.bean-container a:active,
.post-slider a:active,
.bean-container a:focus,
.post-slider a:focus {
	outline: none;
}
.slides {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* SLIDER PRIMARY */
.post-slider {
	margin: 0;
	padding: 0;
	position: relative;
}

.post-slider {
	min-height: 530px;
}

.post-slider .slides > li {
	display: none;
	position: relative;

	-webkit-backface-visibility: hidden;
}

.post-slider .slides img {
	display: block;
	max-width: 100%;
}

.post-slider .slides {
	zoom: 1;
}

.slides li img {
	margin: 0 auto;
	margin-bottom: 0!important;
	width: 100%; /* REMOVE THIS IF YOU DO NOT WANT FULL WIDTH IMAGES */
}

/* SLIDER CLEARFIX */
.slides:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}

/* NO JAVASCRIPT FALLBACK */
.no-js .slides > li:first-child {
	display: block;
}

/* CONTROL NAV */
.bean-direction-nav a {
	background: url(assets/images/sprite.png) no-repeat -33px -132px #222;
	background-color: rgba(34, 34, 34, 0.25);
	display: block;
	height: 35px;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	top: 45%;
	white-space: nowrap;
	width: 35px;
	z-index: 995;
}

.bean-direction-nav a.bean-next {
	background-position: -31px -232px;
	right: 0;
}

.bean-next:hover,
.bean-prev:hover {
	background-color: rgba(34, 34, 34, 0.50);
}

/*===================================================================*/
/*	PAGINATION
/*===================================================================*/
.pagination {
	margin: 50px 0 20px;
	text-align: right;
}

.pagination a {
	color: #acacac;
}




/*===================================================================*/
/*                    												  
/* SINGLE POST	   		  		      
/*                    												  
/*===================================================================*/
/* ENTRY TITLE */
.single-format-link .entry-link h1 {
	color: #fff!important;
}

/* ENTRY META */
.post-side {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding-bottom: 40px!important;
	width: 300px;
}

.foot-meta {
	display: none;
}

.foot-meta .entry-meta {
	margin-top: 50px;
}

.entry-meta li span {
	color: #333!important;
}

.entry-meta span.count {
	display: inline!important;
}

.entry-meta li a {
	color: #acacac;
}

/* POST LIKES */
.entry-meta li.likes a:hover,
.entry-meta .subtext.likes a:hover,
.entry-meta .subtext .bean-likes.active,
.entry-meta .subtext .bean-likes.active span,
.entry-meta .subtext.likes a:hover span {
	color: #ff7373!important;
}

.bean-likes.active,
.bean-likes.active span,
.entry-meta li.likes a.bean-likes.active {
	color: #acacac;
	cursor: default;
}

/* ENTRY CONTENT */
.entry-content h3 {
	margin-bottom: 20px;
}

.entry-content ul {
	list-style-type: disc;
	margin: 35px 0;
}

.entry-content ol li ul,
.entry-content ul li ol,
.entry-content ul li ul,
.entry-content ol li ol {
	margin: 10px 0 10px 15px;
}

.entry-content ol {
	list-style-type: decimal;
	margin: 35px 30px;
}

.entry-content form ul {
	margin: 0!important;
}

.entry-content form li {
	list-style: none;
}

/* MEDIA */
.single-post .entry-content-media {
	margin-bottom: 60px;
}

.single-post .entry-content-media img {
	width: 100%;
}

/* SINGLE AUDIO POST FORMAT */
.format-audio .entry-content-media {
	position: relative;
}

.jp-audio {
	bottom: 0;
	max-width: 940px;
	position: absolute;
	width: 100%;
}




/*===================================================================*/
/*	WORDPRESS DEFAULT STYLING
/*===================================================================*/
.entry-content .divide {
	background-color: #ececec;
	height: 4px;
	margin: 60px 0 40px;
	width: 100%;
}

.single-post .entry-content img,
.single-post .entry-content img a {
	margin: 40px 0 40px 0;
}

/* IMAGES */
.slider img,
.image-frame img,
.entry-content p img,
.attachment .post-box img,
.content .gallery .gallery-icon img {
	background: transparent;
	display: block;
}

.image-frame img,
.attachment .post-box img,
.post-thumb img {
	height: auto;
}

.entry-content .entry-content-media img {
	margin: 0 0 0 0;
}

.single-attachment .entry-content .entry-content-media img {
	margin: 20px 0 100px;
}

.single-attachment h1.entry-title {
	margin-bottom: 13px;
	text-transform: capitalize;
}

.single-attachment .page-content .subtext {
	margin-bottom: 30px;
}

.content .gallery-item {
	float: left;
	margin: 0;
	padding: 0;
}

.content .gallery .gallery-icon img {
	margin-bottom: 0!important;
}

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}

.entry-content img.size-full,
.entry-content img.size-large {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto!important;
	margin-right: auto!important;
}

img.alignleft {
	float: left;
	margin-right: 40px!important;
}

img.alignright {
	display: block;
	float: right;
	margin-left: 40px!important;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


.wp-smiley {
	margin: 0 !important;
	max-height: 13px;
}

.gallery {
	float: left;
	margin: auto;
	width: 100%;
}

.gallery-item {
	float: left;
	margin-left: 0;
	text-align: center;
}

#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}

.gallery-image {
	margin-left: 0;
}

.gallery-caption {
	font-weight: bold;
	margin-left: 0;
}

.gallery-item .gallery-caption {
	margin-bottom: 0 !important;
	padding-right: 12%;
}

.wp-caption img,
.gallery-item img,
.wp-caption img a {
	border: none!important;
	margin: 10px 0!important;
	padding: 0;
}

.wp-caption
.wp-caption-text,
.gallery-caption {
	color: #acacac;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

img#wpstats {
	display: none;
}

/* STICKY POST */


.sticky .post-thumb span {
	background: url(assets/images/sprite.png) no-repeat -33px -332px #222;
	background-color: rgba(34, 34, 34, 0.25);
	display: block;
	height: 35px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
	width: 35px;
	z-index: 995;
}

.twitter-tweet {
	width: 100%;
}

/* SHORTCODE OVERRIDES */
p:empty {
	display: none;
}

.bean-tabs > li > a,
.bean-panel-title > a {
	color: #acacac;
	font: 12px/22px Courier, "Courier New", monospace;
	text-transform: uppercase;
}

.bean-alert {
	font: 15px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif!important;
}




/*===================================================================*/
/*                    												  
/* COMMENTS	      		  
/*                    												
/*===================================================================*/
/* LAYOUT */
#comments,
#respond {
	float: left;
	width: 100%;
}

#comments {
	border-top: 1px solid #ececec;
	margin-top: 40px;
}

#comments.no-comments {
	border-top: none;
}

#comments-list {
	float: left;
	width: 100%;
}

#comments-list ol li {
	float: left;
	max-width: 625px;
	width: 100%;
}

.commentlist {
	float: left;
	list-style-type: none;
	margin: 60px 0 0;
}

/* LEFT SIDE MODULTES */
.comments-side {
	border-bottom: none;
	border-top: 1px solid #ececec;
	margin-top: 40px;
	padding: 60px 0!important;
}

.post-respond {
	margin-top: -1px;
}

/* COMMENT */
.avatar {
	float: left;
	margin: 5px 15px 0 0;
}

#reviews .meta strong,
.comment-author cite {
	font-family: "Roboto Slab", "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 27px;
	text-transform: capitalize;
}

.comment-body {
	clear: both;
	float: left;
	margin: 20px 0 35px;
	width: 100%;
}

.comment-body ul,
.comment-body ol {
	list-style-type: disc;
}

.moderation {
	font-size: 14px;
	font-style: normal;
	margin-bottom: 10px;
}



/* CHILDREN */
.comments .children {
	float: left;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 50px;
}

.comments .children .comment-body {
	margin-bottom: 30px;
}

/* COMMENT FORM */
#comments.respond-form {
	margin-top: 0;
}

#respond {
	border: none;
	padding-top: 60px;
}

#respond label {
	color: #333!important;
	float: left;
	line-height: 50px!important;
	margin-left: 15px;
}

.comment #respond {
	border-top: none;
	margin-bottom: 10px;
	margin-top: 0;
	padding-bottom: 30px;
	padding-top: 0;
}

.form-submit {
	float: left;
	margin-top: 5px;
}

#reply-title {
	margin: 0;
}

#cancel-comment-reply-link {
	color: #ff7373!important;
	float: right;
	font: 12px/1.7 Courier, "Courier New", monospace;
	line-height: 22px;
	text-transform: uppercase;
}

.logged-in-as {
	margin-bottom: 25px;
}




/*===================================================================*/
/*                    												  
/* JPLAYER STYLES 		  		  
/*                    												  
/*===================================================================*/
/*===================================================================*/
/*	JPLAYER BASE
/*===================================================================*/
.jp-interface {
	background-color: #222;
	background-color: rgba(34, 34, 34, 0.80);
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.entry-content-media-audio {
	position: relative;
}

ul.jp-controls {
	border-right: 1px solid #444;
}

ul.jp-controls,
.jp-interface ul.jp-controls li {
	height: 50px;
	position: absolute;
	width: 50px;
}

.jp-interface ul.jp-controls a {
	display: block;
	outline: none!important;
	overflow: hidden;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 2;
}

.jp-interface ul.jp-controls a span {
	display: block;
	overflow: hidden;
	text-indent: 100%;
}

a.jp-play span,
a.jp-pause span {
	height: 50px;
	width: 50px;
}

/* BASE ICON POSITIONING */
a.jp-play span {
	background: url(assets/images/jplayer.png) -26px -24px no-repeat;
}

a.jp-pause span {
	background: url(assets/images/jplayer.png) -25px -73px no-repeat;
	display: none;
}

a.jp-pause:hover span,
a.jp-play:hover span {
	opacity: 0.7;
}

/* PROGRESS BARS */
div.jp-progress {
	background-color: #fff;
	margin: 22px 22px 0 72px;
}

div.jp-seek-bar {
	cursor: pointer;
	height: 100%;
	width: 0;
}

div.jp-seeking-bg {
	display: none;
}

div.jp-play-bar {
	height: 6px;
	width: 0;
}

/* AUDIO JPLAYER SPECIFIC */
.jp-audio,
.jp-video {
	clear: both;
}

/* VIDEO JPLAYER SPECIFIC */
.jp-video .jp-jplayer {
	height: auto!important;
}

.jp-video .jp-interface {
	background-color: #333;
	margin: -7px 0 25px 0;
}

.fluid-width-video-wrapper iframe {
	border: none;
}



/*===================================================================*/
/*
/* PORTFOLIO TEMPLATES & GRID STYLES
/*
/*===================================================================*/
/* ISOTOPE STYLES */
#isotope-container {
	display: block;
	float: left;
	width: 100%;
}

#isotope-container.fadein {
	-webkit-animation-delay: 0.5s!important;
	-moz-animation-delay: 0.5s!important;
	-ms-animation-delay: 0.5s!important;
	-o-animation-delay: 0.5s!important;
}

.isotope-item {
	float: left;
	list-style: none;
	margin: 0 20px 70px;
	overflow: hidden;
	position: relative;
	width: 300px;
	z-index: 2;
}

.isotope-item img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: auto;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
}

/* INFINITE LOADING */
#page_nav,
#infscr-loading,
#infscr-loading img {
	display: none;
}

#infscr-loading {
	background: url(assets/images/loading.gif) 50% 50% no-repeat #fff;
	border-radius: 3px;
	bottom: 40px;
	height: 32px;
	left: 49%;
	position: absolute;
	width: 32px;
	z-index: 100;
}

#infscr-loading div {
	display: none;
	opacity: 0;
}


/*===================================================================*/
/* PORTFOLIO FILTER
/*===================================================================*/
#filter li {
	display: inline;
	text-align: left;
}

#filter li a {
	display: block;
	float: left;
	min-width: 150px;
	width: 50%;
}



/*===================================================================*/
/*
/* SINGLE PORTFOLIO
/*
/*===================================================================*/
.single-portfolio h1.entry-title {
	margin-bottom: 13px;
}

.isotope-item.portfolio {
	text-align: center;
}

.single-portfolio .block.entry-meta {
	text-align: right;
}

/* PORTFOLIO SHARING BUTTONS */
ul.portfolio-share {
	margin: 25px 0 0;
}

.portfolio-share li {
	display: inline-block;
	margin-left: -10px;
}

.portfolio-share li a {
	border-radius: 30px;
	color: #acacac;
	padding: 4px 10px;
}

.portfolio-share li a:hover {
	color: #fff;
}

.portfolio-share li a.twitter:hover {
	background-color: #33b7fc;
}

.portfolio-share li a.facebook:hover {
	background-color: #3b559f;
}

.portfolio-share li a.pinterest:hover {
	background-color: #ff545c;
}

/* PORTFOLIO MEDIA */
#media-container {
	float: left;
	margin-top: 50px;
	width: 100%;
}

#media-container .entry-content-media {
	margin: 0 20px;
}

#media-container li.stacked-image {
	list-style: none;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}

#media-container li.stacked-image img {
	margin: 0 auto;
	max-width: 1320px;
	text-align: center;
	width: 100%;
}

/* CAPTIONS */
.bean-image-caption,
.bean-slide-caption {
	background-color: #222;
	background-color: rgba(34, 34, 34, 0.25);
	bottom: 0;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
}

/* PORTFOLIO SLIDER */
.single-portfolio .entry-content-media.portfolio-gallery {
	margin-bottom: 40px!important;
}

/* PORTFOLIO AUDIO */
.single-portfolio .audio-no-feat {
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0 40px;
}

.single-portfolio .jp-audio {
	max-width: 1320px;
}

/* PORTFOLIO VIDEO */
.entry-content-media.portfolio-video {
	margin-bottom: 40px!important;
}

.video-frame.fadein {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
}

/* PASSWORD PROTECTED */
.post-password-form {
	margin-bottom: 100px;
}

/* RELATED PORTFOLIO */
#portfolio-related {
	float: left;
	width: 100%;
}



.single-post #portfolio-related .border,
.single-product #portfolio-related .border {
	margin-bottom: 70px!important;
	margin-top: 10px;
}

/* ARCHIVIAL */
.block.portfolio-archive {
	margin-bottom: 50px;
}




/*===================================================================*/
/*
/* TEAM MEMBERS PLUGIN
/*
/*===================================================================*/
.type-team h2 {
	margin-bottom: 0;
}

.type-team .entry-meta {
	margin-bottom: 1em;
}

.type-team.isotope-item .post-thumb:hover img {
	opacity: 1;
}

.type-team .post-edit-link {
	display: inline-block;
	margin-top: -10px;
}




/*===================================================================*/
/*
/* WIDGET STYLES 
/*
/*===================================================================*/
/* SIDEBAR WIDGETS */
.sidebar .widget {
	border-bottom: 1px solid #ececec;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.sidebar .widget:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget ul {
	margin-bottom: 0;
}

/* CATEGORIES, ARCHIVES & RECENT POSTS WIDGETS */
.widget_recent_entries li {
	margin-bottom: 10px;
}

.post-date {
	color: #888;
	display: block;
	font-size: 13px;
	opacity: 0.5;
}

/* CALENDAR WIDGET */
#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	margin-bottom: 25px;
	text-align: left;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar tbody {
	color: #888;
}

#wp-calendar thead th {
	font-size: 13px;
}

#wp-calendar thead th,
#wp-calendar tbody td {
	background: #f9f9f9;
	border: none;
	padding: 6px 0;
	text-align: center;
}

#wp-calendar thead th {
	background-color: #e2e2e2;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
}

#wp-calendar tfoot #prev {
	font-size: 12px;
	padding-top: 10px;
	text-transform: uppercase;
}


/*===================================================================*/
/*  SEARCH WIDGET
/*===================================================================*/
.footer-widgets .widget_search form {
	margin-top: 25px;
}

.search-results .page .entry-content-media {
	display: none;
}

.search-results section.page {
	margin-bottom: 170px;
	text-align: center;
	width: 100%;
}


/*===================================================================*/
/*	TAG CLOUD WIDGET
/*===================================================================*/
.tagcloud {
	float: left;
	margin-bottom: -4px;
	margin-top: 7px;
}

.tagcloud a {
	border-radius: 2px;
	display: inline-block;
	float: left;
	font: bold 11px/13px Helvetica, sans-serif!important;
	margin: 0 3px 3px 0;
	padding: 5px 7px 4px;
	position: relative;
	text-transform: uppercase;
}


/*===================================================================*/
/*	DRIBBBLE WIDGET
/*===================================================================*/
.widget_bean-dribbble {
	margin-bottom: -10px;
}

.bean-dribbble-shots {
	float: left;
	margin-left: -10px;
	margin-top: 10px;
}

.bean-shot {
	float: left;
	line-height: 6px;
	margin: 0 0 10px 10px;
}

.bean-shot a {
	display: block;
}

.bean-dribbble-shots img {
	height: auto;
	width: 100%;
}


/*===================================================================*/
/*  FLICKR WIDGET
/*===================================================================*/
div.widget.bean_flickr {
	float: none;
}

.flickr-image-wrapper {
	float: left;
	margin: 10px -1.8072% 0 -1.8072%;
	width: 103.75%;
}

.flickr_badge_image {
	float: left;
	margin: 0 1.8072% 12px;
	width: 21.4%;
}

.flickr_badge_image a {
	float: left;
	position: relative;
}

.flickr_badge_image img {
	float: left;
	max-height: 66px;
	position: relative;
	width: 66px;
}


/*===================================================================*/
/*  INSTAGRAM WIDGET & 500PX WIDGET (BEAN PLUGINS)
/*===================================================================*/
.instagram-image-wrapper,
.bean500px-image-wrapper {
	margin: 10px -1.8072% 0 -1.8072%!important;
}

.instagram_badge_image,
.bean500px_badge_image {
	background: none!important;
	border-radius: 0!important;
	margin: 0 1.7682% 12px!important;
	width: 21.4%!important;
}

.instagram_badge_image img,
.bean500px_badge_image img {
	border-radius: 0!important;
	max-height: 66px!important;
	max-width: 100%;
	width: 66px!important;
}

.instagram_badge_image a:hover,
.bean500px_badge_image a:hover {
	opacity: 1!important;
}

.bean500px_badge_image img {
	height: auto!important;
}



/*===================================================================*/
/*  TWITTER WIDGET
/*===================================================================*/
.widget_bean_tweets ul {
	margin-bottom: 15px;
}

.widget_bean_tweets a.twitter-time-stamp {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	margin: 5px 0 20px;
	text-transform: uppercase;
}

.widget_bean_tweets .follow-link {
	background: none!important;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-transform: none;
}

.widget_bean_tweets .follow-link:hover {
	color: #333!important;
}


/*===================================================================*/
/*  PORTFOLIO WIDGET
/*===================================================================*/
.widget_bean_portfolio ul {
	margin-top: 30px;
}

.widget_bean_portfolio ul li {
	margin-bottom: 20px;
}

.widget_bean_portfolio ul li:last-child {
	margin-bottom: 10px;
}




/*===================================================================*/
/*  PORTFOLIO MENU WIDGET
/*===================================================================*/
.widget_bean_portfolio_menu li span {
	display: none;
}

.widget_bean_portfolio_menu li:hover span {
	display: block;
}


/*===================================================================*/
/*  VIDEO WIDGET
/*===================================================================*/
.widget_bean_video .video-frame {
	margin-top: 30px;
}


/*===================================================================*/
/*	BEAN PLUGIN OVERRIDES
/*===================================================================*/
/* SOCIAL PLUGIN */
ul.bean_social_icons {
	margin-left: -6px;
	margin-top: 25px;
}
ul.bean_social_icons li.bean_social_icon {
	margin: 0 0 6px 6px!important;
}

/* PRICING TABLE PLUGIN */
.bean-pricing-table .table-mast {
	background-color: #333;
}
.bean-pricing-table .table-mast:hover {
	background-color: #222;
}
.bean-pricing-table .pricing-column ul {
	background-color: #f6f6f6;
}
.bean-pricing-table .pricing-column li {
	color: #888;
}
.bean-pricing-table .pricing-column li.info:hover {
	color: #333;
}
.bean-pricing-table .table-mast h5.title {
	color: #fff!important;
	font-family: "Roboto Slab", "Times New Roman", Times, serif;
	font-size: 20px!important;
	font-weight: normal;
}
.bean-pricing-table .pricing-column.six.columns.mobile-four:first-child {
	padding-right: 20px;
}
.bean-pricing-table .pricing-column.six.columns.mobile-four:last-child {
	padding-left: 20px;
}
.bean-pricing-table .table-mast,
.bean-pricing-table .table-mast h6.price,
.bean-pricing-table .table-mast p {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}




/*===================================================================*/
/*
/* THEME ANIMATIONS 
/*
/*===================================================================*/
/* FADE IN - ALL PAGE CONTENT */
.fadein {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-name: fadein;
	animation-name: fadein;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	} 100% {
		opacity: 1;
	}
}
@keyframes fadein {
	0% {
		opacity: 0;
	} 100% {
		opacity: 1;
	}
}


/* FIELD ERROR SHAKE */
.BeanErrorShake {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-ms-animation-delay: 5s;
	-o-animation-delay: 5s;
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-o-animation-duration: 5s;
	-webkit-animation-iteration-count: 5;
	-moz-animation-iteration-count: 5;
	-webkit-animation-name: BeanErrorShake;
	-moz-animation-name: BeanErrorShake;
	-o-animation-name: BeanErrorShake;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes BeanErrorShake {
	2%,
	6% {
		-webkit-transform: translateX(3px);
	}
	4%,
	8% {
		-webkit-transform: translateX(-3px);
	}
	10%,
	100% {
		-webkit-transform: translateX(0px);
	}
}
@keyframes BeanErrorShake {
	2%,
	6% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	4%,
	8% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	10%,
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}




/*===================================================================*/
/*
/* CROSS BROWSER TOUCH UPS 
/*
/*===================================================================*/
/* INPUT */
.ie input[type="text"],
.ie input[type="password"],
.ie input[type="date"],
.ie input[type="email"],
.ie input[type="number"],
.ie input[type="search"],
.ie input[type="tel"],
.ie input[type="time"],
.ie input[type="url"],
.ie textarea {
	line-height: 6px;
}
