<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Shambala 2015
Theme URI: http://www.shambalafestival.org/
Author: the WordPress team
Author URI: https://www.docandtee.com/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Doc&amp;Tee's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: docandtee

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#mobile-navigation {
		display: none;
}
	
#site-navigation, #secondary-navigation {
		display: block;
}

#secondary-navigation {
	font-family:  inherit;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#secondary-navigation a {
	font-size: 15px;
	letter-spacing: 1px;
}

#site-navigation a, #mobile-navigation a {
	font-size: 13px;
	letter-spacing: 0;
}

/* Desktop Primary Navigation */
	
#mobile-navigation {
		display: none;
	}
	
.main-navigation .dropdown-toggle {
		display: none;
	}
	
.main-navigation {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

.main-navigation .menu-toggle {
	display: none;
}
	
.main-navigation a {
	position: relative;
	text-align: left;
	padding: 0 1em;
	line-height: 1;
	border-right: 1px solid #000;
	color: #000;
}

	.main-navigation li:hover &gt; a,
	.main-navigation .current-menu-item &gt; a {
		color: #E25D78;
		text-decoration: none;
	}

	.main-navigation div &gt; ul {
		margin: 0;
		list-style-type: none;
		font-size: 0;
	}

	.main-navigation div &gt; ul &gt; li {
		position: relative;
		display: inline-block;
	}
	
	.main-navigation div &gt; ul &gt; li:last-of-type &gt; a {
		padding-right: 0;
		border-right: none;
	}
	
	.main-navigation div &gt; ul &gt; li &gt; ul.children,
	.main-navigation div &gt; ul &gt; li &gt; ul.sub-menu {
		padding-top: 15px;
	}
	
	.main-navigation li ul.children,
	.main-navigation li ul.sub-menu {
		display: none;
	}
	.main-navigation li:hover &gt; ul.children,
	.main-navigation li:hover &gt; ul.sub-menu {
		display: table;
	}
	.main-navigation ul.children,
	.main-navigation ul.sub-menu {
		position: absolute;
		width: 220px;
	}

	.main-navigation ul.children li,
	.main-navigation ul.sub-menu li {
		display: table-row;
		background: #fff;
		color: #68bd45;
	}
	.main-navigation ul.children li a,
	.main-navigation ul.sub-menu li a {
		line-height: 2em;
		color: #68bd45;
	}
	
	#secondary-navigation ul.children li a,
	#secondary-navigation ul.sub-menu li a {
		color: #fff;
		color: #68bd45;
	}
	
	.main-navigation ul.children li:hover &gt; a,
	.main-navigation ul.sub-menu li:hover &gt; a {
		color: #629087;
	}

	.main-navigation ul.children li.menu-item-has-children:hover &gt; a,
	.main-navigation ul.sub-menu li.menu-item-has-children:hover &gt; a {
		/*border-right: 1px solid #FFFFFF;*/
	}
	.main-navigation ul.children li ul.children,
	.main-navigation ul.sub-menu li ul.sub-menu {
		top: 0;
		left: 100%;
	}
	

#info-nav {
	float: left;
	display: inline-block;
	width: 23%;
}

#info-content {
	float: right;
	display: inline-block;
	width: 75%;
}

.sidebar-block {
	margin-bottom: 20px;
	margin-bottom: 1.538rem;
}


.footer_social_icons li {
	display: inline-block;
	float: left;
	margin-right: 4px;
}

.footer_social_icons li a {
	width: 30px;
	height: 30px;
	display: block;
}

.footer_social_icons li.facebook a {
	background: url(../images/icon_facebook.png) no-repeat;
}
.footer_social_icons li.vimeo a {
	background: url(../images/icon_vimeo.png) no-repeat;
}
.footer_social_icons li.youtube a {
	background: url(../images/icon_youtube.png) no-repeat;
}
.footer_social_icons li.flickr a {
	background: url(../images/icon_flickr.png) no-repeat;
}
.footer_social_icons li.twitter a {
	background: url(../images/icon_twitter.png) no-repeat;
}
.footer_social_icons li.rss a {
	background: url(../images/icon_rss.png) no-repeat;
}

