/*
Theme Name: Folo
Theme URI: http://demo.themebeans.com/folo
Author: ThemeBeans
Author URI: http://themebeans.com
Description: Folo is a classic theme built to power websites for creative agencies, freelancers, artists, designers, photographers and those who love to create. Featuring a purposeful, responsive design and a fully-featured portfolio, you can get a professional gallery up and running effortlessly. Folo will make your webs space look great.
Version: 2.6.4
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.
*/


/**
 * Table of Contents
 *
 * 1.0  - Normalize
 * 2.0  - Typography
 * 3.0  - Global Styles
 * 4.0  - Primary Layout & Sidebar Defaults
 * 5.0  - Form & Input Styles
 * 6.0  - Theme Header
 * 7.0  - Theme Templates
 * 8.0  - Blogroll
 * 9.0  - Single Post
 * 10.0 - Comments
 * 11.0 - Theme Footer 
 * 11.0 - Widgets 
 * 12.0 - Animations
 * 13.0 - Cross Browser
 */


/*------------------------------------*\
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
\*------------------------------------*/
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: 1360px;
	width: 100%;
}
.row .row {
	margin: 0 -10px;
	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 10px;
	position: relative;
} 
.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%;
}

.push-two {
	left: 16.66667%;
}
.pull-two {
	right: 16.66667%;
}
.push-three {
	left: 25%;
}
.pull-three {
	right: 25%;
}
.push-four {
	left: 33.33333%;
}
.pull-four {
	right: 33.33333%;
}
.push-five {
	left: 41.66667%;
}
.pull-five {
	right: 41.66667%;
}
.push-six {
	left: 50%;
}
.pull-six {
	right: 50%;
}
.push-seven {
	left: 58.33333%;
}
.pull-seven {
	right: 58.33333%;
}
.push-eight {
	left: 66.66667%;
}
.pull-eight {
	right: 66.66667%;
}
.push-nine {
	left: 75%;
}
.pull-nine {
	right: 75%;
}
.push-ten {
	left: 83.33333%;
}
.pull-ten {
	right: 83.33333%;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* IMAGES */
img,
object,
embed {
	height: auto;
	max-width: 100%;
}
object,
embed {
	height: 100%;
}
img {
	-ms-interpolation-mode: bicubic;
}
ul,
li {
	list-style: none;
}

/* VISABILITY CLASSES */
.show-for-small {
	display: none!important;
}

/* FLOATS */
.left {
	float: left;
}
.right {
	float: right;
}
.text-right {
	text-align: right;
}
.text-centered {
	text-align: center;
}

/* RESPONSIVE */
@media only screen and (max-width: 768px) {
	.row {
		margin-left: 0;
		margin-right: 0;
		min-width: 0;
		width: auto;
	}
	.row .row {
	}
	.column,
	.columns {
		padding: 0;
	}
	.column:before,
	.columns:before,
	.column:after,
	.columns:after {
		content: "";
		display: table;
	}
	.column:after,
	.columns:after {
		clear: both;
	}
	.row .mobile-two {
		float: left;
		padding: 0 30px;
		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;
	}

	.push-two,
	.push-three,
	.push-four,
	.push-five,
	.push-six,
	.push-seven,
	.push-eight,
	.push-nine,
	.push-ten {
		left: auto;
	}
	.pull-two,
	.pull-three,
	.pull-four,
	.pull-five,
	.pull-six,
	.pull-seven,
	.pull-eight,
	.pull-nine,
	.pull-ten {
		right: auto;
	}
}

/* SMALL DISPLAY TARGETS */
@media only screen and (max-width: 768px) {
	.hide-for-small {
		display: none!important;
	}
	.show-for-small {
		display: block!important;
	}
}




/*===================================================================*/
/*
/* 	BODY AND TYPOGRAPHY
/*
/*===================================================================*/
* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	overflow-x: hidden;

	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background-color: #fff;
	font: 15px/1.6 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	word-wrap: break-word;

	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
}

h1,
h2 {
	font-family: "Fauna One", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}

h1 {
	font-size: 28px;
	line-height: 37px;
}

h2 {
	font-size: 25px;
	line-height: 26px;
}

h3 {
	font-size: 22px;
	line-height: 25px;
}

h4 {
	font-size: 18px;
	line-height: 22px;
}

h5 {
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 8px;
}

h6 {
	color: #888;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
}

code {
	border-style: none;
	font: bold 16px/22px "Courier New", Courier, mono, sans-serif;
	overflow: auto;
}

.entry-content p {
	margin-bottom: 15px;
}	

.entry-content a {
	font-weight: bold;
}




/*===================================================================*/
/*                    												  
/* GLOBAL STYLES (ELEMENTS WITH THE SAME STYLES) 		   		  
/*                    												  
/*===================================================================*/	
a,
textarea,
.post-share,
li.submit .button,
.post-thumb a img,
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="date"],
input[type="time"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="datetime"],
.flickr_badge_image img,
.bean-dribbble-shots img,
.bean500px_badge_image img,
.widget_bean_portfolio ul li img,
.form-submit input[type="submit"] {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
}

body,
code,
blockquote,
blockquote p,
.entry-meta a,
textarea:focus,
.viewer .caption,
.comment-author a,
#footer-container,
#footer-container a,
.author-description,
.comment-author cite,
h1,
h2,
h3,
h4,
h5,
a,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
#header-container .main-menu a {
	color: #262626;
}	

.post-date,
.entry-meta,
#login span,
.logged-in-as,
.entry-meta a,
#login span a,
.comment-meta,
.logged-in-as a 
.logged-in-as a,
.portfolio-meta,
.comment-meta a,
a.post-edit-link,
.widget_archive li,
.portfolio-meta-list,
.widget_categories li,
.widget_bean_tweets li a,
.single-portfolio .portfolio-meta-list a {
	color: #888;
}	




