/*
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
*/

div#inner-wrapper{
	overflow-x: hidden !important;
}

body {
background-size: cover;
}



/* General element styles i.e., header, navigation, content, sidebar widgets, sliders and galleries. */


/* Header Styles (Logo, header elements, widgets, etc.) */


/* Navigation Styles (Main Menu) */

#navigation ul.nav li ul.sub-menu {
	padding: 0; /* this can be adjusted */
	width: auto; /* important style */
	min-width: 200px; /* this can be adjusted */
}

#navigation ul.nav li ul.sub-menu li a {
	white-space: nowrap; /* important style */
	width: 100%; /* important style */
}

/* 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;
}


/* Revolution Slider Styles */  
 

/* 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 .col-left {
    margin-bottom: 0px !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 */


	
/* Gravity Forms Styles */


body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
	    padding: 15px 5px !important;
	    font: 15px Lato !important;
	    color: #6c6c6c;
	    margin: -5px 0px !important;
	    border: 2px solid #6c6c6c;
width: 100% !important;
}


body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	    padding: 15px 5px !important;
	    font: 15px Lato !important;
	    color: #6c6c6c;
	    margin: 10px 0px !important;
	    border: 2px solid #6c6c6c;
width: 100% !important;
}



.gform_wrapper {
    overflow: inherit;
    margin: 0!important;
    max-width: 100% !important;
}



.gform_wrapper .gform_footer {
    padding: 0px !important;
    margin: 0px !important;
    clear: both;
}


body .gform_wrapper .gform_footer input[type=submit]{
    width:25%;
    padding:0px;
    height:45px;
    margin-top: 10px;

   background: #8224e3;
   border-radius: 10px;
font: bold 14px Lato !important;
}

	
::-webkit-input-placeholder {
  color: #666666;
  text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666666;
  text-transform: uppercase; 
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #666666;
  text-transform: uppercase; 
}
:-ms-input-placeholder {  
  color: #666666;
  text-transform: uppercase;  
}


/* Service Page styles */



/* Gallery Page styles */



/* Contact Page styles */




/* Responsive styles goes here */

@media only screen and (max-width: 767px) {
 	body {
  		border: 0 !important;
  	}
  	#wrapper #header {
  		position: static;
		padding: 20px 0;
  	}
  	#header #logo {
		float: none;
		text-align: center;
		padding: 0 12px;
	}
  	h3.nav-toggle {
		background: #5b5c60;
		border-bottom: 0;
		height: 60px;
		line-height: 60px;
		padding: 0;
	}
  	h3.nav-toggle:before {
  		font-weight: normal;
		color: #FFFFFF;
		margin-left: 15px;
		text-shadow: none;
		border-right: 0;
		display: inline-block;
		padding: 0;
		font-size: 30px;
  	}
 	h3.nav-toggle a {
  		display: none;
  	}
  	.header-widget .header-right-details {
		background: none;
		width: 0;
		height: 0;
		margin: 0;
	}
  	.header-widget .widget p, .header-widget .widget .textwidget {
  		font-size: 0 !important;
	}
  	body.show-nav #inner-wrapper {
		left: 0;
	}
  	.csstransforms3d.csstransitions body #wrapper #navigation {
		width: 280px;
		left: 0;
		padding-top: 60px;
  		z-index: 99999;
		background: rgba(255, 255, 255, 0.95) !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: 2px 0px 5px rgba(0, 0, 0, 0.3);
	}
	#navigation .menus h3 {
  		display: block;
		font-size: 16px;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		height: 60px;
		line-height: 60px;
		width: 100%;
		z-index: -1;
		text-align: center;
		background: #5b5c60;
		color: #FFFFFF;
		text-transform: uppercase;
	}
	#navigation .nav-home, #navigation .nav-close {
		height: 30px;
		width: 30px;
		font-size: 15px;
		padding: 0;
		top: 14px;
		left: 12px;
		background: #FFFFFF;
		color: #5b5c60;
		border-radius: 0px;
	}
	#navigation .nav-home:before, #navigation .nav-close:before {
		line-height: 30px;
	}
	#navigation .nav-home {
		left: auto;
  		right: 12px;
	}
	#wrapper #navigation .menus ul.nav li {
		padding: 0;
  		display: block;
  		background: none !important;
	}
	#wrapper #navigation .menus ul.nav li a {
  		font-family: Myriad Pro, sans-serif;
  		font-size: 15px;
  		padding: 12px 15px !important;
		margin: 0;
  		color: #444444 !important;
  		text-decoration: none;
  		border-right: 0 !important;
  		border-bottom: 1px solid #F2F2F2;
  		background: none !important;
  	}
	#navigation ul.nav li ul.sub-menu {
		visibility: visible;
		left: auto;
		position: relative;
		padding: 0;
		margin: 0;
		background: none !important;
		width: auto;
	}
	#navigation ul.nav li ul.sub-menu li {
		border: 0 !important;
	}
	#wrapper #navigation .menus ul.nav li ul li a {
		background: none;
  		padding-left: 30px !important;
	}
	#footer #copyright {
		text-align: center;
		float: none;
		padding-bottom: 15px;
	}
	#footer #credit {
		text-align: center;
		float: none;
	}
	.wpb_single_image .vc_single_image-wrapper {
		margin-top: 15px;
	}

}
