/*
Theme Name:         Roots Starter Theme
Theme URI:          http://roots.io/starter-theme/
Description:        Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="https://github.com/roots/roots/contributors">Contribute on GitHub</a>
Version:            7.0.2
Author:             Roots
Author URI:         http://roots.io/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/


/*body {
	color: red;
}*/

#tax-addendum a, #tax-addendum a:visited {font-size: 1.5em;}

/* Selector for entire element. */

.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive, 
.gsc-control-cse, .gsc-control-cse-iw, 
.gsc-control-wrapper-cse, 
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  padding: 0 !important; margin: 0 !important;
}

td.gsc-search-button, input.gsc-search-button, .gsc-search-button-v2 {max-width: 1px !important; max-height: 1px !important; padding: 0 !important; margin: 0 !important;}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}