﻿




/*
     FILE ARCHIVED ON 11:08:46 Jan 20, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 2:30:45 Aug 24, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*===================================================================

	Plugin Name: 	Bean Shortcodes
	Plugin URI:     http://themebeans.com/plugin/bean-shortcodes-plugin
	Author:         ThemeBeans
	Author URI:     http://themebeans.com
 
/*===================================================================*/

/*===================================================================*/
/* COLUMN SIZES & STYLES 
/*===================================================================*/
.bean-one-half 		{ width: 48%; }
.bean-one-third 	{ width: 32%; }
.bean-two-third 	{ width: 64%; }
.bean-one-fourth 	{ width: 22%; }
.bean-three-fourth 	{ width: 74%; }
.bean-one-fifth 	{ width: 16.8%; }
.bean-two-fifth 	{ width: 37.6%; }
.bean-three-fifth 	{ width: 58.4%; }
.bean-four-fifth 	{ width: 67.2%; }
.bean-one-sixth 	{ width: 13.33%; }
.bean-five-sixth 	{ width: 82.67%; }

.bean-one-half,
.bean-one-third,
.bean-two-third,
.bean-three-fourth,
.bean-one-fourth,
.bean-one-fifth,
.bean-two-fifth,
.bean-three-fifth,
.bean-four-fifth,
.bean-one-sixth,
.bean-five-sixth {
	float: left;
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
}

.bean-column-last {
	clear: right;
	margin-right: 0!important;
}

.bean-one-third {
	margin-right: 2%; 
}


/*===================================================================*/
/* BUTTON STYLES 
/*===================================================================*/
.bean-btn {
	border: 1px solid;
	border-radius: 2px!important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
	color: #FFF!important;
	cursor: pointer;
	display: inline-block;
	font: bold 14px/20px Helvetica, Helvetica-Neue, Arial, sans-serif!important;
	margin: 0px 5px 5px 0;  
	padding: 8px 12px!important;
	text-align: center!important;
	text-decoration: none!important;
	-webkit-appearance: none;
}

.bean-btn.medium {
	font-size: 15px!important;
	padding: 13px 19px!important;
}
 
.bean-btn.large {
	font-size: 17px!important;
	padding: 17px 29px!important;
}	

.bean-btn.round {
	border-radius: 200px!important;
	padding-left: 22px!important;
	padding-right: 22px!important; 
}

.bean-btn:active {
	position: relative!important;
	top: 1px!important;
}

.entry-content a.bean-btn,
.entry-content p a.bean-btn,
.entry-content a.bean-btn:hover,
.entry-content p a.bean-btn:hover {
	color: #FFF!important;
}

#primary-container .entry-content p a.bean-btn:hover {
	color: #FFF!important;
}


