/* colors:
e0a808 gold
0178ae blue
de4b19 red
7db600 green
*/

/* Display: Nones */ 
#masthead,
.site-slider-slider-one-text-button {
    display: none;
}

/* Page */
body {
	background: url( 'http://www.spotksed.com/wp-content/uploads/2015/10/winparty.png' ) no-repeat top center;
  	background-attachment: fixed;
  	background-size: cover;
}
.site-main {
	background: rgba( 0,0,0,0.6);
	padding: 2em 0; 
}
.site-slider,
.site-footer {
	background: #de4b19;  
  	padding: 1em 0;
}
.site-content {
    text-align: center;
}
.full-page-content-area {
 	margin: 1em 0 0;
}
.biz0ne-welcome h1,
.entry-title {
	padding-bottom: 0.5em !important;
}
.entry-content {
  	margin: auto;
	text-align: left;
    width: 90%; 
}
.entry-content p {
  	clear: left;
  	float: left;
  	width: 48%;
}
#caldera_form_1 {
  	clear: none;
 	float: right;
  	width: 48%;
}
.site-footer {
  	display: none;
}

/* Payment form */
#payment-form {
  	margin: 0 auto;
 	width: 50%;  
}
#payment-form label {
 	margin: -0.1em 1em 0 0; 
	width: 200px !important;
}
.entry-content #payment-form p {
  	float: none;
  	width: auto;
}
fieldset .control-group {
 	margin-bottom: 0.5em; 
}

/* Banner area */
.site-slider-slider-one {
    margin: 2em auto;
}
.site-slider-slider-one-text-heading {
	margin: 0.5em 7%; 
  	line-height: 1.125em;
}
.site-slider-slider-one-text-description {
    padding-bottom: 0;
}

/* Welcome */
.biz0ne-welcome {
  	padding-bottom: 1em;
}

/* 3-column area */
.biz0ne-products-services {
 	padding-bottom: 2em; 
}
.biz0ne-products-services-img {
 	background: none;
  	padding-top: 0.5em;
}
.biz0ne-products-services-img img {
  	border-radius: 0.5em;
	box-shadow: 0 0 0 0.25em #E0A808;
	margin: -0.25em;
}
.biz0ne-products-services-description {
	letter-spacing: -1px;
}

/* Quote */
.biz0ne-quote,
.biz0ne-quote-name span  {
 	background: #de4b19;
}
.biz0ne-quote {
  	border-radius: 0.5em;
  	margin: 0 auto 1.25em;
  	width: 92%;
}
.biz0ne-quote-text {
  	background: none;
	margin: 0 2em;
  	width: auto;
}
.biz0ne-quote-text p {
	margin-left: 0;  
}

/* Forms */
.caldera-grid label {
  	font-weight: normal;
}
.caldera-grid .row {
    margin: 0 auto !important;
}
.caldera_forms_form {
    text-align: left;
}
.caldera-grid .form-control,
.fullstripe-form-input {
    background: #333 !important;
    border-radius: 0.5em !important;
  	color: #fff !important;
  	display: inline-block;
  	font-size: 1em !important;
  	height: auto; 
  	line-height: normal;
  	padding: 0.5em !important;
}
.caldera-grid .btn-default,
.caldera-grid .btn-default:hover,
button[type="submit"] {
 	background-color: #de4b19 !important;
  	border-radius: 0.5em !important;
  	box-shadow: none;
  	color: #fff;
  	font-size: 1em !important;
  	height: auto;
  	line-height: normal;
  	padding: 0.5em !important;
  	text-shadow: none;
}

@media ( max-width: 700px ) {
	.entry-content p,
	#caldera_form_1 {
  		float: none;
  		width: 100%;
	}
  	#payment-form {
      	margin: 0 auto;
    	width: 100%;  
	}
	.site-footer {
 		padding-left: 1em; 
	}
}