.infopage-wrap {
	display: block;
}

.infopage-wrap h4 {
	margin: 0;
  	position: absolute;
  	bottom: 0;
  	width: 100%;
}


.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt {
	color: #fff;
	text-shadow: none;
	border: none;
	background: #E25D78;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body.postid-7753 form.cart .add_to_cart_button,
body.postid-7753 form.cart .single_add_to_cart_button {
	float: right !important;
}
body.postid-7753 td {
	border-bottom: 1px dotted #D4D4D4 !important;
	padding: 20px !important;
}
body.postid-7753 tr:last-of-type td {
	border-bottom: none !important;
}
body.postid-7753 hr {
    border: 0;
    height: 2px;
    background: #E25D78;
	margin: 40px 0;
}

.woocommerce #content input.button:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce-page #content input.button:hover,.woocommerce-page #respond input#submit:hover,.woocommerce-page a.button:hover,.woocommerce-page button.button:hover,.woocommerce-page input.button:hover, .woocommerce #content input.button.alt:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce-page #content input.button.alt:hover,.woocommerce-page #respond input#submit.alt:hover,.woocommerce-page a.button.alt:hover,.woocommerce-page button.button.alt:hover,.woocommerce-page input.button.alt:hover {
	background:#000;
}

.woocommerce #content div.product form.cart table, .woocommerce div.product form.cart table, .woocommerce-page #content div.product form.cart table, .woocommerce-page div.product form.cart table {
	border-width: 0;
}

body.postid-7753.woocommerce #content div.product div.summary {
	float: none;
	width: 100%;
}
body.postid-7753.woocommerce #content div.product.post-7753 &gt; div.summary p.price,
body.postid-7753.woocommerce #content div.product.post-7779 p.price {
	display: none;
}
body.postid-7753 ul.tabs {
	display: none;
}
body.postid-7753 #tab-description h2:first-of-type {
	display: none !important;
}

.button_div {
	margin-top: 10px;
}

.postid-7767 #update-cc,
div#product-7767 #update-cc {
	display: block;
	clear: both;
	margin: 2% 0;
}
.postid-7767 #update-cc #loader-small,
div#product-7767 #update-cc #loader-small {
	margin: -2px 0 0 10px;
}
body.postid-7767 div.quantity,
div#product-7767 div.quantity,
body.postid-7767 div.product_meta,
div#product-7767 div.product_meta,
body.postid-7767 .gform_wrapper .gform_footer,
div#product-7767 .gform_wrapper .gform_footer {
	display: none !important;
}

body.postid-7767 li#field_12_1,
#ticket_extra div.images,
#ticket_extra div.product_meta,
#ticket_extra div.post-7767 div.product_totals {
	display: none;
}
#ticket_extra table.variations td {
	border: none;
}


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}



/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor &gt; article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after,
.menu-toggle {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #464646;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

h1,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family:  inherit;
	font-weight: 700;
}

h1 {
	font-size: 26px;
	font-size: 2.000em;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-bottom: 1.538rem;
	letter-spacing: 2px;
}

h1.news-title {
	text-align: center;
}

h2 {
	font-size: 22px;
	font-size: 1.692em;
	margin-bottom: 20px;
	margin-bottom: 1.538rem;
	color: #07acba;
}

h3 {
	font-size: 18px;
	font-size: 1.385em;
	margin-bottom: 20px;
	margin-bottom: 1.538rem;
}

h4 {
	font-size: 15px;
	font-size: 1.154em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 6px;
	margin-bottom: 0.462em;
}

.infopage-wrap h4 a {
	color: #fff;
	padding: 2%;
	background-color: rgba(226,93,120,0.7);
	color: #fff;
	display: block;
}

a {
	color: #E25D78;
	text-decoration: none;
}

