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

.header-banner {
  background-image: url(/wp-content/uploads/2016/03/header-banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0;
  text-align: center;
}

.header-banner h2 {
    background-color: #721A2D;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    padding: 20px 30px;
    line-height: 1;
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
}

.custom_social_widget {
    margin-right: 25px;
    margin-top: 55px;
}

.custom_social_widget a {
    display: inline-block;
    margin-left: 35px;
}
	
.custom_social_widget a.facebook:before {
	background: url(/wp-content/uploads/2016/03/facebook.png);
	height: 32px;
	width: 32px;
	position: absolute;
	content: "";
}

.custom_social_widget a.twitter:before {
	background: url(/wp-content/uploads/2016/03/twitter.png);
	height: 32px;
	width: 32px;
	position: absolute;
	content: "";
}

.custom_social_widget a.linkedin:before {
	background: url(/wp-content/uploads/2016/03/linkedin.png);
	height: 32px;
	width: 32px;
	position: absolute;
	content: "";
}


.custom_social_widget a.instagram:before {
	background: url(/wp-content/uploads/2016/03/instagram.png);
	height: 32px;
	width: 32px;
	position: absolute;
	content: "";
}

.searchform, #searchform {
    float: right;
    width: 60% !important;
    border-radius: 0px !important;
    border: solid 1px #ccd5d3;
    margin-top: -35px !important;
}

.searchform input.s, #searchform input#s {
    color: #CCD5D3 !important;
    font-size: 13px !important;
}

.searchform button.submit {
    top: 0px !important;
    right: 0px !important;
    background: #ccd5d3 !important;
    padding-bottom: 1px !important;
}

.searchform .fa-search:before {
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 2.6em !important;
    padding: 0px 8px;
}


/* Navigation Styles (Main Menu) */

#nav-container {
    margin-bottom: 0px !important;
}

@media only screen and (min-width: 768px) {

#navigation ul.nav li.parent > a:after{
  display: none;
}

#navigation ul.nav li.parent:hover > ul.sub-menu{
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

#navigation ul.nav li ul.sub-menu {
    padding: 12px 12px 20px;
    width: auto;
    min-width: 200px;
    background: #721A2D !important;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    left: 0 !important;
    margin-top: 10px;
    display: block;
    transition: all 0.4s;
}

#navigation ul.nav li ul.sub-menu li a {
    white-space: nowrap;
    width: 100%;
    color: #ffffff !important;
    text-decoration: none;
    font-size: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    padding: 12px 5px !important;
    transition: all 0.3s;
}

#navigation ul.nav li ul.sub-menu li a:hover {
  color: #3DA242 !important;
  background: none !important;
}

#navigation ul.nav li ul.sub-menu:before {
  content: '';
  border: 5px solid transparent;
  border-bottom: 8px solid #721A2D;
  position: absolute;
  top: -13px;
  left: 50px;
}

}

/* Visual Composer Styles */

.red-button a {
    background: #721A2D !important;
    color: #ffffff !important;
    border-radius: 0px !important;
}

/* Content Area (General styles) */

#content {
    min-height: 250px;
    padding: 35px 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;
}

.thumb-image-overlay {
    position: relative;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out;
}

.image-overlay-circle {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -52px;
  padding: 15px;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
}

