/*
	Theme Name: The Fiscal Bridge
	Theme URI: http://thefiscalbridge.com.au
	Description: Custom HTML5 theme for The Fiscal Bridge
	Version: 1.0
	Author: Morgan Leek
	Author URI: http://morganleek.me
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font:300 11px/1.4 "abril-text", Georgia, serif;
	color:#000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	height: auto;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	/*
	outline:0;
	border:1px solid #04A4CC;
	*/
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #000;
	opacity: 1;
	font-family: "abril-text", Georgia, serif;
}

h1, h2, h3 { 
	font-weight: 600;
	font-family: "abril-text", Georgia, serif;
	font-style: italic;	
}
h1 {
    font-size: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width: 1166px;
	margin:0 auto;
	position:relative;
}
/* header */
.header-wrapper {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 199;
	width: 100%;
}
.header {
	margin: 0 auto;
    padding-bottom: 44px;
    padding-top: 60px;
    width: 1166px;
}
/* logo */
.logo {
	float: left;
}
.logo-img {
	
}
/* nav */
.nav {
	float: right;
    font-size: 23px;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 28px;
    width: 700px;
}
.nav ul { 
	margin: 0;
	padding: 0;
	text-align: right;
}
.nav li { 
	display: inline-block;
	padding: 0 13px;
}
.nav li a {
	border-bottom: 3px solid #FFF;
	transition: border-color 1s;
	-webkit-transition: border-color 1s; /* Safari */
}
.nav .current-menu-item a,
.nav .current-menu-parent a,
.nav li:hover > a {
    border-bottom: 3px solid #A6A7A7;
	transition: border-color 1s;
	-webkit-transition: border-color 1s; /* Safari */
}

.post-edit-link {
    background: none repeat scroll 0 0 #EFEFEF;
    padding: 2px 4px;
}
.post-edit-link:hover {
	background: #000;
	color: #efefef;
}

/* sidebar */
.sidebar {
	
}
/* footer */
.footer {

}

.category-description p {
    font-size: 13px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.9em;
    margin-bottom: 30px;
    margin-top: -8px;
}
.int-post > h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 0;
    margin-top: 0;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 1.2em;
}
.int-post > h2 a {
    color: #404040;
}
.int-post .sub-heading {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    padding-left: 30px;
    width: 574px;
    
}
article.category-blog.no-post-thumbnail .int-post .sub-heading {
	float: left;
	padding-left: 0;
	width: 100%;
}
.int-post .sub-heading p { 
	font-style: normal; 
	line-height: 1.2em;
}
.int-post > p {
    font-size: 12px;
    font-style: normal;
}

.view-article {
    display: block;
    margin-top: 12px;
    font-weight: 600;
    text-decoration: underline;
}

/* Client Gallery */

#clients-gallery-wrapper {
    /*height: 330px;*/
    overflow: hidden;
    width: 960px;
}
#clients-gallery,
#clients-gallery-content {
	width: 10000px;
	height: 330px;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
#clients-gallery li,
#clients-gallery-content li {
	width: 960px;
	height: 330px;
	float: left;
}
#clients-gallery-content,
#clients-gallery-content li {
	height: auto;
}

#clients-gallery-nav {
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
	width: 960px;
	height: 14px;
	text-align: right;
	float: left;
}
#clients-gallery-nav li {
	display: inline-block;
}
#clients-gallery-nav li a {
	width: 8px;
	height: 7px;
	background: url(img/button.png) top right no-repeat;
	display: block;
	margin: 0 3px;
}
#clients-gallery-nav li.selected a { background-position: top left; }

#three-column-layout {
	width: 100%;
	float: left;
	padding-bottom: 50px;
}
#three-column-layout .three-column-item {
    float: left;
    margin-left: 17px;
    width: 308px;
}
#three-column-layout .three-column-item:first-child {
	margin-left: 0;
}
#three-column-layout .three-column-item p { 
	font-size: 12px;
    font-style: normal;
    line-height: 1.3em;
}
#three-column-layout .three-column-item a {
	font-weight: 600;
	text-decoration: underline;
	color: #4F4D4E;
}