a:hover,
a:focus {
	
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

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

a img {
	border: 0;
}

.emulate-link,
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body &gt; a {
	font-weight: 700;
	color: #E25D78;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body &gt; a:hover,
.pingback .comment-body &gt; a:focus {
	color: #07acba;
}

a.button {
	display: block;
	padding: 3%;
	font-size: 18px;
	background-color: #E25D78;
	font-weight: 800;
	margin: 0 auto;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
}

a:hover.button {
	background: #000;
	color: #fff;
}

#home a.button {
	margin: 3% auto;
}

p {
	margin-bottom: 1.3em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote &gt; p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
}

ul.child-nav, ul.child-nav ul {
	list-style: none;
	margin: 0;
}

ul.child-nav ul li {
	padding: 4px 0;
	border-top: 1px dotted #d4d4d4;
	font-size: 15px;
}

ul.child-nav ul li .children {
	margin: 6px 0 6px 20px;
}

ul.child-nav ul li .children li {
	padding: 2px 0;
	border: none;
	font-size: 13px;
}

ul.child-nav ul li .children li a, ul.child-nav ul li a {
	color: #E25D78;
}
ul.child-nav ul li .children li a:hover, ul.child-nav ul li a:hover {
	color: #000;
}

ul.child-nav ul li .children li.current_page_item a, ul.child-nav ul li.current_page_item a {
	color: #000;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

table td p:last-child {
	margin-bottom: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 14px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	/*max-width: 100%;*/
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */






.post-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 1%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */




/**
 * 11.0 Widgets
 */

.widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 9.09090%;
	width: 100%;
	word-wrap: break-word;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0.375em;
}

.widget &gt; :last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 5px 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

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

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget &gt; :last-child {
	margin-bottom: 0;
}



.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}


/**
 * 12.1 Posts and pages
 */
 


.hentry {
	position: relative;
	margin-bottom: 3%;
}
.hentry.has-post-thumbnail {
	
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	width: 100%;
}
body.single-friends .post-thumbnail img {
	width: auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	border-bottom: 1px solid #E25D78;
	margin-bottom: 30px;
	margin-bottom: 2.000em;
}

.entry-meta {
	margin-bottom: 20px;
	margin-bottom: 1.538rem;
}

.entry-content,
.entry-summary {
	
}

.entry-content &gt; :last-child,
.entry-summary &gt; :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}





.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description &gt; :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description &gt; :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content &gt; :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links &gt; span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links &gt; .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption &gt; :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area &gt; :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children &gt; li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor &gt; article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li &gt; ul,
.comment-content li &gt; ol {
	margin-bottom: 0;
}

.comment-content &gt; :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}


/**
 * 13.0 Footer
 */

.site-info {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.site-info a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.site-info a:hover {
	border-bottom: 1px solid #333;
}

.site-info a:hover,
.site-info a:focus {
	color: #333;
}


/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p &gt; embed,
p &gt; iframe,
p &gt; object,
p &gt; video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* START -&gt; Shambala CSS. */

/* Maximum page width when enabled in header. */
.sitewidth {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
}
/* Prevent fullwidth from getting out-of-hand. */
body.full-width .sitewidth {
	max-width: 3500px;
}

/* Background */

.bodybg {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 0;
}

.all {
	width: 100%;
	position: absolute;
	z-index: 5;
}

body {
	/* background: url( images/bg.jpg ) center top; */
}
.main-navigation {
	background-color: #FFF;
}
#masthead {
	background: url(../images/header_bg4.jpg) repeat-x center;
}
#page-bg {
	padding: 2%;
	background-color: rgba( 255,255,255, 0.8 );
}



#header-logo {
	position: relative;
	padding: 20px 0;
	background: url(../images/star.png) no-repeat center;
	max-width: 530px;
	margin: 0 auto;
	overflow: hidden;
}

#header-logo #header-animation {
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	z-index: 50;
}

#header-logo #hlgo {
	position: relative;
	display: block;
	margin: 1% auto;
	z-index: 100;
	-webkit-backface-visibility: hidden;
	-webkit-transition: translate3d(0,0,0);
}

.site-footer {
	color: #FFF;
	background-color: #000;
	padding: 3%;
}

.site-footer .widget-title {
	color: #fff;
}

ul.twitterfeed {
	margin: 0 0 10px 0;
}

ul.twitterfeed &gt; li {
	border-bottom: 1px dotted #333;
	padding: 0;
}

ul.twitterfeed &gt; li.tweet &gt; a img {
	margin: 0 10px 8% 0;
}


