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

	Plugin Name: 	ThemePurpose Shortcodes
	Author:         ThemePurpose
	Author URI:     http://themepurpose.com
 
/*===================================================================*/

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

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

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

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

.clr:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/*===================================================================*/
/* BUTTON STYLES 
/*===================================================================*/
a.tp-btn {
	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;
	border-radius: 4px;
	-webkit-appearance: none;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.16) inset;
	-moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.16) inset;
	-webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.16) inset;
}

a.tp-btn i {
	margin-right: 5px;
}

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

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

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

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

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


.tp-btn.default { background: #DFDFDF; color: #303030 !important; }

/* BUTTON COLORS */
.tp-btn.yellow { background: #FCC71F; }
.tp-btn.yellow:hover { background: #FFCF38; } 
 
.tp-btn.purple { background: #C86CEE; }
.tp-btn.purple:hover { background: #D075F7; }

.tp-btn.green { background: #65BE3E; }
.tp-btn.green:hover { background: #75CF4D; }

.tp-btn.blue { background: #5DB2F0; }
.tp-btn.blue:hover { background: #6ABBF7; }

.tp-btn.red { background: #FC5355; }
.tp-btn.red:hover { background: #FF6466;}

.tp-btn.orange { background: #FF7654; }
.tp-btn.orange:hover { background: #FF8262; }

.tp-btn.pink { background: #FFADCB; }
.tp-btn.pink:hover { background: #FFB5D0; }

.tp-btn.grey { background: #888; }
.tp-btn.grey:hover { background: #919191; }

.tp-btn.black { background: #333; }
.tp-btn.black:hover { background-color: #3C3C3C; }


/*===================================================================*/
/* FONT AWESOME (ICON BUTTONS)
/*===================================================================*/
@font-face {
	font-family: 'FontAwesome';
	src: url(font/fontawesome-webfont.eot?v=3.1.0);
	src: url(font/fontawesome-webfont.eot?#iefix&v=3.1.0) format('embedded-opentype'), url(font/fontawesome-webfont.woff?v=3.1.0) format('woff'), url(font/fontawesome-webfont.ttf?v=3.1.0) format('truetype'), url(font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0) 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
/*===================================================================*/
.tp-tabs {
	border-bottom: 1px solid #DDD;
	padding: 0 !important;
	float: left;
	margin: 10px 0 0 0!important;
	width: 100%;
}

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

.tp-tabs > li > a {
	text-decoration: none !important;
	border: 1px solid transparent;
	font-weight: 500;
	font-size: 16px;
	margin-right: 5px;
	text-transform: uppercase;
	padding: 10px 15px;
	color: #303030 !important;
}

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

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

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

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

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

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

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

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


/*===================================================================*/
/* TOGGLES
/*===================================================================*/

.toggle {
margin-bottom: 20px;
}

.toggle h4 {
position: relative;
border-left: 0;
padding: 16px 40px 16px 22px !important;
margin: 0 !important;
cursor: pointer;
border: 1px solid #D3D3D3;
font-weight: normal;
}


.toggle h4:before {
	font-family: 'FontAwesome';
	content: "\f067";
	color: #aaa;
	position: absolute;
	top: 20px;
	right: 18px;
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

.toggle h4:hover:before {
color: #333;
}

.toggle h4.active:before {
content: "\f068";
color: #333;
}

.toggle .toggle-content {
display: none;
padding: 12px 20px;
border: 1px solid #D3D3D3;
border-top: none;
}

.accordion .toggle h4:before {
content: "\f054";
}

.accordion .toggle h4.active:before {
content: "\f078";
}

 	
/*===================================================================*/
/* 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
/*===================================================================*/
.tp-alert {
	background-color: #888;
	border-radius: 2px;
	color: #FFF;
	margin: 30px 0;
	padding: 20px 20px;
	position: relative;   
}

.tp-alert.note 	{ background: #E7C348; color: #fff; }
.tp-alert.info 	{ background: #57B0EC; color: #fff; }
.tp-alert.success { background: #40D1A1; color: #fff; }	
.tp-alert.error   { background: #E77171; color: #fff; }	

	
/*===================================================================*/
/* HIGHLIGHT
/*===================================================================*/
span.highlight {
	background-color: #FFF49B;
	color: #A5651A;
	padding: 0 5px;
} 
 
 
/*===================================================================*/
/* PULL QUOTE
/*===================================================================*/
.tp-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.tp-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) {
	.tp-one-half,
	.tp-one-third,
	.tp-two-third,
	.tp-three-fourth,
	.tp-one-fourth,
	.tp-one-fifth,
	.tp-two-fifth,
	.tp-three-fifth,
	.tp-four-fifth,
	.tp-one-sixth,
	.tp-five-sixth {
		margin-right: 0;
		width: 100%;
	}	
}