/*===================================================================*/
/*                    												  
/* PRIMARY LAYOUT / SIDEBAR DEFAULTS 		   		  
/*                    												  
/*===================================================================*/
#primary-container {
	padding: 55px 30px 55px;
}

/* SIDEBAR STYLES  */
.sidebar-right .sidebar {
	margin-left: 30px;
}

.sidebar-left .sidebar {
	margin-right: 30pxs;
}   




/*===================================================================*/
/*                    												  
/* FORM & INPUT STYLES    	         		  
/*                    												  
/*===================================================================*/  

/* THEME BUTTONS */
.btn,
.button,
.tagcloud a,
button.button,
.btn[type="submit"],
.button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #262626;
	border: none;
	border-radius: 2px;
	color: #fff!important;
	cursor: pointer;
	display: inline-block;
	font: normal bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 1px 1px 4px 0;
	padding: 6px 12px;
	text-align: center;
}

.btn:hover,
.button:hover,
.tagcloud a:hover,
button.button: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 {
	font-size: 15px;
	margin: 30px 0 8px 0;
	padding-top: 0;
}

span.required {
	color: #cf5c46;
}  

.contact-submit input[type="submit"] {
	font-size: 16px;
	margin-top: 40px;
	padding: 13px 12px;
}

form .input {
	clear: none;
	display: inline;
	margin-bottom: 20px;
}

input.input-text,
textarea,
select {
	display: block;
	margin-bottom: 18px;
} 

textarea {
	height: auto;
	min-height: 220px;
	padding: 15px 20px;
	width: 100%;
}

select {
	background-color: white;
	border-color: #dfdfdf;
	width: 100%;
}

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 {
	border: 1px solid #cbd0d4;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	color: #696969;
	display: block;
	font: 14px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 40px;
	padding-left: 13px;
	width: 100%;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
textarea:hover {
	border: 1px solid #b3b6b8;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	border: 1px solid #747b80;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	outline: none;
}	

/* CONTACT FORM 7 COMPATIBILITY */
.wpcf7-not-valid-tip {
	background: none!important;
	border: none!important;
	color: #ff5f49;
	left: 0!important;
	position: relative!important;
	top: 0!important;
}

span.wpcf7-not-valid-tip {
	font-size: 13px!important;
}

div.wpcf7-mail-sent-ok {
	background-color: #3fc380;
	border: none!important;
	color: #fff;
}

div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
	background-color: #ff5f49;
	border: none!important;
	color: #fff;
}

div.wpcf7-response-output {
	margin: 30px 0 0 0!important;
	padding: 0.6em 1em!important;
	text-align: center;
}

.wpcf7-form p {
	line-height: 33px;
}

.wpcf7-submit {
	padding: 8px 15px;
}	

div.wpcf7 img.ajax-loader {
	display: inline;
}




/*===================================================================*/
/*                    												  
/* THEME HEADER  			   		  
/*                    												  
/*===================================================================*/

/*===================================================================*/
/* LOGO & BRANDING
/*===================================================================*/
.branding {
	margin-top: 30px;
}

.logo-uploaded {
	max-width: none;
}

.logo,
.logo img {
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.logo img:hover {
	opacity: 0.6;
} 


/*===================================================================*/
/* MAIN HEADER
/*===================================================================*/
#header-container {
	background-color: #f5f5f5;
	display: block;
	padding: 0 30px;
}

#header-container p {
	color: #262626;
	font-size: 14px!important;
	line-height: 22px!important;
}	


/*===================================================================*/
/* THEME NAVIGATION
/*===================================================================*/
/* DEFAULTS */
#header-container .main_menu {
	float: right;
}

#header-container .main-menu,
.main-menu * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header-container .main-menu li {
	line-height: 45px;
	position: relative;
}

#header-container .main-menu > li {
	float: left;
	position: relative;
}

#header-container .main-menu a {
	display: block;
	font-size: 15px;
	padding: 40px 30px;
	zoom: 1;
}

#header-container .current-menu-item,
#header-container .main-menu a:hover,
header .main-menu > .sfHover > a.sf-with-ul,
#header-container .main-menu > .current_page_item > a,
#header-container .main-menu > .current_page_item > a:hover {
	background-color: #fff;
}		

#header-container .main-menu li {
	white-space: nowrap;

	*white-space: normal;
}	


/* DROPDOWN */
header .sf-menu,
.sf-menu * {
	list-style: none;
}
header .sf-menu li {
	position: relative;
	white-space: nowrap;
}
header .sf-menu li:hover > ul,
header .sf-menu li.sfHover > ul {
	display: block;
}
header .sf-menu a {
	position: relative;
}
header .sf-menu ul ul {
	border-top-right-radius: 3px;
	left: 99%;
	top: -1px;
}
header .sf-menu ul {
	display: none;
	left: 0;
	min-width: 10em;
	position: absolute;
	top: 100%;
	z-index: 9999;
}

header .sub-menu {
	background-color: #262626;
	border-radius: 0 0 3px 3px;
}

header .sub-menu li {
	border-bottom: 1px solid #333;
	display: block;
	line-height: 20px!important;
	margin: 0;
	padding: 10px 12px;
	text-align: left;
}

header .sub-menu li:last-child {
	border: none;
}

header .sub-menu li a {
	display: block;
	padding: 0!important;
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-ms-transition: color 0.1s;
	-o-transition: color 0.1s;
	width: 100%;
}

header .sub-menu li a,
header .sub-menu .current-menu-item,
header .sub-menu li.current-menu-item a:hover {
	background: none!important;
	color: #a2aab0!important;
}

header#header-container .main-menu .sub-menu a:hover {
	color: #fff!important;
}

header .sub-menu li a,
.current_page_item.menu-item-has-children:hover {
	cursor: pointer;
}




/*===================================================================*/
/*                    												  
/* THEME TEMPLATES		         		  
/*                    												  
/*===================================================================*/	
/* DEFAULT TEMPLATES */
.page-template .entry-content {
	margin-bottom: 15px;
}

.page-template .entry-content figure {
	margin-bottom: 40px;
}	 	


