<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Bittero
Theme URI: http://www.simplewpthemes.com
Version: 1.0
Author: Simple WP Themes
Author URI: http://www.simplewpthemes.com
Description: Free Wordpress theme by &lt;a href="http://www.simplewpthemes.com/"&gt;SimpleWPThemes.com&lt;/a&gt;.
Text Domain: swt
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
5.1 - Links
5.2 - Menus
6.0 - Alignments
7.0 - Clearings
8.0 - Widgets
9.0 - Content
9.1 - Posts and pages
9.2 - Comments
10.0 - Infinite scroll
11.0 - Media
11.1 - Captions
11.2 - Galleries
12.  - Layout
13.  - Slider
14.  - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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 {
	font-size: 62.5%;  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;  /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

*,
*:before,
*:after {
 /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box;  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box;  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}

body {
	background: #fff;  /* Fallback for when there is no custom background color defined. */;
}

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

ol,
ul {
	list-style: none;
}

table {
 /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #e8e8e8;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	border: 1px solid #e8e8e8;
}

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

blockquote,
q {
	quotes: "" "";
}

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

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

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

body,
button,
input,
select,
textarea {
	color: #909090;
	font-family: 'candelabold_italic', sans-serif;
	font-size: 17px;
	line-height: 1.5;
	word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #494949;
}

h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {

}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
	background: #f6f6f6;
	color: #000;
	border: 1px solid #e3e3e3;
	padding: 0 5px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #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%;
}

.fa,
.entry-byline:before,
.entry-published:before,
.entry-author:before,
.entry-terms.category:before,
.comments-link:before,
.entry-terms.post_tag:before  {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

blockquote {
	font-size: 15px;
	margin: 0 0 1.5em;
	padding: 3%;
	color: #666;
	background: #f9f9f9;
	border-left: 5px solid #ddd;
}

blockquote blockquote {
	padding: 0.5% 2%;
}

blockquote p {
	margin: 0;
}

blockquote cite {
	font-variant: small-caps;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;  /* Make sure images are scaled correctly. */
	max-width: 100%;  /* Adhere to container width. */;
}

figure {
	margin: 0;
}

/* Tables. */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em 0;
	width: 100%;
}

th,
td {
	padding: 6px 2%;
}

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

caption {
	margin: 1em 0;
	border: 0;
}

th {
	font-weight: bold;
}

/* wp-calendar &lt;table&gt; */

#wp-calendar th,
#wp-calendar td {
	font-size: 16px;
	font-weight: normal;
	padding: 4px 1%;
	text-align: center;
}
#wp-calendar tr:hover td,
#wp-calendar td.pad,
#wp-calendar #prev,
#wp-calendar #next {
	background: transparent;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
	font-size: 100%;  /* Corrects font size not being inherited in all browsers */
	margin: 0;  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;  /* Improves appearance and consistency in all browsers */
	-webkit-transition: all 0.25s ease-out;
       -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border: 0;
	background: #000;
	color: #fff;
	font-weight: bold;
 	-webkit-appearance: button;  /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 18px;
	line-height: 1;
	padding: 0.8em 30px;

}

input[name="post_password"] { margin-bottom: 20px; }

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,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;  /* Addresses excess padding in IE8/9 */
	display: inline-block;
}

input[type="search"]::-webkit-search-decoration {
 /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
 /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

label,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #000000;
	border: 1px solid #e9e9e9;
	padding: 10px;
}

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

}

textarea {
	overflow: auto;  /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px;
	vertical-align: top;  /* Improves readability and alignment in all browsers */
	width: 100%;
	min-height: 170px;
}

fieldset {
	margin: 0 0 1.5em 0;
	padding: 3%;
	border: 1px solid #e8e8e8;
}

legend {
	border: 0;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 0;
	white-space: normal;
}

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
	display: block;
	padding: 9px 10px;
	width: 100%;
}

input[type="number"] { width: auto; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
	color: #000;
	text-decoration: none;
	transition: all 0.25s ease-in-out;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: underline;
	outline: none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

#menu-primary {
	background: #000;
	height: 58px;
}

#menu-primary-items {
	margin: 0;
	width: 100%;
}