.three-column-item h2 {
    border-bottom: 2px solid #A6A7A7;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 26px;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.body-border {
	background-color: #000;
	position: fixed;
	z-index: 200;
}
#border-top {
	height: 20px;
	width: 100%;
	top: 0;
	background: url(img/bg-top.jpg) no-repeat;
	background-size: 100% 100%;
	z-index: 201;
}
#border-bottom {
	height: 20px;
	width: 100%;
	bottom: 0;
	background: url(img/bg-bottom.jpg) no-repeat;	
	background-size: 100% 100%;
	z-index: 201;
}
#border-left {
	height: 100%;
	width: 20px;
	left: 0;
	top: 0;
	background: url(img/bg-left.jpg) no-repeat;
	background-size: 100% 100%;
	z-index: 201;
}
#border-right {
	height: 100%;
	width: 20px;
	right: 0;
	top: 0;
	background: url(img/bg-right.jpg) no-repeat;
	background-size: 100% 100%;
	z-index: 201;
}

.category-description {
	
}
.featured-blog-thumb-wrap {
	float: left;
	width: 512px;
}
.featured-blog-thumb-link {
	float: left;
    max-height: 296px;
    overflow: hidden;
}
.int-post {
	float: right;
	width: 418px;
}
article.category-blog.no-post-thumbnail .int-post {
	width: 100%;
}
article.category-blog {
	float: left;
    margin-bottom: 78px;
    position: relative;
    width: 100%;
}
article .details {
	border-left: 3px solid #A6A7A7;
    padding-left: 10px;
    position: absolute;
    right: -85px;
    top: 0;
    width: 76px;
    font-style: italic;
    font-size: 11px;
    line-height: 1.3em;
}
article .details, 
article .details a {
    color: #4f4f4f;
}


.st_facebook_large .stButton > span {
	background: url('img/facebook-32.png') !important;
}
.st_twitter_large .stButton > span {
	background: url('img/twitter-32.png') !important;
}
.st_plusone_large .stButton > span {
	background: url('img/googleplus-32.png') !important;
}
.st_sharethis_large .stButton > span {
	background: url('img/bloglovin-32.png') !important
}
.st_linkedin_large .stButton > span {
	background: url('img/linkedin-32.png') !important
}

.featured-blog-thumb-caption {
	float: left;
    font-style: italic;
    padding: 5px 0;
}

/*------------------------------------*\
    CONTACT FORM 7
\*------------------------------------*/