/* BUTTON COLORS */
.bean-btn.yellow { background: #FCC71F; border-color: #F5C017!important;  }
.bean-btn.yellow:hover { background: #FFCF38; border-color: #FFCF38!important;  } 
 
.bean-btn.purple { background: #C86CEE; border-color: #C061E7!important; }
.bean-btn.purple:hover { background: #D075F7; border-color: #D075F7!important; }

.bean-btn.green { background: #38C994; border-color: #31C28D!important; }
.bean-btn.green:hover { background: #40D39D; border-color: #40D39D!important; }

.bean-btn.blue { background: #5DB2F0; border-color: #62ABE0!important; }
.bean-btn.blue:hover { background: #6ABBF7; border-color: #6ABBF7!important; }

.bean-btn.red { background: #FC5355; border-color: #F74244!important; }
.bean-btn.red:hover { background: #FF6466; border-color: #FF6466!important; }

.bean-btn.orange { background: #FF7654; border-color: #FF6A45!important; }
.bean-btn.orange:hover { background: #FF8262; border-color: #FF8262!important; }

.bean-btn.pink { background: #FFADCB; border-color: #FDA5C5!important; }
.bean-btn.pink:hover { background: #FFB5D0; border-color: #FFB5D0!important; }

.bean-btn.grey { background: #888; border-color: #818181!important; }
.bean-btn.grey:hover { background: #919191; border-color: #919191!important; }

.bean-btn.black { background: #333; border-color: #2C2C2C!important; }
.bean-btn.black:hover { background-color: #3C3C3C; border-color: #3C3C3C!important; }	 


/*===================================================================*/
/* FONT AWESOME (ICON BUTTONS)
/*===================================================================*/
@font-face {
	font-family: 'FontAwesome';
	src: url(/wp-content/plugins/bean-shortcodes/assets/font/fontawesome-webfont.eot?v=3.1.0);
	src: url(/wp-content/plugins/bean-shortcodes/assets/font/fontawesome-webfont.eot) format('embedded-opentype'), url(/wp-content/plugins/bean-shortcodes/assets/font/fontawesome-webfont.woff?v=3.1.0) format('woff'), url(/wp-content/plugins/bean-shortcodes/assets/font/fontawesome-webfont.ttf?v=3.1.0) format('truetype'), url(/wp-content/plugins/bean-shortcodes/assets/font/fontawesome-webfont.svg) format('svg');
	font-weight: normal;
	font-style: normal;
	}
	
/* ICONS CORE */
[class^="icon-"],
[class*=" icon-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
	}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
	}

/* LINK ROLLOVER */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
	display: inline;
	}

.icon-arrow-down:before 		{content: "\f063";}
.icon-arrow-left:before 		{content: "\f060";}
.icon-arrow-right:before 		{content: "\f061";}
.icon-arrow-up:before 			{content: "\f062";}
.icon-bookmark:before 			{content: "\f02e";}
.icon-camera:before 			{content: "\f030";}
.icon-camera-retro:before 		{content: "\f083";}
.icon-cloud:before 				{content: "\f0c2";}
.icon-cloud-download:before 	{content: "\f0ed";}
.icon-cloud-upload:before 		{content: "\f0ee";}
.icon-code:before 				{content: "\f121";}
.icon-coffee:before 			{content: "\f0f4";}
.icon-cog:before 				{content: "\f013";}
.icon-cogs:before 				{content: "\f085";}
.icon-comments:before 			{content: "\f086";}
.icon-envelope:before 			{content: "\f003";}
.icon-eye-open:before 			{content: "\f06e";}
.icon-exclamation-sign:before	{content: "\f06a";}
.icon-facebook:before 			{content: "\f09a";}
.icon-file:before 				{content: "\f016";}
.icon-film:before 				{content: "\f008";}
.icon-globe:before 				{content: "\f0ac";}
.icon-inbox:before 				{content: "\f01c";}
.icon-link:before 				{content: "\f0c1";}
.icon-magic:before 				{content: "\f0d0";}
.icon-music:before 				{content: "\f001";}
.icon-ok:before 				{content: "\f00c";}
.icon-pinterest:before 			{content: "\f0d2";}
.icon-plus:before 				{content: "\f067";}
.icon-refresh:before 			{content: "\f021";}
.icon-rocket:before 			{content: "\f135";}
.icon-remove:before 			{content: "\f00d";}
.icon-rss:before 				{content: "\f09e";}
.icon-search:before 			{content: "\f002";}
.icon-shopping-cart:before 		{content: "\f07a";}
.icon-signal:before 			{content: "\f012";}
.icon-star:before 				{content: "\f005";}
.icon-tasks:before 				{content: "\f0ae";}
.icon-trophy:before 			{content: "\f091";}
.icon-user:before 				{content: "\f007";}
.icon-wrench:before 			{content: "\f0ad";}



/*===================================================================*/
/* TABS
/*===================================================================*/
.bean-tabs {
	border-bottom: 1px solid #DDD;
	float: left;
	margin: 10px 0 0 0!important;
	width: 100%;
}

.bean-tabs > li {
	float: left;
	list-style: none!important;
	margin-bottom: 6px;
}

.bean-tabs > li > a {
	border: 1px solid transparent;
	border-radius: 3px 3px 0 0;
	margin-right: 5px;
	padding: 10px 15px;
}

.bean-tabs > li > a:hover {
	border-color: #D3D3D3 #D3D3D3 #D3D3D3;
}

.bean-tabs > li.active > a,
.bean-tabs > li.active > a:hover,
.bean-tabs > li.active > a:focus {
	background-color: #FFF;
	border: 1px solid #D3D3D3;
	border-bottom-color: transparent;
	cursor: default;
}

.bean-tab-pane {
	float: left;
	opacity: 0;
	padding: 15px;
	width: 100%;
	-webkit-transition: opacity 0.15s linear;
	        transition: opacity 0.15s linear;
}

.bean-tab-pane.in {
	opacity: 1;
}

.bean-tab-content {
	background-color: #FFF;
	border: 1px solid #D3D3D3;
	border-top: none;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.bean-tab-content > .bean-tab-pane {
	display: none;
}

.bean-tab-content > .active {
	display: block;
}

@media only screen 
and (max-width : 400px) {
	.bean-tabs > li {
		margin-bottom: 0px;
	}
	
	.bean-tabs > li > a {
		margin-right: 1px;
		padding: 7px 7px;
	}
	
	.bean-tab-pane {
		padding: 7px;
	}
}


/*===================================================================*/
/* TOGGLES
/*===================================================================*/
.bean-panel {
	margin-bottom: 10px;
}

.bean-panel-heading {
	background: #FFF;
	border: 1px solid #D3D3D3;
	display: block;
	cursor: pointer;
	outline: none;
	position: relative;
}

.bean-panel-heading p {
	margin: 0px!important;
	padding: 0px;
}

.bean-panel-title > a {
	border: none!important;
	color: inherit;
	display: block;
	padding: 10px 15px!important; 
	text-decoration: none!important;
}

.bean-panel-title > a:active {
	top: 0!important;
}

.bean-panel-body {
	background-color: #FFF;
	border: 1px solid #D3D3D3;
	border-top: none;
	padding: 15px;
}

.bean-panel-body:before,
.bean-panel-body:after {
	display: table;
	content: " ";
}

.bean-panel-body:after {
	clear: both;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.bean-collapsing {
	height: 0;
	overflow: hidden;
	position: relative;	
	-webkit-transition: height 0.35s ease;
		    transition: height 0.35s ease;
}

 	
/*===================================================================*/
/* TOOLTIPS
/*===================================================================*/
.tooltip {
	display: block;
	filter: alpha(opacity=0);
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	position: absolute;
	visibility: visible;
	z-index: 1030;
}

.tooltip.in {
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
	
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	background-color: #222;
	border-radius: 3px;
	color: #FFF;
	max-width: 200px;
	padding: 5px 7px;
	text-align: center;
	text-decoration: none;
}

.tooltip-arrow {
	border-color: transparent;
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #222;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}

.tooltip.top-left .tooltip-arrow {
	border-top-color: #222;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 5px;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	border-top-color: #222;
	border-width: 5px 5px 0;
	right: 5px;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #222;
	border-width: 5px 5px 5px 0;
	left: 0;
	margin-top: -5px;
	top: 50%;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #222;
	border-width: 5px 0 5px 5px;
	margin-top: -5px;
	right: 0;
	top: 50%;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #222;
	border-width: 0 5px 5px;
	left: 50%;
	margin-left: -5px;
	top: 0;
}

.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #222;
	border-width: 0 5px 5px;
	left: 5px;
	top: 0;
}

.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #222;
	border-width: 0 5px 5px;
	right: 5px;
	top: 0;
}

	
/*===================================================================*/
/* ALERTS
/*===================================================================*/
.bean-alert {
	background-color: #888;
	border-radius: 2px;
	color: #FFF;
	margin: 30px 0;
	padding: 20px 20px;
	position: relative;   
}

.bean-alert.note 	{ background: #FFFAE9; color: #F8AD0D; }	
.bean-alert.info 	{ background: #EFF8FE; color: #5DB2F0; }
.bean-alert.success { background: #EBFAF5; color: #38C994; }	
.bean-alert.error   { background: #FFEEEE; color: #FC5355; }	

	
/*===================================================================*/
/* HIGHLIGHT
/*===================================================================*/
span.highlight {
	background-color: #FFF49B;
	color: #A5651A;
	padding: 0 5px;
} 
 
 
/*===================================================================*/
/* PULL QUOTE
/*===================================================================*/
.bean-quote {
	background-color: #505050;
	border-radius: 2px;	
	color: #FFF;
	font-size: 22px;
	float: right;
	line-height: 28px;
	margin: 0 0 20px 30px;
	padding: 12px 20px 18px;
	position: relative;
	text-align: right;
	width: 35%;
}


/*=================================*/
/* NOTE
/*=================================*/
div.bean-note {
	background-color: #FDFDFD;
	border: 1px solid #ADADAD;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
	color: #414141;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	padding: 15px;
	text-align: center;        
}


/*=================================*/
/* LISTS
/*=================================*/
.shortcode-list {
	margin: 40px 20px;
}

.shortcode-list ul li {
	color: #96999D;
	list-style: disc;
	margin-left: 20px;
	padding-left: 5px;
}

 			  
/*===================================================================*/
/* MOBILE CSS
/*===================================================================*/
@media only screen 
and (max-width: 767px) {
	.bean-one-half,
	.bean-one-third,
	.bean-two-third,
	.bean-three-fourth,
	.bean-one-fourth,
	.bean-one-fifth,
	.bean-two-fifth,
	.bean-three-fifth,
	.bean-four-fifth,
	.bean-one-sixth,
	.bean-five-sixth {
		margin-right: 0;
		width: 100%;
	}	
}