/* Enter Your Custom CSS Here */

/* fix responsive issue /*



/*.caroufredsel_wrapper {
  width:95%!important;
  margin-right:0px;
}.caroufredsel_wrapper p{
  padding-left:30px;
  padding-right:18px;
}*/
/*@media (max-width: 991px){.testimonials li {

    margin-right:0px!important;
}
}*/
/*.row {
    margin-right: -100px;
}*/
  

/*@media (max-width: 767px){
.testimonials li {
    width: 100% !important;
}
}*/



@media (min-width: 768px){
.col-sm-offset-2 {
    margin-left: 22%;
}
}

/* Quotes on various pages */
div.post-descr.entry blockquote div.inner p{
 font-size: 19px !important; 
  color: #343434 !important;
}




/* Make headings bigger */
h1 {
	font-size: 36px!important;
}



/* Close up space on the contact form */
.contact-form .form-field_text,
.contact-form .form-field_textarea {
    margin-bottom: 22px ;
}
.contact-form .submit-form {
    margin-top: 22px ;
}

/* Call to action box on various pages */
.touch {
  /*width:60%;*/
  padding:20px 20px 10px 20px;
  margin: auto;
}
@media only screen and (max-width: 790px) {
    .touch {
  padding:0px;
}
}

/* Move the buttong to the centre */
.btn { 
    margin: auto;
  display:block;
}

.touch h3 {
  
  text-transform: none !important;
  letter-spacing: 0px;
  line-height: 1.3em !important;
}




/* move logo and text up on the slider to protect the three state circles at the bottom  */
.slider-full .title-wrap {
    padding: 17% 0 13% 0 !Important;
}

.carousel-indicators {
  display: none;
}

/* make copy bigger */
p {font-size:1.3em!important;color:#000!important;
line-height:1.5em!important;
}

p.sub-intro {font-size:1.5em!important;line-height:1.6em!important; color:#000!important;}

p.sub-heading {color: #444!important;
    font-size: 18px!important;
    line-height: 35px;

	}


