/*
Theme Name:     Canvas Child
Theme URI:      
Description:    Child theme for the Canvas theme
Author:         Jezweb
Author URI:     http://www.jezweb.com.au/
Template:       canvas
Version:        0.1.0
*/

@font-face {
  font-family: 'Swiss';
  src: url('fonts/swiss-light.woff'),
       url('fonts/swiss-light.ttf');
}
@font-face {
  font-family: 'Myriad Pro Light';
  src: url('fonts/myriadpro-light.woff'),
       url('fonts/myriadpro-light.ttf'),
       url('fonts/myriadpro-light.eot');
}

/* General element styles i.e., header, navigation, content, sidebar widgets, sliders and galleries. */
.clearfix{
  clear: both;
  display: block;
}

/* Header Styles (Logo, header elements, widgets, etc.) */

.header-widget a.phone {
    color: #005826;
}

#header-container{
  position: relative;
  z-index: 99;
}
#header-container *{
  font-family: 'Swiss';
}

#logo img{
  float: left;
}
#header #logo .site-title {
  display: block;
  float: left;
  margin: 115px 0 0 10px;
}
#header #logo .site-title a {
  font-family: 'Swiss';
  /* font-weight: normal; */
  font-weight: bold;
  font-size: 28px; 
  /* font-size: 50px; */
  color: #616161;
  text-decoration: none;
}
.header-widget{
  width: 30%;
  text-align: right;
  /* reuben */
  margin-top: 30px;
}
.header-widget .widget p, .header-widget .widget .textwidget{
  font-size: 16px;
}
.header-widget a{
  text-decoration: none;
  color: #434343;
}
span.address-top {
  margin-bottom: 5px;
}
span.sched-top {
  line-height: 1.1;
}
.header-widget a.phone-top{
  color: #FFFFFF;
  font-size: 32px;
  display: block;
  clear: both;
  float: right;
  padding: 12px 25px;
  background: #c2c2c2; /* Old browsers */
  background: -moz-linear-gradient(top,  #c2c2c2 0%, #b0b0b0 25%, #969596 50%, #7c7d7c 75%, #646465 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2c2c2), color-stop(25%,#b0b0b0), color-stop(50%,#969596), color-stop(75%,#7c7d7c), color-stop(100%,#646465)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #c2c2c2 0%,#b0b0b0 25%,#969596 50%,#7c7d7c 75%,#646465 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #c2c2c2 0%,#b0b0b0 25%,#969596 50%,#7c7d7c 75%,#646465 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #c2c2c2 0%,#b0b0b0 25%,#969596 50%,#7c7d7c 75%,#646465 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #c2c2c2 0%,#b0b0b0 25%,#969596 50%,#7c7d7c 75%,#646465 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#646465',GradientType=0 ); /* IE6-9 */
}
.header-widget .widget span {
  display: block;
  clear: both;
}


/* Navigation Styles (Main Menu) */
#wrapper #nav-container {
  margin: 0;
  position: relative;
  z-index: 9;
  border-bottom: 18px solid #005826;
  background: #00431d; /* Old browsers */
  background: -moz-linear-gradient(left,  #00431d 0%, #00431d 50%, #005826 50%, #005826 50%, #005826 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00431d), color-stop(50%,#00431d), color-stop(50%,#005826), color-stop(50%,#005826), color-stop(99%,#005826)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #00431d 0%,#00431d 50%,#005826 50%,#005826 50%,#005826 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #00431d 0%,#00431d 50%,#005826 50%,#005826 50%,#005826 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #00431d 0%,#00431d 50%,#005826 50%,#005826 50%,#005826 99%); /* IE10+ */
  background: linear-gradient(to right,  #00431d 0%,#00431d 50%,#005826 50%,#005826 50%,#005826 99%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00431d', endColorstr='#005826',GradientType=1 ); /* IE6-9 */
}
#navigation ul.nav{
  margin: 0;
  border-left: 300px solid #00431D;
    padding-top: 15px;
}
#navigation ul.nav:before {
  content: '';
  position: absolute;
  top: -70px;
  left: -70px;
  border: 70px solid transparent;
  border-bottom: 45px solid #005826;
}
#navigation ul.nav li, #navigation ul.nav li:hover, #navigation ul.nav li:hover a{
  background: none;
}
#navigation ul.nav li a{
  font-family: 'Myriad Pro Light';
}
#navigation ul.nav > li > a{
  padding: 0 20px !important;
  line-height: 20px;
  transition: all 0.3s;
}
#navigation ul.nav > li > a:hover, #navigation ul.nav > li.current_page_item > a, #navigation ul.nav > li.current_page_parent > a, #navigation ul.nav > li.current-menu-ancestor > a, #navigation ul.nav > li.current-cat > a, #navigation ul.nav > li.current-menu-item > a {
  background: none;
  color: #FFFFFF;
}
#navigation ul.nav li.parent > a:after{
  display: none;
}
#navigation ul.nav li.parent:hover > a{
  background: none;
  color: #FFFFFF;
}
#navigation ul.nav li ul.sub-menu{
  width: auto;
  min-width: 175px;
  padding: 18px 0 0 0;
  background: none;
}
#navigation ul.sub-menu:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 15px;
  border: 7px solid transparent;
  border-bottom: 10px solid #00A651;
}
#navigation ul.nav li ul.sub-menu li a{
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #FFFFFF !important;
  border-bottom: 1px solid #047C3E;
  border-top: 1px solid #01C25F;
  padding: 12px 15px !important;
  background: #00A651 !important;
}
#navigation ul.nav li ul.sub-menu li:first-child a{
  border-top: 0;
}
#navigation ul.nav li ul.sub-menu li:last-child a{
  border-bottom: 0;
}

