/*
Theme Name: Parkway Row
Description: Child theme of Responsive Theme
Author: MWW
Author URI: http://missionwebworks.com
Template: responsive
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: responsive

Responsive WordPress Theme, Copyright (C) 2003-2014 Emil Uzelac, CyberChimps Inc

--------------------------------------------------------------
WARNING: (BEFORE YOU MAKE ANY CHANGES)
--------------------------------------------------------------
Please do not edit style.css or any other Theme files or
Templates directly. If you do, your customizations will be lost
as soon as you update Responsive.

WordPress and CyberChimps highly recommends Child Theme.

Read More:

- http://codex.wordpress.org/Child_Themes
- http://cyberchimps.com/guide/child-theme-example/
- http://cyberchimps.com/guide-tags/child-theme-2/

*/


::selection {
  color: inherit;
  background: inherit;
  text-shadow: none
}

body {
  color:#000;
}

body.home #wrapper {
/* 
  background-color: #ffcb0d;
 */
  border:none;
  margin:0;
  padding:0;
}

#logo_disable {
  width:95%;
  padding-left:5%;
  margin-bottom:20px;
  background: url(images/header-bg.png) repeat-x;
  height:100% !important;
  text-align: left !important;

}

.clear {
  clear:both;
}

#specs {
  line-height:2.75em;  
}

#specs .label {
  border:none;
  padding:0;
  width:6em;
  float:left;
  clear:left;
  display:block;
}

#specs span  {
  padding:5px;
  border: 3px solid #ffcb0d;
}

.apply-button {
  margin:3em 0 2em;
  text-align:center;
}

.apply-button a {
  background-color:#000;
  color:#FFF;
  text-transform: uppercase;
  font-size:1.5em;
  padding:.5em 2em;
  font-weight:bold;
  border-radius: 35px; 
  -moz-border-radius: 35px; 
  -webkit-border-radius: 35px; 
  border: 5px double #000;
  width:100%;
}

@media screen and (max-width:487px) {
	#logo {
		background:none;
    width:100%;
		padding-left:0;
    text-align: center !important;
	}
}

/* hide site title for now */
#masthead {
  display:none;
}

.ninja-forms-form-wrap {
  margin-bottom: 50px;
}