/*===================================================================*/
/* PORTFOLIO TEMPLATE
/*===================================================================*/
.isotope-container {
	overflow: hidden;
	position: relative;
}

#isotope-container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.isotope-item {
	float: left;
	margin: 10px 10px 5px 10px;
	position: relative;
	width: 320px;
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.isotope {
	-webkit-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

/* INFINITE LOADING */
#page_nav,
#infscr-loading,
#infscr-loading img {
	display: none!important;
}

/* HOVER CSS */
#isotope-container .porfolio-thumb {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

#isotope-container:hover .porfolio-thumb {
	opacity: 0.3;

	-webkit-filter: grayscale(1);
}

#isotope-container:hover .porfolio-thumb:hover {
	opacity: 1.0;

	-webkit-filter: grayscale(0);
}	


/*===================================================================*/
/* SINGLE PORTFOLIO TEMPLATE
/*===================================================================*/ 
.five.columns.post-head {
	padding-right: 70px;
}

.single-portfolio h1.entry-title {
	margin-bottom: 5px;
}	

.single-portfolio .pagination {
	margin-bottom: 35px;
}

.entry-header .pagination {
	display: none;
}

.single-portfolio .entry-content p {
	width: 100%;
}

.single-portfolio .entry-content p:last-child {
	margin-bottom: 0;
}

/* SINGLE PORTFOLIO AUDIO / VIDEO  */ 
.single-portfolio .entry-content-media.portfolio-audio a {
	float: none;
	padding-right: 0;
}	

.single-portfolio .portfolio-audio img,
.single-portfolio .entry-content-media a {
	float: right;
	padding-right: 30px;
}

.single-portfolio .portfolio-video .video-frame {
	padding-right: 30px;
}

.portfolio-audio div.jp-interface {
	left: 3.5%;
	width: 70%;
}

/* SINGLE PORTFOLIO META */ 	
.portfolio-meta {
	font-size: 14px!important;
	line-height: 22px!important;
	margin-bottom: 25px;
} 	

.portfolio-meta-list {
	margin: 30px 0;
} 	

.portfolio-meta-list li {
	margin-bottom: 12px;
}	

.portfolio-meta-list span {
	color: #32383d;
	display: block;
}		

.single-portfolio .portfolio-meta-list li.skills {
	text-transform: lowercase;
}

.single-portfolio li.stacked-image {
	float: right;
	list-style: none;
	margin-bottom: 20px;
	position: relative;
}

.single-portfolio li.stacked-image {
	float: right;
	list-style: none;
	margin-bottom: 20px;
	position: relative;
}

@-moz-document url-prefix() {
	.single-portfolio li.stacked-image {
		float: none;
	}
}

/* CUSTOM VIEW.JS CSS THEME */ 
body.viewing #footer-container,
body.viewing #header-container,
body.viewing #primary-container {
	-webkit-filter: grayscale(1) blur(3px);
}

.viewer {
	background: #fff;
	background-color: rgba(255, 255, 255, 0.85);
}

.viewer .close {
	background: url(assets/images/sprite.png) -142px -244px;
	color: #fff;
	font-size: 30px;
	height: 12px;
	opacity: 1;
	right: 20px;
	top: 20px;
	-webkit-transition: all 0.0s;
	-moz-transition: all 0.0s;
	-ms-transition: all 0.0s;
	-o-transition: all 0.0s;
	width: 13px;
}

.viewer .close:hover {
	background-position: -244px -244px;
}

.viewer .caption {
	line-height: 5em;
	text-shadow: none;
}

.viewer li {
	-webkit-transition: width 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-moz-transition: width 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.viewer .caption {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	visibility: hidden;
}

.viewer .current .caption {
	opacity: 100;
	visibility: visible;
}


/*===================================================================*/
/* CONTACT TEMPLATE 
/*===================================================================*/
ul.bean-contactform  label {
	float: left;
}

ul.bean-contactform li.twelve,
ul.bean-contactform li.textarea {
	float: left;
	width: 100%;
}

ul.bean-contactform li.six.name {
	float: left;
	padding-right: 10px;
}

ul.bean-contactform li.six.email {
	float: left;
	padding-left: 10px;
} 

ul.bean-contactform textarea {
	max-width: 100%;
} 

.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;
}

input[type="submit"].wpcf7-submit,
li.submit .button {
	outline: none;
	padding: 14px 18px;
	text-transform: uppercase;
}

.wpcf7-form input,
.wpcf7-form textarea {
	margin-top: 5px;
}

/* ERRORS */
label.error {
	display: none!important;
}

.error input,
textarea.error,
.wpcf7-not-valid,
input[type=text].error {
	background-color: #fffbfa!important;
	border-color: #cf5c46!important;
	color: #b62f15!important;
}

.error input:hover,
textarea.error:hover,
.wpcf7-not-valid:hover,
input[type=text].error:hover {
	background-color: #fff!important;
	border-color: #cf5c46!important;
}

.error input:focus,
textarea.error:focus,
.wpcf7-not-valid:focus,
input[type=text].error:focus {
	background-color: #fff!important;
	border-color: #cf5c46!important;
} 

/* ERROR ANIMATIONS */
input.error,
textarea.error,
.wpcf7-not-valid,
.requiredField.error {
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-o-animation-duration: 5s;
	-webkit-animation-name: BeanButtonShake;
	-moz-animation-name: BeanButtonShake;
	-o-animation-name: BeanButtonShake;
}


/*===================================================================*/
/* ARCHIVES TEMPLATE
/*===================================================================*/
.page-template-template-archives-php .entry-content {
	margin-bottom: 55px;
}

.archives-list ul {
	line-height: 25px;
	margin-bottom: 50px;
} 	

.archives-list ul li {
	list-style: disc;
	margin-left: 30px;
}	

.archives-list ul li a {
	font-weight: normal;
} 		