/* Content Area (General styles) */
.page header > .title {
  display: none;
}
.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
  /*border: 4px solid #CDCDCD !important;*/
  background: none !important;
  padding: 0px !important;
}
.home #content{
  padding-top: 0;
}
#content{
  padding-top: 20px;
  min-height: 300px;
}
#content *{
  font-family: 'Swiss';
}
#content .flexslider {
  margin: 0;
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
ol.flex-control-nav.flex-control-paging{
  display: none;
}
.clearfix {
  clear: both;
}
.entry .rev_slider_wrapper ul {
  padding: 0;
}
.rev_slider_wrapper .tp-bullets.round div.bullet{
  background: rgba(255,255,255,0.4);
  border-radius: 8px;
  width: 28px;
  height: 28px;
  margin: 0 5px;
  transition: background 0.3s;
}
.rev_slider_wrapper .tp-bullets.round div.bullet:hover, .rev_slider_wrapper .tp-bullets.round div.bullet.selected{
  background: #FFFFFF;
}

/* Single Post and Blog Page styles */
.single .post-meta, .single #post-author, .single article #connect, .single .post-utility, .post-entries, #comments {
  display: none;
}
.vc_custom_1420541757398 {
    background: #fff none repeat scroll 0 0 !important;
    border-bottom: 1px solid #f9f9f9 !important;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: #005826 !important;
    color: #fff;
}



/* Archive and Category Page styles */

/* Testimonial widget styles */
body.full-width #extra-footer-widget {
  padding-left: 1.618em;
  padding-right: 1.618em;
}
.widget.testimonial-carousel-widget {
  margin-bottom: 70px;
  text-align: center;
  padding: 0;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
}
.testimonial-carousel-widget h3.widget-title {
  background-color: #00A651;
  padding: 12px;
  line-height: 1;
  color: #FFFFFF;
  font-size: 25px;
}
.testimonial-carousel-inner {
  position: relative;
  padding: 20px 60px;
}
.testimonial-carousel-inner:before {
  content: '\f10d';
  font-family: FontAwesome;
  color: #00A651;
  font-size: 25px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.testimonial-carousel-inner:after {
  content: '\f10e';
  font-family: FontAwesome;
  color: #00A651;
  font-size: 25px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.testimonial-carousel-inner ul.slides li{
  display: none;
  list-style: none;
}
.testimonial-carousel-inner ul.slides li p {
  color: #005826;
  margin-bottom: 10px;
}
.testimonial-carousel-inner ul.slides li h4 {
  color: #005826;
  font-size: 18px;
  text-transform: uppercase;
}

	

/* Sidebar elements (left or right sidebars, widgets) */
#sidebar .widget h3 {
  font-size: 28px;
  color: #005826;
}
.contact-side {
  margin-bottom: 15px;
}

/* Gravity Form styles */
.gf-placeholder_wrapper.gform_wrapper ul li.gfield .gfield_label{
  display: none;
}
.gf-placeholder_wrapper.gform_wrapper ul li.gfield{
  margin: 0;
}
.gform_wrapper ul li.gfield input.medium, .gform_wrapper ul li.gfield select.medium, .gform_wrapper ul li.gfield textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c3c3c3;
  border-radius: 0;
  font-size: inherit;
  padding: 8px;
  color: #606060;
  text-indent: 0px;
  margin: 0 0 8px !important;
}
div.gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
  display: block;
  zoom: 1;
  background: #00A651;
  border: 0;
  border-radius: 0;
  padding: 8px 15px;
}
#sidebar .gform_wrapper .top_label .gfield_label{
  margin: 0;
}

