/*
Theme Name: IBR-CONICET
Theme URI: https://understrap.com
Author: the Understrap Authors
Author URI: https://github.com/understrap/understrap/graphs/contributors
GitHub Theme URI: https://github.com/understrap/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/unagui-child;
Version: 0.9.6
Tested up to: 5.7.2
Requires PHP: 5.2
License: UnderStrap WordPress Theme, Copyright 2013-2021 Howard Development &amp; Consulting
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unagui
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

.featimg-caption {
	display:block;
	font-size:14px;
	margin:6px 0 40px;
}
@media and (max-width: 767.98px) {
	#main-nav>div .header-submenu {
		margin:12px 0 0;
	}
}

/* Dropdown menu on hover */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	

/* LAB */
.single-labs #right-sidebar .lab-personal-item {
	display:flex;
}
.single-labs #right-sidebar .lab-personal-item img {
	width:65px!important;
	height:65px!important;
	border:5px solid #FFF;
	border-radius:50%;
	margin-right:20px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}

/* LAB DE VALLE ESTELA */
body.single-labs.postid-98 #right-sidebar #director {
	display:none!important;
}

/* DIRECTORES DE PROYECTOS */
body.page-template-page-directores-proyecto #main {
	width:100%;
}
body.page-template-page-directores-proyecto #main .labs .lab {
	border-bottom:1px dotted rgba(0,0,0,.2);
	padding-bottom:20px;
	margin-bottom:20px;
}
body.page-template-page-directores-proyecto #main .labs .lab .img-wrapper {
	float:left;
	margin:0 15px 0 0;
}

/* PERSONAL */
.single-personal .personal-listado {
	margin-top:40px;
}
@media all and (max-width:767.98px) {
	.single-personal #content #primary {
		order:2;
	}
	.single-personal #content #right-sidebar {
		order:1;
		margin-bottom:50px;
	}	
}
.single-personal