@media only screen and (min-width: 990px) {

	.js .menu-items {
		position: relative;
	}

	.js .menu-items.closed {
		max-height: none;
	}

	#toggle-primary-menu {
		display: none;
	}

	/*=== Menu Primary ===*/

	#menu-primary-items li {
 		display: inline-block;
		float: left;
		line-height: 58px;
		border-right: 1px solid #343434;
		position: relative;
	}

	#menu-primary-items:first-child li:last-child { border: 0; }

	#menu-primary-items a {
		display: block;
		float: left;
		white-space: nowrap;
		font-size: 17px;
		font-weight: normal;
		color: #fff;
		padding: 0 15px;
	}

	#menu-primary-items &gt; li:first-child a { padding-left: 0; }

	#menu-primary-items li.current-menu-item,
	#menu-primary-items li.current-menu-item &gt; a,
	#menu-primary-items li:hover &gt; a,
	#menu-primary-items ul a:hover { color: #fff; text-decoration: underline; }

	#menu-primary-items li.current-menu-item { text-decoration: none; }

	#menu-primary-items ul {
		float: left;
		margin: 0;
		position: absolute;
		top: 58px;
		left: -999em;
		z-index: 99999;
		transition-property: opacity, visibility;
		transition-duration: .25s, 0s;
		transition-delay: 0.25s, .25s;
		visibility: hidden;
		opacity: 0;
	}

	#menu-primary-items li li {
 		display: block;
		height: auto;
		line-height: 1;
		border-right: 0;
	}

	#menu-primary-items ul ul {
		left: -999em;
		top: 0;
	}

	#menu-primary-items ul a {
		font-size: 15px;
		white-space: normal;
		width: 190px;
		padding: 9px 15px;
		line-height: 1.3;
		border-bottom: 1px solid #5d5d5d;
	}

	#menu-primary-items li:hover &gt; ul,
	#menu-primary-items li.focus &gt; ul {
		left: 0;
		opacity: 1;
		visibility: visible;
		width: 190px !important;
	}

	#menu-primary-items ul li:hover &gt; ul,
	#menu-primary-items ul li.focus &gt; ul {
		left: 100%;
		opacity: 1;
		visibility: visible;
	}

	#menu-primary .menu-item-has-children &gt; a:after,
	#menu-primary .page_item_has_children &gt; a:after {
		content: "\f107";
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		padding: 0 0 0 10px;
	}

	#menu-primary-items li .menu-item-has-children &gt; a,
	#menu-primary-items li .page_item_has_children &gt; a {
		padding-right: 20px;
		width: 190px;
	}

	#menu-primary .menu-item-has-children li.menu-item-has-children &gt; a:after,
	#menu-primary .menu-item-has-children li.page_item_has_children &gt; a:after,
	#menu-primary .page_item_has_children li.menu-item-has-children &gt; a:after,
	#menu-primary .page_item_has_children li.page_item_has_children &gt; a:after {
		content: "\f107";
	}

	#menu-primary .sub-menu li a:after	{
		-ms-transform: rotate(-90deg); /* IE 9 */
		-webkit-transform: rotate(-90deg); /* Chrome, Safari */
		-moz-transform: rotate(-90deg); /* FF */
		-o-transform: rotate(-90deg); /* Opera */
		transform: rotate(-90deg);
		position: absolute;
		right: 15px;
		top: 15px;
	}

	#menu-primary .sub-menu { background: #494949; width: 100% !important;  }


}

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

	.menu-items ul{margin:0;padding:0;width:100%;display:block;list-style:none}.menu-items li{width:100%;display:block}.js .menu-items{clip:rect(0 0 0 0);max-height:0;position:absolute;display:block;overflow:hidden;zoom:1}.menu-items.opened{max-height:9999px}.disable-pointer-events{pointer-events:none!important}.nav-toggle{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}

	#menu-primary { height: 0; }

	#menu-primary .wrap { width: 100%; position: absolute; top: 54px; }

	#toggle-primary-menu:before {
		content: "\f0c9";
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	#toggle-primary-menu {
		text-align: center;
		font-size: 38px;
		color: #fff;
		background: #494949;
		width: 60px;
		display: block;
		position: absolute;
		right: 0;
		top: -54px;
	}

	#menu-primary-items {
		background: #494949;
		z-index: 1000;
	}

	#menu-primary-items a {
		color: #fff;
 		width: 100%;
		display: block;
		line-height: 40px;
		padding: 0 4%;
		border-bottom: 1px solid #5d5d5d;
	}

	#menu-primary-items a:hover { color: #fff; }

	#menu-primary-items ul li a { padding-left: 8%; }
	#menu-primary-items ul ul li a { padding-left: 10%; }
	#menu-primary-items ul ul ul li a { padding-left: 12%; }
	#menu-primary-items ul ul ul ul li a { padding-left: 14%; }

}

