/*
	Theme Name:   Division
	Theme URI:    http://stellaractive.com
	Description:  Stellaractive Blank WordPress Theme
	Version:      1.5.4
	Author:       Stellaractive
	Author URI:   http://stellaractive.com

*/

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

/* 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 element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #000;
	text-decoration: none;
	outline: none !important;
}
a:hover, a:focus {
	color: #337ab7;
	text-decoration: none;
}
p a {
	color: #337ab7;
	text-decoration: none;
	outline: none !important;
}
p a:hover, p a:focus {
	color: #000;
	text-decoration: none;
}

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

.wrapper, .header-wrap, .footer-wrap, .content-wrap {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
article p, article ul, article ol {
	margin-bottom: 20px;
	line-height: 1.75;
}

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

header.header {
	margin-bottom: 25px;
}
.logo {
	max-width: 100px;
	padding-top: 20px;
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/

.navbar-nav li:hover {
	cursor: pointer;
}
.navbar-default {
    background-color: transparent;
    border: none;
	z-index: 999;
}
.navbar {
    border: none;
    position: relative;
	width: 100%;
	border-radius: 0;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .dropdown-menu > li > a, .dropdown-menu > .active > a, button.navbar-toggle {
	color: #000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:focus, button.navbar-toggle:hover {
	color: #337ab7;
}
.navbar-collapse {
	border: none;
	box-shadow: none;
}
button.navbar-toggle {
	border: none;
	font-size: 2em;
	float: none;
	padding: 0;
	margin: 8px 0 0 0;
}
button.navbar-toggle:focus, .navbar-toggle:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent !important;
}

/*------------------------------------*\
    DROPDOWN MENU
\*------------------------------------*/

.dropdown-menu, .navbar-right .dropdown-menu, .navbar-left .dropdown-menu {
	left: 0;
}
.dropdown:hover > .dropdown-menu  {
	display: block !important;
}
.dropdown-menu > li > .dropdown-menu {
	left: 100%;
    top: 0;
}
.caret {
	display: none;
}
.dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0;
	padding-bottom: 5px;
}
.dropdown-menu > li > a {
	text-align: left;
}
.dropdown-menu > li > a, .dropdown-menu > .active > a, .dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:focus {
	background-color: transparent;
}

/*------------------------------------*\
    GRID OF 5
\*------------------------------------*/

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
			width: 20%;
			float: left;
		}
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

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

.hello {
	display: block !important;
}
.byebye {
	display: none !important;
}
.show-on-mobile {
	display: none !important;
}
#vc_load-inline-editor {
	display: none !important;
}
.post-edit-link {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999999;
}
.open-sans {
	font-family: 'Open Sans', sans-serif !important;
}
.semi {
	font-weight: 600 !important;
}
.larger-text {
	font-size: 1.25em !important;
}
.smaller-text {
	font-size: .85em !important;
}
.text-shadow {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.34) !important;
}
.no-bull, .no-bull ul {
	list-style-type: none;
}
/*------------------------------------*\
	GRAVIY FORMS
\*------------------------------------*/

.gform_button, .submit, .search-submit, .post-edit-link {
	background-color: #000;
	border: none;
	color: #fff;
	padding: 5px 25px;
	font-weight: 600;
	border-radius: 1px;
}
.gform_button:hover, .submit:hover, .search-submit:hover, .post-edit-link:hover {
	background-color: #337ab7;
	color: #fff;
}
.gform_wrapper .gfield_required, .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message, .gform_wrapper .gfield_error .gfield_label, .gform_wrapper ol.validation_list, .gform_wrapper ol.validation_list li a, .gform_wrapper div.gfield_description.validation_error, .gform_wrapper .validation_message, .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio, .gform_wrapper div.validation_error {
	color: #c9302c !important;
}
.gform_wrapper li.gfield.gfield_creditcard_warning, .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span, .gform_wrapper div.validation_error, .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
    border-color: #c9302c !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
	border-width: 2px !important;
}
.gform_confirmation_message {
    font-size: 1.286em;
    font-weight: 600;
    text-align: center;
}
.gform_wrapper textarea {
	resize: vertical !important;
}
div#ui-datepicker-div {
	margin: 0;
}

