/*
	Theme Name: Second Nature
	Description: by <a href="http://www.advanceonline.com.au">Advance Online</a>.
	Author: Rob Daly
	Author URI: http://www.advanceonline.com.au
	
	Template: genesis
*/


.post-37  {
	display:none;
}

/* Fonts
------------------------------------------------------------ */


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {

	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-decoration: none;
	letter-spacing: 1px;
}

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4 {
       	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
        color:#000;
        letter-spacing: 1px;
        line-height: 1.5em;
        margin-bottom:20px;
        font-weight: 100;
}

h2 {
	margin-top:20px;
}


input {
	color: #333;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;

}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.extra2 a {
	color:#fff;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #60960c;
	font-weight:100;
	text-decoration: none;
	   -webkit-transition:color 0.25s ease-in;  
   -moz-transition:color 0.25s ease-in;  
   -o-transition:color 0.25s ease-in;  
   transition:color 0.25s ease-in;  }

a:hover {
	text-decoration: none;
	color:#000;
}

a img {
	border: none;
}



/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
   max-width:100%;
   margin: 0 auto;
}


.wrap {
    margin: 0 auto!important;
    max-width: 960px;	
}

#titlewrap {
  max-width:100%;
   margin: 0 auto;
   	background-color:#619a2d;
   
}

.bg-fullwidth-white {  
      background-color:#FFFFFF;
      margin:0px auto;
}

.bg-fullwidth-green {
	  background-color:#619a2d;
      margin:0px auto;
}


/** 
// If full width site
.wrap {
	margin: 0 auto;
	max-width: 960px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/

/**
// If not responsive and full width
#wrap {
	min-width: 960px;
}
*/

/* Header
------------------------------------------------------------ */

#header {
	overflow: hidden;
	width: 100%;
	height:100%;
	padding:20px 0px 0px 0px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 300px;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 200px;
}

#header .widget-area img {
	float: right;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
    background: url( 'logo.png' ) no-repeat;
    height:100px;	
    display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	
}

li a .sf-sub-indicator {
	display: none;
}

/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul. li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 6px 10px 4px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.menu li ul a {
	width: 140px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 -159px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	clear: both;
	color: #fff;
	text-transform: none;
	width: 100%;
	height:50px;
	position:relative;
	z-index:100;
}

#nav .menu-primary {
	height:50px;
}


#nav ul {
	background-color:#335D00;
	float: left;
	width: 100%;
	-webkit-border-radius: 10px 10px 0px 0px;
     border-radius: 10px 10px 0px 0px;
}

#nav li {
	float: left;
	list-style-type: none;
	position: relative;
	z-index: 100;
	height:50px;
}

#nav li:nth-child(1) {
     margin:0 0 0 12px;
}

#nav li ul li:nth-child(1) {
     margin:0 0 0 0px;
}



#nav li a {
	background-color: #335d00;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 100;
	padding: 14px 30px 15px 30px;
	position: relative;
	text-decoration: none;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

#nav li a:hover {
	background-color: #619a2d;
	overflow: visible;
	color: #FFFFFF;
        -moz-transition: background-color 0.25s ease-in-out;
        -webkit-transition: background-color0.25s ease-in-out;
        transition: background-color 0.25s ease-in-out;
}


#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 15px 10px;
	position: relative;
	text-transform: none;
	width: 200px;
	height:auto;
	
}


#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}



#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 -159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


#menu-icon {
    display: none;
    visibility: hidden;
}


/* Secondary Navigation
------------------------------------------------------------
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background-color: #333;
	border-top-width: 0;
	border:none;
	color: #fff;
	font-size: 12px;
    padding: 20px 10px;
	line-height:12px;
	position: relative;
	text-transform: none;
	width: 200px;
}


#nav li li a:hover {
    background-color: #60960c;
    color:#FFF;
}



#nav li ul {
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}




#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 -159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}
 */


#phonehome {
	margin:20px 0 0 0;
	float:right;
	font-size:40px;
	width:250px;
	line-height:40px;
	height:40px;
	
}

#phonehome img {
    float:left;
    margin-right:20px;
    line-height:30px;
}


#phonehome p {
	font-size:20px;
	font-weight:100;
	line-height:18px;
	
}

