/**
 * ==============================
 * Overrides
 * ===========================
 */

/*
 * prevent 100% width inputs on vertical-tabs
 * erase property from: themes/shiny/css/vertical-tabs.css
 */
.vertical-tabs .form-type-textfield input{
	width: auto;
}

.view-filters input[type="submit"] {
  color: #519127;
    padding: 10px 30px 10px 22px;
    background: white;
    border: lightgrey 1px solid;
}

.page .content-header h1 {
  color: #519127;
  text-shadow: 2px 2px 8px white;
}


/* --------------
Youtub responsive video css
TODO: move this to a better place
http://avexdesigns.com/responsive-youtube-embed/
-----------------*/

.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%;
}


/* --------------
lang switch link additional css. temp located here to workaround compass susy
problem https://trello.com/c/jFMlJoqN/35-check-what-causes-different-susy-compass-output
TODO: move this to a better place

-----------------*/

#block-locale-language {
  font-size: 0.813em;
  position: absolute;
  top: 0;
  right: 10px;
}
