/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    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, body {
	height: 100%;
	position: relative;	
}

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 16px/1.4 'Noto Sans', sans-serif;
	color:#908e8e;
	background-color: #000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.clear-b {
	clear: both;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a, a:link, a:visited {
	color:#fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	padding-bottom: 2px;
	cursor: pointer;
}
a:hover, a:active {
	opacity: .75;
	border-bottom: none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

button:focus {
	outline: none;
}

input, select, textarea {
	background: #000;
	border: 2px solid #fdee21;
	padding: 10px;
	color: #fff;
}

input:focus {
	outline:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	letter-spacing: .025em;
	font-weight: normal;
}

p {
	margin: 0;
}

.fa, .far, .fas {
	color: #fdee21;
	font-size: 20px;
}

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

/* wrapper */
.wrapper {
	min-height: 100%;
}

.container {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	padding-bottom: 160px;
}

/* header */
.header {
	padding: 20px;
}

.header-top {
	display: flex;
	justify-content: space-between;
}

.header-contact {
	color: #fff;
	font-weight: 700;	
}

.social a {
	color: #fdee21;
	font-size: 24px;
	margin-left: 20px;
	border-bottom: none;
}

/* logo */
.logo {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.logo a {
	border-bottom: none;
}

.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background-color: #fdee21;
	width: 100%;
	padding: 10px 20px;
	color: #000;
	height: 120px;
	margin-top: -120px;
}

.footer-left {
	float: left;
}

.footer-logo {
	display: inline-block;
	max-width: 70px;
	margin-right: 10px;
}

.footer p {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}

.footer a {
	color: #000;
	border-bottom: none;
	padding-bottom: 0;
}

.copyright {
	opacity: .75;
	font-size: 12px!important;
	font-style: italic;
	font-weight: normal!important;
	margin-bottom: 0;
	margin-top: 10px;
	clear: both;
}

.email-signup {
	max-width: 300px;
	float: right;
	margin-top: 10px;
}

.footer .social {
	text-align: right;
	margin-top: 10px;
}

#mc_embed_signup {
	background: transparent!important;
	font-family: 'Noto Sans', sans-serif!important;
}

#mc_embed_signup form {
	padding: 0!important;
}

#mc_embed_signup input.email {
	font-family: 'Noto Sans', sans-serif!important;
	font-weight: 700;
	font-style: italic;
	border-radius: 0!important;
	border: 2px solid #000;
	background-color: #fdee21;
	color: #000;
	margin: 0!important;
	display: inline-block!important;
	float: left;
	width: 66%!important;
	min-height: 40px!important;
	font-size: 14px!important;
	padding: 0 10px!important;
}

#mc_embed_signup input.email::-webkit-input-placeholder {
	color: #000;
	opacity: .75;
}

#mc_embed_signup .clear {
	display: inline-block!important;
}

#mc_embed_signup .button {
	background-color: #000!important;
	border-radius: 0!important;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	width: 100%!important;
	display: inline-block!important;
	margin: 0!important;
	min-height: 40px;
	padding-top: 2px!important;
}

#mc_embed_signup .button:hover {
	opacity: .75;
}

#post-404 {
	text-align: center;
}

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

.header-new {
    padding: 10px 2%;
    z-index: 10;
    width: 100%;
}

.header-home {
	position: absolute;
	top: 0;
}

.header-new .logo {
	margin: 0;
	width: 300px;
	display: inline-block
}

.header-new a {
	border-bottom: none;
}

.header-new .social {
	display: inline-block;
}

.header-new .social a {
	color: #fff;
}

.nav {
	display: inline-block;
	float: right;
	margin-top: 20px;
}

.nav ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav ul li {
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	display: inline-block;
	margin-right: 30px;
	position: relative;
	padding-bottom: 20px;
}

.nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	padding: 10px 20px;
	border-top: 4px solid #fdee21;
	top: 44px;
}

.nav ul li ul.sub-menu li {
	font-size: 21px;
	padding-bottom: 0;
}

.nav ul li:hover ul.sub-menu {
	display: block!important;

}

.mobile-btn {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 11;
}

.line {
    background-color: #fff;
    width: 36px;
    height: 4px;
    margin-bottom: 5px;
    border-radius: 2px;
}

.nav-show {
	height: auto!important;
}

#menu-item-852 {
	display: none;
}


/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/

.hero {
	width: 100%;
	max-height: 500px;
    filter: grayscale(100%);
    overflow: hidden;
    margin-bottom: 40px;
    opacity: .75
}

.event-listing, .search-results {
    width: 70%;
    margin-right: 4%;
    float: left;
}

.sidebar {
	width: 26%;
	float: right;
}

.home-pg .logo {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	margin: 110px auto 0;
	max-width: 700px;
}

