/*
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. */
.widget ul li:before {
display: none;
}
@font-face {
	font-family: ShimesTwo_PERSONAL;  
	src: url(/wp-content/themes/canvas-child/fonts/ShimesTwo_PERSONAL.ttf);  
	font-weight: bold;  
	
}


h6 {
    font-family: ShimesTwo_PERSONAL !important;
    font-size: 214px !important;
}


a:hover, a:visited, a:link, a:active{
  text-decoration: none;
}

/* Header Styles (Logo, header elements, widgets, etc.) */

@media only screen and (min-width: 768px) {
     
    #logo { 
	float: left !important; 
	max-width: 100% !important; 
	margin-left: 150px;
        margin-top: -17px !important;
	}
 
    #navigation { 
        max-width: 60% !important;
        float: right !important;
        clear: none;
		
	}


nav#navigation.col-full{
	background: none;
	margin-top: 40px;
	border-top: 1px #054736 solid;
}
 
}



/* Navigation Styles (Main Menu) */
#navigation ul.nav{
  margin: 0;
 }
 
#navigation ul.nav li, #navigation ul.nav li:hover, #navigation ul.nav li a:hover{
  background: none;
  color: #054736;
}
#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: #054736;
  font-weight: bold;
}



/* Content Area (General styles) */

body {
background-size: cover;
}


.home #content{
  padding-bottom: 0;
}

.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;
}

/* 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) */

/* JLD Portfolio Styles */

#portfolio-gallery .vc_gitem_row .vc_gitem-col {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.single-jld-portfolio h1 {
margin-bottom: 10px;
}


/* Footer elements styles */

footer#footer.col-full{
max-width: 1200px !important;
}


#footer #copyright{
  margin-bottom: 0;
}

#footer-container {
    background-color: rgba(5, 70, 53, 0.9) !important;
}


/* Gravity Forms */

div.gform_wrapper{
  margin: 0;
  max-width: 100%;
  background: #fcfeff;
  padding: 1px 10px;
}
div.gform_wrapper .top_label .gfield_label {
  font-weight: normal;
}
.gf-placeholder_wrapper.gform_wrapper ul li.gfield .gfield_label{
  display: none;
}
.gf-placeholder_wrapper.gform_wrapper ul li.gfield{
  margin: 0;
}
body div.gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0;
}
div.gform_wrapper ul li.gfield{
  margin-bottom: 0;
}


.gform_wrapper ul li.gfield input#input_1_7_3, .gform_wrapper ul li.gfield input#input_1_7_6,
.gform_wrapper ul li.gfield input.medium, .gform_wrapper ul li.gfield select.medium, .gform_wrapper ul li.gfield textarea {
  width: 100% !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #CDCDCD;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 14px;
  padding: 12px !important;
  color: #555555;
  text-indent: 0px;
  margin: 0 0 25px !important;
}

.gform_wrapper .ginput_complex label{display: none !important;}


::-webkit-input-placeholder {
   color: #044232;
   font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
   color: #044232;
   font-size: 14px;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #044232;
   font-size: 14px;
}
:-ms-input-placeholder {  
   color: #044232;
   font-size: 14px;  
}

.gform_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block;
    width: 100%;
    background: #1d5848 !important;
    border-radius: 0px !important;
    padding: 8px;
    margin-bottom: 0px;
    letter-spacing: 4px;
}

.gform_wrapper .gform_heading {
    width: 100%;
    background: #1d5848;
    padding: 2px 0px;
}

.gform_wrapper {
    margin: 0 0 !important;
    max-width: 100%;
}

#gform_wrapper_1 {
background: #fdfdf7;
}

.gform_body {
    padding: 10px 30px;
}

.gform_wrapper h3.gform_title {
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
}

.gform_wrapper .top_label .gfield_label {
    margin: 0 0 0;
    font-size: 14px;
    font-weight: normal;
    color: #044232;
    letter-spacing: 1px;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0px;
}

.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: solid 1px #95b5a5;
    border-radius: 0px !important;
    background: none !important;
    padding: 3px 0px;
    margin-bottom: 15px;
    text-indent: 0;
    font-size: 14px;
    color: #95B5A5 !important;
    width: 100%;
}

.gform_wrapper textarea.large {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 0px !important;
    background: none !important;
    padding: 3px 0px;
    margin-bottom: 0px;
    text-indent: 0;
    font-size: 14px;
    color: #95B5A5 !important;
    width: 100%;
    height: 8em;
}

.gform_wrapper .gform_footer {
    padding: 0 0 0 !important;
}


/* Page specific styles goes here i.e. homepage, about page, contact page, service page, etc. */

/* Homepage styles */
.entry .white-text *{
  color: #FFFFFF;
}

/* 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: #054736;
		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;
	}
	.header-widget .widget a.email-top {
		font-size: 0;
		width: 30px;
		height: 30px;
		border-radius: 100%;
		position: absolute;
		top: 12px;
		right: 55px;
		line-height: 30px;
		text-align: center;
		background: none;
		border: 2px solid #FFFFFF;
  		text-decoration: none;
	}
	.header-widget .widget a.email-top:before {
		content: "\f0e0";
		font-family: FontAwesome;
		font-size: 18px;
		color: #FFFFFF;
	}
	.header-widget .widget a.phone-top {
		font-size: 0;
		width: 30px;
		height: 30px;
		border-radius: 100%;
		position: absolute;
		top: 12px;
		right: 100px;
		line-height: 30px;
		text-align: center;
		background: none;
		border: 2px solid #FFFFFF;
  		text-decoration: none;
	}
	.header-widget .widget a.phone-top:before {
		content: "\f095";
		font-family: FontAwesome;
		font-size: 20px;
  		color: #FFFFFF;
	}
  	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: #054736;
		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: #054736;
		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;
	}

h6 {
    font-size: 50px !important;
    line-height: 60px !important;
    text-align: center;
}

}