/*
	Theme Name: Kevin San & Associates
	Theme URI: http://kevinsan.com.au
	Version: 1.0
	Author: Supervillain Media
*/

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

/* Reset */

html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,
table,tr,td,th,p,img {
margin:0;
padding:0;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
	font-size: 14px;
}

body {
	color:#444;
}

/* clear */
.clearfix:before,
.clearfix:after {
    content:' ';
    display:table;
}


.clearfix:after {
    clear:both;
}

.clearfix {
    *zoom:1;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

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

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
}

h1, h2, h3, h4 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	letter-spacing: -.015em;
}

h3 {
	font-size: 18px;
	color: #152127;
	font-weight: 400;
}

a {
	color: #3b4b5b;
	/* text-decoration:none; */
}

a:focus {
	outline:0;
}

a:hover,
a:active {
	outline:0;
}

p {
	line-height: 1.4;
}

.text-centered {
	text-align: center;
}

.nav a,
h2 a,
h1 a {
	text-decoration: none;
}


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

/* wrapper */
.wrapper {
}

.flex {
	width: 922px;
	margin: 0 auto;
	padding: 0 40px;
}

.hidden {
	display: none;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

/* header */

.header {
	background: #f4f5f6;
	padding: 50px 0;
}

/* logo */

.header .logo {
	float: left;
}

.logo-img {
	height: 51px;
}

/* nav */

.header nav {
	float: right;
}

.header nav ul {
	list-style-type: none;
}

.header nav ul li {
	display: inline-block;
	margin: 0 0 0 30px;
}

.header nav ul a {
	font-size: 14px;
	line-height: 51px;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer {
	background: #3b4b5b;
	color: #f4f5f6;
	padding: 50px 0;
	font-size: 10px;
}

.footer a {
	color: #f4f5f6;
}

.footer .logo {
	float: left;
	margin: 0 0 50px 0;
}

.footer .nav {
	float: right;
	margin: 0 0 50px 0;
}

.footer nav ul {
	list-style-type: none;
}

.footer nav ul li {
	display: inline-block;
	margin: 0 0 0 30px;
}

.footer nav ul a {
	font-size: 14px;
	line-height: 51px;
}


.footer .contact {
	float: left;
	clear: left;
	line-height: 1.2;
}

.footer .copyright {
	float: right;
	clear: right;
	text-align: right;
	line-height: 1.2;
}


/*------------------------------------*\
    PAGE COMPONENTS
\*------------------------------------*/

/* */

.button {
	font-size: 16px;
	padding: 15px 30px;
	border: 1px solid #3b4b5b;
	border-radius: 12px;
	display: inline-block;
	margin: 1em 0;
	color: #3b4b5b;
	text-decoration: none;
}

/* */

.dark {
	background-color: #3b4b5b;
	color: #f4f5f6;
}

.mid {
	background-color: #9bafbc;
	color: #3b4b5b;
}

.white {
	background-color: #ffffff;
	color: #3b4b5b;
}

.light {
	background-color: #f4f5f6;
	color: #3b4b5b;
}

/* */

.major-header {
	padding: 100px 0;
	background-position: center center;
	background-size: cover;
}

.major-header .box {
	background: rgba(59, 75, 91, .9);
	color: #f4f5f6;
	width: calc(50% + 70px);
	padding: 70px 50px;
	position: relative;
}

.major-header .box.left {
	float: left;
	left: -50px;
}

.major-header .box.right {
	float: right;
	right: -50px;	
}

.major-header h1 {
	font-size: 60px;
	line-height: 1;
	margin: 0 0 45px 0;
}

.major-header.secondary h1 {
	font-size: 24px;
}

.major-header p {
	margin: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #c2d1db;
}

.major-header.secondary p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #f4f5f6;
	margin: 1em 0 0 0;
}

/* */ 

.minor-header {
	padding: 70px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.minor-header h1 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 1em 0;
}

/* */ 

.centered-mid-copy {
	text-align: center;
	background: #f4f5f6;
	color: #3b4b5b;
	font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
	padding: 70px 0;
}

.centered-mid-copy .button {
	font-size: inherit;
	margin: 1em 0 0 0;
}

.centered-mid-copy p + p {
	margin: 1em 0;
}

.centered-mid-copy p + p:last-child {
	margin: 1em 0 0 0;
} 

/* */


.one-col-copy {
	padding: 70px 0;
}

.two-col-copy {
	padding: 70px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;	
}

.two-col-copy > div {
	display: -webkit-flex;		
	display: -ms-flexbox;		
	display: flex;		
}

.two-col-copy > div > div {
	flex: 1;
}

.two-col-copy h2 {
	font-size: 25px;
	line-height: 1.2;
	margin: 0 0 1em 0;
}

.two-col-copy p {
	margin: 1em 0;
	font-weight: 400;
}

.two-col-copy .left {
	margin: 0 30px 0 0;
}

.two-col-copy .right {
	margin: 0 0 0 30px;
}

.two-col-copy .diagram {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

/* */

.three-col-copy {
	padding: 70px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;	
}

.three-col-copy .cols {
	display: -webkit-flex;		
	display: -ms-flexbox;		
	display: flex;
	justify-content: space-between;
}

.three-col-copy .cols > div {
	width: 30%;
}

.three-col-copy.light {
	background-color: #f4f5f6;
	color: #3b4b5b;
}

/* */

.testimonials {
	padding: 70px 0;
}

.testimonials .quote {
	color: #3b4b5b;
	font-size: 24px;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
	float: left;
	width: calc(100% - 175px);
}

.testimonials .profile {
	text-align: center;
	float: right;
	margin: 10px 0 0 0;
}

.testimonials .profile img {
	height: 85px;
	width: auto;
	display: inline-block;
}

.testimonials .profile .name {
	font-size: 12px;
	display: block;
	margin: 15px 0 0 0;
}

/* */

.certifications {
	padding: 70px 0;
	background: #eeeeee;
}

.certifications h2 {
	font-size: 24px;
	color: #152127;
	margin: 0 0 45px 0;
}

.certifications .icons {
	text-align: center;
}

.certifications .icons div {
	display: inline-block;
}

.certifications .icons img {
	width: auto;
	height: 120px;
}

.certifications .icons img:nth-child(2) {
	margin: 0 29px;
}

/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

body.home .major-header {
	background-image: url(img/banners/home-main.jpg);
}

body.home .two-col-copy .diagram.focus {
	background-image: url(img/diagrams/diagram-home-1.png);
}

body.home .two-col-copy.relax {
	background-image: url(img/banners/home-relax.jpg);
	padding-bottom: 300px;
}

/*------------------------------------*\
    SERVICES PAGE
\*------------------------------------*/

body.page-template-page-services .major-header {
	background-image: url(img/banners/services-main.jpg);
}

body.page-template-page-services .diagram.fixed-fee {
	background-image: url(img/diagrams/diagram-services-1.png);
}

.packages h2 {
	font-size: 24px;
	text-align: center;
}

.packages .cols p {
	font-size: 12px;
	text-align: justify;
}

.packages p.price {
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	margin: .5em 0;
	font-family: 'Titillium Web', sans-serif;
	line-height: 1;
}

.packages .price span {
	font-size: 12px;
}

.packages .features {
    
}

.packages .features > li {
	text-indent: -5px;
	margin: 5px 0;
	line-height: 1.5;
}

.packages .features > li::before {
    content: "•";
    position: relative;
	left: -5px;
}

.packages .features {
	margin: 30px;
	font-size: 12px;
	list-style-type: none;
}

.packages .disclaimer p {
	margin: 10px 0;
	font-size: 10px;
	letter-spacing: .05em;
}

.packages .button {
	margin: 2em 0 0 0;
}

/*------------------------------------*\
    ABOUT US
\*------------------------------------*/

body.page-template-page-about .kevin {
	background-image: url(img/kevin.jpg);
	background-position: center bottom;
}

body.page-template-page-about .profile {
	padding: 70px 0 0 0;
}

div.profile p:last-child {
	margin: 0 0 60px 0;
}

.kevin {
	background-position: center bottom;
}

/*------------------------------------*\
    XERO PAGE
\*------------------------------------*/

body.page-template-page-xero .minor-header {
	background-image: url(img/banners/xero-main.jpg);
}

body.page-template-page-xero .diagram.power {
	background-image: url(img/diagrams/diagram-xero-1.png);
}

body.page-template-page-xero .diagram.results {
	background-image: url(img/diagrams/diagram-xero-2.png);
}

/*------------------------------------*\
    RECEIPT BANK PAGE
\*------------------------------------*/

body.page-template-page-receiptbank .minor-header {
	background-image: url(img/banners/receipt-main.jpg);
}

body.page-template-page-receiptbank .diagram.automation {
	background-image: url(img/diagrams/diagram-receipt-1.png);
}

body.page-template-page-receiptbank .diagram.results {
	background-image: url(img/diagrams/diagram-receipt-2.png);
}

/*------------------------------------*\
    TERMS OF USE PAGE
\*------------------------------------*/

body.page-template-page-terms .minor-header {
	background-image: url(img/banners/terms-main.jpg);
}

body.page-template-page-terms .minor-header {
	padding: 130px 0;
}

body.page-template-page-terms .minor-header h1 {
	font-size: 60px;
	line-height: 1;
	margin: 0 0 .5em 0;
}

body.page-template-page-terms .minor-header p {
	font-size: 23px;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 0;
	color: #c2d1db;
}

body.page-template-page-terms h2:first-of-type {
	margin: 0;
}

body.page-template-page-terms h2 {
	font-weight: 500;
	margin: 1.5em 0 0 0;
}

body.page-template-page-terms p {
	margin: 1em 0;
}

body.page-template-page-terms .certifications h2 {
	margin: 0 0 45px 0;
}

/*------------------------------------*\
    CONTACT PAGE
\*------------------------------------*/

body.page-template-page-contact .minor-header {
	padding: 130px 0;
}

body.page-template-page-contact .minor-header h1 {
	font-size: 60px;
	line-height: 1;
	margin: 0 0 .5em 0;
}

body.page-template-page-contact .minor-header p {
	font-size: 24px;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 0;
	color: #c2d1db;
}

body.page-template-page-contact .minor-header {
	background-image: url(img/banners/contact-main.jpg);
}

.wpcf7-form {
	
}

.wpcf7-form p:first-of-type {
	margin-top: 0;
}


.wpcf7-form label {
	font-size: 18px;
	font-family: 'Titillium Web', sans-serif;	
	color: #152127;
}

.wpcf7-form label span {
	font-size: 11px;
	color: #6588aa;
	position: relative;
	bottom: 7px;
	left: 3px;
}

.wpcf7-form input,
.wpcf7-form textarea {
	border: 0;
	width: 100%;
	padding: 5px;
}

.wpcf7-form textarea {
	height: 100px;
}

.wpcf7-form input[type="submit"] {
	width: auto;
	font-size: 16px;
	padding: 15px 30px;
	border: 1px solid #3b4b5b;
	border-radius: 12px;
	display: inline-block;
	color: #3b4b5b;
	background: none;
}

.wpcf7-recaptcha {
	margin: 2em 0;
}

div.wpcf7-response-output {
	margin: 2em 0;
	padding: 15px 20px;
	line-height: 1.5;
	border-radius: 3px;
}

/* red - #d04747 */

div.wpcf7-validation-errors {
	border: 0;
	background-color: #e5b739;
	color: #f4f5f6;
}

div.wpcf7-mail-sent-ok {
	border: 0;
	background-color: #81bc80;
	color: #f4f5f6;
}

span.wpcf7-not-valid-tip {
	color: #e00;
	font-size: 10px;
	text-transform: uppercase;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/

.blog .minor-header {
	background-image: url(img/banners/blog-main.jpg);
}

.blog .minor-header {
	padding: 130px 0;
}

.blog .minor-header h1 {
	font-size: 60px;
	line-height: 1;
	margin: 0 0 .5em 0;
}

.blog .minor-header p {
	font-size: 24px;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 0;
	color: #c2d1db;
}

.blog .sidebar {
	width: 280px;
	float: left;
}

.blog .sidebar-widget a {
	text-decoration: none;
}

.blog .sidebar-widget ul {
	list-style-type: none;
	font-size: 16px;
}

.blog .sidebar-widget ul li {
	margin: .5em 0;
}

.blog .blog-content {
	width: calc(100% - 280px);
	float: right;
}

.blog .blog-content p {
	margin: 1em 0;
}

.blog .blog-content blockquote {
	text-align: center;
	padding: 0 3em;
	font-size: 19px;
	font-style: italic;
}

.blog .blog-content blockquote p:before {
	content:"“";
}

.blog .blog-content blockquote p:after {
	content:"”";
}

.blog-container {
	padding: 70px 40px;
}

.blog-location {
	color: #152127;
	background: url(img/blog-location.png) no-repeat;
	background-position: center left;
	background-size: contain;
	padding: 0 0 0 30px;
	margin: 0 0 50px 0;
}

.blog-location span {
	color: #3b4b5b;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	display: block;
	margin: 0 0 5px 0;
}

.blog-location h1 {
	font-size: 28px;
	line-height: 22px;
}

.post-meta {
	color: #626262;
	font-family: 'Titillium Web', sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.post-meta span {
	color: #3b4b5b;
	margin: 0 10px 0 0;
}

.post-meta .posted-in {
	color: #626262;
}

.post-title {
	font-size: 36px;
	margin: .5em 0;
}

.sidebar-widget h3 {
	font-size: 11px;
	text-transform: uppercase;
	color: #3b4b5b;
	font-weight: 600;
	margin: 0 0 13px 0;
}

.blog-index article {
	padding: 0 0 45px 0;
	border-bottom: 1px solid #3b4b5b;
	margin: 0 0 45px 0;
}

.blog-index article:last-of-type {
	border-bottom: 0;
}

.blog-index .button {
	margin: 1em 0 0 0;
}

.pagination {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.pagination .current {
	color: #bbb;
}

.pagination .page-numbers {
	margin: 0 3px;
}

.pagination .next {
	float: right;
}

.pagination .prev {
	float: left;
}

.return-to-index {
	font-family: 'Titillium Web', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 2em 0 0 0;
	display: inline-block;
}

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

@media only screen and (max-width:1025px) {
	
	/* STRUCTURE */
	
	.flex {
		width: 100%;
	}
	
	.major-header h1 {
		font-size: 48px;
	}
	
	.centered-mid-copy {
		padding: 50px 0;
		font-size: 20px;
	}
	
	.one-col-copy {
		padding: 50px 0;
	}
	
	.two-col-copy {
		padding: 50px 0;
	}
	
	.two-col-copy .left {
		margin: 0 20px 0 0;
	}
	
	.two-col-copy .right {
		margin: 0 0 0 20px;
	}
	
	/* HEADER */
	
	.header nav ul li {
		margin: 0 0 0 20px;
	}
	
	/* HOME */
	
	body.home .two-col-copy.relax {
		background-image: url(img/banners/home-relax-mobile.jpg);
	}
	
	/* CONTACT PAGE */
	
	body.page-template-page-contact .minor-header {
		padding: 100px 0;
	}
	
	.certifications .icons img {
		height: 70px;
	}
	
	/* TERMS PAGE */
	
	body.page-template-page-terms .minor-header {
	padding: 100px 0;
	}

	/* ABOUT PAGE */
	
	body.page-template-page-about .profile {
		padding: 50px 0;
	}
	
	body.page-template-page-about .kevin {
		background-position: center center;
	}
	
	div.profile p:last-child {
		margin: 1em 0;
	}
	
	/* BLOG */
	
	.blog .minor-header {
		padding: 70px 0;
	}	
	
	.blog .sidebar {
		width: 200px;
	}
	
	.blog .blog-content {
		width: calc(100% - 200px);
	}
	
	.testimonials {
		padding: 50px 0;
	}		
	
	.certifications {
		padding: 50px 0;
	}	
	
	/* FOOTER */
	
	.footer nav ul li {
		margin: 0 0 0 20px;
	}
	
}

@media only screen and (max-width:767px) {
	
	.flex {
		width: 100%;
		padding: 0 24px;
	}
	
	.header {
		background: #f4f5f6;
		padding: 30px 0 20px 0;
	}
	
	.header nav ul {
		margin: 20px 0 0 0;
	}
	
	.header nav ul li {
		margin: 0 20px 0 0;
	}
	
	.header nav ul a {
		line-height: 41px;
	}
	
	.header nav {
		float: left;
		clear: left;
	}
	
	.logo-img {
	height: 41px;
	}
	
	.two-col-copy > div {
		display: block;
	}

	.two-col-copy .left {
		margin: 0;
	}	
	
	.two-col-copy .right {
		margin: 30px 0 0 0;
	}
	
	.three-col-copy {
		padding: 50px 0;
	}
	
	.three-col-copy .cols {
		display: block;
	}
	
	.three-col-copy .cols > div {
		width: 100%;
		margin: 0 0 60px 0;
	}
	
	.minor-header {
		padding: 50px 0;
	}
	
	.minor-header .right {
		display: none;
	}	
	
	.blog .minor-header h1 {
		font-size: 40px;
	}	
	
	.diagram {
		height: 150px;
	}
	
	.diagram.kevin {
		height: 300px;
	}
	
	.major-header {
		padding: 0;
	}
	
	.major-header .flex {
		padding: 0;
	}
	
	.major-header .box {
		width: 100%;
		padding: 40px 24px;
		position: relative;
	}
	
	.major-header h1 {
		font-size: 36px;
		line-height: 1;
		margin: 0 0 24px 0;
	}	
	
	.major-header .box.left {
	float: none;
	left: 0;
	}
	
	body.home .major-header {
		background-image: url(img/banners/home-main-mobile.jpg);
	}	
	
	body.page-template-page-services .major-header {
		background-image: url(img/banners/services-main-mobile.jpg);
	}
	
	body.page-template-page-terms .minor-header {
		padding: 50px 0;
	}

	body.page-template-page-terms .minor-header h1 {
		font-size: 40px;
	}

	body.page-template-page-terms .minor-header p {
		font-size: 20px;
	}	
	
	body.page-template-page-receiptbank .diagram.automation {
		background-image: url(img/diagrams/diagram-receipt-1-mobile.png);
	}
	
	body.page-template-page-xero .two-col-copy p {
		margin-bottom: 1em !important;
	}
	
	body.page-template-page-contact .minor-header h1 {
		font-size: 40px;
		margin: 0 0 .5em 0;
	}
	
	.blog .minor-header {
		padding: 50px 0;
	}	
	
	.blog .minor-header p {
		font-size: 20px;
	}
	
	.blog .sidebar {
		width: 100%;
		float: none;
		margin: 30px 0;
	}
	
	.blog .blog-content {
		width: 100%;
		float: none;
	}
	
	.blog .blog-content blockquote {
		padding: 0 1em;
	}	
	
	.blog-location {
		margin: 0 0 40px 0;
	}
	
	.post-title {
		font-size: 30px;
		margin: .5em 0;
	}
	
	.return-to-index {
		margin: 2em 0;
	}
	
	body.page-template-page-contact .minor-header {
		padding: 50px 0;
	}
	
	body.page-template-page-contact .minor-header .right {
		display: none;
	}	
	
	body.page-template-page-contact .minor-header p {
		font-size: 20px;
		font-family: 'Titillium Web', sans-serif;
		margin-bottom: 0;
		color: #c2d1db;
	}
	
	body.page-template-page-contact .right {
		border-top: 1px solid #3b4b5b;
		padding: 30px 0 0 0;
		margin: 40px 0 0 0;		
	}
	
	.testimonials {
		padding: 50px 0;
	}
	
	.testimonials .quote {
		font-size: 20px;
		float: none;
		width: 100%;
	}
	
	.testimonials .profile {
		float: none; 
		margin: 20px 0 0 0;
	}	
	
	.certifications {
		padding: 50px 0;
	}
	
	.certifications h2 {
		margin: 0 0 25px 0;
	}
	
	.certifications .icons img {
		height: 60px;
		margin: 20px auto;
		display: block;
	}
	
	.certifications .icons img:nth-child(2) {
		margin: 20px auto;
	}	
	
	.footer {
		padding: 30px 0;
	}
	
	.footer nav ul li {
		margin: 0 30px 0 0;
	}
	
	.footer .contact,
	.footer .copyright {
		float: none;
		text-align: left;
		margin: 1em 0;
	}
	
	.footer .logo {
		float: left;
		margin: 0 0 20px 0;
	}
	
	.footer .nav {
		float: left;
		margin: 0 0 20px 0;
		clear: left;
	}
	
	.footer nav ul a {
		font-size: 14px;
		line-height: 41px;
	}
	
}

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

::selection {
	background:#3b4b5b;
	color:#f4f5f6;
	text-shadow:none;
}

::-webkit-selection {
	background:#3b4b5b;
	color:#f4f5f6;
	text-shadow:none;
}

::-moz-selection {
	background:#3b4b5b;
	color:#f4f5f6;
	text-shadow:none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:1em 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;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 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: #152127;
	color: #f4f5f6;
	max-width: 100%;
	padding: 0;
	text-align:center;
	font-size: 10px;
}

.wp-caption.alignnone {
	margin: 30px 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: 100%;
	padding:0;
	width:auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
	font-size:10px;
	line-height:17px;
	margin:0;
	padding:7px;
}

.sticky {

}

.bypostauthor {

}