#main_navigation, .header_container, #header.type3 .nav-container, #side_header {
  background: !important #4c4a4a;
}

.feature_boxes.box-style1 .feature_box > .brad-icon {
  margin-right: 10px!important;
  float: left;
  font-size: 21px;
  padding-bottom: 20px;
}

.row [class*="span"] , .row-fluid [class*="span"],  .row-fluid .one_fifth {
	margin-bottom:20px;
}

h2 a,h2 a:visited,h2 a:active {
 color: #0d8ac9;
}

h6 a,h6 a:visited,h6 a:active {
 color: #0d8ac9;
}

h3 a,h3 a:visited,h3 a:active {
 color: #0d8ac9;
}

.wider {
  width: 100%;
}

.price_box.style1 .pricing-box .price {
    font-size: 80px;
    padding: 0 0 0 10px;
    line-height: 100px;
}

body, button, input, label, select, td, textarea {
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    font-color: #fffff;
}

.toggle .toggle-title a, .accordion .accordion-title a {
  font-size: large;
}

***CONTACT FORM 7 2 Column Styles***
#form {
padding: 5px;
width: auto;
margin: 20px auto;
}

#contentleft {
width: 50%;
float: left;
padding: 5px 15px;
}

#contentright {
width: 50%;
padding: 5px 15px;
float: left;
}

#bottom {
clear: both;
padding: 0 15px;
}

/*MEDIA QUERIES*/

/* for 980px or less */
@media screen and (max-width: 980px) {

#form {
width: 94%;
}
#contentleft {
clear: both;
padding: 1% 4%;
width: auto;
float: none;
}

#contentright {
clear: both;
padding: 1% 4%;
width: auto;
float: none;
}

#bottom {
clear: both;
padding: 1% 4%;
width: auto;
float: none;
}

/* for 700px or less */
@media screen and (max-width: 600px) {

#contentleft {
width: auto;
float: none;
}

#contentright {
width: auto;
float: none;
}
#bottom {
width: auto;
float: none;
}
}

/* Hide SiteOrigin Price Table Widget Button */

.ow-pt-columns-atom .ow-pt-column .ow-pt-button { display: none !important; }

/* for 480px or less */
@media screen and (max-width: 480px) {

#contentleft {
background: #f8f8f8;
}
#contentright {
background: #f0efef;
}
#contentleft, #contentright, #bottom {
margin-bottom: 5px;
}

#contentleft, #contentright, #bottom {
border: solid 1px #ccc;
}
*********END CONTACT FORM 7**********