/* Home page */

#home {
	position: relative;
	width: 100%;
}

#home h4 {
	color: #FFF;
	text-transform: uppercase;
}
#home p {
	color: #FFF;
	margin: 0;
	font-size: 0.9em;
}
#home a {
	color: #FFF;
}

#home &gt; div {
	position: relative;
	float: left;
	width: 49.5%;
	height: 320px;
	overflow: hidden;
	margin: 0.25%;
	z-index: 10;
}

#home .half-news-box .main-title-box,
#home .medium-news-box .main-title-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	text-align: center;
	background-color: rgba( 0,0,0, 0.45 );
	padding: 3%;
}

#home &gt; div:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	padding: 8px 20px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.5em;
	font-family:  inherit;
	font-weight: 700;
	letter-spacing: 1px;
}

#home .videobox .num-1, #home .latest-news .num-1, #home .videobox .num-2,
#home .large-latest-news .num-1, #home .latest-news .num-1, #home .latest-news .num-2 {
	border-top: 2px solid #E25D78;
}
#home .large-latest-news:before {
	content: "Latest News";
	background-color: rgba( 226,93,120, 0.7 );
}
#home .videobox .sml-news-box .main-title-box,
#home .latest-news .sml-news-box .main-title-box {
	background-color: rgba( 226,93,120, 0.4 );
}
#home .videobox .sml-news-box:hover .main-title-box .small-title,
#home .latest-news .sml-news-box:hover .main-title-box .small-title {
	background-color: rgba( 226,93,120, 0.7 );
}
#home .whats-on .num-1, #home .whats-on .num-2 {
	border-top: 2px solid #07acba;
}
#home .whats-on:before {
	content: "What's On";
	background-color: rgba( 7,172,186, 0.7 );
}
#home .whats-on .sml-news-box .main-title-box {
	background-color: rgba( 7,172,186, 0.4 );
}
#home .whats-on .sml-news-box:hover .main-title-box .small-title {
	background-color: rgba( 7,172,186, 0.7 );
}
#home .family-news .num-1, #home .family-news .num-2 {
	border-top: 2px solid #EFB31F;
}
#home .family-news:before {
	content: "Family";
	background-color: rgba(239,179,31,0.7);
}
#home .family-news .sml-news-box .main-title-box {
	background-color: rgba( 239,179,31, 0.4 );
}
#home .family-news .sml-news-box:hover .main-title-box .small-title {
	background-color: rgba( 239,179,31, 0.7 );
}
#home .get-involved .num-1, #home .get-involved .num-2 {
	border-top: 2px solid #955497;
}
#home .get-involved:before {
	content: "Get Involved";
	background-color: rgba(149,84,151,0.7);
}
#home .get-involved .sml-news-box .main-title-box {
	background-color: rgba( 149,84,151, 0.4 );
}
#home .get-involved .sml-news-box:hover .main-title-box .small-title {
	background-color: rgba( 149,84,151, 0.7 );
}
#home .green .num-1, #home .green .num-2 {
	border-top: 2px solid #66CC99;
}
#home .green:before {
	content: "Green News";
	background-color: rgba(102,204,153,0.7);
}
#home .green .sml-news-box .main-title-box {
	background-color: rgba( 102,204,153, 0.4 );
}
#home .green .sml-news-box:hover .main-title-box .small-title {
	background-color: rgba( 102,204,153, 0.7 );
}

#home .sml-news-box {
	position: relative;
	float: right;
	height: 49.25%;
	clear: right;
	width: 33.33%;
	overflow: hidden;
	margin: 0.5% 0;
}
#home .sml-news-box.num-2 {
	margin-top: 0;
}
#home .sml-news-box.num-3 {
	margin-bottom: 0;
}

#home .sml-news-box .main-title-box {
	position: relative;
	z-index: 10;
	display: table;
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0, 0.25 );
}
#home .sml-news-box .small-title {
	display: table-cell;
	vertical-align: middle;
	padding: 1.5%;
}
#home .sml-news-box h4 {
	text-align: center;
	letter-spacing: 1px;
	font-size: 1em;
}

