/*
Theme Name: KDRJA Spacious Child
Template: spacious
Author: KDRJA
Version: 1.0
Updated: 2014-07-18 03:55:20
*/

@charset "UTF-8";
@import url('../spacious/style.css');

/* remove box from around primary logo */

div#primary img.wp-caption { border: 0 }

/* remove footer */
.footer-socket-wrapper { display: none; }

/* decrease transparency of menus */
.main-navigation ul li ul { 
  background: none repeat scroll 0 0 rgba(255, 255, 255, 1.0);
}

/* fix search box in menu */
div.search-wrap { 
  vertical-align: middle;
  width: 202px;
  height: 46px;
}

div.search-wrap input,span {
 position: absolute;
 top: 9px;
}