/* Footer styles */
#wrapper #footer-container {
  border-top: 35px solid #00a651;
}
#footer-widgets-container *, #footer-container *{
  font-family: 'Swiss';
}
#footer-widgets .block {
  padding-top: 30px;
}
.fb_iframe_widget{
  max-width: 100%;
  width: 100%;
}
.fb_iframe_widget > span{
  max-width: 100%;
  width: 100% !important;
}
.fb_iframe_widget iframe{
  max-width: 100%;
  width: 100% !important;
}
#map_canvas img{
  max-width: none;
}
#map-desc{
  font-size: 15px;
}
#map-desc strong{
  display: block;
}
#footer-widgets .widget h3 {
  color: #FFFFFF;
  font-size: 25px;
}
#footer-widgets .widget .textwidget {
  color: #72bd93;
}
#footer-widgets .footer-widget-3 .widget li {
  list-style: none;
}
#footer-widgets .widget .textwidget a{
  color: #FFFFFF;
  text-decoration: none;
}
.footer-widget-3 .widget {
  margin-top: 50px;
}
#wrapper #footer{
  padding: 8px 0;
  position: relative;
}
#footer #credit p {
  font-family: 'Swiss';
}
#footer .custom_social_widget {
  position: absolute;
  top: -66px;
  right: 0;
}
#footer #copyright {
  margin-bottom: 0px;
}
#footer .custom_social_widget a{
  background: #00A651;
  width: 45px;
  height: 50px;
  padding: 8px 0 0 8px;
  float: left;
  display: block;
  margin-left: 4px;
  position: relative;
  border-radius: 10px;
}
#footer .custom_social_widget a span {
  display: block !important;
  width: 51px;
  height: 50px;
  right: -6px;
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
}
.custom_social_widget a.facebook span{
  background-position: 0 0;
}
.custom_social_widget a.twitter span{
  background-position: -51px 0;
}
.custom_social_widget a.linkedin span{
  background-position: -102px 0;
}
#footer #credit{
  float: right;
}

/* Slider and Gallery styles (not necessary if gallery page is part of the sitemap, hence refer to page specific styles section) */



/* Page specific styles goes here i.e. homepage, about page, contact page, service page, etc. */

/* Homepage styles */
.vc_row.home-slider{
  position: relative;
  z-index: 0;
}
.home-row-2 {
  position: relative;
  z-index: 9;
  margin-left: -8px;
  margin-right: -8px;
}
.home-row-2 .vc_col-sm-4 {
  padding-left: 8px;
  padding-right: 8px;
}
.home-row-2 .wpb_single_image{
  margin-bottom: 12px;
}
.entry .home-row-2 img{
  border: 0 !important;
}
.home-row-2-title {
  text-align: center;
  background: #00431d;
}
.home-row-2-title h4 a{
  text-decoration: none;
  text-transform: uppercase;
  color: #72bd93;
  display: block;
  padding: 10px 5px;
}
.home-row-3 .hr-3-left{
  padding-right: 30px;
  width: 40%;
  float: left;
}
.home-row-3 .hr-3-left h2{
  text-align: right;
  font-size: 50px;
  font-weight: bold;
  font-family: 'Impact' !important;
  line-height: 1;
}
.home-row-3 .hr-3-right{
  float: right;
  border-left: 2px solid #000000;
  padding-left: 30px;
  width: 60%;
}