#home .sml-news-box img,
#home .half-news-box img,
#home .medium-news-box img {
	position: absolute;
	height: 100%;
	width: auto;
	max-width: none;
	left: -1000px;
	right: -1000px;
	margin: auto;
	z-index: 5;
	min-width: 100%;
}

#home .medium-news-box {
	position: absolute;
	width: 65.66%;
	height: 100%;
	overflow: hidden;
}
#home .medium-news-box.fill {
	width: 100%;
}

#home .announcements .half-news-box {
	position: relative;
	float: left;
	width: 49.5%;
	height: 100%;
	overflow: hidden;
}
#home .announcements .half-news-box:first-of-type {
	margin-right: 1%;
}


/* Home Page Hover Effects */

#home .half-news-box img,
#home .medium-news-box img {
	-o-transition: -o-transform 150ms ease-in-out;
	-ms-transition: -ms-transform 150ms ease-in-out;
	-moz-transition: -moz-transform 150ms ease-in-out;
	-webkit-transition: -webkit-transform 150ms ease-in-out;
	transition: transform 150ms ease-in-out;
}
#home .half-news-box:hover img,
#home .medium-news-box:hover img {
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#home .sml-news-box img,
#home .sml-news-box .main-title-box .excerpt,
#home .sml-news-box .main-title-box .small-title {
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#home .sml-news-box .main-title-box .small-title {
	background-color: transparent;
}
#home .sml-news-box .main-title-box .excerpt {
	display: block;
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	text-align: center;
}
#home .sml-news-box:hover img {
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#home .sml-news-box:hover .main-title-box .small-title {
	background-color: rgba( 0,0,0, 0.7 );
}
#home .sml-news-box:hover .main-title-box .excerpt {
	opacity: 1;
	width: auto;
	height: auto;
}


/* Faces of Shambala */

#faces {
	position: relative;
	width: 100%;
}
#faces .face {
	position: relative;
	float: left;
	width: 18%;
	margin: 1%;
	text-align: center;
}
#faces .face:after {
	position: absolute;
	width: 28px;
	height: 28px;
	color: #FFF;
	content: "&gt;";
	bottom: 5px;
	left: 5px;
	text-align: center;
	line-height: 28px;
	background-color: rgba( 68,68,68, 0.85 );
	border-radius: 20px;
	font-weight: bold;
}
#faces .face &gt; img {
	height: auto;
	width: 100%;
}
#faces .face .main-title-box {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba( 0,0,0, 0.5 );
	width: 100%;
	display: none;
}
#faces .face .main-title-box a {
	color: #FFF;
}

#faces .face:hover .main-title-box {
	display: block;
}
#faces .face:hover:after {
	display: none;
}


/* Isotope Filters */

#filters,
#filters ul {
	position: relative;
	width: 100%;
	list-style-type: none;
	margin: 0;
	text-align: center;
}
#filters {
	padding: 20px 0;
}
#filters li {
	display: inline-block;
	margin: 10px 5px;
}
#filters li a {
	color: #E25D78;
	padding: 5px 10px;
	border: 1px solid #E25D78;
}
#filters li.current a, #filters li a:hover {
	background-color: #07acba;
	border-color: #07acba;
	color: #fff;
}

#filters li a.green-news {
	color: #6ec497;
	border-color: #6ec497;
}
#filters li.current a.green-news, #filters li a:hover.green-news {
	background-color: #6ec497;
	border-color: #6ec497;
	color: #fff;
}
#filters li a.family-news {
	color: #edb31e;
	border-color: #edb31e;
}
#filters li.current a.family-news, #filters li a:hover.family-news {
	background-color: #edb31e;
	border-color: #edb31e;
	color: #fff;
}
#filters li a.whats-on-news {
	color: #07acba;
	border-color: #07acba;
}
#filters li.current a.whats-on-news, #filters li a:hover.whats-on-news {
	background-color: #07acba;
	border-color: #07acba;
	color: #fff;
}
#filters li a.get-involved-news {
	color: #955497;
	border-color: #955497;
}
#filters li.current a.get-involved-news, #filters li a:hover.get-involved-news {
	background-color: #955497;
	border-color: #955497;
	color: #fff;
}




/* Isotope Grid */

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