/*--------------------------------------------------------------
6.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.5em;
}

.portrait.swt-full {
	float: right;
	width: 33%;
	margin-left: 1.5em;
}

.left { float: left; }
.right { float: right; }

/*--------------------------------------------------------------
7.0 Clearings
--------------------------------------------------------------*/

#main:before,
#main:after,
.clear:before,
.clear:after,
.entry:before,
.entry:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
#header:before,
#header:after,
#sidebar-primary .widget:before,
#sidebar-primary .widget:after,
#social-profiles:before,
#social-profiles:after,
#sidebar-subsidiary:before,
#sidebar-subsidiary:after,
.tab_container:before,
.tab_container:after,
#footer:before,
#footer:after {
	content: '';
	display: table;
}

#main:before,
#main:after,
.clear:after,
.entry:before,
.entry:after,
.entry-content:after,
.comment-content:after,
#social-profiles:before,
#social-profiles:after,
#sidebar-primary .widget:before,
#sidebar-primary .widget:after,
#sidebar-subsidiary:before,
#sidebar-subsidiary:after,
.tab_container:before,
.tab_container:after,
#header:after,
#content:after,
#footer:after {
	clear: both;
}

/*--------------------------------------------------------------
8.0 Widgets
--------------------------------------------------------------*/

#sidebar-primary .widget {
	margin: 0 0 40px;
	font-size: 15px;
}

#sidebar-primary .widget-title {
	color: #494949;
	font-size: 21px;
	line-height: 1;
	margin-bottom: 23px;
}
#sidebar-primary .widget_recent_comments .widget-title,
#sidebar-primary .widget-tags .widget-title {
	margin-bottom: 30px !important;
}


#sidebar-primary .widget ul {
	list-style: none;
	margin: 0;
}

#sidebar-primary .widget li {
	line-height: 1.85;
}

#sidebar-primary .widget li ul {
	margin-left: 15px;
}

#sidebar-primary .widget a { color: #a8a8a8; }
#sidebar-primary .widget a:hover { color: #000; text-decoration: none; }

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* Tag cloud widget */
.widget .post_tag-cloud a {
	display: inline-block;
	margin: 0 0 4px;
	padding: 7px 10px;
	line-height: 1;
	font-size: 14px !important;
}

#sidebar-primary .widget .post_tag-cloud a {
	color: #fff;
	background: #000;
}

#sidebar-primary .widget .post_tag-cloud a:hover {
	background: #909090;
	color: #ffffff;
}

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


#sidebar-subsidiary .widget {
	width: 100%;
	margin-bottom: 50px;
	font-size: 15px;
	color: #fff;
}

#sidebar-subsidiary .widget-title {
    color: #fff;
	font-size: 20px;
	margin-bottom: 50px;
}
#sidebar-subsidiary .widget ul {
	list-style: none;
    margin: 0;
	padding: 0;
}
#sidebar-subsidiary .widget li {
	line-height: 1.8;
}
#sidebar-subsidiary .widget li ul {
	margin-left: 0px;
	padding-left: 15px;
}
#sidebar-subsidiary .widget a {
	color: #fff;
}
#sidebar-subsidiary .widget a:hover {

}
#sidebar-subsidiary .widget li a:hover {

}

