@charset "UTF-8";
/*
 Theme Name:   Universe Child
 Description:  Universe Child Theme
 Template:     universe_theme
 Text Domain:  universe_theme_child
*/


@import url("../universe_theme/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */
.widget-main-title, 
{
    background-color: #001e66
}
.request-information .widget-main .widget-title 
{
    padding: 10px;
}
.request-information .widget-main .textwidget
{
    padding: 20px;
}
.widget-main .textwidget
{
    padding: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

/*@media {
  img { 
    width: auto; /* for ie 8 
  }
}
*/
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
	overflow:hidden;
}

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