/* Sticky nav
------------------------------------------------------------ */

#subnav {
	background-color: #1e1e1e;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	height:50px
}
 
#subnav .wrap {
	margin: 0 auto;
	position: relative;
	width: 1152px;
}
 
#subnav .genesis-nav-menu.menu-secondary {
	border: none;
	display:inline;
	list-style: none;
}
 
.genesis-nav-menu.menu-secondary a {
	color: #fff;
	padding: 20px;
	padding: 1.25rem;
	display: inline!important;
	list-style: none!important;
	float: left;
}
 
 
.genesis-nav-menu.menu-secondary li ul {
	width:200px;
	display:none:
}

.genesis-nav-menu.menu-secondary li ul {
	width:200px;
	display:none:
}


 
 
.genesis-nav-menu.menu-secondary li.sticky-right {
	float: right;
}
 
.genesis-nav-menu.menu-secondary li li a,
.genesis-nav-menu.menu-secondary li li a:link,
.genesis-nav-menu.menu-secondary li li a:visited {
	background-color: #1e1e1e;
	border-top: none;
	color: #fff;
	padding: 20px;
	padding: 1.25rem;
	display:inline!important;
	list-style: none!important;
}
 
.genesis-nav-menu.menu-secondary li li a:hover {
	color: #ff2a00;
	
}




/* lists
------------------------------------------------------------ */

#content ul li {
	line-height:1.2em;
	list-style-type: none;
	margin:20px 0 0 20px;
	padding: 0;
	list-style:URL("http://secondnatureaccounting.com.au/wp-content/themes/secondnature/images/leaf.png");

}

/* Inner
------------------------------------------------------------ */

#inner {
	overflow: hidden;
	width: 100%;
	background-color:#edf1e6;
    background-image:URL("http://secondnatureaccounting.com.au/wp-content/themes/secondnature/images/inner-bottom.gif"), URL("http://secondnatureaccounting.com.au/wp-content/themes/secondnature/images/bg-bottom-green.png");
    background-repeat:repeat-x, repeat-x;
    background-position:left bottom, top;
}


#inner .entry-content, .content, .content-left {
	margin: 20px auto 0px;

}


#inner .wrap {
	padding: 0px 30px;
}



/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 59.49367%; /* 470/790 */
}

.full-width-content #content {
	width: 100%;
}

.sidebar-content #content {
	float: right;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: visible;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

hr,
.clear-line {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
}


.whtbox {
    max-width:100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color:#FFFFFF;
    padding:30px;
    margin: 0px 0px 0px 0px;
    overflow:visible;



}

.spacing {
   height:20px;
}

.clear {
 clear:both;
}

.entry-title {
	margin:0 auto;
	background-color:#619a2d;
	background-image:url("http://secondnatureaccounting.com.au/wp-content/themes/secondnature/images/title-banner.png");
	background-position:center;
	background-repeat:no-repeat;
	padding:20px 0 20px 0px;
	color: #FFFFFF;
	width:100%;
	font-weight: 100;
}

.title {
	margin:o auto;
	background-color:#619a2d;
	padding:30px 0 30px 0px;
	color: #FFFFFF;
	width:100%;
}

#titlewrap {
	background-color:#619a2d;
	width:100%;
}


/* Floats
------------------------------------------------------------ */

.left {
	float:left!important;
}

.right {
	float:right!important;
}


/* Images
------------------------------------------------------------ */

.center {
	display: block;
    margin: auto;
}

