/*
Theme Name: Mack Institute | Chupacabra 2.0 Child Theme
Theme URI: http://wwwdev.wharton.upenn.edu/testing/chupacabra-child
Description: Make all template and sytle modifications for this site via the child theme.
without overwriting these modifications.
Template: responsive-mobile
Version: 2.1
Author: Wharton Marketing Technology
Author URI: http://martech.wharton.upenn.edu

Text Domain: chupacabra-child-theme


--------------------------------------------------------------
WARNING: (BEFORE YOU MAKE ANY CHANGES)
--------------------------------------------------------------
Please make all customizations and changes to your site inside this
child theme. e.g. style.css, functions.php and template files.

If you do, your customizations within Chupacabra they will be lost
upon the next parent theme update.


WordPress and Wharton Marketing Technology highly recommends Child Theme.

Read More:

- http://codex.wordpress.org/Child_Themes
*/
/*@import url("../chupacabra/style.css");*/
/* =Start From Here
-------------------------------------------------------------- */
/* Variables LESS Document */
/* Penn Accent Colors */
/* Breakpoints
--------------------------------------*/
/* Changed from 1270px to display better on older 4:3 monitors*/
/* Mixins
	----------------------------------*/
/*-------------------------------------------------------------
* Mack Research Component
-------------------------------------------------------------*/
.tag-cloud, .vc_wp_tagcloud {
  margin: 30px auto;
}
.vc_wp_tagcloud:before {
  content: 'Filter by author, keyword, or research priority';
}
.vc_wp_tagcloud a {
  text-transform: capitalize;
}
.vc_wp_tagcloud a:hover {
  text-decoration: underline;
}
.vc_wp_tagcloud .widgettitle{
  display: none;
}
.filter-row {
  clear: both;
}
.filter-row .martech_button-2-wrapper {
  width: 100%;
  display: table;
}
.filter-row .martech_button-2-wrapper a {
  width: 100%;
  height: 62px;
  display: table-cell;
  vertical-align: middle;
}
/*-------------------------------------------------------------
* Mack Blog Menu
-------------------------------------------------------------*/
ul.leftNav .current-menu-item ul,
ul.leftNav .current-menu-item ul ul,
ul.leftNav .current-menu-ancestor ul {
  display: block;
}
ul#menu-blog-menu ul {
  display: none;
}
ul#menu-blog-menu .current-menu-item ul,
ul#menu-blog-menu .current-menu-item ul ul,
ul#menu-blog-menu .current-menu-ancestor ul,
ul#menu-blog-menu .current-category-ancestor ul {
  display: block;
}