.image-overlay-plus{
  height: 100%;
  width: 100%;
  position: relative;
  background-image: url(images/image-overlay.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.thumb-image-overlay:hover .image-overlay {
    opacity: 1;
    visibility: visible;
    background-color: rgba(61,162,66,0.8);
}

/* Single Post and Blog Page styles */
.blogposts-content .image-overlay-circle {
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.blogposts-content .image-overlay-plus{
  background-image: url(images/bigger-plus.png);
}
.single .post-meta, .single #post-author, .single article #connect, .single .post-utility, .post-entries, #comments {
  display: none;
}
.single h1.entry-title {
  margin-bottom: 15px;
}
.single-post .header-banner h2 {
  font-size: 20px;
  padding: 30px;
}
.single-post .blogpost-item {
  padding: 0;
  background: none;
  box-shadow: none;
  margin-bottom: 15px;
}
.single-post .blogpost-item img{
  width: 100%;
}
.single-post .blogpost-item-content {
  padding: 10px 0 0;
}
.single-post .blogpost-item-meta {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.single-post .entry p {
  line-height: 1.8;
}

/* Gravity Form Styles */

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 97% !important;
    border-radius: 0px;
    border: solid 1px #CECECE;
    padding: 10px;
    margin-bottom: 0px;
}

.gform_wrapper textarea {
    width: 97% !important;
    border-radius: 0px;
    border: solid 1px #CECECE;
    padding: 10px !important;
    margin-bottom: 0px;
    text-indent: .25em;
}

.gform_wrapper .gform_footer {
    padding: 0 0 0 !important;
}

/* Woocommerce Styles */

body #wrapper .button, body #wrapper #content .button, body #wrapper #content .button:visited, body #wrapper #content .reply a, body #wrapper #content #respond .form-submit input#submit, input[type=submit], body #wrapper #searchsubmit, #navigation ul.cart .button, body #wrapper .woo-sc-button {
    font-weight: normal !important;
    border-radius: 0px;
}

/* Blog posts styles */
.blogpost-item {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0px 5px rgba(0,0,0,.1);
  box-shadow: 0 0px 5px rgba(0,0,0,.1);
  margin-bottom: 25px;
}
.blogposts-content section#main {
  float: left;
  width: 74%;
}
.blogposts-content #custom-blog-sidebar {
  float: right;
  width: 22%;
}
.blogpost-item img {
  margin: 0 auto;
  display: block;
}
.blogpost-item-content {
  padding: 15px;
}
h3.blogpost-item-title {
  line-height: 1.3;
  margin-bottom: 5px;
}
h3.blogpost-item-title a{
  color: #000000;
}
.blogpost-item-meta {
  margin-bottom: 10px;
}
.blogpost-item-meta span {
  font-size: 11px;
  line-height: 1;
  color: #999999;
  border-right: 1px solid #999999;
  padding-right: 8px;
  margin-right: 5px;
}
.blogpost-item-meta span:last-child{
  border: 0;
}
.blogpost-item-meta span a{
  color: #999999;
}
h3.blogpost-item-title a:hover, .blogpost-item-meta span a:hover{
  color: #3DA242;
}
.entry .blogpost-item-content p {
  margin-bottom: 5px;
  line-height: 1.8;
}
.entry .blogpost-item-content a{
  text-decoration: none;
  transition: all 0.3s;
}
#custom-blog-sidebar form.searchform {
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  margin: 0;
  border-radius: 0;
}
#custom-blog-sidebar form.searchform input.field {
  outline: 0;
  margin: 0;
  text-align: left;
  max-width: 100%;
  padding: 0 35px 0 10px;
  height: 40px;
  width: 100%;
  background-color: #f1f1f1;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #e0e0e0 #e0e0e0 #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.3s;
}
#custom-blog-sidebar form.searchform input.field:focus, #custom-blog-sidebar form.searchform input.field:hover{
  background-color: #FFFFFF;
}
#custom-blog-sidebar form.searchform button.submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 35px;
}
form.searchform .fa-search:before{
  font-size: 16px;
  line-height: 1;
}
#custom-blog-sidebar .widget h3 {
  margin: 0 0 15px;
  padding: 0 0 5px;
}
#custom-blog-sidebar .widget ul {
  padding-left: 15px;
}
#custom-blog-sidebar .widget ul li {
  list-style-type: square;
  color: #721A2D;
  margin-bottom: 2px;
  list-style-position: outside;
}
#custom-blog-sidebar .widget a {
  color: #721A2D;
  text-decoration: none;
  transition: all 0.3s;
}
#custom-blog-sidebar .widget a:hover{
  color: #3DA242;
}



/* Archive and Category Page styles */





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


.widget ul {
  padding-left: 15px;
}

.widget ul li {
  list-style-type: square;
  color: #721A2D;
  margin-bottom: 2px;
  list-style-position: outside;
}


/* Footer elements styles */

#footer-widgets-container {
    background-color: #dde0e0;
    background: url(/wp-content/uploads/2016/03/footer-separator.jpg) repeat-x #dde0e0 !important;
    padding-top: 45px;
}

#menu-footer a {
    color: #000000;
    font-size: 15px !important;
    font-family: Lato;
    font-weight: 400;
}

#footer-widgets .footer-widget-2 a {
color: #3da242 !important;
}

#footer-widgets .footer-widget-3 a {
color: #3da242 !important;
}

#footer {
    padding: 17px 0 !important;
}

#footer a {
color: #ffffff !important;
}

#footer .col-left {
    margin-bottom: 0px !important;
}

#footer p {
    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 */

.join-today a {
    font-size: 18px !important;
    padding-left: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.eventrow .vc_grid a {
color: #ffffff !important;
}

.eventrow .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #942839 !important;
}

.eventrow .vc_grid p {
    margin: 0 0 1em !important;
}

.eventrow p {
color: #ffffff !important;
}

/* About Page styles */



/* Service Page styles */



/* Gallery Page styles */



/* Contact Page styles */