/* Services Page styles */


/* Contact Page styles */




/* Responsive styles goes here */
@media only screen and (max-width:1250px) {
  #wrapper{
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1050px){
  #navigation ul.nav {
    border-left: 250px solid #00431D;
  }
  #navigation ul.nav > li > a {
    padding: 0 15px !important;
    font-size: 16px;
  }
  .home-row-3 .hr-3-left h2 {
    font-size: 45px;
  }
  #wrapper #footer-container{
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 900px) and (min-width: 768px){
  #navigation ul.nav {
    border-left: 200px solid #00431D;
  }
  #navigation ul.nav > li > a {
    padding: 0px 12px !important;
    font-size: 14px;
  }
  #header #logo .site-title a{
	font-size: 22px;
  }
}

@media only screen and (max-width: 900px) {
  #footer-widgets-container #footer-widgets .block {
    width: 48%;
    margin: 0 2% 0 0;
    float: left;
  }
  #footer-widgets-container #footer-widgets .block.footer-widget-2, #footer-widgets-container #footer-widgets .block.footer-widget-4 {
    margin: 0 0 0 2%;
  }
  #footer-widgets-container #footer-widgets .block .widget {
    margin: 0 0 20px;
  }
  #footer-widgets-container #footer-widgets .block.footer-widget-3 .widget {
    margin-top: 0;
  }
  #footer-widgets-container #footer-widgets .block.footer-widget-3 {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }
  #footer-widgets .footer-widget-3 .widget li {
    float: left;
    width: 48%;
    margin-right: 2%;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #footer-widgets .footer-widget-3 .widget li:nth-child(even){
    margin-left: 2%;
    margin-right: 0;
  }
}
  
