/*
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;
}
@media only screen and (min-width: 768px) {
  
  #navigation {
  display: none !important;
  }
  
}


/* Header Styles (Logo, header elements, widgets, etc.) */

.header-right-details {
float: right;
}

.header-right-details h5 a {
color: #333333 !important;
}

.header-right-details h5 a:hover {
text-decoration: none;
}

.hs {
display: none;
}

.page-id-9 .hs {
display: inherit !important;
}



/* Navigation Styles (Main Menu) */

ul.nav li a {
padding: 1em .8em !important;
}



/* Content Area (General styles) */
.page header > .title {
	display: none;
}

.post header > .title {
display: inherit;
}

.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;
}

.page-id-62 .wpb_button {
margin-top: -20px !important;
}

a.vc_read_more {
background: #003b96;
color: #ffffff;
padding: 10px;
}

.wpb_teaser_grid .entry-content {
margin-bottom: 15px;
}

#gallery-1 img {
border: transparent !important;
}

h2.post-title a {
color: #003b96;
}

a.wpb_button_a {
border: solid 1px #A0A0A0;
border-radius: 20px;
background: #EFEFEF;
font-weight: bold;
color: #565656;
padding-left: 15px;
padding-right: 15px;
}

/* 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) */


/* Related Links */

.related-links {
text-align: center;
background: none repeat scroll 0 0 #739CD0;
font-size: 13px;
}

.related-links h2 {
background: #060f30;
color: #ffffff;
padding: 10px;
font-size: 18px;
font-weight: bold;
margin: 0 0 0 !important;
border-bottom: 1px solid #739CD0;
}

.related-links ul {
list-style-type: none !important;
}

.related-links ul {
margin: 0 0 0px 0 !important;
padding: 0 0 0 0px !important;
}

.related-links ul li {
list-style-type: none !important;
border-bottom: 1px solid #060F30;
padding: 5px;
font-size: 14px;
}

.related-links ul li.current_page_item {
display: none;
}

.related-links ul li:hover {
background: #060f30;
}
		
.related-links ul li a {
color: #ffffff;
}

.related-links ul li a:hover {
color: #ffffff;
text-decoration: none;
}


/* Footer elements styles */

.fm {
color: #476181;
text-align: center;
}

.fm ul > li {
list-style: none;
display: inline;
}
	  
.fm ul > li:last-child {
border-right: none;
}

.fm ul > li a {
padding: .5em .5em;
color: #476181;
font-size: 12px;
}

#footer .col-left {
margin-bottom: 0px !important;
}

#footer-widgets {
border-top: 0px solid #e6e6e6 !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 */

.page-id-9 .entry-content {
padding-bottom: 20px !important;
}
	
.page-id-9 h2 {
margin-top: 10px;
}
	
.page-id-9 div.vc_item.vc_slide_post.vc_active {
height: 460px !important;
}

.page-id-9 a.vc_read_more {
background: #003b96 !important;
color: #ffffff !important;
padding: 10px !important;
z-index: 999 !important;
position: relative !important;
}

/* About Page styles */



/* Service Page styles */



/* Gallery Page styles */


/* Blog Page Styles */

.read-more a {
background: #003b96;
color: #ffffff;
padding: 10px;
}

.read-more a:hover {
background: #A7C1E4;
color: #FFFFFF !important;
text-decoration: none;
}

.woo-pagination span.current {
background: #003B96;
color: #ffffff;
}

.woo-pagination a {
background: #AEC9E7 !important;
}
	  
.woo-pagination a:hover {
background: #003B96 !important;
}

.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active {
background: #AEC9E7;
border-radius: 0px;
color: #ffffff !important;
}

.page-id-10430 .post {
box-shadow: 0px 0px 1px 2px #003B96;
padding-top: 15px;
padding-bottom: 25px;
padding-left: 20px;
padding-right: 20px;
background: #F2F2F2;
}


/* Contact Page styles */




/* Responsive styles goes here */

