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

#content {
  padding: 50px 0 40px;
}

.home #content {
  padding: 0 0 40px;
} 

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

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

  #logo {
	padding: 10px 0px;
  }

}

#header-container {
  box-shadow: 0 2px 15px #ADADAD;
}

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

  .header-widget {
	  position: absolute;
	  right: 0px;
  }
	  
  .custom_social_widget {
	  position: absolute;
	  right: 0px;
  }
	  
}

.custom_social_widget a {
	float: left;
	display: block;
	background: #0099D9;
	padding: 4px 9px;
	border-radius: 5px;
	margin-top: 42px;
}
  
@media only screen and (max-width: 767px) {
	
  .custom_social_widget a.facebook {
	  position: absolute;
	  top: 15px;
	  right: 15px;
  }

  .custom_social_widget a.facebook:before {
	  content:"\f09a";
	  font-family: FontAwesome;
	  color: #ffffff;
	  font-size: 20px;
  }
		
  .custom_social_widget a {
	  float: left;
	  background: #0099D9 none repeat scroll 0% 0%;
	  border-radius: 5px;
	  padding: 4px 9px;
	  display: block;
	  margin-top: 0px !important;
  }
  
}

.custom_social_widget p {
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}

.custom_social_widget a:hover {
	text-decoration: none;
}
	
.custom_social_widget a.facebook:before {
  content:"\f09a";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 20px;
}

.custom_social_widget a.twitter:before {
  content:"\f099";
  font-family: FontAwesome;
  color: #a6a6a6;
  font-size: 20px;
}
	
.custom_social_widget a.googleplus:before {
  content:"\f0d5";
  font-family: FontAwesome;
  color: #a6a6a6;
  font-size: 20px;
}

.custom_social_widget a.linkedin:before {
  content:"\f0e1";
  font-family: FontAwesome;
  color: #a6a6a6;
  font-size: 20px;
}

.custom_social_widget a.pinterest:before {
  content:"\f0d2";
  font-family: FontAwesome;
  color: #a6a6a6;
  font-size: 20px;
}

/* Navigation Styles (Main Menu) */

#wrapper #nav-container {
  float: right;
  padding: 0;
  background: none;
}

#nav-container #navigation {
  background: transparent;
}


@media only screen and (min-width: 983px) {
  
  #nav-container #navigation {
	text-transform: uppercase;
  }

  ul.nav li a {
	padding: 3.5em 1.9em !important;
  }

}

@media only screen and (min-width: 768px) {
  
  #nav-container {
	margin: 0 0 0 0;
  }
  
  #navigation ul.nav > li a:hover, #navigation ul.nav > li:hover a, #navigation ul.nav li ul li a, #navigation ul.cart > li:hover > a, #navigation ul.cart > li > ul > div, #navigation ul.cart > li > ul > div p, #navigation ul.cart > li > ul span, #navigation ul.cart .cart_list a, #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-color: #5b5c60;
  }
  
  #navigation ul.nav li ul.sub-menu {
	background-color: rgba(91, 92, 96, 0.6) !important;
	width: auto;
	min-width: 200px;
	padding: 10px 0;
  }
  
  #navigation ul.nav li ul.sub-menu li a {
	white-space: nowrap;
	width: 100%;
	font-weight: normal;
	text-transform: capitalize;
  }
  
  #navigation ul.nav li ul.sub-menu li a:hover {
    background-color: #5b5c60 !important;
	text-decoration: none;
  }

}

/*
#navigation ul.nav > li:last-child {
  border-right: none !important;
}
*/

#navigation ul.nav > li:first-child {
  border-left: none !important;
}

/* 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 */  
  
.tp-caption.black h1 {
  color: #0099d9;
  font-size: 48px !important;
  line-height: 60px !important;
  margin-bottom: 0px !important;
}
  
.tp-caption.black h3 {
  color: #ffffff;
  font-weight: normal;
}

.tp-bullets div.bullet {
  width: 15px !important;
  height: 15px !important;
  background: #ffffff !important;
  border: solid 2px #ffffff !important;
  border-radius: 100% !important;
}
	
.tp-bullets div.bullet.selected {
  width: 15px !important;
  height: 15px !important;
  background: #323a43 !important;
  border: solid 2px #ffffff !important;
  border-radius: 100% !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 */

#footer #copyright {
  margin-bottom: 0px;
}

#footer #credit {
  opacity: 0.5;
}


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


.home #content {
  padding: 0 0 0px;
}

.home .wpb_text_column h2 {
  font-size: 48px;
}