.sidebar-mobile {
	display: none;
	margin-bottom: 20px;
}

.button a {
	display: block;
    background-color: #fdee21;
    color: #000;
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    padding: 10px 0 8px;
    width: 100%;
    text-align: center;	
}

.button .far {
	color: #000;
	margin-right: 5px;
}

/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.search {
	position: relative;
	width: 100%;
}

.sidebar-mobile .search {
	position: relative;
	width: 70%;
	display: inline-block;
	vertical-align: middle;
}

.badges {
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

.badges a {
	display: inline-block;
}

.badges img {
	max-width: 70px;
}

.search input[type="search"] {
	width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
}

.sidebar-mobile .search input[type="search"] {
	height: 40px;
}

.search button {
	font-size: 0;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 2px;
	right: 2px;
	background: transparent;
	border: none;
}

.sidebar-mobile .search button {
	width: 36px;
	height: 36px;
}

.sidebar h3, .sidebar-mobile h3 {
	color: #fdee21;
	font-size: 24px;
	text-align: center;
	border-top: 2px solid #fdee21;
	border-bottom: 2px solid #fdee21;
	padding: 5px 0;
}

.sidebar-mobile h3 {
	font-size: 18px;
}

.sidebar a, .sidebar a:link, .sidebar a:visited, .sidebar-mobile a, .sidebar-mobile a:link, .sidebar-mobile a:visited {
	border-bottom: none;
}

.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_recent_entries li {
	margin-bottom: 10px;
}

#sb_instagram #sbi_load .sbi_follow_btn {
	display: block;
	text-align: left;
	margin: 0;
}

#sb_instagram .sbi_follow_btn a {
	background-color: transparent;
	color: #fdee21;
	border-radius: 0;
	font-family: 'Fjalla One', sans-serif;
	padding: 0;
	display: block;
}

#sb_instagram #sbi_load .sbi_follow_btn svg.fa-instagram {
	margin-bottom: -2px;
}

.latest-tweets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tweet-text {
	color: #fff;
}

.tweet-text a {
	color: #fdee21;
}

.tweet-details a {
	color: #999;
	font-size: 12px;
}

#custom_html-2 {
	margin-top: 5px;
	position: relative;
}

a.twitter-follow {
	color: #fdee21;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 0;
	font-family: 'Fjalla One', sans-serif;
	display: inline-block;
}

a.twitter-follow i {
	margin-right: 5px;
}

.just-announced h6 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	letter-spacing: normal;
	margin: 10px 0;
}

.sidebar-mobile .button {
	margin-top: 20px;
}

.sidebar-mobile #text-6 {
	width: 47%;
	float: left;
}

.sidebar-mobile #latest_tweets_widget-2 {
	width: 47%;
	float: right;
}

.sidebar-mobile #latest_tweets_widget-2 .tweet-text {
	overflow-y: hidden;	
	font-size: 14px;
}

.sidebar-mobile #fblbx {
	display: none;
}

.sidebar-mobile #custom_html-2 {
	width: 47%;
	float: right;
}


/*------------------------------------*\
    EVENT LISTING
\*------------------------------------*/

.event-listing {
	border-top: 2px solid rgba(255,255,255,.2);
	margin-bottom: 20px;
}

.event-listing article {
	padding: 20px 0;
	border-bottom: 2px solid rgba(255,255,255,.2);
}

.event-image {
	float: left;
	position: relative;
	width: 30%;
	max-width: 200px;
	overflow: hidden;
	text-align: center;
}

.event-image a {
	display: block;
}

.event-details {
	float: left;
	vertical-align: top;
	width: 58%;
	margin-left: 2%
}

.event-listing h1 {
	font-size: 42px;
	text-align: center;
}

.event-listing h2 {
	font-size: 30px;
	line-height: normal;
	margin: 0;
}

.event-listing a {
	border-bottom: none;
	padding-bottom: 0;
}

.buy-button {
	float: right;
	width: 14%;
	margin-left: 2%
}

.buy-button a {
	display: inline-block;
	background-color: #fdee21;
	color: #000;
	font-family: 'Fjalla One', sans-serif;
	font-size: 21px;
	padding: 10px 0 8px;
	width: 100%;
	text-align: center;
}

.buy-button.soldout a {
	font-size: 0;
	background-color: rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.3);
	cursor: default;
}

.buy-button.soldout a:hover {
	opacity: 1;
}

.buy-button.soldout a:after {
	font-size: 21px;
	content: "Sold Out";
}

