/* 
Theme Name: Helen Oakes
Theme URI: http://themeid.com/responsivepro-theme/
Description: ResponsivePro Child Theme

Template: responsivepro
Version: 1.0.0
Author: ThemeID 
Author URI: http://themeid.com
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, flexible-width, rtl-language-support

License: GNU General Public License
License URI: license.txt 

Responsive WordPress Theme, Copyright (C) 2003-2012 Emil Uzelac 




Updates By Sol @ PDD June 2015 onwards

*/
/* =Import Styles
-------------------------------------------------------------- */
@import url('../responsivepro/style.css');
@import url(https://fonts.googleapis.com/css?family=Didact+Gothic);

/* =Start From Here
-------------------------------------------------------------- */



.site-name {
    display: none !important;
}

.site-description {
    text-indent: -9999px !important;
}
	
	
body {
    font-family: 'Didact Gothic', sans-serif !important;
	font-size: 16px !important;
}


#logo {
	background: url(http://helenoakes.co.nz/wp/wp-content/uploads/2013/09/960-header1.jpg) left no-repeat;
	height: 200px; /* define height of image */
          float: none;
          margin: 0 auto;
          max-width: 960px;
}


.entry-title {
}

/* change template width
-------------------------------------------------------------- */
#container {
  max-width: 960px;
}

#footer {
  max-width: 960px;
}

#wrapper {
 max-width: 960px;
 margin: 0px auto 0px auto;
 }

/* increase font size
-------------------------------------------------------------- */
body {
  font-size: 18px;
  font-weight:500
}

/* increase font size
-------------------------------------------------------------- */
h1 {
  font-size: 1.938em; /* = 31px */
  }


h2 {
	font-family: 'Didact Gothic', sans-serif !important;
}

body.home div.widget_text div.textwidget{
	margin:20px 0 0 ;
}

body.home .Top-pdd .widget_text h2 {
    font-size: 22px !important;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: bold;
}

div#content.grid.col-940 div.widget.cycledTestimonialWidget h2.widgettitle{
	display:none;
}





/* testimonials*/

.single-testimonial h1{
	 margin: 30px 20px 0;
}
	
	
div.testimonial_slide blockquote.easy_testimonial p.easy_testimonial_title {
    font-size: 20px;
    margin: 0;
	margin: 10px 0 20px;
}

blockquote.easy_testimonial div.testimonial_body p {
    font-size: 16px;
    margin: 0;
}

.single-testimonial blockquote.easy_testimonial div.testimonial_body p{
	font-size: 16px;
    margin: 10px 0 0 0;
}





div.widget.cycledTestimonialWidget{
	padding:0 0 20px 0;
}

div.testimonial_slide blockquote.easy_testimonial{
	padding:10px;
	min-height: 300px !important;
}



.easy_t_single_testimonial blockquote p span.testimonial-client, .easy_t_single_testimonial blockquote p span.testimonial-position {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}


.easy_t_single_testimonial blockquote p span.testimonial-client {
    margin: 10px 0 0 ;
}


.cycle-slideshow {
    margin: 0 0 10px !important;
    min-height: 200px;
    padding: 0 0 20px !important;
}
 
.cycle-pager {
    bottom: 0 !important;
    display: block;
    margin: 20px 0 30px !important;
    padding: 0 !important;
}



body.page.page-id-40 .media-body h4 {
    font-size: 16px !important;
    padding: 10px 0 !important;
    text-align: center !important;
}
body.page.page-id-40 .media-body h4 a {
    font-size: 14px !important;
    padding: 10px 0 !important;
    text-align: center !important;
}


.easy_testimonial .more-link {
    color: #337ab7 !important;
}



div#topPDD{
margin:0 !important;
padding:0 !important;
}


div#topPDD .col-md-12{
margin:0 !important;
padding-left:0 !important;	
}



div#topPDD .textwidget.custom-html-widget {
margin:0 !important;
padding:0 !important;
}


div#topPDD .textwidget.custom-html-widget h2 {
margin: 0 0 5px 0 !important;
padding:0 !important;
text-align:left;
}







/* testimonial prev next */


.easy-t-cycle-pager span.cycle-pager-active {
    color: #bbcfda !important;
}


div.easy-t-cycle-prev,
div.easy-t-cycle-next {
  background: #96cff5;
  background-image: -webkit-linear-gradient(top, #96cff5, #b3d3e6);
  background-image: -moz-linear-gradient(top, #96cff5, #b3d3e6);
  background-image: -ms-linear-gradient(top, #96cff5, #b3d3e6);
  background-image: -o-linear-gradient(top, #96cff5, #b3d3e6);
  background-image: linear-gradient(to bottom, #96cff5, #b3d3e6);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
}

div.easy-t-cycle-prev:hover,
div.easy-t-cycle-next:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}





@media only screen and (max-width: 650px) {
	#logo {
		background: url(http://helenoakes.co.nz/wp/wp-content/uploads/2013/09/header1.jpg) center no-repeat;
		height: 100px; /* define height of image */
                   float: none;
                   margin: 0 auto;
                   max-width: 650px;
	}
}