#sidebar-subsidiary .widget .post_tag-cloud a {
	color: #fff;
	background: #000;
	border: 1px solid #fff;
	padding: 8px 17px;
	margin: 0 6px 11px 0;
}
#sidebar-subsidiary .widget .post_tag-cloud a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}



/* Banners Widget */

.banner-list li { margin-bottom: 15px; }
.banner-list &gt; li:nth-last-of-type(-n+2) {
    margin-bottom: 0px;
}

/* Recent Comments With Avatars Widget*/

li.recentcomments {
	clear: both;
	margin-bottom: 28px;
	overflow: hidden;
	font-size: 15px;
}

.recent-image {
 	float: left;
	margin-right: 14px;
}

.recent-comment {
 	overflow: hidden;
	line-height: 1.45;
}

.recent-comment-author {
	display: block;
	line-height: 1;
	margin: -2px 0 5px;
}

/* Call To Action Widget */

.widget_call_to_action {
	background: #000;
	padding: 48px 38px 28px;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: visible !important;
}

#sidebar-subsidiary .widget_call_to_action { background: #494949; }

.swt-call-top {
	width: 131px;
	height: 40px;
	background: url(images/call-top.png) no-repeat;
	position: absolute;
	top: -17px;
	left: 16.6%;
}

.call-title {
	font-size: 26px;
	color: #fff;
}

.call-button {
	display: inline-block;
	font-size: 16px;
	line-height: 35px;
	padding: 0 20px;
	background: #fff;
}

#sidebar-primary .widget .call-button,
#sidebar-subsidiary .widget .call-button { color: #000; }

/*=== SWT Tagged Widget ===*/

#tagged-posts {
	overflow: hidden;
}

#tagged-posts li {
	float: left;
	border-right: 1px solid #343434;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}


/* One post */
#tagged-posts.tagged-1-col li {
	border: 0;
	width: 100%;
}

/* Two posts */
#tagged-posts.tagged-2-col li {
	width: 50%;
	padding-right: 40px;
}

#tagged-posts.tagged-2-col li:nth-child(2),
#tagged-posts.tagged-5-col li:nth-child(2),
#tagged-posts.tagged-5-col li:nth-child(4) {
	border-right: 0;
	padding-right: 0;
	padding-left: 40px;
}

/* Three posts */
#tagged-posts.tagged-3-col li {
	width: 32%;
	padding-right: 40px;
}

#tagged-posts.tagged-3-col li:nth-child(2) {
	margin-left: 4%;
}

#tagged-posts.tagged-3-col li:nth-child(3) {
	border-right: 0;
	padding-left: 4%;
	padding-right: 0;
}

/* Four posts */
#tagged-posts.tagged-4-col li {
	width: 23.125%;
	margin-right: 2.5%;
	padding-right: 25px;
}

#tagged-posts.tagged-4-col li:nth-child(4) {
	padding-right: 0;
	margin-right: 0;
	border: 0;
}

/* Five posts */

#tagged-posts.tagged-5-col li {
	width: 50%;
	padding-left: 40px;
	border: 0;
}

#tagged-posts.tagged-5-col li:nth-child(2),
#tagged-posts.tagged-5-col li:nth-child(4) {
	clear: both;
	padding-left: 0;
	padding-right: 40px;
	border-right: 1px solid #343434;
}

#tagged-posts.tagged-5-col li:first-child {
	width: 100%;
	padding: 0;
	margin: 0 0 30px;
	border: 0;
}

/* Six posts */
#tagged-posts.tagged-6-col li {
	width: 32%;
	padding-right: 40px;
}

#tagged-posts.tagged-6-col li:nth-child(2),
#tagged-posts.tagged-6-col li:nth-child(5) {
	margin-left: 4%;
}

#tagged-posts.tagged-6-col li:nth-child(4) {
	clear: both;
}

#tagged-posts.tagged-6-col li:nth-child(3),
#tagged-posts.tagged-6-col li:nth-child(6) {
	border-right: 0;
	padding-left: 4%;
	padding-right: 0;
}

/* Seven posts */

#tagged-posts.tagged-7-col li {
	width: 50%;
	padding-left: 40px;
	border: 0;
}