/* Store cpt styles */
.store-item {
  vertical-align: top;
  visibility: visible;
  display: inline-block;
  width: 48%;
  margin: 0 1% 1.8% 0;
  min-height: 213px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0px 5px rgba(0,0,0,.1);
  box-shadow: 0 0px 5px rgba(0,0,0,.1);
}
.store-item-inner {
  padding: 10px;
}
.store-item-left {
  width: 30%;
  float: left;
}
.store-item-middle {
  float: left;
  width: 36%;
  margin-left: 2%;
}
.store-item-right {
  width: 30%;
  float: right;
}
.store-item-left img {
  max-height: 160px;
  width: auto;
}
.store-item-middle h3 {
  line-height: 1.2;
  margin-bottom: 6px;
}
.entry .store-item-middle p{
  margin-bottom: 5px;
  line-height: 1.7;
}
#content .store-item-inner a{
  text-decoration: none;
  transition: all 0.3s ease-out;
}
#content .store-item-inner a:hover{
    color: #3DA242;
}
ul.store-item-links {
  margin: 0;
  padding: 2px 0 0 0;
  list-style: none;
}
ul.store-item-links li {
  list-style: none;
  position: relative;
  padding-left: 27px;
  margin-bottom: 7px;
}
ul.store-item-links li span.fa {
  position: absolute;
  left: 2px;
  top: 2px;
  display: block;
  font-size: 16px;
  color: #000000;
}
.single-store-left {
  float: left;
  width: 22%;
  min-height: 1px;
}
.single-store-middle {
    float: left;
    width: 64.7%;
    margin: 0 2%;
    min-height: 1px;
}
.single-store-left {
    float: left;
    width: 31.25%;
    min-height: 1px;
}
.single-store-left img {
  margin-bottom: 30px;
}
.entry ul.store-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.entry ul.store-links li {
  list-style: none;
  margin-bottom: 6px;
  position: relative;
  padding-left: 25px;
}
.entry ul.store-links li:before{
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
}
li.store-contactperson:before {
  content:"\f007";
}
li.store-email:before {
  content:"\f0e0";
}
li.store-phone:before {
  content: '\f095';
}
li.store-website:before {
  content: '\f0ac';
}
li.store-facebook:before {
  content: '\f09a';
  color: #3B5998;
}
li.store-twitter:before {
  content: '\f099';
  color: #00ACED;
}
li.store-googleplus:before {
  content: '\f0d5';
  color: #DD4B39;
}
li.store-linkedin:before {
  content: '\f0e1';
  color: #3399CC;
}
li.store-pinterest:before {
  content: '\f0d2';
  color: #CB2027;
}
li.store-youtube:before {
  content: '\f16a';
  color: #C4302B;
}
li.store-categories:before{
  content: '\f02b';
  color: #000000;
}
.entry ul.store-links li a{
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.entry ul.store-links li a:hover{
    color: #3DA242;
}
h2.single-store-title {
    margin: 0;
    line-height: 1.3;
    color: #3DA242;
}
h4.store-trading-status {
  margin-bottom: 20px;
}
h4.store-trading-status:before, h4.store-hours-heading:before {
  content: '\f017';
  font-family: FontAwesome;
  margin-right: 12px;
  font-weight: normal;
  font-size: 15px;
}
h4.store-hours-heading {
  padding: 0 7px;
}
.entry table.store-trading-hours {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  width: auto;
  background: none;
}
.entry table.store-trading-hours td {
  border: 0;
  padding: 3px;
  border-radius: 0 !important;
}
table.store-trading-hours tr.current-day {
    background-color: #3da242;
}
.entry table.store-trading-hours tr.current-day td {
  color: #FFFFFF;
}
table.store-trading-hours td span{
  margin: 0 10px;
}

/* 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: #721a2d;
		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: #721a2d;
		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: #721a2d;
		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;
	}

.searchform, #searchform {
    position: absolute;
    right: 15px;
    top: 47px;
    width: 40% !important;
}

.custom_social_widget {
    margin-right: 70px !important;
    margin-top: 10px !important;
    text-align: center;
}

}

@media only screen and (min-width: 768px) and (max-width: 970px) {

.searchform, #searchform {
    width: 45% !important;
}

ul.nav li a {
    padding: .8em 0.55em !important;
    font-size: 12px !important;
}

}

@media only screen and (max-width: 1024px) {

.store-item {
    width: auto;
    margin: 0 0 20px;
    min-height: auto;
}

}

@media only screen and (max-width: 900px) {

.single-store-middle {
    width: 57%;
    margin: 0 0 20px 3%;
    float: right;
    clear: right;
}

.single-store-left {
    width: 40%;
    margin-bottom: 20px;
}

.single-store-right {
    width: 40%;
    float: left;
    clear: left;
    padding: 15px;
    background: #FFF;
    box-sizing: border-box;
}

}

@media only screen and (max-width: 600px) {

.blogposts-content section#main {
    float: none;
    width: auto;
}

.blogposts-content #custom-blog-sidebar {
    padding: 20px;
    background: #FFF;
    margin-bottom: 35px;
    float: none;
    width: auto;
}

.single-store-left {
    width: auto;
    margin-bottom: 25px;
    float: none;
    background: #FFF;
    padding: 12px;
}

.single-store-right {
    width: auto;
    float: none;
    clear: none;
}

.single-store-middle {
    width: auto;
    padding: 12px;
    background: #FFF;
    margin: 0 0 25px 0;
    float: none;
    clear: none;
}

}

@media only screen and (max-width: 480px) {

.store-item-left {
    width: auto;
    float: none;
    margin: 0;
}

.store-item-middle {
    width: auto;
    float: none;
}

.store-item-right {
    width: auto;
    clear: both;
    float: none;
    padding-top: 12px;
}

}