/*
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. */

a, button, .rev-btn, .vc_btn3 {
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

#connect h3 {
    margin-bottom: 10px;
    display: none;
}

#connect p {
    margin: 0 0 1em;
    display: none;
}

#connect .social a {
    opacity: 1 !important;
}

#connect .social a:before {
    background: #000000 !important;
    font-size: 16px;
}

#connect .social a:hover:before {
    background: #f8a21a !important;
}

@media only screen and (min-width:768px) {

.header-widget .widget_woo_subscribe .social {
    position: absolute;
    right: 95px;
    top: 0px;
    margin-top: -35px;
}

.header-widget .email-cart {
    position: absolute;
    right: 25px;
    top: 0px;
    margin-top: -35px;
}

}

#connect .social a::before {
    margin: 0px !important;
}

.email-cart .fa-envelope {
font-size: 18px;
background: #000000;
color: #ffffff;
border-radius: 100%;
height: 32px;
width: 32px;
line-height: 32px;
text-align: center;
}

.email-cart .fa-envelope:hover {
    background: #f8a21a;
}

.email-cart .fa-cart-plus {
font-size: 20px;
background: #000000;
color: #ffffff;
border-radius: 100%;
height: 32px;
width: 32px;
line-height: 32px;
text-align: center;
}

.email-cart .fa-cart-plus:hover {
    background: #f8a21a;
}

#nav-container {
    display: none;
}

@media only screen and (min-width:1200px) {

#top ul.nav li {
    margin-right: 10px;
}

#top ul.nav li .sub-menu li {
    margin-right: 0px;
}

}

@media only screen and (min-width:768px) {

#top ul.nav li a {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}

#top ul.nav li ul.sub-menu li a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

#top ul.nav li.menu-item-has-children a {
padding-right: 20px !important;
}

#top ul.nav li.parent > a:after {
    content: "" !important;
    background: url(/wp-content/uploads/2016/12/nav-icon.png) no-repeat;
    width: 7px;
    height: 6px;
    position: absolute;
    right: 7px;
}

ul.nav ul {
    padding: 0px !important;
}

ul#top-nav {
text-transform: uppercase;
}

#top ul.nav li ul.sub-menu li a {
    white-space: nowrap;
}

#top ul.nav li ul.sub-menu li a:hover {
    width: 100%;
    color: #ffffff !important;
    text-decoration: none;
    background: #f8a21a !important;
}

}

/* Header Styles (Logo, header elements, widgets, etc.) */

#logo {
    float: none !important;
    max-width: 100%;
    text-align: center;
}



/* Navigation Styles (Main Menu) */

@media only screen and (min-width: 768px) {

ul#top-nav li ul.sub-menu {
padding: 0; /* this can be adjusted */
width: auto; /* important style */
min-width: 200px; /* this can be adjusted */
}

ul#top-nav li ul.sub-menu li a {
white-space: nowrap; /* important style */
width: 100%; /* important style */
}

#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;
}

/* 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 */


/* Gravity Form Styles */

.entry ::-webkit-input-placeholder {
   color: #000000 !important;
}
.entry :-moz-placeholder { /* Firefox 18- */
   color: #000000 !important; 
}
.entry ::-moz-placeholder {  /* Firefox 19+ */
   color: #000000 !important; 
}
.entry :-ms-input-placeholder {  
   color: #000000 !important; 
}

.gform_wrapper .top_label .gfield_label {
    display: none !important;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea {
    border-radius: 0px !important;
    padding: 15px !important;
    font-size: 14px !important;
    width: 100% !important;
    margin-bottom: 0px;
    border: solid 2px #d2d2d2;
}

.gform_wrapper .gform_footer {
    padding: 0px !important;
    margin: 0px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    border-radius: 0px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 12px !important;
    padding: 15px 30px;
}

.gform_wrapper input[type=text]:hover, 
.gform_wrapper input[type=url]:hover, 
.gform_wrapper input[type=email]:hover, 
.gform_wrapper input[type=tel]:hover, 
.gform_wrapper input[type=number]:hover, 
.gform_wrapper input[type=password]:hover, 
.gform_wrapper textarea:hover {
    border: solid 2px #f8a21a;
}

.gform_wrapper input[type=text]:active, 
.gform_wrapper input[type=url]:active, 
.gform_wrapper input[type=email]:active, 
.gform_wrapper input[type=tel]:active, 
.gform_wrapper input[type=number]:active, 
.gform_wrapper input[type=password]:active, 
.gform_wrapper textarea:active {
    border: solid 2px #f8a21a;
}

.gform_wrapper input[type=text]:focus, 
.gform_wrapper input[type=url]:focus, 
.gform_wrapper input[type=email]:focus, 
.gform_wrapper input[type=tel]:focus, 
.gform_wrapper input[type=number]:focus, 
.gform_wrapper input[type=password]:focus, 
.gform_wrapper textarea:focus {
    border: solid 2px #f8a21a;
}

/* Sidebar elements (left or right sidebars, widgets) */


/* Slider and Gallery styles (not necessary if gallery page is part of the sitemap, hence refer to page specific styles section) */


/* Footer elements styles */

#top-widgets {
background: #ffffff;
}

