/*** Perch Shortcodes - other elements ***/

/*		Tooltip
---------------------------------------------------------------*/

.qtip.tp-qtip { max-width: 480px !important; }
.tp-tooltip { display: inline-block; }
.tp-qtip-size-1 { font-size: 0.8em !important; }
.tp-qtip-size-2 { font-size: 0.9em !important; }
.tp-qtip-size-3 { font-size: 1em !important; }
.tp-qtip-size-4 { font-size: 1.1em !important; }
.tp-qtip-size-5 { font-size: 1.2em !important; }
.tp-qtip-size-6 { font-size: 1.3em !important; }
.tp-tooltip-content { display: none; }
.tp-tooltip-content > :last-child { margin-bottom: 0; }
.qtip-content .tp-tooltip-content img,
.qtip-content .tp-tooltip-content object,
.qtip-content .tp-tooltip-content iframe,
.qtip-content .tp-tooltip-content embed { max-width: 430px; }
.qtip-content .tp-tooltip-content .tp-responsive-media-yes { width: 430px; }

/*		Private
---------------------------------------------------------------*/

.tp-private { margin: 0 0 1.5em 0 }

/*		Members
---------------------------------------------------------------*/

.tp-members {
	margin-bottom: 1.5em;
	padding: 1em;
	border-width: 1px 0;
	border-style: solid;
	text-align: center;
}
.tp-members a {
	text-decoration: underline;
	color: inherit;
}

/*		Guests
---------------------------------------------------------------*/

.tp-guests { margin-bottom: 1.5em }

/*		Posts
---------------------------------------------------------------*/

.tp-posts-default-loop { }
.tp-posts-default-loop .tp-post {
	margin-bottom: 2.5em;
	line-height: 1.5;
}
.tp-posts-default-loop .tp-post:after {
	content: '';
	display: table;
	clear: both;
}
.tp-posts-default-loop .tp-post-thumbnail {
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	margin-right: 1em;
}
.tp-posts-default-loop .tp-post-thumbnail img {
	max-width: 100px;
	max-height: 100px;
}
.tp-posts-default-loop h2.tp-post-title {
	clear: none;
	margin: 0 0 0.3em 0;
	font-size: 1.2em;
	font-weight: bold;
}
.tp-posts-default-loop .tp-post-meta {
	margin-bottom: 0.7em;
	font-size: 0.8em;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.tp-posts-default-loop .tp-post-excerpt { margin-bottom: 0.5em }
.tp-posts-default-loop .tp-post-excerpt p:last-child { margin-bottom: 0 }
.tp-posts-default-loop .tp-post-comments-link { font-size: 0.9em }
.tp-posts-teaser-loop { }
.tp-posts-teaser-loop .tp-post {
	margin-bottom: 1.5em;
	line-height: 1.2;
}
.tp-posts-teaser-loop .tp-post:after {
	content: '';
	display: table;
	clear: both;
}
.tp-posts-teaser-loop .tp-post-thumbnail {
	float: left;
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 1em 0 0;
}
.tp-posts-teaser-loop .tp-post-thumbnail img {
	display: block;
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 100%;
	max-height: 100%;
}
.tp-posts-teaser-loop h2.tp-post-title {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0.9em;
	font-weight: normal;
	clear: none;
}
.tp-posts-single-post { }
.tp-posts-single-post .tp-post {
	margin-bottom: 2.5em;
	line-height: 1.5;
}
.tp-posts-single-post .tp-post:after {
	content: '';
	display: table;
	clear: both;
}
.tp-posts-single-post h1.tp-post-title {
	clear: none;
	margin: 0 0 0.3em 0;
	font-size: 1.2em;
	font-weight: bold;
}
.tp-posts-single-post .tp-post-meta {
	margin-bottom: 0.7em;
	font-size: 0.8em;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.tp-posts-single-post .tp-post-content { margin-bottom: 0.5em }
.tp-posts-single-post .tp-post-content p:last-child { margin-bottom: 0 }

/*counter-up*/
.counter-up-wrap {
	text-align: center;
	font-size: 3em;
	font-weight: 600;
	padding: 0;
}

.up-wrap{
	width: 100%;
	overflow: hidden;
}

.up-wrap img{
	display: inline-block;
}

.counter-up-wrap i {
	display: inline-block;
	font-size: 40px;
}

.counter-up-wrap span {
	display: inline-block;
	padding-left: 5px;
}

.counter-up-wrap .counter-content {
	font-weight: 300;
	font-style: italic;
	font-size: .5em;
	margin-bottom: 0;
	line-height: normal;
}

/*skill bar*/
.skillbar-wrap{
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.skillbar {
	position:relative;
	display:block;
	margin-top:5px;
	width:100%;	
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;	
}

.skillbar-title {
	width: 100%;
	overflow: hidden;
}

.skillbar-title label {
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0;
}

.skillbar-bar {
	height: 5px;
	width:0px;
	position: relative;
}

.skill-bar-percent {
	font-size:.8em;
	line-height: 1em;
	font-weight: 300;
	text-align: right;
	position: absolute;
	top: -15px;
	right: 0;
}

/*//testimonial*/
.owl-testimonials .owl-controls{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}

.owl-testimonials .owl-buttons > div{
	float: left;
	background-color: rgba(0, 0, 0, .1);	
	line-height: normal;
	padding: 0 7px;
}

.owl-testimonials .owl-buttons > div:hover{
	background-color: #000;
	color: #fff;
}

.testimonial{
	text-align: center;
}

.testimonial-desc{
	font-weight: 300;
	font-style: italic;
	font-size: 1.5em;
	position: relative;
	padding: 30px;
}

.testimonial-desc i{
	color: #f9f9f9;
	color: rgba(0, 0, 0, .1);
	position: absolute;
}

.testimonial-desc .fa-quote-left{
	left: 0;
	top: 0;
}

.testimonial-desc .fa-quote-right{
	right: 0;
	bottom: 0;
}

.testimonial img{
	display: inline-block;
	padding-right: 15px;
}

.client-info{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.client-info span{
	display: block;
	line-height: normal;
}