#tagged-posts.tagged-7-col li:nth-child(2),
#tagged-posts.tagged-7-col li:nth-child(4),
#tagged-posts.tagged-7-col li:nth-child(6) {
	clear: both;
	padding-left: 0;
	padding-right: 40px;
	border-right: 1px solid #343434;
}

#tagged-posts.tagged-7-col li:first-child {
	width: 100%;
	padding: 0;
	margin: 0 0 30px;
	border: 0;
}

/* Eight posts */
#tagged-posts.tagged-8-col li {
	width: 23.125%;
	margin-right: 2.5%;
	padding-right: 25px;
}

#tagged-posts.tagged-8-col li:nth-child(5) { clear: both; }

#tagged-posts.tagged-8-col li:nth-child(4),
#tagged-posts.tagged-8-col li:nth-child(8) {
	padding-right: 0;
	margin-right: 0;
	border: 0;
}

#tagged-posts.tagged-5-col &gt; li article,
#tagged-posts.tagged-6-col &gt; li article,
#tagged-posts.tagged-7-col &gt; li article,
#tagged-posts.tagged-8-col &gt; li article { margin-bottom: 40px; }

#tagged-posts &gt; li:nth-child(5) article,
#tagged-posts &gt; li:nth-child(6) article,
#tagged-posts &gt; li:nth-child(7) article,
#tagged-posts &gt; li:nth-child(8) article { margin-bottom: 0px; }

#tagged-posts .entry-header { margin-top: 20px; }

#tagged-posts .entry-byline {
	color: #535353;
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
}

#tagged-posts .entry-author a,
#tagged-posts .entry-author a span { color: #535353; }

#tagged-posts { color: #535353; }

#tagged-posts .entry-title a,
#sidebar-subsidiary #tagged-posts .more-link { color: #fff; text-decoration: none; }

/* in primary sidebar */

#sidebar-primary #tagged-posts li {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 0 25px !important;
	float: none;
	border: 0;
}

#sidebar-primary #tagged-posts li .entry-title { text-align: center;	 }
#sidebar-primary #tagged-posts li .entry-title a { color: #000; }

/* SWT TAbber*/

.swt_tabber {

}

.tabs {
	border-top: 1px solid #343434;
}

.tabs li a {
	float: left;
	display: inline-block;
	padding: 20px 18px;
	border-right: 1px solid #343434;
	border-bottom: 1px solid #343434;
	font-size: 17px;
}

.tabs li:first-child a { padding-left: 0; }

.tabs li:last-child a { border-right: 0; }

.tabs li.active a { border-bottom-color: #fff; text-decoration: none; }

.tabs li a:hover { text-decoration: none; }

.tab_container {}

.tab_content {
	padding-top: 6.3%;
}

.swt-recent-holder {
	float: left;
	width: 50%;
	padding-right: 40px;
	border-right: 1px solid #353535;
}

.swt-recent-holder:nth-child(2n+2) {
	border-right: 0;
	padding-right: 0;
	padding-left: 40px;
}

.swt-recent-holder:nth-child(2n+1) {
	clear: both;
}

.swt-recent-holder:nth-child(n+3) {
	margin-top: 40px;
}

.swt-recent-holder-num {
	display: inline-block;
	float: left;
	width: 33px;
	font-size: 26px;
	color: #535353;
	padding-top: 28px;
}
.swt-recent-holder-img {
	float: left;
	width: 107px;
	height: 93px;
	margin-right: 33px;
}

.swt-recent-holder-content {
	display: block;
	overflow: hidden;
	color: #535353;
}

#tab1 .swt-recent-holder-content { padding-top: 12px; }

.swt-recent-holder-title {
	line-height: 1;
	font-size: 18px;
	margin-bottom: 15px;
}

.swt-recent-holder-content .more-link { text-decoration: none; }

/* In primary sidebar */

#sidebar-primary .tabs { border: 0; }

#sidebar-primary .tabs li:first-child a { border-left: 1px solid #343434; }

#sidebar-primary .tabs li a {
	padding: 10px;
	font-size: 14px;
	border-top: 1px solid #343434;
}

#sidebar-primary .tabs li.active a { color: #000; border-bottom-color: #343434; }