.servicesimg {
    width:130px;
    overflow: hidden;
	display: block;
	margin:0px auto 30px auto;
    opacity:0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.servicesimg:hover {
     opacity:1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* banners
------------------------------------------------------------ */

.bannertop {
	margin:-48px 0px 0px 0px;
}

#bannermain {
	background-color:#6aaa30;
}

/* containers
------------------------------------------------------------ */

.servicectr {
    margin:20px auto;
    
}




/* Button
------------------------------------------------------------ */
.button a {
	margin-top:20px;
	background-color:#464545;
	border: none;
	color: #fff;
	display: inline-block;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 20px;
	line-height: 20px;
	padding: 10px 20px;s
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.button a:hover, input [type="submit"] {
	background-color:#000;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	-moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}


.wpcf7-submit {
	margin-top:20px;
	width:40%;
	float:right;
	background-color:#672714;
	border: none;
	color: #fff;
	display: inline-block;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 30px;
	line-height: 20px;
	padding: 15px 20px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.wpcf7-submit:hover { 
	background-color:#87331a;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	-moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

/* Slider
------------------------------------------------------------ */

.home-slider {
      background-image:URL("http://secondnatureaccounting.com.au/wp-content/themes/secondnature/images/slider-bg.jpg");

      width:100%;
      display:block;
      
}

#home-slider p {
	padding: 0 0 25px;
}


.easingsliderlite-viewport {
	     background-image:URL("http://secondnatureaccounting.com.au/wp-content/themes/secondnature/images/slider-bg.jpg");
}


/* Services
------------------------------------------------------------ */
#servicepage .serviceimg {
  float:right;
  margin-right:-40px;
  position:relative;
  margin-top:140px;
}



/* Pricing and Packages
------------------------------------------------------------ */

.pricing-table {
    margin: 0 auto;
    width: 100%;
    padding-top: 0px;
    margin-top: 0px;
}

.price_block {
    width: 17.8%;
    height:100%;
    float: left;
    list-style-type: none;
    transition: all 0.25s;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right:20px;
}

.price_block:nth-child(5) {
    margin-right:0px;
}

.price_block_last {
	margin-right:0px;
}




.price_block h2 {
	margin-top:0px;
}


#package1 .personal  {
	background-color:#a7c287;
}

#package2 .startup  {
	background-color:#8db063;
}

#package3 .growth  {
	background-color:#6e9a3a;
}

#package4 .super  {
	background-color:#53831a;
}

#package5 .summit {
	background-color:#3b6a02;
}

#package1 .price  {
	background-color:#b1c39c;
}

#package2 .price{
	background-color:#9cad88;
}

#package3 .price {
	background-color:#859c69;
}

#package4 .price  {
	background-color:#6c884b;
}

#package5 .price{
	background-color:#58703b;
}

#features  {
	background-image:URL("http://secondnatureaccounting.com.au/wp-content/themes/secondnature/images/arrow-price1.png") no-repeat center top;
}


#package1, 
#package2, 
#package3, 
#package4, 
#package5  {
	margin-bottom:20px;
}


#package1 h2, 
#package2 h2, 
#package3 h2, 
#package4 h2, 
#package5 h2 {
	color:#FFFFFF;
}

#pricectr {
	text-align:center;
	margin:0px auto 0px auto;
	
}

.price {
	padding:20px 10px;
	height:50px;
	text-align:center;
	vertical-align:baseline;
}

.price h3 {
	color:#FFFFFF;
	text-align:center;
	line-height:10px;
	font-size:32px;
	vertical-align:baseline;
}

.price img {
	width:10%;
    float:left;
    text-align:center;
    background-color:#000000;
}

.or {
	width:15px;
	height:15px;
	display:block;
    float:left;
    text-align:center;
    background-image:url("http://secondnatureaccounting.com.au/wp-content/themes/secondnature/images/or.png");
    margin:top:10px;
}

.priceleft {
      width:45%;
      float:left;
      text-align:center;
      font-size:;
      color:#FFFFFF;
}

.plan-price {
      float:left;
      margin-left:20px;
	  text-align:center!important;
	  line-height:40px;
	  font-size:32px;
	  
	  
}





.priceright {
      width:45%;
      float:right;
      text-align:center;
      color:#FFFFFF;
}

.monthly {
	color:#FFFFFF;
	font-size:small;
	text-align:center;
	float:left;
}

.from{
	color:#FFFFFF;
	font-size:small;
	text-align:center;
	margin:-15px 0px 5px 0px;
	padding:0px!important;
}


.inadvance {
	color:#FFFFFF;
	font-size:small;
	text-align:center;
	line-height:12px;
	margin-top:8px;
}
		
.pricetitle {
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding:20px;
	margin-top:1px;
	color:#FFFFFF!important;
	text-align:center;
	    -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.3);
box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.3);
}

#features {
	background-color:#FFFFFF;
	padding:20px 10px;
	height:440px;
}