/*===================================================================*/
/* SEARCH TEMPLATE 
/*===================================================================*/
.search .searchform.search-page input[type="text"] {
	background: url(assets/images/sprite.png) 477px -231px no-repeat;
	margin-bottom: 12px;
}

.search #searchform .button[type="submit"] {
	display: none;
}

section.page .nine.columns.entry-meta {
	display: none;
}


/*===================================================================*/
/* 404 PAGE TEMPLATE
/*===================================================================*/ 	
.error404 #primary-container {
	padding: 10%;
}	

.error404 h1.errorpage {
	font-size: 110px!important;
	letter-spacing: -3px;
	margin: 5px 0 60px;
}		

.error404 p {
	margin-bottom: 20px;
}




/*===================================================================*/
/*                    												  
/* BLOGROLL
/*                    												  
/*===================================================================*/
.archives-head {
	margin-bottom: 20px;
}

section.post .three.columns.hide-for-small {
	padding-right: 30px;
}	


/*===================================================================*/
/* POST PAGINATION (SINGLE)
/*===================================================================*/ 	
.single-post .pagination {
	margin: 30px 0 20px;
}

.pagination a {
	background-image: url(assets/images/sprite.png);
	background-repeat: no-repeat;
	border-radius: 2px;
	display: inline-block;
	height: 26px;
	-webkit-transition: all 0.0s;
	-moz-transition: all 0.0s;
	-ms-transition: all 0.0s;
	-o-transition: all 0.0s;
	width: 26px;
}

span.page-previous a {
	background-position: -137px -37px;
}

span.page-previous a:hover {
	background-position: -137px -137px;
} 	

span.page-next a {
	background-position: -37px -37px;
}

span.page-next a:hover {
	background-position: -37px -137px;
}

span.page-blog a {
	background-position: -337px -237px;
}

span.page-blog a:hover {
	background-position: -437px -237px;
}

span.page-portfolio a {
	background-position: -237px -37px;
}

span.page-portfolio a:hover {
	background-position: -237px -137px;
}

span.page-blog,
span.page-next,
span.page-previous,
span.page-portfolio {
	background-color: #f5f5f5;
	display: inline-block;
	height: 26px;
	width: 26px;
}	

/* INDEX PAGINATION */
.nav-next,
.nav-previous {
	display: inline;
	font-weight: bold;
}

.nav-previous a {
	float: right;
}

/*===================================================================*/  
/* STANDARD POST FORMAT
/*===================================================================*/  
.format-standard .fluid-width-video-wrapper {
	margin: 10px 0 5px 0;
}


/*===================================================================*/
/* GALLERY POST FORMAT
/*===================================================================*/   
.format-gallery .entry-content-media {
	margin: 0;
	position: relative;
}

/* SLIDER BROWSER RESETS */
.bean-container a:active,
.post-slider a:active,
.bean-container a:focus,
.post-slider a:focus {
	outline: none;
}

.slides,
.bean-control-nav {
	list-style: none;
	margin: 0;
	padding: 0;
} 

/* SLIDER PRIMARY */ 
.post-slider {
	margin: 0;
	padding: 0;
	position: relative;
}

.post-slider .slides > li {
	display: none;
	position: relative;

	-webkit-backface-visibility: hidden;
} 

.post-slider .slides img {
	display: block;
	width: 100%;
}

.loading .bean-viewport {
	max-height: 300px;
}

.post-slider .slides {
	zoom: 1;
}

.slides li img {
	margin-bottom: 0!important;
}

/* 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;
}

/* SLIDER CONTROL NAV - THE DOTS */
.bean-control-paging {
	margin: 20px 0 10px;
	text-align: center;
}

.bean-control-paging li {
	cursor: pointer;
	display: inline-block;
	margin: 0 2px;
	text-indent: -9999em;
}

.bean-control-paging li a {
	background: url(assets/images/sprite.png) -45px -238px;
	display: block;
	height: 10px;
	-webkit-transition: all 0.0s;
	-moz-transition: all 0.0s;
	-ms-transition: all 0.0s;
	-o-transition: all 0.0s;
	width: 10px;
}

.bean-control-paging li a.bean-active,
.bean-control-paging li a:hover {
	background-position: -45px -252px;
}

/* CAPTIONS */
.bean-image-caption,
.bean-slide-caption {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.90);
	bottom: 0;
	color: #262626;
	font-size: 14px;
	line-height: 20px;
	padding: 12px 14px;
	position: absolute;
	right: 0;
	text-align: center;
}




/*===================================================================*/
/* VIDEO POST FORMAT
/*===================================================================*/ 
.single-format-video .entry-content-media {
	margin-top: 9px;
}

.format-video div.jp-interface {
	border-radius: 0 0 3px 3px;
} 




/*===================================================================*/
/*                    												  
/* SINGLE POST STYLES	   		  		      
/*                    												  
/*===================================================================*/
section.post,
section.page {
	float: left;
	margin-bottom: 80px;
	width: 100%;
}

section.post:last-child {
	margin-bottom: 50px;
}

.single-post section.post {
	margin-bottom: 0;
}

.entry-header {
	margin-top: -8px;
}

.entry-title {
	margin-bottom: 17px;
}

.single-post .entry-content {
	border-bottom: 1px solid #e8eaee;
	padding-bottom: 25px;
}

.entry-content,
.entry-content-media {
	width: 100%;
}

.entry-content-media .post-thumb {
	margin: 25px 0 28px;
}	

.nine.columns .entry-meta {
	margin-top: 30px;
}	

/* POST META */
.entry-meta {
	font-size: 14px!important;
	line-height: 22px!important;
}

.entry-meta ul {
	display: inline;
}	

.entry-meta .meta-sep:first-child {
	display: none;
}	


/* LIKES */
.bean-likes span {
	display: inline!important;
}

.bean-likes {
	background: url(assets/images/sprite.png) no-repeat -343px -135px;
	padding-left: 20px!important;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}
.bean-likes:hover,
.bean-likes.active {
	background-position: -343px -165px;
}

