@charset "utf-8";
/* CSS Document */

/* 01 - General Structure */
/* 02 - Tricks Structure & override */

/* 03 - Responsive Structure */
/* 04 - Tricks Structure */

/* 05 - Fonts */

/* ------- 01 - General Structure ------- */

html{
     height:100%;
     min-height:100%
     }

body{
    min-height:100%;
	width:100%;
	margin:0;
	font-family:'Open Sans',sans-serif;
	font-size:1em;
	background-color:#3c3430;
	background-attachment:fixed;
    background-image: url(../images/backgrounds/bgtexture.jpg)
	 }
	 
header {
	background:rgba(40, 30, 26, 1);
	background-image:url(../images/backgrounds/background.png);
	background-position: top center;
	width:100%;
	max-width:1350px;
	position:fixed;
	top:0;
	border:0;
	z-index:100;
	padding:.8em 0;
}
@media only screen and (max-width: 980px) {
	
header,footer	{
	background-image:none!important;}
}


/* background:#281e1a; */

#logo {
margin-left:0;
float:left;
text-indent:-999em;
width:81px;
height:92px;
background:url(../images/logos/worth_tax_advisors_logo.png) no-repeat center;
display:block;
border:0
}


@media only screen and (max-width: 980px) {
	#logo {
		height:55px;
	width:55px;
	background:url(../images/logos/worth_financial_logo_mobile.png) no-repeat top center;
		}
}

.taxservices {
	display:none;
	}

@media only screen and (max-width: 980px) {
.taxservices {
	display:block;
	color:#C98844;
	font-size:.95em;
	margin:1.4em 0 0 1em;
	float:left;
	
	font-weight:700;
	}
}

.master-container {
	max-width:1350px;
	margin:auto;


-webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.95);
-moz-box-shadow:    0px 0px 13px 0px rgba(50, 50, 50, 0.95);
box-shadow:         0px 0px 13px 0px rgba(50, 50, 50, 0.95);
	}

.container {
	max-width:1080px;
	width:85%;
	margin:auto
}

@media only screen and (max-width: 980px) {
	.container {
	width:95%;
}
}
	
.content {
	
	height:100%;
	width:100%;
	margin:0 auto;
	padding-top:3em!important;
	padding-bottom:3em!important;
}