/* This style is to override the default styles of navigation and inner-wrapper element for tablet and ipad screens. */
@media only screen and (max-width:800px) and (min-width:768px) {
	html.csstransforms3d.csstransitions #inner-wrapper {
		left: 0 !important;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 200ms ease;
		-moz-transition: -moz-transform 200ms ease;
		-o-transition: -o-transform 200ms ease;
		transition: transform 200ms ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	html.csstransforms3d.csstransitions .show-nav #inner-wrapper {
		-webkit-transform: translate3d(80%, 0, 0);
		-moz-transform: translate3d(80%, 0, 0);
		-ms-transform: translate3d(80%, 0, 0);
		-o-transform: translate3d(80%, 0, 0);
		transform: translate3d(80%, 0, 0);
		-webkit-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-o-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
	}
	html.csstransforms3d.csstransitions #navigation {
		clear: both;
		width: 80%;
		left: -80%;
		position: absolute;
		top: 0;
		min-height: 100%;
		z-index: 9000;
		padding-top: 4.236em;
		left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	html.csstransforms3d.csstransitions .show-nav #navigation {
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	body .nav-toggle, body .nav-close, body .nav-home {
		display: block !important;
	}
}




@media only screen and (max-width: 900px) {
 	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: #060f30;
		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: 15px;
		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: 55px;
		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: #060f30;
		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: #060f30;
		border-radius: 100%;
	}
	#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;
	}

	#header {
	background-color: transparent !important;
	}

	.page-id-9 .hs {
	margin-left: -29px;
	}

	.related-links {
	margin-top: 20px;
	}

}


/* New Menu */

@media only screen and (min-width: 768px) {
  
  .cm {
  z-index: 999;
  position: relative;
  margin-bottom: 80px;
  }
  
  .cm ul {
  margin: 0 0 0px 0 !important;
  padding: 0 0 0 0px !important;
  list-style-type: none !important;
  text-align: center;
  height: 154px;
  }
  
  .cm ul ul {
  border-top: solid 1px #7885C0;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px !important;
  padding-top: 5px !important;
  }
  
  .cm a {
  color: #ffffff !important
  }
  
  .cm a:hover {
  color: #f9dc13 !important;
  text-decoration: none !important;
  }
  
  .cm ul li {
  list-style-type: none !important;
  width: 250px;
  float: left;
  }
  
  .cmp {
  font-size: 16px;
  font-weight: bold;
  }

/*-----------------Start Primary Menu Styles--------------------*/

/* Market Segments: */

  .cm .menu-item-69 {
  background: #233573;
  padding-top: 10px;
  padding-bottom: 10px;
  }

/* Out Approach: */
  
  .cm .menu-item-52 {
  background: #121f53;
  padding-top: 10px;
  padding-bottom: 10px;
  }

/* Solutions For: */

  .cm .menu-item-32 {
  background: #0a133c;
  padding-top: 10px;
  padding-bottom: 10px;
  }

/* Abous Us: */
					
  .cm .menu-item-107 {
  background: #4e64b0;
  padding-top: 10px;
  padding-bottom: 10px;
  }
			  
  .cm .menu-item-91 {
  background: #40529a;
  padding-top: 10px;
  padding-bottom: 10px;
  }

/*--------------End Primary Menu Styles------------------*/

}

/* IE8 */ 
 .ie8 .page-id-9 .cm {
  margin-top: -30px !important;
  }
  
  .ie8 .cm {
  z-index: 999;
  position: relative;
  margin-bottom: 80px;
  }
  
  .ie8 .cm ul {
  margin: 0 0 0px 0 !important;
  padding: 0 0 0 0px !important;
  list-style-type: none !important;
  text-align: center;
  height: 154px;
  }
  
  .ie8 .cm ul ul {
  border-top: solid 1px #7885C0;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px !important;
  padding-top: 5px !important;
  }
  
  .ie8 .cm a {
  color: #ffffff !important
  }
  
  .ie8 .cm a:hover {
  color: #f9dc13 !important;
  text-decoration: none !important;
  }
  
  .ie8 .cm ul li {
  list-style-type: none !important;
  width: 250px;
  float: left;
  }
  
  .ie8 .cmp {
  font-size: 16px;
  font-weight: bold;
  }
  
  .ie8 .cm .menu-item-32 {
  background: #0a133c;
  padding-top: 10px;
  padding-bottom: 10px;
  }
  
  .ie8 .cm .menu-item-52 {
  background: #121f53;
  padding-top: 10px;
  padding-bottom: 10px;
  }
		
  .ie8 .cm .menu-item-69 {
  background: #233573;
  padding-top: 10px;
  padding-bottom: 10px;
  }
			  
  .ie8 .cm .menu-item-91 {
  background: #40529a;
  padding-top: 10px;
  padding-bottom: 10px;
  }
					
  .ie8 .cm .menu-item-107 {
  background: #4e64b0;
  padding-top: 10px;
  padding-bottom: 10px;
  }

 /* END IE8 */
		