.bean-likes.active,
#primary-container .entry-meta li a:hover,
.bean-likes.active span.count,
.entry-meta .bean-likes.active:hover {
	color: #ff6467!important;
}


.bean-likes.active,
.bean-likes.active span.count,
.entry-meta .bean-likes.active:hover {
	cursor: default;
}

/* MORE LINK */
.more-link {
	display: inline-block;
	font-weight: bold;
	margin-top: 15px!important;
}	


/*===================================================================*/
/* ALTERNATE META DATA - SINGLE POST 
/*===================================================================*/
/* POST SHARE */
.post-share {
	margin: 35px 0 15px;
	opacity: 0.4;
	width: 250px;
}

#primary-container .post-share a:hover {
	color: #fff!important;
}

.post-share:hover {
	opacity: 1;
}

.post-share li {
	display: inline;
}	

.share-btn.twitter {
	background-color: #40baec;
}

.share-btn.twitter:hover {
	background-color: #70cbf0;
}	

.share-btn.facebook {
	background-color: #476dc3;
}

.share-btn.facebook:hover {
	background-color: #6483ca;
}	

.share-btn.google {
	background-color: #dd4a38;
}

.share-btn.google:hover {
	background-color: #e57466;
}	


/* ABOUT THE AUTHOR */
.post-extra:last-child {
	border-bottom: 1px solid #e8eaee;
}

.about-author {
	display: block;
	float: left;
	margin-top: 37px;
}

.author-description a {
	font-weight: bold;
}	

.about-author .avatar {
	border-radius: 2px;
	margin-top: 6px;
}

/* RELATED POSTS */	
.related-posts {
	float: left;
	margin-top: 35px;
	padding-bottom: 25px;
}

.related-posts h5 {
	margin-bottom: 15px;
}

.related-posts .six {
	float: left;
	min-height: 1px;
	position: relative;
}

.related-posts .six:first-child {
	padding-right: 15px;
} 

.related-posts .six:last-child {
	padding-left: 15px;
} 

.related-posts .post-thumb {
	margin-bottom: 15px;
}


/*===================================================================*/
/* WORDPRESS DEFAULT STYLING
/*===================================================================*/	
.single-post .entry-content img,
.single-post .entry-content img a {
	margin: 0 0 30px 0;
}	

blockquote {
	background: url(assets/images/blockquote.png) no-repeat 0 7px;
	margin: 40px 0;
	padding-left: 50px;
}

blockquote,
blockquote p {
	font: bold 17px/25px "Fauna One", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

blockquote p {
	margin-bottom: 0;
}

/* IMAGES */
.entry-content p img,
.content .gallery .gallery-icon img,
.post-thumb img,
.image-frame img,
.attachment .post-box img,
.slider img {
	background: transparent;
	display: block;
}

.image-frame img,
.attachment .post-box img,
.entry-content-media img,
.post-thumb img {
	height: auto;
}

.post-thumb a img {
	position: relative;
}

.post-thumb a img:hover {
	opacity: 0.2;
} 

.entry-content .entry-content-media img {
	margin: 0 0 0 0;
}

.attachment article .entry-content {
	padding: 0 0 0 0;
}

.attachment .post-box img {
	margin: 0 auto;
}

.content .gallery-item {
	float: left;
	margin: 0;
	padding: 0;
}

.content .gallery .gallery-icon img {
	margin-bottom: 0!important;
}	 

.fluid-width-video-wrapper {
	margin: 25px 0;
}

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}

img.size-full,
img.size-large {
	display: block;
	height: auto;
	margin-bottom: 35px;
	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: 10px 25px 0 0;
}

img.alignright {
	display: block;
	margin: 10px 0 0 25px;
}

.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,
figcaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 10px 20px 20px 20px;
	text-align: center;
}

.wp-caption.aligncenter {
	margin: 20px auto;
}

.wp-caption.alignleft {
	margin-left: 0;
}

.wp-caption.alignright {
	margin-right: 0;
}

.wp-caption.alignnone {
	margin-left: 0;
}

.wp-caption img,
.wp-caption img a {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption,
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

img#wpstats {
	display: none;
}



.post-slider .slider-desc {
	background-color: rgba(34, 34, 34, 0.8);
	bottom: 9px;
	color: #fff;
	font-size: 13px;
	left: 1.4%;
	max-width: 60%;
	opacity: 1;
	padding: 7px 16px;
	position: absolute;
	text-align: center;
}	


/*===================================================================*/
/*                    												  
/* 	COMMENTS	      		  
/*                    												
/*===================================================================*/
/* LAYOUT */
#comments .ten.columns.push-two,
li.comment div.three.columns,
.eight.columns.sidebar-right.mobile-four.clearfix {
	padding: 0!important;
}	

#comments .nine.columns.push-three,
#comments .seven.columns.push-three,
li.comment div.nine.columns {
	padding: 5px;
}  


/*===================================================================*/
/* COMMENTS GENERAL
/*===================================================================*/ 
#comments {
	clear: both;
	float: left;
	padding-top: 70px;
	width: 100%;
}

#comments h5 {
	margin-bottom: 0;
}

#comments .twelve {
	padding-top: 80px;
}

#comments ol {
	list-style: none;
}

#reply-title {
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
	letter-spacing: 0!important;
	line-height: 27px!important;
	margin-bottom: 20px;
}	

.logged-in #reply-title {
	margin-bottom: 30px;
}

.commentlist {
	list-style-type: none;
	margin: 0 0 40px;
}

.comment {
	clear: both;
	float: left;
	width: 100%;
}

.pinglist {
	list-style-type: disc;
	margin: 20px 0 40px 30px;
}

#comments-list {
	float: left;
	padding-bottom: 70px;
	width: 100%;
}

#login span a,
#login span {
	font-style: normal;
	font-weight: normal;
}  


/*===================================================================*/
/* COMMENT META / AVATAR
/*===================================================================*/ 
.comment-avatar {
	float: left;
	height: 60px;
	margin: 12px 0 0 0;
	width: 60px;
}