.background {background-image:url(../images/backgrounds/texture.png);
			background-color:#fff}

footer {
padding:4em 0;
height:auto;
vertical-align:top;
background:#281e1a;
background-image:url(../images/backgrounds/background.png);
background-position: top center;
}

/* ------- 02 - Tricks Structure & override ------- */

	
	/* Header fix spacer */
.header-spacer {
	height:81px
}

	/* Header fix Anchor */
.anchor {
	display:block;
	height:142px;
	margin-top:-142px;
	visibility:hidden
}

@media only screen and (max-width: 980px) {
.anchor {
	display:block;
	height:105px;
	margin-top:-105px;
	visibility:hidden
}

.header-spacer {
	height:0px!important
}
}

/* ------- 03 - Responsive Structure - OPEN Responsive.css ------- */

/* ------- 04 - Tricks Responsive Structure & override - OPEN Responsive.css ------- */

/* ------- 05 - Fonts ------- */

a {text-decoration:none; color:#C98844; font-weight:bold;
}

a:hover {text-decoration:none; color:#aa733a; font-weight:bold;
}


footer a {color:#f0c07b}

footer a:hover {color:#C98844}

.rss-title {color:#C98844!important; font-weight:bold!important; font-size:1.2em!important;
}

.rss-title:hover, .rss a:hover {color:#aa733a!important;}


.rss a {color:rgba(100,73,29,1.00); font-weight:bold;
}



h1 {
	margin:0;
	}

h2 {
	font-family: 'Playball', cursive;
	color:#fff;
	font-size:5em;
	vertical-align:central;
	text-align:center
	}

.slide1 h2 {max-width: 6em;
padding-top: 2em;
color:white;}
	
h3 {color:#683A1C;
	padding:.5em 0 .8em 0;
	font-size: 1.3em;
	font-weight:900;
	font-family: 'Lato', sans-serif;
	}
	
hr {
border: 0;
height: 1px;
max-width: 50px;
margin: 20px 0 15px 0;
background: #C98844;
}

h4 {color:#C98844; font-weight:bold; font-size:1em;
	}
	
.provided {color:#D01144!important; font-style: italic!important; font-weight: 700!important;font-size: .95em!important;}
.provided:hover {color:#E5003D!important;}
	
footer h4 {
padding-bottom:.8em;
font-size:.95em
}

h5 {
	
	}

div.feedflare{display:none!important;
	}


p {
	color:#4B321C;
	line-height: 2em;
	font-size:.85em;
	padding-bottom: 2em
	}

footer p {color:#fff;
line-height: 20px;
font-size:0.85em;
}

.content ul {padding-left: 3em;
color: #C98844;
	list-style-type: square;
 list-style-position: outside;
 list-style-image: none;}
 
.box-highlight ul 
	{list-style-image:url(../images/design_elements/li.png)
}

.content li {color:#4B321C;
	line-height: 2em;
font-size:.85em;
padding-left:0.5em;
}

.box-highlight li {
	color:#FFF;
	line-height:1.6em;
	}
	
.box-highlight a {text-decoration: none; 
color:#f0c07b;
font-weight:400;
	}
.box-highlight a:hover	{
	color:#C98844;
	}

#sherise {
	background-image:url(../images/backgrounds/texture.png);
}

.box-highlight {
	margin:0em 1em;
	padding:1.5em 1.5em 1em 1.5em;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    0px 0px 5px 2px rgba(50, 50, 50, 0.15);
box-shadow:         0px 0px 5px 2px rgba(50, 50, 50, 0.15);

background: #b99969; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYjk5OTY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EwNzE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  #b99969 0%, #a07141 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#b99969), color-stop(100%,#a07141)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #b99969 0%,#a07141 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #b99969 0%,#a07141 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #b99969 0%,#a07141 100%); /* IE10+ */
background: linear-gradient(135deg,  #b99969 0%,#a07141 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99969', endColorstr='#a07141',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.top {margin:7em 0em 0em 0em;}

@media only screen and (max-width: 800px) {
.top {
	margin:20em 0em 0em 0em;
	}
}

@media only screen and (max-width: 500px) {
.top {
	margin:5em 0em 0em 0em;
	}
}
	

.brown {background: #3d3331;
}


.box-highlight p {
	color:#fff;
	}
	
.box-highlight h4 {
	color:#f0c07b;
	font-weight:700;
	padding-bottom:1em
	}

@media only screen and (max-width: 650px) {
.box-highlight h4 {
	font-size:1.6em!important;
	}
}

@media only screen and (max-width: 400px) {
.box-highlight h4 {
	font-size:1.5em!important;
	}
}

@media only screen and (max-width: 650px) {
h2 {font-size:4em;
}	
}


@media only screen and (max-width: 330px) {
h2 {font-size:3.5em;
}	
}



/* ==================================== 06 - Img ==================================== */

img {
	width:100%
	}


.sherise {
	max-width: 300px;
	margin-left:3em;
	}

@media only screen and (max-width: 500px) {
	.sherise {margin-left:0em;}
}

/* ==================================== 06 - Slides ==================================== */
.slide1, .slide2, .slide3, .slide4, .slide5 {
	
	background-repeat:no-repeat;
	background-position:top center;
}

.slide1, .slide2, .slide3, .slide4 {
		background-size:auto;
		background-attachment:fixed;
	}
	
.slide5 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	}	
	

.slide1 {
	min-height:40em;
	background-image:url(../images/backgrounds/slide1.jpg);
	}
	
.slide2	{
	height:20em;
	background-image:url(../images/backgrounds/slide2.jpg);
	}
	
.slide3	{
	height:20em;
	background-image:url(../images/backgrounds/slide3.jpg);
	}
	
.slide4	{
	height:20em;
	background-image:url(../images/backgrounds/slide4.jpg);
}

.slide5	{
	height:20em;
	background-image:url(../images/backgrounds/slide5.jpg);
	}
	
	
@media only screen and (max-width: 1000px) {
.slide1, .slide2, .slide3, .slide4, .slide5
 {
background-position: center;
background-size:cover;
background-attachment:scroll;

}
}

@media only screen and (max-width: 500px) {
.slide1 {
	min-height:25em;
}
}

/* ==================================== Media Queries =========================================== */


@media only screen and (max-width: 480px) {
/* 01 - General Structure */

.container {
width:90%
}
}


/* 02 - Tricks Structure & override */

/* 03 - Responsive Structure */
/* 04 - Tricks Structure */






#name-page .current1,#namepage-page .current2,#name-page .current3,#name-page .current4 {
color:#fff
}



































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

.content .wow,#wow_off.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
}
}




.box {
max-width:1260px;
margin:0 auto;
padding:0 1em;
z-index:0
}



section {
margin:80px auto 40px;
max-width:980px;
position:relative;
padding:20px
}