#top-widgets .widget h3 {
    font-size: 54px;
    color: #000000;
    text-align: center;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
}

#footer-widgets .gform_wrapper {
    max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

#footer-widgets .gform_wrapper h3.gform_title {
    font-weight: 800;
    color: #ffffff;
    font-size: 32px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border: none !important;
}

#footer-widgets .gform_wrapper span.gform_description {
    color: #ffffff;
}

#footer-widgets .gform_wrapper .gform_heading {
    text-align: center;
    margin-bottom: 40px;
}

#footer-widgets .gform_wrapper .top_label .gfield_label {
    display: none !important;
}

#footer-widgets .gform_wrapper input[type="text"] {
    background: #242424;
    border-radius: 0px;
    border: none !important;
    color: #ffffff;
    padding: 25px !important;
    font-weight: bold;
    width: 100% !important;
}

#footer-widgets .gform_wrapper .gform_footer {
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
}

#footer-widgets input.gform_button {
    background: #242424 !important;
    border-radius: 0px !important;
    border: solid 2px !important;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 12px !important;
    position: absolute;
    right: 8px;
    top: -55px;
    padding: 10px 20px !important;
}

#copyright div {
display: inline-block;
}

ul#footer-menu li {
display: inline-block;
}

ul#footer-menu li a {
    color: #ffffff;
    padding: 10px;
}

@media only screen and (min-width: 1200px) {

ul#footer-menu {
margin: 0px 123px;
}

}

#footer a {
    color: #ffffff;
}

#footer .col-left {
    border-top: solid 1px #242424;
    padding-top: 20px;
    padding-bottom: 15px;
}

#footer-widgets ::-webkit-input-placeholder {
   color: #ffffff !important;
}
#footer-widgets :-moz-placeholder { /* Firefox 18- */
   color: #ffffff !important; 
}
#footer-widgets ::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff !important; 
}
#footer-widgets :-ms-input-placeholder {  
   color: #ffffff !important; 
}

/* Testimonial Slider Styles */

.testimonial-slider{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.testimonial-slider ul{
  padding: 0;
  margin: 0;
}
.testimonial-slider ul.slides li{
  display: none;
}
.testimonial-item-excerpt {
    margin-bottom: 30px;
}
.testimonial-item-title{
  text-transform: uppercase;
}
.testimonial-item p {
  line-height: 1.8;
  margin-bottom: 5px;
}
.testimonial-item p.testimonial-item-title{
  margin-bottom: 15px;
}
.testimonial-item img{
  margin-top: 20px;
}
.testimonial-item p.testimonial-item-name {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
}
.testimonial-item p.testimonial-item-location {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
}
.testimonial-item h5 {
    margin-bottom: 15px;
}

/* Page specific styles goes here i.e. homepage, about page, contact page, service page, etc. */

.entry h3,
.entry h4 {
    line-height: 1.2em !important;
}

.white-text * {
    color: #ffffff !important;
}

@media only screen and (min-width: 768px) {

.page #content h1 {
    letter-spacing: -2px;
    line-height: 74px !important;
    font-size: 74px !important;
    font-weight: 800 !important;
}

}

/* Homepage styles */

.slider-wrapper .vc_column-inner {
max-width: 400px;
margin: 0 auto;
}

#home-row1 p {
    font-size: 18px;
    font-weight: bold;
}

#home-row1 h6 {
font-size: 24px;
line-height: 24px;
}

