/*
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;
}
/* Header Styles (Logo, header elements, widgets, etc.) */


body {
background:url('https://www.financialtuneups.com.au/wp-content/uploads/2016/07/body.jpg') repeat center center transparent!important;
}

 #header {
	border-radius: 0 10px 0 0;
}
#inner-wrapper {
    
    box-shadow: 1px 1px 15px #6d99ff!important;
}
#logo {
      text-align: center;
    float: none;
   
}
#logo .site-title a {
 letter-spacing: -5px;
}
 #logo a:hover {     
text-decoration: none!important;
}
#navigation {

background:url('https://www.financialtuneups.com.au/wp-content/uploads/2016/08/menuBg.jpg') repeat-x center top transparent!important;
    border-bottom: 2px solid #312968!important;
}
#main-nav {
    height: 26px;
    padding: 6px 0px;
}
 #main-nav li {  
 margin: 0 4px;
}
ul.nav li a {
    text-transform: uppercase;
         background: #81abf5;
   
    color: #263196;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
#inner-wrapper #navigation ul.nav > li a:hover {
    background-color: #a9bfe4!important;
}
#content {
    
    border-bottom: 1px dashed #75A7FD;
}
#copyright {
    width: 100%;
    text-align: center;
}
 #copyright p{
  color: #2b346d!important;
}

#gform_wrapper_1 input[type=text],#gform_wrapper_1 textarea{

    margin: 0 0 12px 0;
    border: 1px dashed #999;
}
#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: #82acf5!important;
    color: #fff;
}
 
/* Navigation Styles (Main Menu) */
#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 */





/* Sidebar elements (left or right sidebars, widgets) */


 .wp-video {
margin:0 auto;
}


/* Footer elements styles */





/* 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 h1 {
    color: #25285a;
    font-style: italic;
}

/* About Page styles */



/* Service Page styles */



/* Gallery Page styles */



/* Contact Page styles */




/* Responsive styles goes here */
@media only screen and   (max-width:768px) {

#logo .site-title a {
    font-size: 55px!important;
}
#main-nav {
    width: 100%!important;
}
#main-nav  li{ 
    float: none;
}
#header {
    border-radius: 0;
}
#navigation {
    background: 0!important;
}
}
@media only screen and   (max-width:568px) {
#logo .site-title a {
    font-size: 45px!important;
}
}
@media only screen and   (max-width:480px) {
#logo .site-title a {
    font-size: 35px!important;
}
}
@media only screen and   (max-width:375px) {
#logo .site-title a {
    font-size: 30px!important;
}
#logo .site-title a {
    letter-spacing: -3px;
}
}
@media only screen and   (max-width:320px) {
#logo .site-title a {
    font-size: 22px!important;
}
#logo .site-title a {
    letter-spacing: -2px;
}
}

/* 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;
	}
}