#features2 {
	background-color:#FFFFFF;
	padding:20px 10px;
	height:220px;
}

#features ul li {
	font-size:12px;
	line-height:16px;
	list-style-type: none;
	margin:20px 0 0 20px;
	padding: 0;
	list-style:URL("http://secondnatureaccounting.com.au/wp-content/themes/secondnature/images/leaf.png");

}

#package1 .price, #package2 .price, #package3 .price, #package4 .price, #package5 .price {
	color:#FFFFFF;
	
}

#signup {
	background-color:#FFFFFF;
	padding:20px 20px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

#signup .button {
	width:70%;]
	margin:0px auto;
	display:block;
}

.price_block:hover {

    transform: scale(1.04) translateY(-5px);
    z-index: 1;
    border-bottom: 0 none;
}

.price_block:hover .pricetitle {
    background-color: #87331a;
}

.pricing-table a {
    background-color: #464545;
    text-align:center;
    margin-right:40px;
}

.pricing-table a:hover {
    background-color:#000;
}


/*forms
------------------------------------------------------------*/



/*Tooltips
------------------------------------------------------------*/

/*

.tooltip {
      position: absolute;
      width: 200px;
      height: auto;
      line-height: 20px;
      padding: 10px;
      font-size: 14px;
      text-align: center;
      color: rgb(255, 255, 255);
      background: rgb(51, 52, 51);
      border: 4px solid rgb(51, 52, 51);
      border-radius: 5px;
      text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
      box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
}

.tooltip:after {
      content: "";
      position: relative;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: #333433 transparent transparent transparent;
      bottom: -12px;
      left: 95px;
}

*/


.tooltip {
    display: inline;
    position: relative;
}

.tooltip a { 
  text-decoration:none;
  color:#3b6a02;
}

.tooltip:before .tooltip:after {
    opacity:0;
    -moz-transition: opacity 1s ease; 
    -webkit-transition: opacity 1s ease;
    -o-transition:opacity 1s ease;
    transition: opacity 1s ease;
    
}

.tooltip:hover:before {
    opacity:1;
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
   -moz-transition: opacity 1s ease; 
    -webkit-transition: opacity 1s ease;
    -o-transition:opacity 1s ease;
    transition: opacity 1s ease;

}

abbr {
border-bottom: none!important;
cursor: help;
display: block!important;
}



/* Pricing and Packages v2
------------------------------------------------------------ */

/*

.pricing_table {
    line-height: 150%;
    font-size: 12px;
    margin: 0 auto;
    width: 75%;
    max-width: 800px;
    padding-top: 10px;
    margin-top: 100px;
}
.price_block {
    width: 100%;
    color: #fff;
    float: left;
    list-style-type: none;
    transition: all 0.25s;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
}

.pricing_table h3 {
    text-transform: uppercase;
    padding: 5px 0;
    background: #333;
    margin: -10px 0 1px 0;
}

.price {
    display: table;
    background: #444;
    width: 100%;
    height: 70px;
}
.price_figure {
    font-size: 24px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
}
.price_number {
    font-weight: bold;
    display: block;
}
.price_tenure {
    font-size: 11px;
}

.features {
    background: #DEF0F4;
    color: #000;
}
.features li {
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    list-style-type: none;
}

.footer {
    padding: 15px;
    background: #DEF0F4;
}
.action_button {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    background: linear-gradient(#666, #333);
    padding: 5px 20px;
    font-size: 11px;
    text-transform: uppercase;
}

.price_block:hover {
    box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.5);
    transform: scale(1.04) translateY(-5px);
    z-index: 1;
    border-bottom: 0 none;
}
.price_block:hover .price {
    background:linear-gradient(#DB7224, #F9B84A);
    box-shadow: inset 0 0 45px 1px #DB7224;
}
.price_block:hover h3 {
    background: #222;
}
.price_block:hover .action_button {
    background: linear-gradient(#F9B84A, #DB7224);
}


@media only screen and (min-width : 480px) and (max-width : 768px) {
    .price_block {width: 50%;}
    .price_block:nth-child(odd) {border-right: 1px solid transparent;}
    .price_block:nth-child(3) {clear: both;}
    .price_block:nth-child(odd):hover {border: 0 none;}
}
@media only screen and (min-width : 768px){
    .price_block {width: 25%;}
    .price_block {border-right: 1px solid transparent; border-bottom: 0 none;}
    .price_block:last-child {border-right: 0 none;}
    .price_block:hover {border: 0 none;}
}

*/

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 3%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5em;
	margin: 0 0 5px;
}