.pre-title {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.subtitle {
	font-size: 20px;
	line-height: normal;
	font-weight: 700;
}

.price {
	display: inline-block;
	background-color: #fdee21;
	color: #000;
	font-weight: 700;
	padding: 2px 4px;
	position: absolute;
	bottom: 0;
	right: 0;
}

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

.search-results {
	border-top: none;
}

.search-title {
	font-style: italic;
	border-bottom: 2px solid rgba(255,255,255,.2);
	margin-bottom: 0;
	padding-bottom: 1em;	
}


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

main {
	padding-bottom: 40px;
}

.page-header {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.page-header h1 {
	flex-grow: 0;
	padding-right: 20px;
	font-size: 42px;
}

.page-line {
	flex-grow: 1;
	background-color: #fdee21;
	height: 4px;
}

.main-block p, .main-block ol, .main-block ul {
	padding: 10px 0;
	color: #fff;
	line-height: 28px;
}

.main-block ol, .main-block ul {
	margin-left: 1em;
}

.about .main-block img {
	box-shadow: 8px 8px 0 0 #fdee21;
}

.about .main-block img.alignleft {
	margin: 10px 40px 20px 0;
}

.about .main-block img..alignright {
	margin: 10px 0 20px 40px;
}

.map {
	display: inline-block;
	box-shadow: 8px 8px 0 0 #fdee21;
	margin-right: 40px;
	width: 100%;
	max-width: 800px;
}

.map p {
    padding: 0;
    margin-bottom: -8px;
}

.map iframe {
	width: 100%!important;
}

.contact-info {
	display: inline-block;
	vertical-align: top;
}

.contact-cont {
	margin-bottom: 40px;
}

.address-icon {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	color: #fdee21;
}

.address-icon i {
	font-size: 24px;
}

.address-icon .fa-envelope-open {
	font-size: 22px;
}

.address-icon .fa-phone-volume {
	font-size: 28px;
}

.contact-text {
	display: inline-block;
	color: #fff;
}

#metaslider_container_762 {
	margin-bottom: 20px;
}

.main-block h5 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 0 0;
}

.main-block h5 i {
	font-weight: normal;
	font-style: normal;
	color: #fdee21;
	font-weight: 900;
	margin-right: 5px;
	font-size: 26px;
}


/*------------------------------------*\
    CALENDAR
\*------------------------------------*/

.calendar-widget {
	background-color: white!important;
	padding: 0 20px;
}

.ai1ec-calendar-toolbar {
	display: none!important;
}

.ai1ec-month-view .ai1ec-date {
	background-color: transparent!important;
}

#ai1ec-container a, #ai1ec-container a:link, #ai1ec-container a:visited, .ai1ec-popup a, .ai1ec-popup a:link,.ai1ec-popup a:visited {
	border-bottom: none!important;
}

.ai1ec-btn-primary {
	color: #000!important;
}

/*------------------------------------*\
    PRESS
\*------------------------------------*/

.press-header article {
	position: relative;
}

.press-header p {
	margin: 0;
	padding: 0;
}

.press-header img {
	margin: 0;
}

.caption {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 5px 10px;
	color: #fff;
	font-style: italic;
	text-align: right;
	display: inline-block;
}

.press-list a {
	border-bottom: none;
}

.press-list > article {
	margin-top: 40px;
}

.article-logo {
	display: table;
	width: 25%;
	border-right: 2px solid rgba(255,255,255,.2);
	padding-right: 4%;
	vertical-align: top;
	min-height: 230px;
	float: left;
}

.article-logo a {
	display: table-cell;
	vertical-align: middle;
}

.article-info {
	width: 74%;
	display: inline-block;
	padding-left: 4%
}

.article-info h2 {
	margin: 0;
}

.article-details {
	color: #999!important;
	font-style: italic;
}

.article-excerpt a {
	color: #fdee21;
	font-weight: bold;
}


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

.featured-video {
	width: 100%;
	margin-bottom: 40px;
}