/*------------------------------------*\
	WOOCOMMERCE
\*------------------------------------*/

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    line-height: 1.8;
	padding-left: 5px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 150px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 90px;
}
.woocommerce .label {
	color: #000;
	font-size: 100%;
}
#primary {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
@media only screen and (max-width:480px) {
	ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
		float: none;
		margin-right: 0;
		display: block;
	}
}
.input-checkbox {
	position: static !important;
}
/*------------------------------------*\
    WOOCOMMERCE TABS
\*------------------------------------*/
.woocommerce-tabs ul.tabs {
	width: 30.4347826087% !important;
	float: left !important;
	margin-right: 4.347826087% !important;
	padding: 0 !important;
	font-size: .85em;
}
.woocommerce-tabs .panel {
	width: 64.7058823529% !important;
	float: right !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	border-radius: 0;
	box-shadow: none;
}
.woocommerce-tabs {
	padding-top: 2.617924em !important;
	padding-bottom: 2.617924em !important;
}
.woocommerce-tabs ul.tabs li.active:after {
	right:1em!important;
}
.woocommerce-tabs {
	overflow: hidden !important;
	padding: 1em 0 !important;
}
.woocommerce-tabs ul.tabs li {
	display: block !important;
	margin: 0 !important;
	border-bottom: 1px solid rgba(0,0,0,.05) !important;
	position: relative !important;
}
.woocommerce-tabs ul.tabs li:first-child {
	border-top: 1px solid rgba(0,0,0,.05) !important;
}
.woocommerce-tabs ul.tabs li a {
	padding: 1em 0 1.25em 10px !important;
	display :block!important;
	color: rgba(0,0,0,.4) !important;
	line-height: 1.618;
	font-weight: 600 !important;
	transition: all,ease,.3s;
}
.woocommerce-tabs {
	clear:both!important;
}
.woocommerce-tabs h2 {
	margin-top: 5px;
	margin-bottom: 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none !important;
    width: 0;
    height: 0;
	box-shadow: none !important;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    width: 0;
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0 !important;
	padding: 0;
	border: none;
	background-color: #fff;
	transition: all,ease,.3s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background-color: rgba(0,0,0,.05);
	color: #000 !important;
	transition: all,ease,.5s;
}
.woocommerce-tabs ul.tabs li:after {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  text-rendering: auto;
  content: "\f054" !important;
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all,ease,.3s;
  transition: all,ease,.3s;
	height: auto !important;
	width: auto !important;
	color: #6d6d6d;
	margin-top: 2px;
}
.woocommerce-tabs ul.tabs li.active:after {
  opacity: 1;
  right: 0;
}
.shop_attributes th {
    background-color: #f8f8f8;
	font-weight: 600;
	width: 200px !important;
}
.shop_attributes tbody td {
    background-color: #fdfdfd !important;
}
.shop_attributes td, table th {
    padding: .5em 1.41575em !important;
	border: none !important;
}
.woocommerce table.shop_attributes {
	border: none !important;
}
#reviews .comment-form-rating label {
	display: block;
}
p.stars{
	display:inline-block;
	margin:0
}
p.stars a{
	position:relative;
	height:1em;
	width:1em;
	text-indent:-999em;
	display:inline-block;
	text-decoration:none;
	margin-right:1px;
	font-weight:400
}
p.stars a:before{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:1em;
	height:1em;
	line-height:1;
	font-family:star !important;
	content:"\53" !important;
	color:#43454b;
	text-indent:0;
	opacity:.25
}
p.stars a:hover~a:before{
	content:"\53";
	color:#43454b;
	opacity:.25
}
p.stars:hover a:before{
	content:"\53";
	color:#337ab7;
	opacity:1
}
p.stars.selected a.active:before{
	content:"\53";
	color:#337ab7;
	opacity:1
}
p.stars.selected a.active~a:before{
	content:"\53";
	color:#43454b;
	opacity:.25
}
p.stars.selected a:not(.active):before{
	content:"\53";
	color:#337ab7;
	opacity:1
}
.woocommerce #review_form #respond {
    clear: both;
    padding: 2.617924em;
    background-color: rgba(0,0,0,.0125);
    position: relative;
}
#reviews .comment-reply-title {
    display: none;
}
#reviews input[type="email"], #reviews input[type="text"], #reviews textarea {
    padding: .6180469716em;
        padding-left: 0.618047em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