.wpcf7-form-control.wpcf7-submit {
	background: url("img/send.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 31px;
    text-indent: -9999px;
    width: 90px;
}
.wpcf7-form-control.wpcf7-text {
    border: 1px solid #A6A7A7;
    padding: 2px 2px 10px 6px;
    width: 308px;
}
.wpcf7-form-control.wpcf7-textarea {
	border: 1px solid #A6A7A7;
	padding: 2px 6px 2px 6px;
	width: 308px;
}

/*------------------------------------*\
    TWITTER fixed
\*------------------------------------*/

.follow-twitter {
    background: url("img/twitter-follow.png") no-repeat scroll 0 0 transparent;
    padding: 10px 0 10px 70px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

h2.top-heading {
	border-bottom: 2px solid #A6A7A7;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 6px;
    padding-bottom: 2px;
    text-transform: uppercase;
}
.main {
    margin: 188px 0 50px 103px;
    width: 960px;
}

.featured-image {
    float: left;
    margin-bottom: 30px;
}

article p {
    font-family: "abril-text", Georgia;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0;
}
#clients-gallery-content p {
    /*
	padding: 0 0.5%;
    width: 99%;
	*/
}

.fisc-go-back { 
	/*text-align: right; */
	font-size: 15px;
	font-style: italic;
	margin-bottom: 10px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1206px) {
	.header {
		width: 960px;
	}
	.nav { width: 600px; }
	.nav li:last-child {
		padding-right: 0;
	}
	.main { margin: 188px 0 50px 0; }
	.wrapper { width: 960px; }
	
}
@media only screen and (max-width:1024px) {
	.featured-blog-thumb-wrap {
		float: left;
		width: 320px;
	}
	.header {
		width: 800px;
	}
	.nav {
		font-size: 20px;
		margin-top: 33px;
		width: 500px;
	}
	.main { 
		margin: 158px 0 30px; 
		width: 800px;
	}
	.wrapper { width: 800px; }

	#clients-gallery-wrapper { width: 800px; }
	#clients-gallery li, #clients-gallery-content li {
		width: 800px;
	}
	#clients-gallery,
	#clients-gallery li { 
		height: 275px; 
	}
	#clients-gallery-nav {
	    width: 800px;
	}
	article p {
		font-size: 18px;
	}
	#three-column-layout .three-column-item {
	    margin-left: 0;
	    width: 800px;
	}
	#three-column-layout .three-column-item p {
		font-size: 13px;
		font-style: normal;
		line-height: 1.3em;
	}
	.featured-blog-thumb {
		height: auto;
		width: 360px;
	}
	.featured-blog-thumb-caption { display: none; }
}
@media only screen and (max-width:880px) {
	
	.header {
		width: 640px;
		padding-bottom: 20px;
		padding-top: 40px;
	}
	.nav {
		margin-top: 20px;
		width: 640px;
	}
	.nav ul {
		text-align: center;
	}
	.main { 
		margin: 158px 0 30px; 
		width: 640px;
	}
	.wrapper { width: 640px; }

	#clients-gallery-wrapper { width: 640px; }
	#clients-gallery li, #clients-gallery-content li {
		width: 640px;
	}
	#clients-gallery,
	#clients-gallery li { 
		height: 220px; 
	}
	#clients-gallery-nav {
	    width: 640px;
	}
	article p {
		font-size: 18px;
	}
	#three-column-layout .three-column-item {
	    margin-left: 0;
	    width: 640px;
	}
	#three-column-layout .three-column-item p {
		font-size: 13px;
		font-style: normal;
		line-height: 1.3em;
	}
	.featured-blog-thumb {
		height: auto;
		width: 100%;
	}
	.logo {
		float: none;
		text-align: center;
	}
	.featured-blog-thumb-wrap {
		width: 100%;
	}
	.featured-blog-thumb-link {
		margin-bottom: 10px;
	    width: 100%;
	}
	.int-post { width: 100%; }
	.int-post .sub-heading {
		padding-left: 0;
		width: 100%;
	}
	.int-post .sub-heading p { margin: 10px 0;}
	article .details {
		border-left: 0 none;
		float: left;
		left: auto;
		padding-left: 0;
		position: relative;
		right: auto;
		width: 100%;
	}
}
@media only screen and (max-width:640px) {
	#border-right, #border-left { display: none; }
	#border-bottom {
		display: none;
	}
	#border-top { position: absolute; }

	.header {
		padding-bottom: 20px;
		padding-top: 20px;
		width: 300px;
	}
	.logo-img {
		height: auto;
		width: 80%;
	}
	.nav {
		width: 300px;
	}
	.nav li {
		display: block;
	}
	.header-wrapper {
		left: auto;
		position: relative;
		top: auto;
	}
	.wrapper { width: 300px; }
	.main {
		margin: 0 0 30px;
		width: 300px;
	}
	#clients-gallery-wrapper,
	#clients-gallery li, 
	#clients-gallery-content li,
	#clients-gallery-nav,
	#three-column-layout .three-column-item {
		width: 300px;
	}
	#clients-gallery, #clients-gallery li {
		height: 110px;
	}
	.nav li:last-child { padding: 0 13px; }
	#three-column-layout .three-column-item p,
	.int-post > p  {
		font-size: 15px;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 10px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