h1 {
	font-size: 40px;
	font-weight:700;
}

h2,
h2 a,
h2 a:visited {
	font-size: 26px;
	margin:10px 0 5px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry- ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

#inner .entry-content, .content, .content-left {
margin: 0px auto 0px;
}


.entry-content ol {
	margin: 0;
	padding-top:0px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	
}

.post {
     max-width:100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color:#FFFFFF;
    padding:30px;
    margin: 0px 0px 0px 0px;
    overflow:visible;
}

.post .entry-title {
	background-image:none;
	background-color:#FFF;
	color:#000;
}

/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


.pagebg {
	position:relative;
	right:-200px;
	bottom:-200px;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: block;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 31.25%; /* 300/960 */
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color:#FFFFFF;
    padding:30px;
    margin: 0px 0px 0px 0px;
}

.sidebar h4 {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: 100;
	padding: 5px 5px 5px 10px;
	text-transform: none;
}

.sidebar p {
	font-size: 13px;
	line-height: 1.5em;
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar li {
    margn:10px 0 0 0;
}

#sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
	line-height: 1.5em;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.button,
.button:visited {
    margin-top:20px;
	background-color: #464545;
	border: none;
	color: #fff;
	display: inline-block;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 20px;
	line-height: 20px;
	padding: 10px 20px;s
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    width: auto;
}

div.gform_footer input.button:hover,
.button:hover {
	background-color:#000;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	-moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

#mc_signup_form .mc_input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	border: 0px solid;
	width:250px;
	background-color:
}

textarea:focus, input:focus{
    outline: none;
}

/* Search Form
------------------------------------------------------------ */

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	overflow: hidden;
	width: 100%;
    color: #fff;
    font-size:16px;
    padding-top:0px;
    background-image:url(http://secondnatureaccounting.com.au/wp-content/themes/secondnature/images/footer-bg-2.gif);
    background-repeat: repeat-x;
    background-color:#335d00;
}


#footer-widgets a {
        color: #fff;
        font-weight: 100;
}

#footer-widgets .widget-area {
	float: left;
	padding: 20px;
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: none;
        font-weight: 100; 
}


.widget-area ul li {
       list-style-type: none!important;
}

#footer-widgets ul li {
       margin: 0px!important;
       line-height:35px;
}

//.footer-widgets-4  {
       width:240px;
       height:400px;
       display:block;
       background-image:url ("http://localhost:8888/wordpress/wp-content/themes/secondnature/images/green-banner-footer.png");
       background-color:#335d00;

}


#footer-widgets-3 {
       background-image:url ("http://secondnatureaccounting.com.au/wordpress/wp-content/themes/secondnature/images/green-banner-footer.png");
       background-color:#335d00;
}

#footer-widgets .widget-area .widget_mailchimpsf_widget {

}

.footer-widgets-3 {
display:block;
width:289px;
height:322px;
background-repeat:no-repeat;
background-position:center;
background-image:url('http://secondnatureaccounting.com.au/wp-content/themes/secondnature/images/green-banner-footer-2.png')!important;
padding-top:40px;
margin-top:0px;
}

#mailchimpsf_widget-2 .widgettitle {
	text-align:center;
}


#footer-widgets .accreditation {
	margin-top:20px;
}

#footer-widgets .accreditation img{
	width:auto;
	height:auto;
	float:left;
	padding-top:20px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	overflow: hidden;
	width: 100%;
	background-color:#335d00;
	margin:0px 0 0 0;
	color:#fff;
}

#footer a {
	color: #fff;
}

#footer-right {
	text-align: right;
}



/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Smaller Screens
------------------------------------------------------------ */

@media only screen and (max-width: 480px) { 
	.content-sidebar #content, 
	.sidebar-content #content, 
	.content-sidebar #sidebar, 
	.sidebar-content #sidebar { 
		width: 100%; 
	} 
	
	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.one-sixth,
	.five-sixths {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#footer-left,
	#footer-right {
		text-align: center;
	}
} 