.comment-avatar img {
	border-radius: 2px;
	height: 60px;
	width: 60px;
}

.comment-author cite {
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.comment-meta,
.comment-meta a {
	font-weight: normal;
	margin-bottom: 2px;
	text-decoration: none;
}

span.meta-sep {
	padding: 0 6px;
}

/* POST AUTHOR */	



/*===================================================================*/
/* COMMENT BODY
/*===================================================================*/ 
.comment-body p {
	border-bottom: 1px solid #e8eaee;
	padding-bottom: 40px;
}

.comment-body ul {
	list-style-type: disc;
}

.comment-body ol {
	list-style-type: disc;
}

.children {
	float: left;
	list-style-type: none;
	margin: 25px 0 25px 0;
	width: 100%;
}

.children .comment {
	margin-bottom: 0;
}

.children .comment-body p,
.children .comment-meta,
.children .comment-author cite,
.children .comment-awaiting-moderation {
	margin-left: 45px;
}

.nocomments {
	padding: 20px;
	text-align: center;
}



/*===================================================================*/
/* CANCEL / REPLY COMMENT
/*===================================================================*/
#cancel-comment-reply-link {
	color: #ce6464;
	float: right;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 13px;
	text-transform: uppercase;
}

#cancel-comment-reply-link:hover {
	color: #a52525;
}

.comment-awaiting-moderation {
	color: #62696e;
	font: normal normal 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}



/*===================================================================*/
/* COMMENT FORM ADJUSTMENTS
/*===================================================================*/
#respond form label {
	display: none;
}

.comment #respond {
	margin: 0 0 50px 227px;
	padding-top: 20px;
}

.children #respond {
	margin-left: 273px;
}	

#commentform #submit,
#commentform input[type="text"],
#commentform input[type="password"],
#commentform input[type="date"],
#commentform input[type="datetime"],
#commentform input[type="email"],
#commentform input[type="number"],
#commentform input[type="search"],
#commentform input[type="tel"],
#commentform input[type="time"],
#commentform input[type="url"] {
	margin-bottom: 14px;
	width: 100%;
}  

#commentform textarea {
	margin-bottom: 14px;
}	

#respond .button,
#respond button.button,
#respond .button[type="submit"] {
	margin-bottom: 20px;
}

#commentform p {
	line-height: 20px;
}

.form-submit input[type="submit"] {
	float: right;
	padding: 14px 18px;
	text-transform: uppercase;

	-webkit-appearance: none;
}

#commentform textarea {
	height: 224px;
	min-height: 224px;
}

.logged-in #comments.columns {
	float: none;
}		

.logged-in #respond .six {
	float: none!important;
	width: 100%;
}

.logged-in #commentform label {
	display: none;
} 

.logged-in-as {
	margin-bottom: 13px;
	margin-top: -28px;
}

.logged-in-as a {
	font-style: normal;
	font-weight: normal;
}	





/*===================================================================*/
/*                    												  
/* JPLAYER STYLES 		  		  
/*                    												  
/*===================================================================*/

/*===================================================================*/
/* JPLAYER BASE
/*===================================================================*/	
div.jp-interface {
	background-color: #262626;
	border: 1px solid #16151a;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3);
	height: 39px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 94%;
}

div.jp-interface {
	margin: 0 auto;
	padding: 7px;
	width: 94%;
}

.entry-content-media-audio {
	position: relative;
}

div.jp-audio.fullwidth {
	bottom: 0;
	position: absolute;
}

/* IF NO FEATURED IMAGE */	
.audio-no-feat div.jp-interface {
	width: 100%;
}	 

.audio-no-feat div.jp-progress {
	width: 71%!important;
}

.audio-no-feat {
	margin-top: 30px;
}

/* ICON SETUP */
div.jp-interface ul.jp-controls {
	border-right: 1px solid #000;
	box-shadow: 1px 0 0 #363b3e;
}

a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	position: relative;
}

a.jp-mute,
a.jp-unmute {
	border-left: 1px solid #363b3e;
	box-shadow: -1px 0 0 #000;
	margin: 0 75px 0 0;
	padding-left: 5px;
}

ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display: inline;
	float: left;
	margin: -6px 0 0 0;
	margin-bottom: 0;
}

