/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Overlock);


/* start added by Craig */

.home .page header h1 {
display: none;
}

.opening-text{
	font-size: 1.3em !important;
}
@media only screen and (max-width: 480px)
  {
   div.testimonial_wrapper  {
display: none !important;

  }

 }

div.testimonial_quote
{

    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: normal!important;
    text-align: center;
    color:#951a82 !important;
height: auto !important;
}
span.testimonial_by {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: normal!important;
    text-transform: normal !important;
    color: #acacac!important;
border-bottom: 1px dotted #ffffff;
padding-top:10px !important;
padding-bottom:0px !important;
margin-bottom:0px !important;
}

li.fix {
font-weight: normal !important;
padding-left: 5px;
padding-right: 5px;
}

#header {
padding-top: 0px;
padding-bottom: 0px;

}

.home-blog {
 border: none;
border-color: #ffffff;
}

body {
  background: #472F92;
  font-family: Helvetica, Arial, sans-serif;
}
body a {
 font-weight: normal !important;
}

#top, #top-nav {
background: #472F92;
}
h1 {
 color: #472F92 !important;
 font-weight: 500 !important;
}
h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif; 
color: #941b81 !important;
 font-weight: 400 !important;
}
.widget h3 {
font-family: Helvetica, Arial, sans-serif !important;
}
#wrapper #footer-widgets {
  background: #941b81;
}
#wrapper #footer {
  background: #472F92;
}

/* end added by Craig */

#header {
border-bottom: 0;
}

.post .wp-caption {
border:0;
background-color:#fff;
}

.type-page .wp-caption {
border:0;
background-color:#fff;
}

/* Adds line breaks to checkboxes and radio buttons */

span.wpcf7-list-item {
display:block;
}

/* Adding buyline to header */

.frm
{
	float:left;
	width:400px;
	margin:0 0 0 80px;
	text-align:center;
}
.frm2
{
	float:left;
	width:250px;
	margin:50px 0 0 40px;
}
.frm h2
{
	font-size:18px;
	margin:0 0 0 0!important;
	font-family: 'Overlock', cursive;
	line-height:20px;
}
.frm h3
{
	font-size:13px;
	margin:0 0 0 0;
	color: #666699!important;
	font-family: 'Overlock', cursive;
	text-transform:capitalize!important;
}
.frm h4
{
	font-size:15px;
	margin:0 0 10px 0;
	color: #999999;
	letter-spacing:1px;
}

/* Box with border */

.foo {   
    float: left;
	padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
}


/* Tables */

.entry table {
  width: 100%;
  border: 0px solid #e1e1e1;
  margin-bottom: 1.2em;
}
.entry table tr.alt-table-row {
  background: #fff;
}
.entry table th {
  padding: 6px 0 3px 0;
  border: 0px solid #e1e1e1;
}

.entry table td {
  padding: 6px 0 3px 10px;
  border: 0px solid #e1e1e1;
}
.sldr_title {
    display: none;
}
.testimonial_slider {
    margin: 0 auto!important;
}
.testimonial_slideri
{
	background:none!important;
}
.testimonial_avatar {
    display: none!important;
}
.testimonial_slider__default .testimonial_by_wrap
{
	width:100%!important;
	text-align: center;
	margin-top: 20px;
}
.testimonial_quote
{
	background:none!important;
	width:100%!important;
	padding-left:0!important;
	font-family: "Overlock",cursive!important;
    font-size: 18px!important;
    font-style: normal!important;
    font-weight: bold!important;
	text-align: center;
	color:#ff9900 !important
}
.testimonial_by, .testimonial_site {
    font-family: "Overlock",cursive !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: capitalize;
    color: #666699 !important;
}
#intro .col-full
{
	overflow:hidden;
}

.wpcf7-form input[type="submit"]
{
	width:auto;
}
body.home .home-blog #main
{
	width:95%;
}
@media only screen and (max-width: 480px)
{
.home .post-body .entry img
{
	float:none;
	display:block;
}
}