.easingsliderlite {
  background-image: url ('http://localhost:8888/wordpress/wp-content/uploads/2013/04/slider-bg.png') no-repeat center!important;
  background-color:#619a2d;
  
}

#wrap {
	background-color:#619a2d;
}

#nav  { 	
	background-color:#FFFFFF;

}

#header {	
	background-color:#FFFFFF;

}

.side-banner {
       margin:0px 0px 0px -100px;
}

#banner-title {
    	width:221px;
	height:68px;
	display:block;
        background-image: transparent url('./images/side-banner.png') no-repeat -100px 0px
	background-image:url (); 
        position:relative;
        left:-100px;
        top:20px;
	background-color:#619a2d;
        overflow:visible;
        z-index:20;
}

#banner-title h2 {
        color:#FFFFFF!important;
        padding: 0px 0px 0px 20px;
}

.services img {
       float:left;
       padding:20px;
       line-height:68px;
}

#services h3 {
       text-align:center;
}

#services img {
       padding: 20px 0 0 0;
}



/*
Footer Widgets
---------------------------------------------------------------------- */
 
#footer-widgets {
    clear: both;
    margin: 0 auto 0px;
    overflow: hidden;
    width: 100%;
}
 
#footer-widgets .widget {
    background: none;
    border: none;
    margin: 0 0 15px;
    padding: 0;
}
 
#footer-widgets p {
    padding: 0 0 10px;
}
 
#footer-widgets ul {
    margin: 0;
}
 
#footer-widgets ul li {
    margin: 0 0 0 20px;
}
 
.footer-widgets-1 {
    float: left;
    margin: 0 20px 0 0;
    width: 30%;
}
 
.footer-widgets-2 {
    float: left;
    width: 30%;
}
 
.footer-widgets-3 {
    float: left;
    width: 300px;
}


/*
Social Links
---------------------------------------------------------------------- */

#socialctr a {
	opacity:0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#socialctr a:hover {
	opacity:1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



/*
Main page widgets
---------------------------------------------------------------------- */

.home-main {
	width:100%;
        padding:20px;
        background-color:#FFFFFF;
}


#call-to-action-page {
	overflow-x: visible;
	width: 100%;
    background-color:#fff;
     text-align:center;
     color:#000;
}

#call-to-action-page p {
	font-size: 16px;
	font-weight: 100;
	line-height: 1.5em;
	padding: 0px;
}


#call-to-action-page a {
-webkit-border-radius: 5px;
border-radius: 5px;
float:right;
background-color: #5f5f5f;
color: rgb(255, 255, 255);
height: auto;
width: auto;
margin-top: 0px;
line-height: 40px;
padding: 10px 20px 10px 20px;
text-align: center;
font-size: 30px;
text-decoration: none;
-moz-transition: background-color 0.25s ease-in-out;
-webkit-transition: background-color0.25s ease-in-out;
transition: background-color 0.25s ease-in-out;
}




#call-to-action-page a:hover  {
    background-color:#000;
   -moz-transition: background-color 0.25s ease-in-out;
   -webkit-transition: background-colorcolor 0.25s ease-in-out;
   transition: background-colorcolor 0.25s ease-in-out;
}





#call-to-action-home {
	overflow-x: visible;
	width: 100%;
	min-height:60px;
	padding:10px 0px 10px 0px;
    background-color:#335d00;
     text-align:center;
     margin:0 0 20px 0;
     color:#fff;
}





#call-to-action-home p {
	font-size: 30px;
	line-height: 20px;
	margin-top: 20px;
	font-weight: 100;
}


#call-to-action-home a {
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #20340e;
color: #fff;
height: 60px;
width: auto;
margin-top: 40px;
line-height: 60px;
padding: 10px 20px 10px 20px;
text-align: center;
font-size: 30px;
text-decoration: none;
-moz-transition: background-color 0.25s ease-in-out;
-webkit-transition: background-color0.25s ease-in-out;
transition: background-color 0.25s ease-in-out;
}



