/*** Shortcodes Ultimate - other elements ***/

/*		Tooltip
---------------------------------------------------------------*/

.qtip.su-qtip { max-width: 480px !important; }
.su-tooltip { display: inline-block; }
.su-qtip-size-1 { font-size: 0.8em !important; }
.su-qtip-size-2 { font-size: 0.9em !important; }
.su-qtip-size-3 { font-size: 1em !important; }
.su-qtip-size-4 { font-size: 1.1em !important; }
.su-qtip-size-5 { font-size: 1.2em !important; }
.su-qtip-size-6 { font-size: 1.3em !important; }
.su-tooltip-content { display: none; }
.su-tooltip-content > :last-child { margin-bottom: 0; }
.qtip-content .su-tooltip-content img,
.qtip-content .su-tooltip-content object,
.qtip-content .su-tooltip-content iframe,
.qtip-content .su-tooltip-content embed { max-width: 430px; }
.qtip-content .su-tooltip-content .su-responsive-media-yes { width: 430px; }

/*		Private
---------------------------------------------------------------*/

.su-private { margin: 0 0 1.5em 0 }

/*		Members
---------------------------------------------------------------*/

.su-members {
	margin-bottom: 1.5em;
	padding: 1em;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}
.su-members a {
	text-decoration: underline;
	color: inherit;
}


/*		Posts
---------------------------------------------------------------*/

