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

@import url("../canvas/style.css");


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

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





/* Navigation Styles (Main Menu) */
#wrapper #navigation {
	background: none;
}
#wrapper #navigation .menus ul.nav li a {
	background: none !important;
  	
}
#navigation .menus ul.nav > li > a {
	margin-right: 3px;
}
#navigation .menus ul.nav li ul.sub-menu {
	background: #D52026;
}


/* Content Area (General styles) */
/*.page header > .title {
	display: none;
}*/

.page-title, .post .title, .page .title {
    background: none repeat scroll 0 0 #fff;
    margin: 0;
    padding: 20px;
}

.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
	border: none !important;
	background: none !important;
	padding: 0px !important;
}





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





/* 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;
	}
}
  
.entry {
    background: none repeat scroll 0 0 #fff;
    padding: 20px;
	border-left: 93px solid #484A47;
    border-right: 66px solid #484A47;
}
  
#header {
	padding-left: 70px;
    padding-right: 82px;
	
}
  
#navigation {
    margin-bottom: 0;
}
  
#logo { padding-top: 20px; padding-left: 20px; }
  
.header-widget {
    padding: 10px;
    text-align: right;
  	
    
}

.header-widget {
    padding-right: 10px !important;
}
  
.header-widget a{
	color: #fff;
	text-decoration: none !important;

}
  
ul.nav {
    margin-right: 0;
    
}

ul.nav li ul li a {
    color: #fff !important;
} 

#footer {
  background-image: url("/wp-content/uploads/2014/10/footer-bg.png");
  background-repeat: no-repeat;
  padding-bottom: 39px;
  
}

#footer .col-left {
    float: none;
    margin-bottom: 10px;
    text-align: center;
}

#content {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    #navigation { 
        float: right; 
        width: auto; 
        clear:none; 
        max-width: 600px;
    }
}

.tp-simpleresponsive ul {
    padding: 0 !important;
}

@media only screen and (max-width:1250px) and (min-width:1126px) {
  	#wrapper #header {
  		background-size: 100% auto !important;
		background-position: center center !important;
		margin-bottom: -8px;
  	}
  	#header #logo {
		padding-top: 28px;
		padding-left: 60px !important;
  	}
}

@media only screen and (max-width:1125px) {
  	div#wrapper #header {
		background: #D52026 !important;
		padding-top: 12px !important;
		padding-left: 10px;
		padding-right: 15px;
		border: 0;
		margin-top: 15px;
  	}
  	#logo {
		padding-left: 15px !important;
		padding-top: 28px;
	}
  	section.entry {
		border-left: 30px solid #484A47;
		border-right: 30px solid #484A47;
	}
  	#navigation .menus ul.nav > li > a {
		margin-right: 0;
	}
}

@media only screen and (max-width:900px) and (min-width:768px) {
	body .nav-toggle, body .nav-close, body .nav-home {
		display: block !important;
	}
	.csstransforms3d.csstransitions body #wrapper #inner-wrapper #navigation {
		width: 400px;
		position: absolute;
		left: -400px;
	}
	.csstransforms3d.csstransitions body.show-nav #wrapper #inner-wrapper #navigation {
		left: 0;
	}
}

@media only screen and (max-width:900px) {
  	body {
  		background-image: none !important;
  	}
  	#wrapper {
  		overflow: hidden;
  	}
  	div#wrapper #header {
		background: #D52026 !important;
		padding: 0px !important;
		border: 0;
		margin: 0;
		position: static;
	}
	#logo {
		position: absolute;
		top: 18px;
		left: 12px;
		padding: 0 !important;  
	}
	h3.nav-toggle {
		padding: 20px 0;
		background: #EC2127;
		border: 0;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 18px;
	}
	h3.nav-toggle:before {
		text-shadow: none;
		color: #FFFFFF;
		font-size: 20px;
		line-height: 32px;
		padding: 0;
		width: 31px;
		height: 31px;
		text-align: center;
		border-radius: 100%;
		border: 2px solid #FFFFFF;
		margin: 0;
		right: 12px;
		top: 16px;
		position: absolute;
	}
	h3.nav-toggle a {
		border: 0;
		padding: 0;
  		text-shadow: none;
  		font-size: 0;
	}
  	#header .header-widget {
		padding: 0;
		margin: 0;
	}
  	.header-widget a.phone-top {
		position: absolute;
		top: 16px;
		right: 60px;
		width: 31px;
		height: 31px;
		line-height: 35px;
		font-size: 0;
		text-align: center;
		border-radius: 100%;
		border: 2px solid #FFFFFF;
	}
	.header-widget a.phone-top:before {
  		content: "\f095";
		font-family: FontAwesome;
		font-size: 20px;
	}
  	body #inner-wrapper {
  		padding: 0;
  	}
	body.show-nav #inner-wrapper {
		left: 0;
	}
  	body #wrapper #nav-container {
		float: none;
		margin: 0;
  	}
	.csstransforms3d.csstransitions body #wrapper #navigation {
		width: 280px;
		left: 0;
  		padding-top: 65px;
  		margin: 0;
		background: #FFFFFF !important;
  		z-index: 99999;
		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: 0px 0px 8px rgba(0, 0, 0, 0.5);
	}
	#navigation a.nav-close {
  		top: 20px;
		left: 12px;
		font-size: 14px;
		background: #2C2C2C;
		border-radius: 0;
		color: #CBCBCB;
  	}
  	#navigation a.nav-home {
  		top: 20px;
		right: 12px;
		left: auto;
		font-size: 14px;
		background: #2C2C2C;
		border-radius: 0;
		color: #CBCBCB;
  	}
	#wrapper #navigation h3 {
		display: block;
		text-align: center;
		color: #FFFFFF;
		background: #222222;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0;
		height: 68px;
		line-height: 68px;
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
		z-index: -1;
	}
	#wrapper #navigation .menus {
		position: static;
	}
	#wrapper #navigation ul.nav {
		margin-top: 8px;
  		float: none;
	}
	#wrapper #navigation .menus ul.nav li {
		display: block;
  		float: none;
  		border: 0 !important;
  		background: none !important;
	}
	#wrapper #navigation .menus ul.nav li a {
		background: none !important;
		color: #EC2127 !important;
  		text-decoration: none;
  		padding: 12px 15px !important;
		border-bottom: 1px solid #EFEFEF;
	}
	#wrapper #navigation .menus ul.nav li ul.sub-menu {
		visibility: visible;
  		left: auto;
  		padding: 0;
  		background: none !important;
  		margin: 0;
  		width: auto;
  		position: relative;
	}
	#wrapper #navigation .menus ul.nav li ul.sub-menu li a {
		padding-left: 25px !important;
	}
	section.entry {
		border-left: 0;
		border-right: 0;
	}
	#wrapper #footer {
		background-color: #484A47 !important;
  		background-image: none;
	}
	ul.sub-menu {
	  display: none;
	}

}

@media only screen and (max-width: 480px) {
	h3.nav-toggle {
		padding: 50px 0;
  	}
  	h3.nav-toggle:before {
  		right: 50%;
		margin-right: -40px;
		top: 70px;
  	}
  	#logo {
		top: 25px;
		left: 0;
		text-align: center;
		width: 100%;
	}
  	#header .header-widget a.phone-top {
		top: 70px;
		margin-left: -40px;
		left: 50%;
		right: auto;
	}
}