div.jp-interface ul.jp-controls a {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

div.jp-interface ul.jp-controls a span {
	display: block;
	overflow: hidden;
}

ul.jp-toggles {
	float: right;
	margin-top: -6px;
}

ul.jp-toggles li a,
ul.jp-toggles li a span {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

ul.jp-toggles li a,
ul.jp-toggles li a span,
a.jp-play span,
a.jp-pause span,
a.jp-stop span {
	height: 42px;
	width: 33px;
}


/* BASE ICON POSITIONING */
a.jp-play span {
	background: url(assets/images/jplayer.png) -3px 9px no-repeat;
}

a.jp-pause span {
	background: url(assets/images/jplayer.png) -3px -21px no-repeat;
	display: none;
}

a.jp-mute span {
	background: url(assets/images/jplayer.png) 0 -87px no-repeat;
}

a.jp-unmute span {
	background: url(assets/images/jplayer.png) -3px -57px no-repeat;
	display: none;
}	

a.jp-pause:hover span,
a.jp-stop:hover span,
a.jp-mute:hover span,
a.jp-unmute:hover span,
a.jp-play:hover span {
	opacity: 0.7;
}


/* PROGRESS BARS */	
div.jp-progress {
	background-color: #171a1d;
	box-shadow: 0 1px 0 #363b3e;
	height: 11px;
	left: 56px;
	margin: 7px 0;
	position: absolute;
	width: 64.5%;
}

.format-audio div.jp-progress {
	width: 69%;
}

.fullwidth-layout div.jp-progress {
	width: 73.5%;
}

.fullwidth-layout .format-audio div.jp-progress {
	width: 73.5%;
}			

div.jp-seek-bar {
	cursor: pointer;
	height: 100%;
	width: 0;
}

div.jp-seeking-bg {
	display: none;
}

div.jp-volume-bar {
	background-color: #171a1d;
	box-shadow: 0 1px 0 #363b3e;
	cursor: pointer;
	height: 11px;
	margin: 7px 0;
	overflow: hidden;
	position: absolute;
	width: 60px;
}

div.jp-volume-bar {
	right: 15px;
}

div.jp-play-bar,
div.jp-volume-bar-value {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	height: 11px;
	width: 0;
}



/*===================================================================*/
/* AUDIO JPLAYER GENERAL
/*===================================================================*/
div.jp-audio {
	width: 100%;
}


div.jp-audio.fullwidth,
div.jp-audio.fullwidth .jp-type-list-parent {
	bottom: 50px;
	height: 0;
	position: absolute;
	width: 100%;
}

.audio-no-feat div.jp-audio.fullwidth,
.audio-no-feat div.jp-audio.fullwidth .jp-type-list-parent {
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
}

.entry-content-media-audio.fullwidth {
	margin-bottom: 83px;
}

div.jp-audio-full {
	height: 100%;
	position: static !important;
	width: 100%;
}

div.jp-audio-full div.jp-jplayer {
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 1000;
}

div.jp-audio-full div.jp-gui {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

div.jp-audio-full div.jp-interface {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
}

div.jp-gui {
	margin-top: 0;
}

div.jp-jplayer audio,
div.jp-jplayer {
	height: 0;
	width: 0;
}

div.jp-jplayer {
	border-radius: 3px;
	margin-bottom: -8px!important;
}	



/*===================================================================*/
/* VIDEO JPLAYER GENERAL
/*===================================================================*/
div.jp-video div.jp-interface {
	margin: 0 0 0 0;
	width: 99.9%;
}

div.jp-video.fullwidth,
div.jp-video.fullwidth .jp-type-list-parent {
	height: 0;
	margin-bottom: 60px;
	padding-bottom: 56.3%;
	position: relative;
	width: 101%;
}

.format-video .entry-content-media img {
	margin-bottom: -2px!important;
}

.fluid-width-video-wrapper iframe {
	border: none;
}



/*===================================================================*/
/*                      					   					   
/* THEME FOOTER STYLES   	        	
/*                    								
/*===================================================================*/       
#footer-container {
	background-color: #f5f5f5;
	padding: 130px 0;
	text-align: center;
}

#footer-container .main-menu {
	margin-bottom: 15px;
}		

#footer-container .main-menu li {
	display: inline-block;
	padding: 0 10px;
}		

/* UI TO TOP */
#toTop {
	background: url(assets/images/sprite.png) 171px 273px #f5f5f5;
	border-radius: 2px;
	bottom: 20px;
	color: #86888a;
	display: none;
	height: 40px;
	position: fixed;
	right: 20px;
	width: 40px;
	z-index: 999;
}

#toTop:hover {
	background-color: #dcdddf;
}




/*===================================================================*/
/*                      					   					   
/* WIDGET STYLES   	        	
/*                    								
/*===================================================================*/
.widget ul > li {
	list-style: none;
}

.widget ul ul {
	margin: 0;
	padding: 0;
}

.widget li li {
	padding-left: 0;
}

.widget li li ul {
	padding-left: 15px;
}

.widget_rss li {
	margin: 0 0 18px 0;
}

.widget .widget-title {
	padding-bottom: 10px;
} 

.sidebar .div-sep {
	height: 1px;
	margin: 50px 0;
}

.post .div-sep,
.page .div-sep {
	padding-right: 10px;
}	

.div-sep {
	margin: 20px 0;
}	

.div-sep .divide {
	background-color: #ebebeb;
	display: block;
	height: 1px;
}

.div-sep:last-child {
	display: none;
}	

/* DEFAULT WP WIDGETS */ 
.textwidget input[type="text"],
.textwidget textarea {
	width: 100% !important;
}

.textwidget a {
	color: #888;
}

.textwidget {
	line-height: 22px;
}

.widget li {
	line-height: 25px;
}   

.widget li a {
	color: #888;
}

/* CATEGORIES, ARCHIVES & RECENT POSTS WIDGETS */ 	
.widget_recent_entries li {
	margin-bottom: 10px;
}		

.post-date {
	display: block;
	font-size: 13px;
}	


/*===================================================================*/
/* BEAN PLUGIN OVERRIDES
/*===================================================================*/
/* SOCIAL PLUGIN */
ul.bean_social_icons li.bean_social_icon {
	margin: 0 6px 6px 0!important;
}

/* PRICING TABLE PLUGIN */
.bean-pricing-table .table-mast {
	background-color: #262626!important;
}

.bean-pricing-table .table-mast:hover {
	background-color: #2e3336!important;
}

.bean-pricing-table .pricing-column ul {
	background-color: #f5f5f5!important;
}

.bean-pricing-table .pricing-column li.info:hover {
	color: #262626!important;
}

.bean-pricing-table .table-mast p {
	font-weight: normal;
}

.bean-pricing-table .table-mast h6.price {
	margin-bottom: 5px!important;
}


/*===================================================================*/
/* DRIBBBLE WIDGET
/*===================================================================*/ 
.widget_bean-dribbble {
	margin-bottom: -16px;
}

.bean-dribbble-shots {
	margin-left: -16px;
}

.bean-shot {
	float: left;
	margin: 0 0 16px 16px;
}

.bean-dribbble-shots img {
	border: 4px solid #e9ecec;
	height: 141px;
	width: 188px;
}

.bean-dribbble-shots a {
	float: left;
	height: 141px;
	width: 188px;
}


/*===================================================================*/
/* FLICKR & 500PX WIDGET
/*===================================================================*/ 
div.widget.bean_flickr,
div.widget.bean_500px {
	float: none;
}