.isotope .box {
	position: relative;
	width: 19.6%;
	height: auto;
	overflow: hidden;
	padding: 0.2%;
	max-height: 500px;
}

#newses.isotope .box {
	position: relative;
	width: 32.33%;
	height: auto;
	overflow: hidden;
	padding: 0 0.5% 1% 0.5%;
}

#newses.isotope .box .inner-wrap {
	border-top: 1px solid #E25D78;
	padding-top: 2%;
}
#newses.isotope .box.green-news .inner-wrap {
	border-top: 1px solid #6ec497;
}
#newses.isotope .box.family-news .inner-wrap {
	border-top: 1px solid #edb31e;
}
#newses.isotope .box.whats-on-news .inner-wrap {
	border-top: 1px solid #07acba;
}
#newses.isotope .box.get-involved-news .inner-wrap {
	border-top: 1px solid #955497;
}

#newses.isotope .box .inner-wrap .underlay{     
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	position: relative;
}
#newses.isotope .box .inner-wrap .underlay:hover {
	background: rgba(226, 93, 120, 0.7);
}

#newses.isotope .box.green-news .inner-wrap .underlay:hover {
	background: rgba(110, 196, 151, 0.7);
}
#newses.isotope .box.family-news .inner-wrap .underlay:hover {
	background: rgba(237, 179, 30, 0.7);
}
#newses.isotope .box.whats-on-news .inner-wrap .underlay:hover {
	background: rgba(7, 172, 186, 0.7);
}
#newses.isotope .box.get-involved-news .inner-wrap .underlay:hover {
	background: rgba(149, 84, 151, 0.7);
}

#newses.isotope .box .inner-wrap .underlay h4 {
	margin-top: 15px;
	margin-top: 1.154em;
}

#newses.isotope .box .inner-wrap .underlay:hover h4 a, #newses.isotope .box .inner-wrap .underlay:hover p, #newses.isotope .box .inner-wrap .underlay:hover a.read-more {
	color: #fff;
}

.iso-thumb {
	position: absolute;
	width: 48%;
	height: 100%;
	overflow: hidden;
}
.iso-thumb img {
	position: absolute;
	width: auto !important;
	max-width: none;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -50%;
	margin: auto;
}

.iso-content {
	float: right;
	width: 48%;
}

.iso-content a p {
	color: #464646;
}

.green-news .iso-content a {
	color: #6ec497;
}
.family-news .iso-content a {
	color: #edb31e;
}
.whats-on-news .iso-content a {
	color: #07acba;
}
.get-involved-news .iso-content a {
	color: #955497;
}

.isotope .box img {
	width: 100%;
}

.isotope .box a.title {
	width: 100%;
  	padding: 2%;
  	background-color: rgba(7,172,186,0.7);
  	font-weight: bold;
  	color: #FFF;
  	display: block;
}

.isotope .title-box {
	position: absolute;
  	bottom: 0;
  	width: 100%;
}

.isotope .box-wrap {
	position: relative;
}

.isotope .box .more {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 2%;
	background-color: rgba( 62,191,213, 0.85 );
	display: none;
	font-size: 0.8em;
}
.isotope .box:hover .more {
	display: block;
}

.isotope .box .more,
.isotope .box .more a {
	color: #FFF;
	font-weight: bold;
}

/* Custom Pagination */

#paging {
	position: relative;
	width: 100%;
	clear: both;
	text-align: center;
	margin: 20px 0;
}


/* Tertiary announcements footer sidebar. */

#tertiary {
	position: relative;
	width: 100%;
}

#tertiary .announcement {
	position: relative;
	text-align: center;
}

#tertiary .announcement h1 {
	color: #fff;
	padding: 0 3%;
	font-size: 20px;
	font-size: 1.538em;
}

#tertiary .announcement p {
	font-size: 15px;
	font-size: 1.154em;
	padding: 0 3%;
}

#tertiary img.attachment-tertiary-announcement {
	width: 100%;
	height: auto;
}
#tertiary .main-title-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
#tertiary .main-title-box .info {
	display: table;
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0, 0.45 );
}
#tertiary .main-title-box .info &gt; a {
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
}