/*---Our Services 2 COL---*/

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

  .our-services .vc_col-sm-6 .wpb_text_column p {
	background: url(/wp-content/uploads/2015/07/title-bg.png) no-repeat;
	min-height: 56px;
	padding: 6px 20px;
	margin-top: -75px;
	z-index: 99;
	position: relative;
  }
	  
  .our-services .vc_col-sm-6 .wpb_text_column p:hover {
	background: url(/wp-content/uploads/2015/07/title-bg-hover.png) no-repeat;
  }
			
  .our-services .vc_col-sm-6 .wpb_text_column p a {
	color: #ffffff;
	display: block;
  }
  
  .our-services .vc_col-sm-6 .wpb_text_column p a:hover {
	text-decoration: none;
  }


}

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

  .our-services .vc_col-sm-6 .wpb_text_column p {
	background: #5B5C60;
	margin-top: 0px;
	min-height: 56px;
	padding: 6px 20px;
	z-index: 99;
	position: relative;
  }
  
  .our-services .vc_col-sm-6 .wpb_text_column p:hover {
	background: #0094D4;
  }

}

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

  .our-services .vc_col-sm-6 .wpb_text_column p {
	text-align: center;
	background: #5B5C60;
	max-width: 585px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px !important;
	padding: 10px 8px;
  }
  
  .our-services .vc_col-sm-6 .wpb_text_column p a {
	color: #ffffff;
  }

}



/*---Our Services 3 COL---*/

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

  .our-services .vc_col-sm-4 .wpb_text_column p {
	background: url(/wp-content/uploads/2015/07/title-bg.png) no-repeat;
	min-height: 56px;
	padding: 6px 20px;
	margin-top: -75px;
	z-index: 99;
	position: relative;
  }
	  
  .our-services .vc_col-sm-4 .wpb_text_column p:hover {
	background: url(/wp-content/uploads/2015/07/title-bg-hover.png) no-repeat;
  }
			
  .our-services .vc_col-sm-4 .wpb_text_column p a {
	color: #ffffff;
	display: block;
  }
  
  .our-services .vc_col-sm-4 .wpb_text_column p a:hover {
	text-decoration: none;
  }


}

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

  .our-services .vc_col-sm-4 .wpb_text_column p {
	background: #5B5C60;
	margin-top: 0px;
	min-height: 56px;
	padding: 6px 20px;
	z-index: 99;
	position: relative;
  }
  
  .our-services .vc_col-sm-4 .wpb_text_column p:hover {
	background: #0094D4;
  }

}

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

  .our-services .vc_col-sm-4 .wpb_text_column p {
	text-align: center;
	background: #5B5C60;
	max-width: 392px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px !important;
	padding: 10px 8px;
  }
  
  .our-services .vc_col-sm-4 .wpb_text_column p a {
	color: #ffffff;
  }

}


/*---Why Choose Us---*/

.why-choose-us h2 {
  color: #ffffff;
}

.why-choose-us h3 {
  color: #ffffff;
}
	
.why-choose-us ul {
  list-style: none;
  padding: 0 0 0 10px;
}

.why-choose-us ul li {
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
}
	
.why-choose-us ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  padding-right: 10px;
}

.why-choose-us .gform_wrapper .top_label .gfield_label {
  display: none;
}
	
.why-choose-us .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 96.6%;
  border-radius: 5px;
  border: none;
  padding: 15px 10px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0px;
}
		
.why-choose-us .gform_wrapper textarea.medium {
  width: 96.6%;
  border-radius: 5px;
  border: none;
  padding: 15px 10px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0px;
  text-indent: .25em;
}

.why-choose-us .gform_wrapper h3.gform_title {
  color: #ffffff;
}
	
/* Gravity Forms Styles */
	
::-webkit-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  text-transform: uppercase; 
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #ffffff;
  text-transform: uppercase; 
}
:-ms-input-placeholder {  
  color: #ffffff;
  text-transform: uppercase;  
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  font-size: 20px;
  width: 100%;
  padding: 15px 5px;
}

.gform_wrapper h3.gform_title {
  margin: 0 0 0;
  font-size: 36px;
  text-transform: uppercase;
}

.gform_wrapper {
  margin: 5px 0;
}
  
.gform_wrapper .gform_footer {
  padding: 0 0 0;
}

.gform_wrapper .top_label .gfield_label {
  display: none;
}
	
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 96.6%;
  border-radius: 5px;
  border: none;
  padding: 15px 10px;
  background: #5b5c60;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0px;
}
		
.gform_wrapper textarea.medium {
  width: 96.6%;
  border-radius: 5px;
  border: none;
  padding: 15px 10px;
  background: #5b5c60;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0px;
  text-indent: .25em;
}

.gform_wrapper h3.gform_title {
  color: #5b5c60;
}

/* Why Choose Us Page styles */

.page-id-14 #content {
  padding: 0 0 40px;
} 
	
.page-id-14 #content {
  padding: 0px 0 0px;
}
		
.page-id-14 .wpb_text_column h1 {
  color: #ffffff;
}

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

}