#reviews label {
	font-weight: 400;
}
#reviews .required {
	color: red;
}
#reviews p {
	margin-bottom: 1.41575em !important;
}
#reviews .comment-form-author, #reviews .comment-form-email {
    width: 47%;
}
#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input {
    width: 100%;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
    float: left;
    margin-right: 5.8823529412% !important;
}
#reviews .comment-form-email {
    margin-right: 0 !important;
}
#reviews .form-submit input {
	padding: .6180469716em 1.41575em !important;
}
@media only screen and (max-width:767px) {
	.woocommerce-tabs ul.tabs, .woocommerce-tabs .panel {
		width: 100% !important;
		float: none !important;
	}
	.woocommerce-tabs ul.tabs li:after {
	  content: "\f078" !important;
	}
	#reviews .comment-form-author, #reviews .comment-form-email {
		width: 100% !important;
		margin-right: 0 !important;
	}
	}
/*------------------------------------*\
	BLOG
\*------------------------------------*/

.blog-index article, .archive article {
	margin-bottom: 25px;
}
.post-details span {
    padding-right: 6px;
    text-decoration: none;
}
.post-details span::after {
    content: "";
    font-family: FontAwesome;
    font-size: 0.375em;
    font-style: normal;
    font-weight: normal;
    padding-left: 10px;
    text-decoration: inherit;
    vertical-align: middle;
}
.post-details span:last-child::after {
    content: "";
}
.blog aside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.comments ul {
	list-style-type: none;
}
.search-input {
	width: 60%;
	margin-bottom: 10px;
}
.search-submit {
	padding: 3px 10px;
}
.sidebar-blog {
	margin-top: 27px;
}
/*------------------------------------*\
	BLOG FEED
\*------------------------------------*/