#sidebar-primary .swt-recent-holder {
	border: 0;
	float: none;
	clear: both;
	width: 100%;
	padding: 0 !important;
	margin: 0 0 20px !important;
}

#sidebar-primary .swt-recent-holder-img { height: 43px; }

#sidebar-primary .tabs li:last-child a { border-right: 1px solid #343434; }

#sidebar-primary .swt-recent-holder-num { display: none; }
#sidebar-primary .swt-recent-holder-img {
	width: 40px;
	padding-top: 3px;
	margin-right: 15px;

}
#sidebar-primary #tab1 .swt-recent-holder-content { padding: 0; }

/*--------------------------------------------------------------
9.0 Content
--------------------------------------------------------------*/

#content .entry {
	margin-bottom: 7.2%;
}

#content .entry.has-post-thumbnail {
	margin-top: 10% !important;
}

#content .entry:first-child { margin-top: 0 !important; }

.featured-image { margin: 0 auto 1em; display: block; }

#content .entry-title {
	font-size: 28px;
	margin-bottom: 10px;
	clear: none; /* Removing default clear for vertical image post look. */
	color: #000;
}

#content .entry-byline {
	font-size: 13px;
	color: #a8a8a8;
	margin-bottom: 22px;
}

#content .entry-byline a,
#content .entry-byline a:visited { color: #737373; }

.entry-published:before {
	content: "\f133";
	padding-right: 2px;
}
.entry-author:before {
	content: "\f007";
	padding-right: 5px;
}
.entry-terms.category:before {
	content: "\f114";
	padding-right: 5px;
}
.entry-terms.post_tag:before {
	content: "\f02c";
	padding-right: 5px;
}
.comments-link:before {
	content: "\f086";
	padding-right: 6px;
}

.entry-published,
.entry-author,
.entry-terms.category,
.comments-link {
	margin-right: 10px;
	display: inline-block;
	font-size: 15px;
}

#content .entry-terms.category a { color: #a8a8a8; }
.entry-author a span { color: #000; }

.entry-summary,
.entry-content {

}

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

.more-link {
	text-decoration: underline;
}

/*--------------------------------------------------------------
9.1 Posts and pages
--------------------------------------------------------------*/

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-links a {
	display:   inline-block;
	margin:    0 5px;
}

/* === 10.3 Loop meta === */

.loop-meta {
	margin-bottom: 1.5em;
	text-align: center;
}

.loop-title {
	margin: 0;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
}

.loop-description {
	margin-top: 1em;
}

/*--------------------------------------------------------------
9.2. Comments
--------------------------------------------------------------*/

#comments { margin-bottom: 50px; }

#comments-number {
	margin: 0 0 30px;
	padding-bottom: 9%;
	border-bottom: 1px solid #e9e9e9;
}

.comment-list { margin-left: 0; }

.comment-list,
.comment-list .children {
	list-style: none;
}

.comment-meta .avatar {
	float: left;
	margin-right: 35px;
}

.comment-author {
	display: block;
	font-size: 17px;
	line-height: 1;
	margin-bottom: 8px;
}

.comment-meta { font-size: 13px; }

.comment-published,
.comment-reply-link {
	display: inline-block;
	color: #a8a8a8;
}

.comment-content,
.pingback {
	margin: 13px 0 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 17px;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

/*=== Commentform ===*/

#commentform p {
	margin-bottom: 17px;
}

#commentform label {
	font-size: 15px;
	display: inline-block;
	margin-bottom: 11px;
	color: #a8a8a8;
}

#commentform input { width: 42%; }
#commentform input[type="submit"] { width: auto; }
#commentform textarea#comment { margin-bottom: 32px; font-size: 19px; }