/* IE7 */ 
 .ie7 .page-id-9 .cm {
  margin-top: -30px !important;
  }
  
  .ie7 .cm {
  z-index: 999;
  position: relative;
  margin-bottom: 80px;
  }
  
  .ie7 .cm ul {
  margin: 0 0 0px 0 !important;
  padding: 0 0 0 0px !important;
  list-style-type: none !important;
  text-align: center;
  height: 154px;
  }
  
  .ie7 .cm ul ul {
  border-top: solid 1px #7885C0;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px !important;
  padding-top: 5px !important;
  }
  
  .ie7 .cm a {
  color: #ffffff !important
  }
  
  .ie7 .cm a:hover {
  color: #f9dc13 !important;
  text-decoration: none !important;
  }
  
  .ie7 .cm ul li {
  list-style-type: none !important;
  width: 250px;
  float: left;
  }
  
  .ie7 .cmp {
  font-size: 16px;
  font-weight: bold;
  }
  
  .ie7 .cm .menu-item-32 {
  background: #0a133c;
  padding-top: 10px;
  padding-bottom: 10px;
  }
  
  .ie7 .cm .menu-item-52 {
  background: #121f53;
  padding-top: 10px;
  padding-bottom: 10px;
  }
		
  .ie7 .cm .menu-item-69 {
  background: #233573;
  padding-top: 10px;
  padding-bottom: 10px;
  }
			  
  .ie7 .cm .menu-item-91 {
  background: #40529a;
  padding-top: 10px;
  padding-bottom: 10px;
  }
					
  .ie7 .cm .menu-item-107 {
  background: #4e64b0;
  padding-top: 10px;
  padding-bottom: 10px;
  }

 /* END IE7 */
																	
/* IE6 */ 
 .ie6 .page-id-9 .cm {
  margin-top: -30px !important;
  }
  
  .ie6 .cm {
  z-index: 999;
  position: relative;
  margin-bottom: 80px;
  }
  
  .ie6 .cm ul {
  margin: 0 0 0px 0 !important;
  padding: 0 0 0 0px !important;
  list-style-type: none !important;
  text-align: center;
  height: 154px;
  }
  
  .ie6 .cm ul ul {
  border-top: solid 1px #7885C0;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px !important;
  padding-top: 5px !important;
  }
  
  .ie6 .cm a {
  color: #ffffff !important
  }
  
  .ie6 .cm a:hover {
  color: #f9dc13 !important;
  text-decoration: none !important;
  }
  
  .ie6 .cm ul li {
  list-style-type: none !important;
  width: 250px;
  float: left;
  }
  
  .ie6 .cmp {
  font-size: 16px;
  font-weight: bold;
  }
  
  .ie6 .cm .menu-item-32 {
  background: #0a133c;
  padding-top: 10px;
  padding-bottom: 10px;
  }
  
  .ie6 .cm .menu-item-52 {
  background: #121f53;
  padding-top: 10px;
  padding-bottom: 10px;
  }
		
  .ie6 .cm .menu-item-69 {
  background: #233573;
  padding-top: 10px;
  padding-bottom: 10px;
  }
			  
  .ie6 .cm .menu-item-91 {
  background: #40529a;
  padding-top: 10px;
  padding-bottom: 10px;
  }
					
  .ie6 .cm .menu-item-107 {
  background: #4e64b0;
  padding-top: 10px;
  padding-bottom: 10px;
  }

 /* END IE6 */

@media only screen and (max-width: 768px) {
  
  .cm {
  display: none;
  }
  
}