#tertiary .button {
	padding: 2% 3%;
	font-size: 18px;
	font-size: 1.385em;
	background-color: #E25D78;
}

#tertiary .announcement:hover .main-title-box .info {
	background-color: rgba( 70,180,200, 0.85 );
}
#tertiary .announcement:hover .button {
	padding: 3px 8px;
	border: 1px solid #FFF;
	background-color: transparent;
}

/* END -&gt; Shambala CSS. */

/* START-&gt; Column CSS */

.fullwidth {
	position: relative;
	width: 100%;
	padding: 20px 0;
}

.fifth,
.third,
.quarter,
.twothirds,
.half,
.half-pad-left {
	position: relative;
	float: left;
}
.fifth {
	width: 18.4%;
	margin-left: 2%;
	margin-bottom: 1%;
}

.fifth:nth-child( 1 ), .fifth:nth-child( 6 ), .fifth:nth-child( 11 ) {
	margin-left: 0;
}

.third {
	width: 32.66%;
}
.quarter {
	width: 24%;
	margin-bottom: 1%;
}
.twothirds {
	width: 66.34%;
	margin-right: 1%;
}
.twothirds.right {
	margin-right: 0;
	margin-left: 1%;
}
.third:nth-child( 2n ),
.quarter:nth-child( 2 ), .quarter:nth-child( 3 ), .quarter:nth-child( 6 ), .quarter:nth-child( 7 ), .quarter:nth-child( 10 ), .quarter:nth-child( 11 ) {
	margin-left: 1%;
	margin-right: 1%;
}

.half {
	width: 49%;
	margin-left: 2%;
}

.half:first-of-type,
.half:nth-of-type(2n+1) {
	margin-left: 0;
}
	
.half-pad-left {
	width: 44%;
	margin: 0 1% 0 5%;
}

.video {
	min-height: 230px;
}

.comps {
	padding: 2% 0;
}

/* END-&gt; Column CSS */
/* START-&gt; Clearfix CSS */

