/*
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
*/

/* General element styles i.e., header, navigation, content, sidebar widgets, sliders and galleries. */

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





/* Navigation Styles (Main Menu) */


/* Content Area (General styles) */
.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
	border: none !important;
	background: none !important;
	padding: 0px !important;
}

#content .flexslider {
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;
}

html body {
  	background: #272c33; /* Old browsers */
	background: -moz-linear-gradient(top, #272c33 0%, #757c87 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272c33), color-stop(100%,#757c87)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #272c33 0%,#757c87 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #272c33 0%,#757c87 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #272c33 0%,#757c87 100%); /* IE10+ */
	background: linear-gradient(to bottom, #272c33 0%,#757c87 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272c33', endColorstr='#757c87',GradientType=0 ); /* IE6-9 */
  	background-attachment: fixed;
}

#content .box {
  background: white;
  padding: 10px 20px;
  border: solid 1px rgb(194, 194, 194);
  border-radius: 10px;
}

#content .box:after {
  width: 16px;
  height: 83px;
  content: " ";
  position: absolute;
  left: 11px;
  top: 50%;
  background: url(/wp-content/uploads/2015/04/homeboxbg.png);
  margin-top: -41.5px;
}

#content .gform_wrapper .top_label input.medium, 
#content .gform_wrapper .top_label select.medium,
#content .gform_wrapper textarea.medium {
  width: 100%;
  border: solid 1px rgb(205, 205, 205);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 16px;
}

#wrapper #content {
  padding-bottom: 0px;
}

/* Single Post and Blog Page styles */
.single .post-meta, .single #post-author, .single article #connect, .single .post-utility {
	display: none;
}




/* Archive and Category Page styles */





/* Sidebar elements (left or right sidebars, widgets) */





/* Footer elements styles */

#footer #copyright {
  float: none;
  text-align: center;
  margin-bottom: 0px;
}

#footer #credit {
  display: none !important;
}

/* 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 */



/* About Page styles */



/* Service Page styles */



/* Gallery Page styles */



/* Contact Page styles */




/* Responsive styles goes here */

/* This style is to override the default styles of navigation and inner-wrapper element for tablet and ipad screens. */
@media only screen and (max-width:800px) and (min-width:768px) {
	html.csstransforms3d.csstransitions #inner-wrapper {
		left: 0 !important;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 200ms ease;
		-moz-transition: -moz-transform 200ms ease;
		-o-transition: -o-transform 200ms ease;
		transition: transform 200ms ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	html.csstransforms3d.csstransitions .show-nav #inner-wrapper {
		-webkit-transform: translate3d(80%, 0, 0);
		-moz-transform: translate3d(80%, 0, 0);
		-ms-transform: translate3d(80%, 0, 0);
		-o-transform: translate3d(80%, 0, 0);
		transform: translate3d(80%, 0, 0);
		-webkit-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-o-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
	}
	html.csstransforms3d.csstransitions #navigation {
		clear: both;
		width: 80%;
		left: -80%;
		position: absolute;
		top: 0;
		min-height: 100%;
		z-index: 9000;
		padding-top: 4.236em;
		left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	html.csstransforms3d.csstransitions .show-nav #navigation {
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	body .nav-toggle, body .nav-close, body .nav-home {
		display: block !important;
	}
}

@media only screen
and (min-width: 768px) {
	
#wrapper #navigation {
  width: 95%;
  border: solid 1px rgb(205, 205, 205);
}

ul.nav li.current_page_item a, 
ul.nav li.current_page_parent a, 
ul.nav li.current-menu-ancestor a, 
ul.nav li.current-cat a, 
ul.nav li.current-menu-item a {
	background: url(/wp-content/uploads/2015/04/hover.png) no-repeat top center;
	color: #000;
}

#navigation ul.nav > li a:hover {
	background: url(/wp-content/uploads/2015/04/hover.png) no-repeat top center;
}

#navigation ul.nav > li:hover {
	background: none;
}

#navigation ul.nav li a {
	width: 122px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
  	padding-top: 20px !important;
  	padding-bottom: 14px !important;
  	margin-top: -6px;
}
	
}