@media only screen and (max-width:767px) {
  #inner-wrapper{
  	overflow: hidden;
  }
  #headerplusnav {
  	padding: 10px 25px;
  }
  body #wrapper #header {
	height: auto;
	position: static;
	padding: 15px;
	clear: none;
  }
  h3.nav-toggle {
	padding: 0;
	height: 45px;
	line-height: 45px;
	border: 0;
	width: auto;
	background: #00A651;
  }
  h3.nav-toggle:before{
    margin: 0;
	line-height: 45px;
	text-shadow: none;
	border: 0;
	display: inline-block;
	padding: 0 12px 0 16px;
	text-align: center;
	font-size: 27px;
	vertical-align: top;
  }
  #header-container h3.nav-toggle a {
	text-shadow: none;
	border: 0;
	text-transform: uppercase;
	display: inline-block;
	padding: 0;
	letter-spacing: 1px;
	font-size: 15px;
	vertical-align: top;
	line-height: 45px;
	font-family: 'Myriad Pro Light';
  }
  #header .header-widget a.phone-top {
	background: none;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	float: none;
	padding: 0 15px;
	line-height: 45px;
	height: 45px;
	font-size: 15px;
	font-family: 'Myriad Pro Light';
  }
  #header .header-widget a.phone-top:before {
	content: '\f095';
	font-family: FontAwesome;
	color: #FFFFFF;
	margin-right: 8px;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
  }
  #header #logo {
    margin-left: -20px;
  }
  #logo img{
    height: 100px; 
  }
  #header #logo .site-title {
	margin: 65px 0 0 -5px;
  }
  #header #logo .site-title a{
    font-size: 22px;		  
  }
  #header .header-widget {
	float: right;
	clear: none;
	margin: 10px 0 0 0;
  }
  body.show-nav #inner-wrapper {
  	left: 0;
  }
  body #wrapper #nav-container {
  	float: none;
  	margin: 0;
	position: static;
  }
  #headerplusnav #navigation{
  	margin: 0;
  }
  .csstransforms3d.csstransitions body #wrapper #navigation {
	width: 280px;
	left: 0;
    top: 45px;
	padding: 60px 0 0 0;
	text-align: right;
	background: rgba(0, 0, 0, 0.8) !important;
	transition: left 0.3s;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
  }
  .csstransforms3d.csstransitions body.show-nav #wrapper #navigation {
  	left: 280px;
    box-shadow: 5px 4px 8px rgba(0, 0, 0, 0.15);
  }
  #wrapper #inner-wrapper #nav-container{
	background: none;
  }
  #navigation h3 {
	font-size: 15px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	text-align: right;
	line-height: 42px;
	padding-right: 15px;
	background-color: #00A651;
	z-index: -1;
	color: #FFFFFF;
	font-family: 'Myriad Pro Light';
	text-transform: uppercase;
	letter-spacing: 1px;
  }
  #navigation .nav-home, #navigation .nav-close{
	height: 25px;
	width: 25px;
	font-size: 12px;
	padding: 0;
	top: 5px;
	left: 15px;
	background: #005826;
	border-radius: 0;
    font-size: 0;
  }
  #wrapper #navigation .nav-home{
    right: auto;
    left: 50px;
  }
  #navigation .nav-home:before, #navigation .nav-close:before{
    line-height: 25px;
    font-size: 14px;
  }
  #wrapper #navigation .menus {
  	position: static;
  }
  #navigation ul.nav {
	border: 0;
  }
  #navigation ul.nav:before, #navigation ul.sub-menu:before{
	display: none;
  }
  #wrapper #navigation ul.nav li a{
	display: block;
	text-decoration: none;
    color: #FFFFFF;
  }
  #navigation ul.nav > li > a {
  	padding: 10px 18px !important;
  	font-size: 20px;
  }
  #navigation ul.nav li ul.sub-menu{
	margin: -8px 0 0 0;
	padding: 0;
  }
  #navigation ul.nav li ul.sub-menu li a {
	white-space: normal;
	width: auto;
    color: #D0D0D0 !important;
	border: 0;
	padding: 8px 20px !important;
	background: none !important;
	font-style: italic;
  }
  .hide-mobile {
	display: none !important;
  }
  .tp-bullets {
	bottom: 20px !important;
  }
  .home-row-2 .vc_col-sm-4 {
	float: left;
	width: 33.33%;
  }
  .home-row-2-title h4 a {
	padding: 5px;
	font-size: 20px;
  }
  .home-row-3 .hr-3-left h2{
	font-size: 40px;
	line-height: 1.3;
  }
  .wpb_single_image .vc_single_image-wrapper{
	display: block;
  }
  .vc_row.home-slider{
	margin-left: -45px;
	margin-right: -45px;
  }
}

@media only screen and (max-width: 620px) {
  #header #logo .site-title a {
	font-size: 18px;
  }
  .rev_slider_wrapper .tp-bullets.round div.bullet {
	border-radius: 5px;
	width: 20px;
	height: 20px;
  }
  .home-row-2 .vc_col-sm-4 {
	float: none;
	width: 400px;
	margin: 0 auto 35px;
	display: block;
  }
  .home-row-2 .wpb_single_image img{
    width: 100%;
  }
  .home-row-3 .hr-3-left {
	padding-right: 15px;
	width: auto;
	float: none;
  }
  .home-row-3 .hr-3-left h2 {
  	text-align: center;
  }
  .home-row-3 .hr-3-right {
	float: none;
	border: 0;
	padding-top: 25px;
	width: auto;
  }
  #footer-widgets-container #footer-widgets .block {
	width: 100%;
	margin: 0 !important;
	float: none;
  }
  #footer-widgets-container #footer-widgets .block .widget li {
	float: none;
	width: 100%;
	margin: 0 0 5px;
  }
}

@media only screen and (max-width: 580px) {
  #header #logo .site-title {
	display: none;
  }
}

@media only screen and (max-width:480px){
  #logo img {
    height: 80px;
  }
  #header .header-widget{
    margin: 5px 0 0 0;
  }
  .header-widget .widget p, .header-widget .widget .textwidget {
	font-size: 14px;
  }
  .home-row-2 .vc_col-sm-4 {
	width: 100%;
  }
}

.pawprint {
  float:left;
  width:30%;
}

.pawprint img {
  height: 152px;
}

#logo {
  width: 40%;
}