.clearfix {
	zoom: *1;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* END-&gt; Clearfix CSS */


/**
 * 15.0 Media Queries
 */

/*
 * Does the same thing as &lt;meta name="viewport" content="width=device-width"&gt;,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


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

	#newses.isotope .box {
		width: 49%;
	}
	
	
}

@media screen and (max-width: 850px) {
	
	.isotope .box {
		width: 24%;
		margin: 0.5%;
	}
	
	h1 {
		font-size: 24px;
		font-size: 1.846em;
	}
	
	h2 {
		font-size: 20px;
		font-size: 1.538em;
	}

	h3 {
		font-size: 17px;
		font-size: 1.308em;
	}

	h4 {
		font-size: 15px;
		font-size: 1.154em;
	}
	
	#tertiary .announcement h1 {
		font-size: 17px;
		font-size: 1.308em;
	}
	
	#tertiary .announcement p {
		font-size: 13px;
		font-size: 1.000em;
	}
	
	#header-logo {
		padding: 5%;
		display: block;
		margin-top: 46px;
	}
	
	#header-logo #hlgo {
		margin: 0 auto;
	}
	
	#home &gt; div:before {
		font-size: 1.1em !important;
	}
	#home .sml-news-box {
		display: none;
	}
	#home .medium-news-box {
		width: 100%;
	}
	
	#faces .face {
		width: 31.33%;
	}
	
	.quarter, .quarter:nth-child( 3 ), .quarter:nth-child( 5 ), .quarter:nth-child( 7 ), .quarter:nth-child( 9 ), .quarter:nth-child( 11 ) {
		width: 49%;
		margin: 0 0 1% 0;
	}

	.quarter:nth-child( 2 ), .quarter:nth-child( 4 ), .quarter:nth-child( 6 ), .quarter:nth-child( 8), .quarter:nth-child( 10 ), .quarter:nth-child( 12 ) {
		margin-left: 2%;
		margin-right: 0;
	}
	
}
@media screen and (max-width: 770px) {
	
	.bodybg {
			display: none;
		}
		
	body {
			background: url(../images/bg.jpg ) center top;
	}
		
	#page-bg {
		padding: 0 3%;
	}
	
	#newses.isotope .box {
		width: 100%;
		margin: 1% 0;
	}
		
	/* Small Mobile Primary Navigation */
	
	#mobile-navigation {
		display: block;
		padding: 10px 3%;
		position: fixed;
		z-index: 9999;
	}
	
	#site-navigation, #secondary-navigation {
		display: none;
	}
	
	
	.main-navigation .menu-toggle {
		display: block;
	}
	
	.main-navigation div &gt; ul {
		display: none;
		clear: both;
		width: 100%;
		background-color: #E25D78;
	}
	.main-navigation.toggled-on div &gt; ul {
		display: block;
	}
	
	.main-navigation {
		width: 100%;
		background-color: #E25D78;
	}
	
	.main-navigation a {
		color: #FFFFFF;
	}
	
	.main-navigation .menu-toggle {
		background-color: transparent;
		color: #FFF;
		cursor: pointer;
		padding: 0;
	}
	.main-navigation .menu-toggle span.button-text {
		display: none;
	}
	.main-navigation .menu-toggle:before {
		font-size: 26px;
		content: '\f419';
	}
	
	.main-navigation div &gt; ul li {
		display: block;
		width: 100%;
	}
	.main-navigation div &gt; ul li a {
		display: block;
		padding: 3% 0;
		border-top: 1px dotted #FFFFFF;
		border-right: none;
	}
	.main-navigation div &gt; ul &gt; li:last-of-type &gt; ul &gt; li:last-of-type {
		border-bottom: 1px dotted #FFFFFF;
	}
	
	.main-navigation div &gt; ul li ul.children,
	.main-navigation div &gt; ul li ul.sub-menu {
		display: block;
	}
	.main-navigation ul.children,
	.main-navigation ul.sub-menu {
		position: relative;
		margin: 0;
	}
	.main-navigation ul.children li,
	.main-navigation ul.sub-menu li {
		display: inline-block;
		clear: none;
	}
	.main-navigation ul.children li,
	.main-navigation ul.sub-menu li {
		width: 94%;
		padding-left: 6%;
	}
	
	.main-navigation li:hover &gt; a, .main-navigation .current-menu-item &gt; a {
		color: #000;
	}

	.third, .third:nth-child( 2n ) {
		float: none;
		width: 100%;
		margin: 1% 0;
	}
	
	
}
@media screen and (max-width: 650px) {
	
	#home &gt; div {
		float: none;
		width: 99.4%;
		margin: 3% 0.3%;
	}
	
	.isotope .box {
		width: 32.33%;
		margin: 0.5%;
	}
	
}
@media screen and (max-width: 500px) {
	
	
	
	#home .announcements .half-news-box {
		margin: 0;
		float: none;
		width: 100%;
	}
	
	#faces .face {
		width: 48%;
	}

}
@media screen and (max-width: 325px) {
	
	#faces .face {
		width: 98%;
	}
	
}

@media screen and (min-width: 1499px) {
	
	#home &gt; div {
		width: 33.03%;
		height: 375px;
		margin: 0.15%;
	}
	
	#home .sml-news-box h4 {
		font-size: 15px;
	}
	
}


/**
 * 16.0 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.secondary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select {
		display: none;
	}

	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 0 7.6923%;
	}

	.site-branding {
		padding: 0;
	}

	.site-header {
		padding: 7.6923% 0;
	}

	.site-description {
		display: block;
	}

	.hentry + .hentry {
		margin-top: 7.6923%;
	}

	.hentry.has-post-thumbnail {
		padding-top: 7.6923%;
	}

	.sticky-post {
		background: #000 !important;
		color: #fff !important;
	}

	.entry-header,
	.entry-footer {
		padding: 0;
	}

	.entry-content,
	.entry-summary {
		padding: 0 0 7.6923%;
	}

	.post-thumbnail img {
		margin: 0;
	}

	.author-info {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.page-header {
		padding: 3.84615% 0;
	}

	.comments-area {
		border: 0;
		padding: 7.6923% 0 0;
	}

	.site-footer {
		margin-top: 7.6923%;
		padding: 3.84615% 0;
	}
}
</pre></body></html>