.flickr-image-wrapper,
.bean500px-image-wrapper {
	float: left;
	margin-left: -1.8072%!important;
	margin-right: -1.8072%!important;
	width: 103.75%;
}

.flickr_badge_image,
.bean500px_badge_image {
	float: left;
	margin: 0 1.8072% 14px!important;
	width: 21.3855%;
}

.flickr_badge_image a,
.bean500px_badge_image a {
	position: relative;
}

.flickr_badge_image img,
.bean500px_badge_image img {
	border: 4px solid #e9ecec;
	float: left;
	height: auto;
	height: 89px!important;
	vertical-align: bottom;
	width: 100%!important;
}

.bean500px_badge_image,
.bean500px_badge_image img {
	border-radius: 0!important;
}

.bean500px_badge_image a:hover {
	opacity: 1!important;
}


/*===================================================================*/
/* NEWSLETTER WIDGET
/*===================================================================*/
.widget_bean_newsletter p {
	margin-bottom: 25px;
}

.widget_bean_newsletter input[type="email"] {
	margin-bottom: 6px;
}

.widget_bean_newsletter input[type="submit"] {
	font-size: 15px;
	line-height: 22px;
	padding: 8px 10px;
	width: 100%;
}	

.widget_bean_newsletter h3.widget-title {
	padding-bottom: 20px!important;
}


/*===================================================================*/
/* SEARCH WIDGET
/*===================================================================*/	
.widget_search form {
	margin-bottom: 0;
}

.widget_search .searchform input[type="submit"] {
	display: none!important;
}

.sidebar .widget_search input[type="text"] {
	background-image: url(assets/images/forms.png);
	background-position: 100% 4px;
	background-repeat: no-repeat;
}	

.sidebar .widget_search input[type="text"]:focus {
	background-position: 100% -96px;
}


/*===================================================================*/
/* TAG CLOUD WIDGET
/*===================================================================*/ 	
.tagcloud {
	float: left;
	margin-bottom: -4px;
	margin-top: 7px;
}

.tagcloud a {
	border-radius: 2px;
	color: #fff!important;
	display: inline-block;
	float: left;
	font-size: 13px!important;
	margin: 0 4px 4px 0;
	padding: 5px 8px;
	position: relative;
	text-transform: capitalize;
} 	

#primary-container  .sidebar .widget .tagcloud a:hover {
	color: #fff!important;
}	        	        


/*===================================================================*/
/* TWITTER WIDGET
/*===================================================================*/
.widget_bean_tweets ul {
	margin: -8px 0 25px 0;
}

.widget_bean_tweets li {
	font-variant: normal;
	padding: 10px 0;
}

.widget_bean_tweets li:first-child {
	padding-top: 0;
}

.widget_bean_tweets li:last-child {
	padding-bottom: 0;
}

.widget_bean_tweets .button {
	font-size: 13px;
	padding: 8px 10px;
}

#primary-container .widget_bean_tweets .button:hover {
	color: #fff!important;
}

/* TIME STAMP */
.widget_bean_tweets a.twitter-time-stamp {
	display: block;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px!important;
	text-transform: uppercase;
}


/*===================================================================*/
/*  PORTFOLIO WIDGET
/*===================================================================*/
.widget_bean_portfolio p {
	margin-bottom: 25px;
}

.widget_bean_portfolio ul {
	margin-top: 5px;
}

.widget_bean_portfolio ul li {
	margin-bottom: 15px;
}

.widget_bean_portfolio ul li img {
	border: 4px solid #e9ecec;
	width: 100%;
}

.widget_bean_portfolio ul li img:hover {
	opacity: 1!important;
}

.widget_bean_portfolio ul li:last-child {
	margin-bottom: 65px;
}


/*===================================================================*/
/*  PORTFOLIO MENU WIDGET
/*===================================================================*/
.widget_bean_portfolio_menu p {
	margin-bottom: 20px;
}

.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;
}




/*===================================================================*/
/*                      					   					      
/* THEME ANIMATIONS     	        	      
/*                    												  
/*===================================================================*/
/* BASE ANIMATION - ADD TO ANY ANIMATED OBJECTS */
.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}

.fadein {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-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;
	}
}	

/* BUTTON SHAKE - HEADER SEARCH AND NEWSLETTER WIDGET */	
.BeanButtonShake {
	-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: BeanButtonShake;
	-moz-animation-name: BeanButtonShake;
	-o-animation-name: BeanButtonShake;
}

@-webkit-keyframes BeanButtonShake {
	2%,
	6% {
		-webkit-transform: translateX(3px);
	}
	4%,
	8% {
		-webkit-transform: translateX(-3px);
	}
	10%,
	100% {
		-webkit-transform: translateX(0px);
	}
}
@keyframes BeanButtonShake {
	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);
	}
}	

/* BOUNCE IN FROM THE TOP - 404 Page ANIMATION */
.BeanBounceIn {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-ms-animation-delay: BeanBounceIn;
	-o-animation-delay: 0.5s;
	-webkit-animation-name: BeanBounceIn;
	-moz-animation-name: BeanBounceIn;
	-o-animation-name: BeanBounceIn;
}

@-webkit-keyframes BeanBounceIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}
@keyframes BeanBounceIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}	


/* IE FIXES */  
.ie #respond form label {
	display: inline;
}

.lt-ie9 input[type="text"],
.lt-ie9 input[type="email"] {
	line-height: 36px;
}

.lt-ie9 span.page-blog,
.lt-ie9 span.page-next,
.lt-ie9 #footer-container,
.lt-ie9 span.page-previous,
.lt-ie9 span.page-portfolio,
.lt-ie9 #toTop,
.lt-ie9 #header-container {
	background-color: #f5f5f5;
}

@-moz-document url-prefix() {
	.single-portfolio .entry-content-media a {
		float: none;
	}
}	

.ie.single-portfolio li.stacked-image {
	float: none;
}

.ie.single-portfolio .portfolio-audio img,
.ie.single-portfolio .entry-content-media a {
	float: none;
}
