/*
Theme Name: _tk
Theme URI: http://themekraft.com/tk/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub https://github.com/Themekraft/_tk Fork me! I'm waiting for you ;)
Version: 1.1.7
License: GNU General Public License v3.0 / License URI: http://www.gnu.org/licenses/gpl-3.0.html
License URI: see license.txt
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

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.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap
*/


/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	font-family: Arial, Verdana, sans-serif;
}

h1 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	/* box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); */
	clip: auto !important;
	color: black;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

.site-header-inner h1 {
	font-size: 24px;
	margin-top: 10px;
	margin-right: 50px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 1.5px;
}
.site-header-inner h2 {
	font-size: 26px;
	font-weight: 600;
	margin-top: 10px;
	letter-spacing: 3.1px;
}
.site-header-inner h3 {
	font-size: 24px;
	margin-top: 0;
	font-weight: 900;
	line-height: 20px;
	letter-spacing: 1px;
}
.logo {
	height: 150px;
	width: auto;
	margin-top: 12px;
	margin-left: 20px;
	padding: 0 0 0 20px;
	float: left;
}
.site-branding {
	float: right;
	text-align: center;
	padding-right: 162px;
}

.navbar-default {
	background-color: #FFF;
	border-color: #FFF;
}
.navbar {
	min-height: 20px;
	margin-bottom: 20px;
	margin-top:-136px;
	margin-left: 40px;
	margin-right: 40px;
	border: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
   	background-color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a {
    	color: #333;
	min-height: 15px;
	line-height: 10px;
	padding: 25px 1.5px 0 0;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #F60;
}

.navbar-nav li:not(:last-child) {
	margin-right: 25px;
}

.site-navigation-inner {
	margin-left: 150px;
	margin-top: 0px;
}

.entry-content {
	text-align: justify;
	color: #000;
	font-size: 12px;
}
.home .entry-content {
	font-size: 13px;
	color: #707070;
	font-weight: bold;
}

.entry-content a {
	color: #f60;
}
.entry-content a:hover, 
.entry-content a:focus {
	text-decoration: none;
	color: #333;
}
.entry-content-thumbnail {
	float: left;
	padding: 0;
}
.entry-content-thumbnail img {
	border: 0;
	padding: 2px;
	height: 150px;
	width: auto;
	max-height: 300px;
	max-width: 300px;
}
.entry-content-thumbnail-pesquisadores img {
	border: 0;
	border-radius: 50%;
	padding: 2px;
	height: 150px;
	width: auto;
	max-height: 300px;
	max-width: 300px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.entry-content-thumbnail img .orange{
	border: 0;
	border-radius: 50%;
	padding: 2px;
	height: 150px;
	width: auto;
	max-height: 300px;
	max-width: 300px;
}
.entry-content-data h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
.items {
	padding: 20px 15px;
	background: #fcfcfc;
	border: 0 !important;
	border-bottom: 0px solid ##ffba8c;

	-webkit-box-shadow: 1px 1px 1px 0px rgba(255,168,140,0.75);
	-moz-box-shadow: 1px 1px 1px 0px rgba(255,186,140,0.75);
	box-shadow: 1px 1px 1px 0px rgba(255,186,140,0.75);
}
.parceiros .entry-content-data .text{
	padding-left: 170px;
}
.entry-content-data a {
	color: #333;
	display: block;
	margin-left: 20px;
	padding-left: 25px;
	margin-bottom: 3px;
	
}
.entry-content-data .text a {
	color: #333;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.parceiros .entry-content-data a {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.parceiros .entry-content-data h4 {
	margin-bottom: 6px;
}
.parceiros .entry-content-thumbnail {
	margin-right: 20px;
	height: relative;
	max-width: 300px;
}
.parceiros .entry-content-thumbnail img {
	height: 100%;
	width: 150px;
}
.parceiros .email {
	color: #333;
	font-weight: bold;
}
.entry-content-data h4, .entry-content-data h4 a {
	font-size: 14px;
	font-weight: bold;
}
.entry-content-data span.inedito {
	display: inline-block;
	background: url('img/inedito.gif') top left no-repeat;
	width: 51px;
	height: 13px;
	float: right;
}
.entry-content-data a:hover, 
.entry-content-data a:focus {
	text-decoration: none;
	color: #f60;
}

.entry-content-data .folder-contents {
	display: none;
	margin-left: 20px;
}

.toggle-folder {
	background: url('img/ic_folder.gif') top left no-repeat;
	cursor: pointer;
	padding-left: 25px;
	display: block;
}
.txtlink, .wp-colorbox-iframe {
	background: url('img/ic_document.gif') top left no-repeat;
	padding-left: 25px;
	display: block;
}
.pdflink {
	background: url('img/ic_pdf.gif') top left no-repeat;
	padding-left: 25px;
	display: block;
}
.publink {
	background: url('img/ic_default.gif') top left no-repeat;
	padding-left: 25px;
	display: block;
}
.mswordlink {
	background: url('img/ic_doc.gif') top left no-repeat;
	padding-left: 25px;
	display: block;
}
.outerlink {
	text-decoration: bold;
	padding-left: 25px;
	display: block;
}

.entry-content-data a.mainlink {
	padding-left: 0;
	margin-top: 7px;
	font-weight: bold;
}

.author-data {
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.back {
	color: #333;
	font-weight: bold;
	padding-left: 5px;
	font-size: 12px;
	border-bottom: 1px solid #ffba8c;
	padding-bottom: 5px;
}
.back .frwrd {
	display:inline-block;
	background: url('img/bullet-links.gif') 0 0 no-repeat;
	width: 8px;
	height: 6px;
	margin: 0 4px;
}
.back a, 
.back a:hover,
.back a:focus {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.site-footer-inner {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
.teses .text {
	padding-left: 15px;
}
.teses .author-data {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.gallery-display {
	display: none;
}
.bwg_album_thumbnails_0, .bwg_album_thumbnails_1, .bwg_album_thumbnails_2 {
	max-width: 100% !important;
}
.video-embed {
	clear: both;
}
.left {
	float: left;
	margin-right: 50px;
}
.publications a.publink {
	color: #F60;
	margin-left: -25px;
}
.publications a.publink:hover {
	color: #000;
}
.publications span.publink {
	margin-left: -25px;
}
.publication {
	border-bottom: 1px solid #ffba8c;
	padding-top: 10px;
	margin-left: 40px;
}
.publication .pub-archive {
	display: inline-block;
	font-weight: bold;
	line-height: 1;
}


.right {
	float: right;
}
.blueish {
	background: #f0f0f0;
}
.purpleish {
	background: #f2e9e9;
}
.greenish {
	background: #e5fcd6;;
}
.publications h3 {
	padding-left: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	font-size: 14px;
	font-weight: bolder;
	margin-left: -10px;
}
.publications h4 {
	margin: 30px 0 10px 0;
	font-size: 13px;
	font-weight: bolder;
}
.publications {
	padding-left: 10px;
}
.publications .pdflink {
	margin-left: -25px;
}
article {
	padding-top: 11px;
}
.banner {
	text-align: center;
}
.navbar-collapse {
	text-align: center;
}
#main-menu {
	float: none;
	display: inline-block;
}
.sidebar-right {
	position: absolute;
	top: -205px;
	float: none;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-color: black;
	background: white;
}
.menu-sem-nome-container .menu-image-title-after span {
	font-color: black;
}

.sidebar-padder .menu-image {
	display: block;
}
.sidebar-padder  a {
	font-color: black;
	background-color: white;
}
.sidebar-padder .menu-image-title a:hover {
	font-color: #f60;
	background-color: white;
}
.sidebar-padder-collapse {
	text-align: center;
}
.person {
	margin-top: 20px;
}
.person a:last-child {
	display: inline-block;
}
.person a {
	margin-left: 0;
	padding-left: 0;
}
.translation {
	border-bottom: 1px solid #ffba8c;
	padding-top: 10px;
	margin-left: 40px;
}
.translation a {
	margin-left: -25px;
	color: #F60;
	text-decoration: none;
}
.translation a:hover {
	color: #333;
}
.more-info h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-left: 25px;
	padding-bottom: 5px;
}
.textos .links-and-attachments a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-left: 0px;
}
.textos .links-and-attachments a:hover {
	color: #f60;
}
.livro-neip .main-cover {
	height: 400px;
	margin-bottom: 50px;
}
.livro-links {
	float: left;
}
.livro-links img {
	border: 1px solid #f60;
}
.livro-links a:first-of-type {
	margin-top: 20px;
}
.livro-links a {
	margin-left: 25px;
	color: #333;
}
.livro-links a:hover {
	color: #f60;
}
.imagens h3 {
	display: none;
}
.imagens .publink {
	background: url('img/ic_folder.gif') top left no-repeat;
}
.gallery-wrap {
	background: #f0f0f0;
	min-height: 38px;
	padding: 10px;
	margin-bottom: 20px;
}
.toggle-gallery {
	font-weight: bold;
	color: #333 !important;
}
.toggle-gallery:hover {
	color; #f60 !important;
}
.bwg_album_thumb_spun2_0, .bwg_album_thumb_spun2_1, .bwg_album_thumb_spun2_2, 
.bwg_standart_thumb_spun2_0, .bwg_standart_thumb_spun2_1, .bwg_standart_thumb_spun2_2{
	border: 1px solid #f60 !important;
	padding: 2px !important;
}
.bwg_title_spun2_0, .bwg_title_spun2_1, .bwg_title_spun2_2, 
.bwg_image_title_spun2_0, .bwg_image_title_spun2_1, .bwg_image_title_spun2_2 {
	color: #000 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	font-family: Arial,Verdana,Sans-Serif !important;
}
.bwg_title_spun1_0, .bwg_title_spun1_1, .bwg_title_spun1_2 {
	margin-top: 20px;
	padding: 5px;
}
.bwg_album_0, .bwg_album_1, .bwg_album_2, 
.bwg_standart_thumb_0, .bwg_standart_thumb_1, .bwg_standart_thumb_2 {
	margin-right: 50px;
	margin-bottom: 30px;
	display: inline-block;
}
.videos a {
	background: url('img/ic_video.gif') top left no-repeat;
	padding-left: 25px;
}
.videos span.small {
	margin-left: 40px;
}
.videos-more-info {
	display: none;
}
.video-page h1 {
	margin-bottom: 30px;
}
.video-page .right {
	float: left;
	width: calc(100% - 350px);
}
.links {
	padding-left: 30px;
	padding-right: 30px;
}
.links .text {
	margin-left: 15px;
}
.simposio-images {
	border-left: 1px dotted #ffba8c;
	margin-top: 60px;
}
.simposio-images .gallery-item {
	width: 100% !important;
}
.simposio-images .gallery-icon a {
	cursor: url("img/zoomin.cur"), pointer;
  outline: none;
  text-decoration: none;
}
.gallery-caption {
	display: none;
}
.lightboxImage {
	width: 100%;
}
#lightbox {
	text-align: center;
}
#outerImageContainer, #imageDataContainer {
	display: table-caption;
}
#lightboxWrapper {
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.home.translations .translation {
	display: none;
}
.translations {
	text-align: right;
}
.home-translations {
	color: #f60;
	font-weight: bold;
}
.translations .wp-colorbox-inline:not(:last-child):after {
	content: '|';
	margin-left: 5px;
}
.translations .wp-colorbox-inline {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.translations .wp-colorbox-inline:hover {
	color: #f60;
}
.iframe-content {
	padding: 20px;
}
.iframe-header {
	height: 150px;
	clear: both;
	margin-bottom: 30px;
}
.iframe-header .logo {
	margin: auto;
}
.iframe-header .iframe-site-title {
	float: right;
	text-align: center;
}
.iframe-header .iframe-site-title h1 {
	font-size: 42px;
}
.iframe-header .iframe-site-title h2 {
	font-size: 24px;
}
.event-date {
	font-size: 10px;
	font-style: italic;
	padding-left: 20px;
}
.evt {
	background: #f0f0f0;
	padding: 5px 10px;
	margin-bottom: 2px;
}
.evt h3 {
	font-size: 13px;
	background: url('img/bullet-links.gif') left top 4px no-repeat;
	padding-left: 20px;
	margin: 0;
}
.evt h3 a {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
.evt h3 a:hover {
	color: #f60;
}
.evt p {
	padding-left: 20px;
	color: #000;
	font-size: 12px;
}
.datepicker {
	margin: 20px 0 10px 0;
}
.evt-datepicker {
	opacity: 0;
}
.trigger-dp {
	display: block;
}
.hide {
	display: none;
}
.evt-date {
	margin-bottom: 10px;
	display: block;
}
.widget_search {
	background: #ffffff;
	padding-left:12px;
	margin-left: 25px;
}
.widget_search h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	
}
.widget_search input {
	width: 115px;	
	border: 1px solid #fe6500;
	border-radius: 0px 30px 30px 30px;
  	background-color: #f1f1f1;
  	font-size: 10px;
	margin-top:-3px;
}
.search .page-title a {
	color: #333;
}
.search .page-title a:hover  {
	text-decoration: none;
	color: #f60;
}
right-vertical-menu a{
font-color: black;

}