#call-to-action-home a:hover  {
    background-color:#000;
   -moz-transition: background-color 0.25s ease-in-out;
   -webkit-transition: background-colorcolor 0.25s ease-in-out;
   transition: background-colorcolor 0.25s ease-in-out;
}


.highlight {
	padding: 20px 0px 20px 0px;
	margin:0px auto;
	width:auto;
	display:block;
}

/*
Contact Form
---------------------------------------------------------------------- */

blockquote, input, select, textarea, .author-box, .sticky, .wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	line-height:30px;
	width:100%;
}

input[type='checkbox'] {
	width:auto!important;
}


/*
Contact Details
---------------------------------------------------------------------- */

#contactdetails {
	-webkit-border-radius: 10px;
    border-radius: 10px;
    padding:20px;
    line-height:1em;
     
}

#contactdetails h3 {
    line-height:1em;
}



#contactphone img, #contactemail img {
	float:left;
	margin-right:20px;
} 




/*
Responsive 
-----------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	#mobi-menu { background: url("http://secondnatureaccounting.com.au/wp-content/themes/secondnature/images/mobile-menu-icon.png") no-repeat scroll 0 0 transparent; cursor: pointer; display: inline-block; position:absolute; top: 110px; right: 20px; height: 30px; margin: 12px; width: 41px; visibility: visible; }
	#menu-primary{ display: none; }
	#nav { background-color:#3a6309;}
	#nav {min-height:0px; height:auto; width:100%}
	#nav li {float:none;}

}

/* Make sure main menu re-appears when scaled up */
@media only screen and (min-width: 769px) {
    #menu-primary {
        display: block !important;}
}

@media only screen and (min-width : 480px) and (max-width : 768px) {
 /* .price_block {width: 48%; }
    .price_block:nth-child(5) {clear:both;}
    .price_block:nth-child(odd) {margin:0 10px 0 0;}
    .price_block:nth-child(even) {margin:0 0 0 10px;}
     .entry-title {text-align:center;}
    #features {height:360px;}*/
    .entry-title {background-position:-300px 0px;}
     #title-area {margin-left:20px;}
    #nav li:nth-child(1) {margin: 0 0 0 0px;}
/*    #signup .button {width:70%} 
    .plan-price {margin-left:80px;}*/
	.sub-menu {display: none;}
	 #nav li:nth-child(1) {margin: 0 0 0 0px;}
	 #nav .menu-primary {height:auto;}
	 #call-to-action-home p {line-height: 30px;margin-bottom:20px;}
	 #wrap {min-width: 960px;}
	 .plan-price { font-size:28px;}
	  .entry-title {margin-left:20px;}
}

@media only screen and (max-width : 480px) {
       h2 {text-align:center;}
       .servicesimg {margin:0px auto 20px auto;}
       .bannertop {margin:20px 0px;}
       .entry-title {text-align:center;}
       #servicepage .serviceimg {display:none;}
       .whtbox {padding:20px;}
        #features {height:auto;}
        .entry-title {background-position:-400px 0px;}
        #services img {padding:0px;}
        .servicesimg {margin:40px auto 0px auto;}
        #footer-widgets .widget-area {margin:0 auto;}
        .price_block {width: 100%;}
        .price_block:nth-child(1) {margin:0 0px 20px 0px;}
        .price_block:hover {border: 0 none;}
        .entry-title {font-size:2em; line-height:1em;}
        #signup .button {width:85%}
        .video {width:220px; height:120px;}
        .plan-price {margin-left:80px;}
        #nav li:nth-child(1) {margin: 0 0 0 0px;}
	    #nav .menu-primary {height:auto;}
	    #call-to-action-home p {line-height: 30px;margin-bottom:20px;}
	    #phonehome {display:none;}
	    .sub-menu {display: none;}
}

@media only screen and (min-width : 768px) {
    .price_block {width: 18.3%;}
    .price_block:nth-child(1) {margin:0 10px 0px 0px;}
    .price_block:nth-child(2){margin:0 10px 0px 10px;}
    .price_block:nth-child(3) {margin:0 10px 0 10px;}
    .price_block:nth-child(4) {margin:0 10px 0px 10px;}
    .price_block:nth-child(5) {margin:0 0px 0px 10px;}
    .price_block:hover {border: 0 none;}


}