.video-grid {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.video-grid .video {
	width: 48%;
	flex: 0 0 48%;
	margin: 1% 1% 40px;
} 

/* .video-grid {
	width: 100%;
}

.video-grid .video {
	width: 48%;
	margin-bottom: 40px;
}

.video-grid .video:nth-child(odd) {
	float: left;
}

.video-grid .video:nth-child(even) {
	float: right;
} */

.instagallery-items .ig-item a {
	border-bottom: none!important;
}

.instagallery-actions .igact-instalink {
	background-color: #fdee21!important;
	font-family: 'Fjalla One', sans-serif!important;
	border-bottom: none!important;
	color: #000!important;
}

.instagallery-actions .igact-instalink:hover {
	background-color: #fdee21!important;
	opacity: .8;
}


/*------------------------------------*\
	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 screen and (max-width: 1240px) {
.container {
	width: 90%;
}

.event-details {
	width: 56%;
}
}

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

.event-details {
	width: 48%;
}

.buy-button {
	width: 18%;
}

.map {
	width: 60%;
	overflow: hidden;
	margin-right: 4%;
}
}

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

.nav ul li {
	font-size: 21px;
	margin-right: 20px;
}
}

@media screen and (max-width: 980px) {
.event-details {
	width: 50%;
}

.event-listing h2 {
	font-size: 28px;
	line-height: 32px;
}

.subtitle {
	font-size: 18px;
}

.buy-button {
	width: 15%;
}

.sidebar {
	display: none;
}

.sidebar-mobile {
	display: block;
}

.event-listing, .search-results {
	width: 100%;
	margin: 0;
	float: none;
}

.home-pg .logo {
	max-width: 60%;
}
}

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

.header-new .logo {
	max-width: 200px;
	margin-top: 10px;
}
}

@media screen and (max-width: 768px) {	
.event-image {
	margin-bottom: 20px;
}

.event-details {
	width: 60%;
}

.buy-button {
	float: none;
	margin-left: 0;
	width: 30%;
	display: block;
}

.home-pg .logo {
	margin-top: 10px;
    left: 20px;
    right: auto;
    max-width: 300px;
}

#responsive-menu-container #responsive-menu-title #responsive-menu-title-image img {
	width: 200px!important;
}

#responsive-menu-container .responsive-menu-search-box {
	height: 40px!important;
}

#responsive-menu-container li.responsive-menu-item {
	margin-bottom: 20px!important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
	font-size: 24px!important;
	font-family: 'Fjalla One', sans-serif;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
	border: none!important;
	background-color: transparent!important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
	font-size: 0;
	border: none!important;
	background-color: transparent!important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:after {
	font-size: 30px;
	content: '+';
}

.map {
	width: 100%;
	margin: 0;
}

.contact-info {
	width: 100%;
	margin-top: 40px;
}

.address-icon {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	text-align: center;
}

.contact-text {
	text-align: center;
	width: 100%;
}

#menu-item-852 {
	display: block;
}

.post-513 iframe {
	max-height: 400px;
}
}

@media screen and (max-width: 680px) {
.container {
	padding-bottom: 200px;
}	

.footer {
	height: 200px;
	margin-top: -200px;	
}

.footer-left {
	width: 100%;
	float: none;
	text-align: center;
}

.email-signup {
	float: none;
	margin: 0 auto;
}

.footer .social {
	text-align: center;
}

.footer-logo {
	display: none;
}

#mc_embed_signup input.email {
	width: 70%;
}
}

@media screen and (max-width: 480px) {
	
	.page-header h1 {
		font-size: 30px;	
	}
	
	.event-image {
		margin: 0 auto 20px;
		width: 100%;
		display: block;
		max-width: 300px;
		float: none;
	}
	
	.event-details {
		text-align: center;
		display: block;
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	
	.event-listing h2 {
		font-size: 20px;
		line-height: 26px;
	}
	
	.subtitle {
		font-size: 16px;
	}
	
	.buy-button {
		width: 100%;
		clear: both;
	}
	
	.buy-button a {
		display: block;
	}
	
	.header-top {
		display: block;
	}	
	
	.header-contact {
		width: 100%;
		text-align: center;
		font-size: 12px;
		margin-bottom: 10px
	}
	
	.social {
		text-align: center;
	}
	
	.social a {
		margin-left: 20px;
	}
	
	.social a:nth-child(1) {
		margin-left: 0!important;
	}
	
	.footer {
		text-align: center;
	}
	
	.home-pg .logo {
		margin-top: 10px;
	    left: 10px;
	    right: auto;
	    max-width: 200px;
	}
	
	.article-logo {
		display: block;
		width: 100%;
		border-right: none;
		text-align: center;
		min-height: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}
	
	.article-logo a {
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	
	.article-info {
		width: 100%;
		padding-right: 0;
	}
	
	.post-513 iframe {
		max-height: 240px;
	}
	
	.hero {
		max-height: 90px;
		margin-bottom: 20px;
	}
	
	.vaxx {
		display: none;
	}
	
	.sidebar-widget {
		display: flex;
		flex-direction: column;
	}
	
	.sidebar-mobile #text-6, .sidebar-mobile #custom_html-2 {
		width: 100%;
	}
	
	.vaxx-mobile {
		display: flex !important;
	}
}

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

::selection {
	background:#fdee21;
	color:#000;
	text-shadow:none;
}
::-webkit-selection {
	background:#fdee21;
	color:#000;
	text-shadow:none;
}
::-moz-selection {
	background:#fdee21;
	color:#000;
	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;
}
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: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;
	}
}

.vaxx, .vaxx-mobile {
	width: 100%;
}

.vaxx-mobile {
	display: none;
}


#ctf .ctf-tweet-actions a.ctf-like, #ctf .ctf-tweet-actions a.ctf-reply, #ctf .ctf-tweet-actions a.ctf-retweet { color: #bbb !important; }