/*--------------------------------------------------------------
10.0 Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
 /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

#infscr-loading {
	position: absolute;
	margin: -45px 0 0;
	left: 40%;
}

#infscr-loading em { display: block; margin-top: 25px; }

#ajax_load_posts a {
	width: 100%;
	display: block;
	padding: 10px 0;
	border: 2px solid #000;
	font-size: 17px;
	text-align: center;
	background: #000;
	color: #fff;
}

#ajax_load_posts a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

/*--------------------------------------------------------------
11.0 Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
11.1 Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	position: relative;
}

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

.wp-caption .wp-caption-text {
	position:   absolute;
	bottom:     1.5em;
	padding:    0.5em 0.75em;
	font-size:  1em;
	background: rgba( 0, 0, 0, 0.8 );
	color: #fff;
}

.wp-caption .wp-caption-text a { color: #fb2c2c; }

/*--------------------------------------------------------------
11.2 Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	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-caption {
	display: block;
}

/*--------------------------------------------------------------
12. Layout
--------------------------------------------------------------*/

.wrap,
#main {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 59px 0 77px;
}

#branding {
	float: left;
	width: 51%;
}

#site-title {
	font-size: 40px;
	line-height: 1;
	margin: 0;
}

#site-title a {
	color: #000;
}


#site-description {
	color: #a8a8a8;
	font-size: 18px;
	margin: 6px 0 0px 5px;
	position: absolute;
}

/*=== Sidebar Header ===*/

#sidebar-header {
	float: right;
	width: 44%;
	margin-bottom: -10px;
}

#sidebar-header .search-form {
	position: relative;
	top: 27px;
}

#sidebar-header .search-text {
	font-size: 15px;
	color: #a8a8a8;
	padding: 13px 12px 12px;
	border-color: #000;
}

#sidebar-header .search-form-submit {
	position: absolute;
	right: 0;
	top: 0;
}


/*=== Main ===*/

#main {
	padding: 45px 0 5%;
}

.singular #main { padding-bottom: 4.5%; }

#content {
	float: left;
	width: 64%;
}

.post-wrapper { position: relative; }

#sidebar-primary {
	float: right;
	width: 30%;
}

.layout-1c #content { width: 100%; }
.layout-2c-r #content { float: right; }
.layout-2c-r #sidebar-primary { float: left; }

/*=== Sidebar Subsidiary ===*/

#sidebar-subsidiary {
	max-width: 100%;
	margin: 0 auto;
	padding: 80px 0 65px;
	overflow: hidden;
	background: #000000;
}

/*=== Social Profiles ===*/

#social-profiles {
	list-style: none;
	margin: 0;
}

#social-profiles li { position: relative; }

#social-profiles a {
	float: left;
	display: inline-block;
	font-size: 52px;
	line-height: 1.92;
	text-align: center;
	color: #000000;
	background: #494949;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

#social-profiles li:last-child a { border-right: 0; }

.soc-col-1 a { width: 100%; }
.soc-col-2 a { width: 50%; }
.soc-col-3 a { width: 33.3%; }
.soc-col-3 { background: #494949; }
.soc-col-4 a { width: 25%; }

#social-profiles a:hover { text-decoration: none; }

#social-profiles .fa-twitter:hover { background: #3aa9de; }
#social-profiles .fa-google-plus:hover { background: #d14836; }
#social-profiles .fa-facebook:hover { background: #3a5999; }
#social-profiles .fa-rss:hover { background: #ff7e00; }


/*=== Footer ===*/

#footer {
	background: #000;
	color: #535353;
	font-size: 14px;
	text-align: center;
}

#footer .wrap {
	border-top: 1px solid #353535;
	padding-top: 25px;
}

#footer p { margin: 20px 0 26px; }

#footer a { color: #fff; }

.scroll-to-top {
	width: 80px;
	margin: 0px auto -40px;
	position: relative;
	top: -54px;
	display: block;
	text-align: center;
	font-size: 40px;
	background: #000000;
}

.scroll-to-top:hover { text-decoration: none; }

/*--------------------------------------------------------------
13. - Slider
--------------------------------------------------------------*/

/*=== BX Reset ===*/

#slider { margin-bottom: 40px; overflow: hidden; }