@media only screen and (min-width: 768px) {

.products-row h5 {
font-size: 24px;
}

.products-row .view-item-btn a {
color: #ffffff !important;
border: solid 2px #ffffff !important;
background: none !important;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
display: none;
}

.products-row .view-item-btn a:hover {
background: #f8a21a !important;
border: solid 2px #f8a21a !important;
}

.products-row .vc_column-inner:hover h5 {
    margin-top: -140px;
    color: #ffffff;
    z-index: 999;
    position: relative;
}

.products-row .vc_column-inner:hover .view-item-btn a {
    display: block;
    margin-top: -30px;
    max-width: 90px;
    padding: 8px 5px !important;
    border-radius: 0px;
    font-size: 12px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    position: relative;
}

.products-row .wpb_single_image {
position: relative;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

.products-row .wpb_single_image img {
filter: grayscale(0.9);
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

.products-row .vc_column-inner:hover .wpb_single_image img {
filter: grayscale(0);
}

.products-row .vc_column-inner:hover .vc_single_image-wrapper {
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

.products-row .vc_column-inner:hover .vc_single_image-wrapper:before {
content: "";
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
display: block;
position: absolute;
z-index: 99;
}

}

.products-row .wpb_single_image .vc_single_image-wrapper {
    border: solid 1px #eeeeee;
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {

.products-row .vc_column-inner:hover h5 {
    margin-top: -100px;
}

.products-row .vc_column-inner:hover .view-item-btn a {
    margin-top: -20px;
}

.products-row .vc_column-inner h5 {
    font-size: 14px !important;
    line-height: 14px !important;
}

}

@media only screen and (max-width: 767px) {

.products-row .wpb_text_column {
margin-bottom: 10px;
}

.products-row .view-item-btn {
margin-bottom: 30px !important;
}

.products-row .view-item-btn a {
    color: #ffffff !important;
    background: #f8a21a !important;
    border: solid 2px #f8a21a !important;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    border-radius: 0px;
    padding: 8px 15px;
    font-size: 13px;
}

.products-row .view-item-btn a:hover {
background: #000000 !important;
color: #ffffff !important;
border: solid 2px #000000 !important;
}

}

#form-video-fb-row .wpb_column {
    border: solid 2px #000000;
    padding: 10px 0px;
}

@media only screen and (min-width: 768px) {

#form-video-fb-row .wpb_column {
    margin: 0.5%;
    width: 32.3% !important;
}

}

/* About Page styles */



/* Service Page styles */



/* Gallery Page styles */



/* Contact Page styles */

#enquiry-form-row h3 {
margin-bottom: 0px;
}

/* Woocomerce Styles */

.woocommerce .summary h1.product_title {
    margin-bottom: 0px !important;
}

.woocommerce .related h2, .woocommerce .upsells h2 {
    font-size: 28px !important;
    line-height: 32px;
}

.woocommerce ul.products li h2 {
    font-size: 22px !important;
    margin-bottom: 0px;
    line-height: 26px;
    letter-spacing: -1px;
}

ul.products li.product a.button {
    border-radius: 0px !important;
font-weight:700!important;
letter-spacing:0.3px;
}

@media only screen and (min-width: 768px) {

ul.products li.product {
    margin-right: 1.04% !important;
    padding: 1% !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border: solid 1px #ffffff;
}

ul.products li.product a.add_to_cart_button, ul.products li.product .price {
    /* visibility: hidden !important; */
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}

ul.products li.product:hover a.add_to_cart_button, ul.products li.product:hover .price {
    /* visibility: visible !important; */
}

ul.products li.product:hover {
    border: solid 1px #f8a21a;
}

ul.products li.product:nth-child(2n) {
    margin-right: 0px !important;
}

}

/* 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: #000000;
		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: #000000;
		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: #000000;
		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;
	}
}

@media only screen and (max-width: 767px) {

.header-widget .email-cart {
    position: absolute;
    right: 10px;
    top: 13px;
}

.header-widget .widget_woo_subscribe .social {
    text-align: left;
    position: absolute;
    right: 80px;
    top: 13px;
}

#connect .social a::before {
    background: #FB9E3E !important;
}

.email-cart .fa-envelope {
    background: #FB9E3E !important;
margin-right: 3px;
}

.email-cart .fa-cart-plus {
    background: #FB9E3E !important;
}

.page .entry h1 {
font-size: 32px !important;
line-height: 36px !important;
}

.page .entry h2 {
font-size: 28px !important;
line-height: 32px !important;
}

.page .entry h3 {
font-size: 24px !important;
line-height: 28px !important;
}

.page .entry h4 {
font-size: 20px !important;
line-height: 24px !important;
}

.page .entry h5 {
font-size: 16px !important;
line-height: 18px !important;
}

.page .entry h6 {
font-size: 12px !important;
line-height: 16px !important;
}

#copyright .bee-copyright {
margin-bottom: 15px;
}

ul#footer-menu li {
    display: block !important;
    margin-bottom: 5px;
}

#copyright div {
    display: block !important;
    margin-bottom: 15px !important;
}

#nav-container {
    display: block !important;
}

.show-nav #navigation .top-navigation {
    display: none !important;
}

#navigation .menus h3 {
    font-size: 0px !important;
}

#navigation ul.cart a.cart-contents {
    height: 30px;
    width: 30px;
    font-size: 15px;
    padding: 0;
    top: 14px;
    background: #FFFFFF;
    color: #000000;
    border-radius: 0px;
    right: 50px;
}

.woocommerce .summary h1.product_title {
    font-size: 32px !important;
    line-height: 34px !important;
}

}

@media only screen and (max-width: 640px) {

#footer-widgets input.gform_button {
position: relative !important;
display: table;
top: 0px !important;
right: 0px !important;
margin-top: 15px !important;
}

#footer-widgets .gform_wrapper input[type="text"] {
    padding: 15px !important;
}

}
@media only screen and (max-width: 767px) {
.vc_row.wpb_row.vc_row-fluid.vc_custom_1504221410322 {
    margin-top: -80px !important;
}
}