.su-posts-default-loop { }
.su-posts-default-loop .su-post {
	margin-bottom: 2.5em;
	line-height: 1.5;
}
.su-posts-default-loop .su-post:after {
	content: '';
	display: table;
	clear: both;
}
.su-posts-default-loop .su-post-thumbnail {
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	margin-right: 1em;
}
.su-posts-default-loop .su-post-thumbnail img {
	max-width: 100px;
	max-height: 100px;
}
.su-posts-default-loop h2.su-post-title {
	clear: none;
	margin: 0 0 0.3em 0;
	font-size: 1.2em;
	font-weight: bold;
}
.su-posts-default-loop .su-post-meta {
	margin-bottom: 0.7em;
	font-size: 0.8em;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.su-posts-default-loop .su-post-excerpt { margin-bottom: 0.5em }
.su-posts-default-loop .su-post-excerpt p:last-child { margin-bottom: 0 }
.su-posts-default-loop .su-post-comments-link { font-size: 0.9em }
.su-posts-teaser-loop { }
.su-posts-teaser-loop .su-post {
	margin-bottom: 1.5em;
	line-height: 1.2;
}
.su-posts-teaser-loop .su-post:after {
	content: '';
	display: table;
	clear: both;
}
.su-posts-teaser-loop .su-post-thumbnail {
	float: left;
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 1em 0 0;
}
.su-posts-teaser-loop .su-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%;
}
.su-posts-teaser-loop h2.su-post-title {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0.9em;
	font-weight: normal;
	clear: none;
}
.su-posts-single-post { }
.su-posts-single-post .su-post {
	margin-bottom: 2.5em;
	line-height: 1.5;
}
.su-posts-single-post .su-post:after {
	content: '';
	display: table;
	clear: both;
}
.su-posts-single-post h1.su-post-title {
	clear: none;
	margin: 0 0 0.3em 0;
	font-size: 1.2em;
	font-weight: bold;
}
.su-posts-single-post .su-post-meta {
	margin-bottom: 0.7em;
	font-size: 0.8em;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.su-posts-single-post .su-post-content { margin-bottom: 0.5em }
.su-posts-single-post .su-post-content p:last-child { margin-bottom: 0 }

/* Image Hover */
.port-hover {display: block;position: relative;width: 100%;height: 100%;}
.port-hover img { width: 100%; max-height:100%;}
.port-hover.shapes .overlay .details {left: 48%;}
.port-hover.shapes .overlay .zoom {right: 54%;}
.port-hover.shapes .overlay:hover .zoom,
.port-hover.shapes .overlay:hover .details {top: 63%;}
.show_posts .port-hover .overlay {bottom: 6px;}
.port-hover .overlay {position: absolute;top: 0;left: 0;bottom: 0px;right: 0;background-color: transparent;overflow: hidden;z-index: 20;-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.port-hover .overlay .zoom,
.port-hover .overlay .details {display: block;color: #fff;background: transparent;border:2px solid #fff;padding: 0 15px;line-height: 42px;font-weight: 800;font-size: 16px;text-transform: uppercase;position: absolute; top: 80%;margin-top: -16px;z-index: 40;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0;-webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0);transform: translateZ(0);}
.port-hover .overlay .zoom i,
.port-hover .overlay .details i {margin: 0}
.port-hover .overlay .zoom:hover,
.port-hover .overlay .details:hover {color: #3598db;background: #fff !important;}
.port-hover .overlay .details {left: 51%;-webkit-transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;-webkit-transition-delay: 0.1s, 0.1s, 0s, 0s; -moz-transition: top 0.4s ease-in-out 0.1s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out; -o-transition: top 0.4s ease-in-out 0.1s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out;transition: top 0.4s ease-in-out 0.1s, opacity 0.4s ease-in-out 0.1s, background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
.port-hover .overlay .zoom {cursor:pointer; right: 51%;-webkit-transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;-moz-transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;-o-transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;}
.port-hover:hover .overlay {background-color: rgba(53, 152, 219, 0.6);}
.port-hover:hover .overlay .details,
.port-hover:hover .overlay .zoom {top: 50%;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}

.item-title {font-size:18px;font-weight:bold;font-family:'Open Sans', arial, sans-serif;margin:20px 0 5px;color:#454545;}
.item-category {font-size:12px;color:#999;font-weight:600;font-family:'Open Sans', arial, sans-serif;margin:0 0 10px;}


/* Blog posts */
.latest-blog-entry {margin:0 0 20px; border-bottom:1px dotted #d1d1d1;}
.latest-blog-entry:last-child {margin:0 0 30px; border-bottom:none;}
.latest-blog-entry .blog-entry-content {margin:0 0 20px !important;}
.latest-blog-entry h2.post-title{font-size:18px; font-family:"Open Sans", Arial, sans-serif; font-weight:700; color:#454545; line-height:1.3; margin:5px 0;}
.latest-blog-entry > .latest-blog-category a {font-size:14px; font-family:"Open Sans", Arial, sans-serif; font-weight:600;color:#3598db;}
.latest-blog-entry .latest-posts-author {margin:0; text-transform:capitalize;}
.latest-blog-entry .latest-posts-author a,
.latest-blog-entry .latest-posts-date {color:#bbb;font-size:13px;}
.latest-blog-entry p {margin:10px 0;font-family:"Open Sans", Arial, sans-serif; padding:0;}
.av-post .su-vimeo,
.av-post .su-responsive-media-yes {margin:0;padding-bottom: 0;height:234px;}
.av-post iframe {height:234px;margin: 0 0 -7px;}
.list-type-metas {margin:0 0 10px !important;}


.latest-blog-entry-thumb h2.post-title{font-size:16px; font-family:"Open Sans", Arial, sans-serif; font-weight:600; line-height:1.3; margin-bottom:10px;}
.latest-blog-entry-thumb .blog-entry-img{margin-bottom:-6px;}
.latest-blog-entry-thumb .blog-entry-content{margin-top: -6px;margin-bottom:20px;padding:20px;border-bottom:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;-webkit-border-radius: 0 0 10px 10px;-moz-border-radius: 0 0 10px 10px;-ms-border-radius: 0 0 10px 10px;-o-border-radius: 0 0 10px 10px;border-radius: 0 0 10px 10px;}
.latest-blog-entry-thumb .nivo-size-wrap{max-width: 100% !important; margin-bottom:0px;}
.latest-blog-entry-thumb .nivoSlider {width:101%;}
.latest-blog-entry-thumb .nivoSlider img{min-width:100%; }
.latest-blog-entry-thumb .port-hover,
.latest-blog-entry-thumb .port-hover .overlay {}
.latest-blog-entry-thumb .port-hover img,
.latest-blog-entry-thumb .port-hover .overlay {-webkit-border-radius: 10px 10px 0 0;-moz-border-radius: 10px 10px 0 0;-ms-border-radius: 10px 10px 0 0;-o-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;}
.latest-blog-entry-thumb p {margin:10px 0px 15px !important;}
.latest-posts-date,
.latest-posts-author a {font-size:13px; font-family:"Open Sans", Arial, sans-serif;color:#777;}
.latest-posts-author {margin:0 0 0 20px; text-transform:capitalize;}
.latest-posts-author a:hover {color:#3598db;}
.latest-posts-date i,
.latest-posts-author i {color:#3598db;padding:0 8px 0 0;font-size:14px;}
.latest-posts-button {display:block; margin:10px 0 0;}
.latest-posts-button a {
	display: inline-block;
	background-color:#3598db;
	color: #fff; 
	font-size: 13px;
	font-weight:bold;
	line-height: 33px;
	padding: 0 15px 5px;
	text-align: center;
	
	cursor:pointer;
	position:relative;
	
	box-shadow: inset 0 -3px rgba(0,0,0,.2);
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 -ms-border-radius: 5px;
	 -o-border-radius: 5px;
	 border-radius: 5px;
}
.latest-posts-button a:hover {
	color:#ffffff; 
	-webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
	 
	 box-shadow: inset 0 -1px rgba(0,0,0,.2);
	top: 1px;
}
.latest-posts-button a:active {
	box-shadow: inset 0 0 rgba(0,0,0,.5);
	top: 1px;
}


/* Menu */
.su-menus ul, .su-menus .sub-menu,
.su-subpages, .su-siblings,
.su-siblings .children {
	font-family:"Open Sans", Arial, Sans-serif;
	font-size:14px;
	list-style:none;
	margin:10px 20px;
}
.su-menus li,
.su-subpages li,
.su-siblings li {
	line-height:20px;
	border-bottom:1px solid #ddd;
	padding:10px 0;
}
.su-menus li:last-child,
.su-subpages li:last-child,
.su-siblings li:last-child {
	border-bottom:0px;
}
.su-menus li:before,
.su-subpages li:before,
.su-siblings li:before {
	content: "\f101";
	font-family:'FontAwesome';
	padding:0 8px 0 0;
}