.bx-wrapper {
	position: relative;
	margin: 0 auto 50px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider { margin: 0; }

/*=== BX Viewport ===*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

/*=== BX Loader ===*/

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/*=== BX Controls Direction ===*/

.bx-wrapper .bx-controls {
	position: absolute;
	top: 4%;
	right: 2%;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	right: 0;
	top: 0;
	outline: 0;
	width: 72px;
	height: 122px;
 	z-index: 777;
	background: #000000;
	text-align: center;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-direction .bx-next {
	top: 123px;
}

.bx-wrapper .bx-controls-direction a i {
	color: #fff;
	font-size: 19px;
	margin: 50px 0 0;
}


/*=== BX Caption ===*/

.bx-wrapper .bx-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

.bx-wrapper .bx-caption .cap-in {
	height: 92%;
	width: 96%;
	position: absolute;
	left: 2%;
	top: 4%;
	background: rgba( 0, 0, 0, 0.75 );
}

.slider-title {
	font-size: 46px;
	line-height: 1.2;
	margin: 0 74px 0 0;
	padding-top: 16%;
}

.slider-title a { color: #fff; }

.more-wrap {
	position: absolute;
	bottom: 17%;
	width: 100%;
	text-align: center;
}

.slider-more {
	color: #fff;
	font-size: 18px;
	border: 3px solid #fff;
	padding: 3px;
	display: inline-block;
	margin-right: 74px;
}

.slider-more:hover { color: #fff; }

.slider-more span {
	padding: 4px 22px 8px;
	border: 1px solid #fff;
	display: inline-block;
}

/*--------------------------------------------------------------
14. - Media Queries
--------------------------------------------------------------*/

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

	#header,
	.wrap,
	#main {
		width: 910px;
	}

	#header { border-bottom: 1px solid #f1f1f1; }

	#sidebar-primary .tabs li a {
		clear: both;
		width: 100%;
		border-left: 1px solid #343434;
	}

	#sidebar-primary .tabs li a {
		border-bottom: 0;
	}
	#sidebar-primary .tabs li:last-child a { border: 1px solid #343434; }

}

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

	#header,
	.wrap,
	#main {
		width: 682px;
	}

	#header .wrap { width: 100% !important; text-align: center; }

	.banner-list li {
		max-width: 45%;
	}

	.slider-title { padding-top: 5%; }

}

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

	#header,
	.wrap,
	#main,
	#sidebar-primary {
		width: 428px;
	}

	#branding,
	#sidebar-header {
		float: none;
		width: 100%;
	}

	#branding {
		text-align: center;
	}

	#site-description { position: relative; }


	#content {
		width: 100%;
		margin-bottom: 20px;
	}

	#sidebar-primary { clear: both; }

	.banner-list li {
		max-width: 25%;
	}

	.slider-title {
 		font-size: 30px;
	}

	.slider-more {
		 display: none;
	}

	.bx-wrapper .bx-controls { top: 5%; }

	.bx-wrapper .bx-controls-direction a {
		height: 70px;
	}

	.bx-wrapper .bx-controls-direction .bx-next	{ top: 76px; }
	.bx-wrapper .bx-controls-direction a i {
		margin-top: 26px;
	}

	#tagged-posts li {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 0 25px !important;
		float: none;
		border: 0;
	}

	.swt-recent-holder {
		border: 0;
		float: none;
		width: 100%;
		padding: 0 !important;
		margin-bottom: 30px;
	}

	#ajax_load_posts {
		margin: 40px 0;
	}

	#commentform input { width: 100%; }

}

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

	#header,
	.wrap,
	#main,
	#sidebar-primary {
		width: 268px;
	}

	.banner-list li {
		max-width: 49%;
	}


	.bx-caption,
	.bx-controls { display: none; }

	#commentform input { width: 100%; }
	.comment-meta .avatar { max-width: 40px; margin-right: 15px; }

	.comment-author,
	.comment-published,
	.comment-reply-link { display: inline; }

	.tabs li:last-child a { border-right: 1px solid #343434; }
	.tabs li a { clear: both; width: 100%; }

	.swt-recent-holder-num { display: none; }
	.swt-recent-holder-img {
		width: 40px;
		padding-top: 3px;
		margin-right: 15px;

	}
	#tab1 .swt-recent-holder-content { padding: 0; }


}

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

	#header,
	.wrap,
	#main {
		width: 80%;
	}
	#sidebar-primary { width: 100%; }

	#slider { display: none; }

}</pre></body></html>