.blog-feed-loop {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blog-feed-loop li {
	display: block;
	margin-bottom: 35px;
}

/*------------------------------------*\
	SOCIAL MEDIA
\*------------------------------------*/

ul.social {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 14px;
	text-align: center;
}
ul.social.social-left {
	text-align: left;
}
ul.social.social-center {
	text-align: center;
}
ul.social.social-right {
	text-align: right;
}
ul.social li {
	display: inline-block;
	margin: 0 15px 15px;
}
ul.social.social-left li:first-child {
	margin-left: 0 !important;
}
ul.social.social-right li:last-child {
	margin-right: 0 !important;
}
ul.social li.icon-round, ul.social li.icon-square {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
ul.social li.icon-normal a {
	background-color: transparent !important;
}
ul.social li.icon-round a, ul.social li.icon-square a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
}
ul.social li.icon-round a::before, ul.social li.icon-square a::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
ul.social li.icon-round i, ul.social li.icon-square i {  
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
ul.social li.icon-round a {
	border-radius: 50%;
}
ul.social li.icon-round a, ul.social li.icon-square a {
	background-color: #000;
	color: #fff;
}
ul.social li.icon-normal.facebook a:hover {
	color: #3b5998 !important;
}
ul.social li.icon-normal.twitter a:hover {
	color: #1da1f2 !important;
}
ul.social li.icon-normal.instagram a:hover {
	color: #405de6 !important;
}
ul.social li.icon-normal.pinterest a:hover {
	color: #bd081c !important;
}
ul.social li.icon-normal.google a:hover {
	color: #dd4b39 !important;
}
ul.social li.icon-normal.linkedin a:hover {
	color: #0077b5 !important;
}
ul.social li.icon-normal.youtube a:hover {
	color: #cd201f !important;
}
ul.social li.icon-normal.yelp a:hover {
	color: #af0606 !important;
}
ul.social li.icon-normal.snapchat a:hover {
	color: #fffc00 !important;
}
ul.social li.icon-normal.info a:hover {
	color: #3391a8 !important;
}
ul.social li.icon-round.facebook a:hover, ul.social li.icon-square.facebook a:hover {
	background-color: #3b5998 !important;
	color: #fff !important;
}
ul.social li.icon-round.twitter a:hover, ul.social li.icon-square.twitter a:hover {
	background-color: #1da1f2 !important;
	color: #fff !important;
}
ul.social li.icon-round.instagram a:hover, ul.social li.icon-square.instagram a:hover {
	background-color: #405de6 !important;
	color: #fff !important;
}
ul.social li.icon-round.pinterest a:hover, ul.social li.icon-square.pinterest a:hover {
	background-color: #bd081c !important;
	color: #fff !important;
}
ul.social li.icon-round.google a:hover, ul.social li.icon-square.google a:hover {
	background-color: #dd4b39 !important;
	color: #fff !important;
}
ul.social li.icon-round.linkedin a:hover, ul.social li.icon-square.linkedin a:hover {
	background-color: #0077b5 !important;
	color: #fff !important;
}
ul.social li.icon-round.youtube a:hover, ul.social li.icon-square.youtube a:hover {
	background-color: #cd201f !important;
	color: #fff !important;
}
ul.social li.icon-round.yelp a:hover, ul.social li.icon-square.yelp a:hover {
	background-color: #af0606 !important;
	color: #fff !important;
}
ul.social li.icon-round.snapchat a:hover, ul.social li.icon-square.snapchat a:hover {
	background-color: #fffc00 !important;
	color: #fff !important;
}
ul.social li.icon-round.info a:hover, ul.social li.icon-square.info a:hover {
	background-color: #3391a8 !important;
	color: #fff !important;
}

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

footer {
	padding: 25px 0 10px;
}
.copy-creds {
	margin-top: 35px;
}
footer .creds {
	float: right;
}
footer .copyright {
	float: left;
}

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

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

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

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

}
@media only screen and (max-width:767px) {
	.dropdown-menu {
		display: block;
		float: none;
		position: static;
		background-color: transparent;
		box-shadow: none;
		border: none;
		padding: 0;
		margin: 0;
	}
	.nav > li > a {
		padding: 5px 0;
	}
	.dropdown-menu > li > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus {
		color: #000;
		text-align: left;
		padding: 5px 0;
	}
	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
		background-color: transparent;
		color: #337ab7;
	}
	.caret {
		display: none;
	}
	.hide-on-mobile {
		display: none;
	}
	.show-on-mobile {
		display: block !important;
	}
	footer {
		text-align: center;
	}
	footer .copyright, footer .creds {
		float: none;
	}
}
@media only screen and (max-width:480px) {

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

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

}

/*------------------------------------*\
	SEARCH
\*------------------------------------*/

input[type="search"] {
	box-sizing: border-box;
}
.woo-fancy-search {
	font-size: 1em;
	opacity: .90;
}
.woo-fancy-search .search-input {
	background-color: transparent;
	background-image: url(img/icons/magnifying-glass-black.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 25px;
	border: none;
	cursor: pointer;
	height: 25px;
	margin: 0;
	padding: 0 0 0 42px;
	-webkit-transition: width 500ms ease, background 500ms ease;
	transition: width 500ms ease, background 500ms ease;
	width: 0;
	color: #000;
}
.woo-fancy-search .search-input:hover {
	background-image: url(img/icons/magnifying-glass-blue.png);
}
.woo-fancy-search .search-input:focus {
	background-image: url(img/icons/magnifying-glass-blue.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 25px;
	background-color: #fff;
	cursor: text;
	outline: 0;
	width: 200px;
	padding-left: 42px;
	-webkit-transition: width 500ms ease, background 500ms ease;
	transition: width 500ms ease, background 500ms ease;
}
.woo-fancy-search #searchsubmit {
	display: none !important;
}
::-webkit-input-placeholder {
    color: #000;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
}
:-ms-input-placeholder {  
   color: #000;
}

/*------------------------------------*\
    HEADLINES
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {

}
h1, h2, h3 {

}
h1 {
	font-size: 2.250em;
}
h2 {
	font-size: 1.750em;
}
h3 {
	font-size: 1.500em
}
h4 {
	font-size: 1.250em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .750em;
}

/*------------------------------------*\
    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;
}
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:#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:0.786em;
	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;
	}
}