<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: MarusamiMag
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.  - Content Slider
14.  - Ticker
15.  - Category Slider
16.  - 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/ */	
	-webkit-font-smoothing: antialiased;
}

*,
*: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: #fcfcfc;  /* Fallback for when there is no custom background color defined. */
	overflow-x: hidden;
}

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 #d9d9d9;
}

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

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;
}

.transition {
	-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;	
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

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

body,
button,
input,
select,
textarea {
	color: #555555;
	font-family: 'PT Sans', sans-serif;	
	font-size: 16px;
	line-height: 1.625;
	word-wrap: break-word;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Alfa Slab One', cursive;
	margin: 0 0 20px 0;
}

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, dl {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 1.5em;
}

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

pre {
	background: #000;
	color: #fff;
	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%;
}

#menu-primary .menu-item-has-children &gt; a:after,
#toggle-primary-menu:before,
.entry-byline:before,
.entry-published:before,
.entry-author:before,
.entry-terms.category:before,
.post-edit-link:before,
.comments-link:before,
#sidebar-primary .widget li:before,
.fa {
	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;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 2%;
	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 caption { margin: 0 0 1em; text-align: center;}
#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: #027099;
	color: #fff;
	font-family: 'Alfa Slab One', cursive;	
	font-size: 15px;
	line-height: 1;	
	cursor: pointer;  /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;  /* Corrects inability to style clickable 'input' types in iOS */
	padding: 1em 1.5em 0.9em;
	
}

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

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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #000000;
	border: 1px solid #d1d1d1;
	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 #d9d9d9;
}

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: 7px 13px;
	width: 100%;
	font-size: 16px;
	color: #777777;
}

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

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


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

a {
	color: #027099;
	text-decoration: none;	
	-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;	
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color: #027099;
	text-decoration: underline;
}

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

#menu-primary { 
	background: #191919;
}

#menu-primary-items {
	margin: 0;		
	width: 100%;
}
 
@media only screen and (min-width: 1340px) {
			
	.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;
		position: relative;
	}
		
	#menu-primary-items a {
		display: block;
		float: left;
		margin: 0;
		padding: 0 17px 0 0;
		white-space: nowrap;
		font-family: 'Alfa Slab One', cursive;
		font-size: 16px;
		line-height: 55px;		
		color: #ccccca;
	}
		
	#menu-primary-items &gt; li:hover &gt; a, 
	#menu-primary-items li.current-menu-item, 
	#menu-primary-items li.current-menu-item &gt; a { 
		color: #027099;
		text-decoration: underline; 
	}
				
	#menu-primary-items ul {
		margin: 17px 0 0 0;
 		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 55px;
		z-index: 99999;    
		transition: all .4s ease-in-out;		
	}
		
	#menu-primary-items ul ul {
		top: 0;
		left: 230px;
		margin: 0 0 0 17px;		
	}
	
	#menu-primary-items li li {
 		display: block;
		height: auto;
		line-height: 1;
	}	
		
	#menu-primary-items li:hover &gt; ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu-primary-items ul li:hover &gt; ul {
		left: 100%;
		opacity: 1;
		visibility: visible;
	}
	
	#menu-primary .menu-item &gt; a:after {
		content: '';
		line-height: 26px;
		padding: 0 11px 0 6px;
		border-right: 1px solid #4b4b4b;			
	}
	
	#menu-primary .menu-item-has-children &gt; a:after {
		content: "\f107";
		padding: 0 14px 0 11px;		
	}
		
	#menu-primary .sub-menu li a:after {
		position: absolute;
		left: 86%; 
		top: -1px;	
		border: 0;
		-webkit-transform: rotate(-90deg); 
		   -moz-transform: rotate(-90deg); 
		    -ms-transform: rotate(-90deg); 
		     -o-transform: rotate(-90deg); 
			    transform: rotate(-90deg);		
	}	
	
	#menu-primary .sub-menu,
	#menu-primary .sub-menu li { 
		width: 230px;
		background: #046a90; 
	}
	
	#menu-primary-items .sub-menu a,
	#menu-primary-items .sub-menu a:hover {
		display: block;
		width: 100%;
 		padding: 0px 17px 15px;		
		border-right: 0;
		font-size: 14px;
		line-height: 1;
		color: #fff;		
		background: #046a90;
		white-space: normal;
		position: relative;
	}	
	
	#menu-primary .sub-menu .menu-item &gt; a:after { line-height: 1; }
	
	#menu-primary .sub-menu li:last-child { padding: 0 0 3px; }
	#menu-primary .sub-menu li:first-child,
	#menu-primary .sub-menu li:only-child { padding: 19px 0 3px; } 
}

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

	.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}.opened.menu-items ul {opacity: 1;visibility: visible;}
	
	#toggle-primary-menu:before {	
		content: "\f0c9";
	}
	
	#toggle-primary-menu {
		font-size: 42px;
		line-height: 55px;
		padding: 0 15px;
		margin: 0 auto;
		width: 66px;
		display: block;
		color: #fff;	
		background: #ec2327;
	}

	.social-icons-on #toggle-primary-menu {
		float: left;
	}

 	.social-icons-on #social-profiles {
 		max-width: 100%;
 		position: absolute;
 		right: 0;
 	}
	
	.social-icons-on #menu-primary-items {
		max-width: 100% !important; 
		margin: 10px 0 0;
	}

	#menu-primary-items a {
		color: #747474;
		font-weight: bold;
		width: 100%; 
		display: block;
		line-height: 40px;		
		padding: 0 30px;
		border-bottom: 1px solid #747474;		
	}
		
	#menu-primary-items a:hover { color: #fff; }
	
	#menu-primary-items ul li a { padding-left: 45px; }
	#menu-primary-items ul ul li a { padding-left: 60px; }
	#menu-primary-items ul ul ul li a { padding-left: 75px; }
	#menu-primary-items ul ul ul ul li a { padding-left: 80px; }
	
}

/*--------------------------------------------------------------
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;
}

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

.left { float: left; }
.right { float: right; }
.half { width: 48%; }

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

#header:before,
#header:after,
#menu-primary-items:before,
#menu-primary-items:after,
#main:before,
#main:after,
#footer:before,
#footer:after,
.entry-summary:before,
.entry-summary:after,
.entry-content:before,
.entry-content:after,
.comment-list:before,
.comment-list:after,
.comment-form:after,
.comment-form:before,
.comment-meta:before,
.comment-meta:after,
.comment-content:before,
.comment-content:after,
.wrap:before,
.wrap:after,
.widget:before,
.widget:after,
.clear:before,
.clear:after {
	content: "";
	display: table;
}

#header:after,
#menu-primary-items:after,
#main:after,
#footer:after,
.entry-summary:after,
.entry-content:after,
.comment-list:after,
.comment-meta:after,
.comment-content:after,
.comment-form:after,
.wrap:after,
.widget:after,
.clear:after {
	clear: both;
}


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

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

#sidebar-primary .widget-title {
	color: #fcfcfc; 	
	font-size: 17px;	
	background: #484848;	
	margin: 0 5px 35px 0;
	padding: 10px 10px 10px 18px;
	box-shadow: 7px 7px #7bb800;
}

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

#sidebar-primary .widget li {
	position: relative;
	padding-left: 31px;
	margin-bottom: 11px;
}

#sidebar-primary .widget li:before {
	content: '\f0da';
	font-size: 18px;
	color: #a6a6a6;
	position: absolute;
	top: 4px;
	left: 8px;
}

#sidebar-primary .widget li:hover:before {
	color: #7bb800;
}

.widget li ul {
	margin-top: 11px !important;	
}

#sidebar-primary .widget li a {
	color: #888888;
}

#sidebar-primary .widget li:hover a,
#sidebar-primary .widget li a:hover {
	color: #027099;
	text-decoration: none;
}
 
/* Search widget */

.widget_search div { position: relative; }

.widget_search .search-text {
	padding-right: 65px;	
	height: 42px;
}

.widget_search .search-form-submit {
	position: absolute;
	top: 0;
	right: 0;	
	padding: 1em 21px 0.8em 31px;
	background: linear-gradient(
        105deg,
        transparent 0,
        transparent 19px,
        #027099 19px,
        #027099 100%
	);
}		

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

.widget .tagcloud a:hover {
	background: #7bb800;
	text-decoration: none;
}

/* Popular post */
.swt_posts li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}

#sidebar-primary .swt_posts li {
	padding-left: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

#sidebar-primary .swt_posts li:before { display: none; }

.widget-image-wrap {
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 15px;
	position: relative;
}

.widget-image-wrap i {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 45px;
   height: 45px;
   line-height: 47px;
   font-size: 21px;
   background: #000;
   color: #fff;
   text-align: center;
   display: block;
}

.widget-image-wrap img {
	margin-bottom: -7px !important;
}

.post-info {
   overflow: hidden;	
}

.swt_latest_posts .post-info a {
	float: left;
	max-width: 80%;
}

.featured-title {
   font-size: 18px;
   margin: 15px 0 0;
}

#sidebar-primary .swt_posts li {
	margin-bottom: 26px;
}

#sidebar-primary .swt_posts li .featured-title,
#sidebar-subsidiary .swt_posts li .featured-title {
	margin: 0;
	padding: 14px 0 0;
	font-family: 'PT Sans', sans-serif; 
	font-size: 15px;
}

#sidebar-primary .swt_posts li .featured-title a { color: #484848; }
.time-ago {
   font-size: 17px;
   font-weight: bold;
   float: right;
   display: inline-block;
}

#sidebar-featured .swt_posts .post-info {
	margin: 2px 0 0;
}

/* Twitter widget */

.swt_twitter_widget li {	
	position: relative;
	padding: 1px 0 0 32px;
	margin-bottom: 15px;
}

.swt_twitter_widget li:before { 
	position: absolute; 
	left: 0; 
	top: 4px;
	color: #4f4f4f; 
	font-size: 25px;
	line-height: 1;
	content: "\f099" !important;
}

#sidebar-primary .swt_twitter_widget li a,
#sidebar-featured .swt_twitter_widget li a { 
	color: #027099;
}

.swt_twitter_widget li span { 
   display: block; 
   line-height: 1.5;
   font-family: 'PT Sans', sans-serif; 
}
 
.widget *:last-child { margin-bottom: 0; } 

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

.masonry,.masonry .masonry-brick { -webkit-transition-duration: 0.7s; -moz-transition-duration: 0.7s; -ms-transition-duration: 0.7s; -o-transition-duration: 0.7s; transition-duration: 0.7s; } .masonry {-webkit-transition-property: height, width, background-color; -moz-transition-property: height, width, background-color; -ms-transition-property: height, width, background-color; -o-transition-property: height, width, background-color; transition-property: height, width, background-color; } .masonry .masonry-brick {-webkit-transition-property: left, right, top, background-color; -moz-transition-property: left, right, top, background-color; -ms-transition-property: left, right, top, background-color; -o-transition-property: left, right, top, background-color; transition-property: left, right, top, background-color; }

.entry {
	background-color: #ededed; 
}

.singular .entry {
	padding: 48px 0 0;
	margin-bottom: 45px;
}

.singular .entry-header {
	text-align: center;
	padding: 0 40px;
}

#post-0 { text-align: center; }
#post-0 .entry-content { padding: 0; } 
#post-0 .search { position: relative; } 
.entry-content .search-text { 
	width: 90%;
	padding: 8px 13px;
}

.entry-content .search-form-submit { 
	width: 10%;
	position: absolute;
	right: 0;
	top: 0;
}

.masonry-brick,
.grid-sizer {
	width: 31.57894736842105%;
	margin-bottom: 2.631578947368421%;
}

.gutter-sizer { width: 2.631578947368421%; }
.post-wrapper { padding-top: 48px; }
.masonry-brick { float: left; }
.masonry-brick:hover { background-color: #000; color: #fff; }

.masonry-brick .entry-header { 
	position: relative; 
	padding: 0 27px;	
	margin: 28px 0 18px;
}

.masonry-brick .entry-title {
	font-size: 22px;
	line-height: 1.45;
	margin-bottom: 7px;
	clear: none; /* Removing default clear for vertical image post look. */
}

.singular .entry-title {
	font-size: 28px;
	line-height: : 1.15;
	color: #191919;
	margin-bottom: 13px;
}

.entry-title a,
.entry-title a:visited { color: #0b0b0b; }

.masonry-brick:hover .entry-title a,
.masonry-brick:hover .entry-title a:visited { color: #fff; }

.masonry-brick:hover .entry-published,
.masonry-brick:hover .entry-published:before { color: #fff; }

.masonry-brick .comments-link {	
   position: absolute;
   top: -28px;
   right: -6px;
   background: url(images/com.png) no-repeat;
   width: 39px;
   height: 40px;
   line-height: 39px;
   display: inline-block;
   text-align: center;
   color: #000;
   font-family: 'Alfa Slab One', cursive;   
}

.masonry-brick .comments-link:hover { text-decoration: none; color: #000; }

.entry-byline {
	font-size: 16px;
	color: #747474;
	margin-bottom: 23px;
}

.singular .entry-byline { color: #191919; margin-bottom: 36px; }

.singular .full,
.swt-large {
	margin: 0 0 23px;
}

/* Meta Icons */
.entry-published:before 		{ content: "\f017"; }
.entry-author:before 			{ content: "\f007"; }
.post-edit-link:before 			{ content: "\f040"; }
.entry-terms.category:before 	{ content: "\f114"; }
.comments-link:before 			{ content: "\f086"; }
.masonry-brick .comments-link:before { display: none; }
 
.entry-published:before,
.entry-author:before,
.post-edit-link:before,
.entry-terms.category:before,
.entry .post-format-link:before,
.comments-link:before,
.entry-permalink:before  { padding-right: 5px; }

.entry-published,
.entry-author,
.entry-permalink {
	margin-right: 20px;
	display: inline-block;
}

.entry-summary {
	padding: 0 27px 27px;	
}

.entry-content {
	padding: 0 40px 25px
}

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

.entry-footer { padding: 0 40px 25px; }
 
.entry-terms {
	display: block;
	margin-bottom: 13px;
}

.entry-terms.post_tag a {
	background: #027099;
	display: inline-block;
	padding: 3px 11px;
	color: #fff;
	font-size: 14px;
	margin: 0 4px 4px 0;
}

.img-wrap {
	position: relative;
}

.full,
.swt-featured-image { margin: 0 0 -7px; }

.link-to-post {
	position: absolute; 
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -30px;
}   

.link-to-post i {
	background: #fff;
	color: #000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 30px;
	text-align: center;
	padding-top: 10px;
	opacity: 0;
	-o-transform: scale(0) rotate(90deg);
	-moz-transform: scale(0) rotate(90deg);
	-webkit-transform: scale(0) rotate(90deg);
	transform: scale(0) rotate(90deg);
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.img-overlay {
	background: rgba( 41, 41, 41, 0.5 );
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.masonry-brick:hover .img-overlay {
	opacity: 1;
}

.masonry-brick:hover .link-to-post i {
	opacity: 1;
	-o-transform: scale(1) rotate(90deg);
	-moz-transform: scale(1) rotate(90deg);
	-webkit-transform: scale(1) rotate(90deg);
	transform: scale(1) rotate(90deg);
}


/*--------------------------------------------------------------
9.1 Posts and pages
--------------------------------------------------------------*/
 
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	font-weight: 700;
}

.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: 2.33% 0 0;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
}

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

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

#comments { margin-bottom: 60px; }

#comments-number,
#reply-title { 
	margin: 0;
	padding: 0 10px 0 45px;
	color: #fff;
	font-size: 19px;
	line-height: 46px;
	background: #484848;
	background: -o-linear-gradient(102deg, transparent 0, transparent 10px, #888888 10px, #888888 18px, #484848 18px, #484848 100% );
	background: -moz-linear-gradient(102deg, transparent 0, transparent 10px, #888888 10px, #888888 18px, #484848 18px, #484848 100% );
	background: -webkit-linear-gradient(102deg, transparent 0, transparent 10px, #888888 10px, #888888 18px, #484848 18px, #484848 100% );
	background: linear-gradient(102deg, transparent 0, transparent 10px, #888888 10px, #888888 18px, #484848 18px, #484848 100% ); 
	width: 50%;
}

.comment-list,
.comment-form { 
	list-style: none;
	margin-left: 0; 
	padding: 33px 33px 0;
	color: #808080;
	background: #ededed;
}

.comment-list .children {
	list-style: none;
	margin-left: 70px;
}

.comment-meta .avatar {
	float: left;
	margin-right: 25px;
	width: 48px;
	height: 48px;
}

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

.comment-author a { color: #555555; }

.comment-meta { font-size: 15px; color: #8b8b8b; }

.comment-published,
.comment-reply-link {
	display: inline-block;
	color: #8b8b8b; 
	text-decoration: none;
}

.comment-permalink:hover { text-decoration: none; }

.comment-content,
.pingback {
	margin: 13px 0 45px;
	padding: 25px;
	color: #777777;
	background: #fff;
}
 
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

/*=== Commentform ===*/

#commentform { padding-top: 40px; padding-bottom: 20px; }
#commentform p {
	margin-bottom: 25px;
}

#commentform label {
	font-size: 17px;
	display: inline-block;
	margin-bottom: 8px;
}

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

.comments-nav { margin: 50px 0 50px; }
.comments-nav .page-numbers { margin: 0 15px; }

/*--------------------------------------------------------------
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;
	left: 48%;	
	bottom: 0;
}

#ajax_load_posts {
	clear: both;
	text-align: center;
}
#ajax_load_posts a {
    background: #046a90; 
	color: #fcfcfc;
	font-size: 15px;
	font-family: 'Alfa Slab One', cursive;
	padding: 0 35px;
	line-height: 45px;
	display: inline-block;
}

/*--------------------------------------------------------------
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 {}
 
/*--------------------------------------------------------------
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: 1140px;
	margin: 0 auto;
	position: relative;
}

#header {
	padding: 44px 0 46px;
}

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

.banner-on #branding { width: 50%; margin-top: 22px; }

#site-title {
	font-size: 30px;
	line-height: 1;
	margin: 0;
}
 
#site-title a {
	color: #191919;
}
 
#site-description {
	color: #ccccca;
	text-transform: uppercase;
	font-size: 14px;
	margin: 5px 0 0px 0px;
}

.top-banner img {
	margin-bottom: -7px;
}

/*=== Social Profiles ===*/
#social-profiles:before {
	content: '';
	border-left: 15px solid transparent;
	border-bottom: 55px solid #7bb800; 
	height: 55px;
	margin-left: -60px;
	float: left;
}

#social-profiles {
	list-style: none;
	margin: 0;
	padding: 0 45px;
	float: right;
	max-width: 30%;
	background: #7bb800;
}

#social-profiles li {
   float: left; 	
   display: inline-block;
   line-height: 55px;   
}

#social-profiles a {	
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 17px;
	text-align: center;
	margin-left: 10px;	
	background: #fff;
	color: #191919;
	border-radius: 50%;
}

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

.social-icons-on #menu-primary-items { max-width: 70%; float: left; }

/*=== Main ===*/

#main {
	padding: 0 0 35px;
}

.singular #main { padding-top: 54px; padding-bottom: 75px; }

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

#sidebar-primary {
	float: right;
	width: 30%; 
	padding-top: 10px;
}

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

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

#sidebar-subsidiary {
	padding: 35px 25px 20px;
	overflow: hidden;
	background: #252424;
}

#sidebar-subsidiary .widget {
	float: left;
	color: #fcfcfc;
	font-size: 16px;
	margin-bottom: 50px;
}

#sidebar-subsidiary .widget_tag_cloud .widget-title {
    margin-bottom: 26px;
}

#sidebar-subsidiary .widget-title {
    color: #fcfcfc;
	font-size: 18px;
	margin-bottom: 15px;
}

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

#sidebar-subsidiary .swt_posts li {
	border-color: #515150;
}

#sidebar-subsidiary .widget li ul {
	margin: 0px !important;
	padding-left: 15px;
}

#sidebar-subsidiary .widget a {
	color: #027099;
}

#sidebar-subsidiary .widget .tagcloud a {
	color: #fff;
	background: #515150;
}

#sidebar-subsidiary .widget .tagcloud a:hover { background: #027099; }

#sidebar-subsidiary .swt_twitter_widget li:before { color: #fff; }

/* Featured Sidebar */
#sidebar-featured { 
   overflow: hidden; 	
   margin-top: 50px;   
}

#sidebar-featured .widget {
	float: left;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 50px;
}

#sidebar-featured .widget_tag_cloud .widget-title {
    margin-bottom: 26px;
}

#sidebar-featured .widget-title {
	background: #0b0b0b;
	background: linear-gradient(
		105deg,
		transparent 0, 
		transparent 27px, 
		#0b0b0b 27px, 
		#0b0b0b 96%,
		#7ab800 96%,
		#7ab800 100%		
	);	
    color: #fcfcfc;
	font-size: 22px;
	margin: 0 0 26px -11px; 
	padding: 12px 5px 8px 45px;
 	position: relative;
	overflow: hidden;	
}
 
#sidebar-featured .widget ul {
	list-style: none;
    margin: 0;
	padding: 0;
}

#sidebar-featured .widget li ul {
	margin: 0px !important;
	padding-left: 15px;
}

#sidebar-featured .widget p { font-size: 17px; line-height: 1.4; }

#sidebar-featured .widget a {
	color: #555;
}

#sidebar-featured .widget .tagcloud a {
	color: #fff;
	background: #515150;
}

#sidebar-featured .widget .tagcloud a:hover { background: #027099; }

#sidebar-featured li.recentcomments { color: #515150; }

#sidebar-featured .widget .featured-title a {	
   color: #555555;
}

#sidebar-featured .widget ul li:last-child {
   border-bottom: 0 !important;
}

/* Flexible Widgets */

.sidebar-col-1 .widget {
	width: 100%;
	margin: 0;
}
.sidebar-col-2 .widget {
	width: 47%;
	margin-right: 6%;
}
.sidebar-col-3 .widget {
	width: 30%;
	margin-right: 5%;
}
.sidebar-col-4 .widget {
	width: 22%;
	margin-right: 4%;
}

#sidebar-subsidiary .widget-5,
#sidebar-subsidiary .widget-9,
#sidebar-featured .widget-5,
#sidebar-featured .widget-9 {
	clear: both;
}

#sidebar-subsidiary .widget-last,
#sidebar-subsidiary .widget-4,
#sidebar-subsidiary .widget-8,
#sidebar-featured .widget-last,
#sidebar-featured .widget-4,
#sidebar-featured .widget-8 {
	margin-right: 0 !important;
}

/*=== Footer ===*/

#footer { 
	margin-bottom: 50px;
	overflow: hidden;
}

.credit:before {
    content: '';
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #7ab800;
	-webkit-transform: rotate(110deg);
	-moz-transform: rotate(110deg);
	transform: rotate(110deg);	
}

.credit {
	width: 70%; 
	padding: 20px 30px 20px 0;
	float: right;
	color: #fcfcfc; 
	font-size: 16px;	
	background: #7ab800;
	position: relative;
	margin: 0;
}

.credit span {
   position: relative;
   z-index: 99999;
}

.credit a { color: #fcfcfc; }

/*--------------------------------------------------------------
13. - Sliders
--------------------------------------------------------------*/

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

.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-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/*=== 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;
}
 
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
	padding-left: 25px;
}

.bx-wrapper .bx-next {
	right: 0;	
	padding-left: 35px;		
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;	
	width: 90px;
	height: 90px;
	margin: -45px 0 0;
	outline: 0;
	z-index: 9999;
	background: #0b0b0b; 
}

.bx-wrapper .bx-controls-direction a i {
	color: #fff;
	font-size: 40px;
	padding-top: 27px;
    display: block;	
}

.bx-wrapper .bx-controls-direction a:hover {
	background: #8a898a;
	text-decoration: none;	
}

.bx-wrapper .bx-controls-direction a:focus { text-decoration: none; }

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

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

.overlay {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	background: rgba(0,0,0,0.6);
} 

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
}

.slide-content {
   width: 62%;
   font-size: 21px;
   color: #c5c6c7;
}

.slider-title { 
	font-size: 50px;	
	line-height: 1.2;
	margin: 0 0 30px;
}

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

.slide-content i {
   background: #000;
   padding: 13px 15px 11px;
   color: #fff;
   font-size: 16px;   
   float: left;
}

.slider-cat {
	padding: 7px 16px;
	background: #7ab800;
	font-size: 16px;
	float: left;
    margin: 0 0 30px;	
}

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

.slide-entry {
	clear: both;
}

.slide-footer {
   border-top: 1px solid #d8d8d8;
   position: relative;
   padding: 18px 0 0;
   margin: 10px 0 0;
   font-size: 15px;
   color: #d8d8d8;
}

.slide-footer .entry-published { font-weight: bold; } 

.slide-footer .entry-published:before { padding-right: 10px; }

.slide-avatar {
   position: absolute;
   top: -32px;
   right: 0;
}

.slide-avatar img {
   width: 58px;
   height: 58px;
   border-radius: 50%;
}

/*--------------------------------------------------------------
14. - Ticker
--------------------------------------------------------------*/

#header-top {
	width: 100%; 
	background: #191919;
	font-weight: bold;	
}

#header-top .wrap { 
	min-height: 40px; 
	overflow: hidden;
}

.breaking-title { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 7px 15px;
	background: #ec2327; 
	color: #fff;
}

#header-top .bx-wrapper { margin: 0; float: left; }
#header-top .bx-wrapper .bx-viewport { height: 40px !important; }

#ticker { margin: 6px 0 0; }

#ticker li {
	list-style: disc outside !important;
	color: #fff;
	padding-left: 5px;
}

#ticker li a {
	color: #ccccca;
	font-size: 14px;
}
 
/*=== Search Form ===*/

#header-top .search {	
	position: absolute;
	top: 0;
	right: 0;
	background: #191919; 
	height: 40px;
	padding-left: 20px;
}

#header-top .search div {
	height: 40px;
	border-left: 10px solid transparent;
	border-bottom: 40px solid #7bb800; 
}

#header-top .search-text[type="text"] {
	position: absolute;
	top: -50px;
	width: 0;
	margin: 0 20px;
	padding: 1px;
	background: transparent; 
	border: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-weight: bold;
}

.search-button {
	width: 30px;
	height: 30px;
	margin: 4px 30px 0 26px;
	display: inline-block;
	font-size: 10px;
	text-align: center;
	line-height: 30px;
	color: #191919;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.search-button:hover { text-decoration: none; color: #191919; }

#header-top .expand .search-text[type="text"] {
 	width: 150px;
	position: static;
	padding: 4px 0 0;
}

#header-top .expand .search-button {
	display: none;
}

#header-top .search-text::-webkit-input-placeholder { color: #fff; opacity: 1; }
#header-top .search-text:-moz-placeholder { color: #fff; opacity: 1; }
#header-top .search-text::-moz-placeholder { color: #fff; opacity: 1; }
#header-top .search-text:-ms-input-placeholder { color: #fff; opacity: 1; }

/*--------------------------------------------------------------
15. - CATEGORY SLIDER
--------------------------------------------------------------*/

#featured-cats {
    padding: 80px 0 32px;
    background: url(images/category.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}

#featured-cats .wrap { 
	margin-top: -50px;
}

#section-title:before {
   content: '';
   width: 12px;
   height: 50px;
   background: url(images/cat-title.png) no-repeat scroll bottom left;
   float: left;   
}

#section-title {
   line-height: 50px;
   background: url(images/cat-title.png) no-repeat scroll top right;
   color: #fff;
   display: inline-block;
   position: relative;
   top: -53px;
   margin: 0;
}

#section-title span {
   background: #7ab800;
   line-height: 50px;
   display: block;
   padding: 0 15px;
   margin: 0 19px 0 12px;
}

#category-slider { overflow: hidden; }

.cat-slide { width: 100%; height: 285px; padding: 0; }

.cat-slide .slidee { margin: 0; padding: 0; height: 100%; list-style: none; }

.cat-slide .slidee li { 
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	width: 165px;
	height: 100%;
	cursor: grab;
	position: relative;
	text-align: left;
}

.cat-slide .slidee li:hover .image-overlay {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	background: rgba(0,0,0,0.5);
}

.cat-meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px;
    font-size: 16px;
    color: #fff;
    background: #0b0b0b;
}

.cat-slide .slidee li:hover .cat-meta {
   background: #027099;
}

.cat-title {
   font-size: 18px;
   margin: 0;      
}

.scrollbar { 
	width: 100%;
	height: 42px;
	background: rgba(0,0,0,0.5);
	border-radius: 15px;
	margin: 20px 0;	
	padding: 4px 90px;
}

.scrollbar .handle {
    width: 100px; /* overriden if dynamicHandle: 1 */
    height: 34px;
	border: 3px solid #fff;
	border-radius: 5px;	
    background: #222;
	cursor: grab;
}

.scrollbar .handle i.fa-bars {
    transform: rotate(90deg);
	color: #fff;
	font-size: 16px;
}

#cat-nav { position: relative; margin: 33px 0 0; }

#cat-nav a {
    background: url(images/cat-nav.png) no-repeat scroll 0 0;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	width: 67px;
	height: 67px;
	position: absolute;
	top: 7px;
	left: 0;
	cursor: pointer;
}

#cat-nav a.next {
	transform: rotate(180deg);
    left: auto;
	right: 0;
}

/*--------------------------------------------------------------
16. - Media Queries
--------------------------------------------------------------*/

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


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

	.slide-content { font-size: 16px; }	

	.bx-wrapper .bx-controls-direction a {
		margin: 0;
		top: auto;
		bottom: 0;	
	}

	.bx-wrapper .bx-prev {
		left: 50%;
		margin-left: -90px !important;
	}

	.bx-wrapper .bx-next {
		right: 50%;
		margin-right: -90px !important;
	}
}

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

	.wrap, #main { width: 910px; }	
	.slide-content { width: 100%; }
	.cat-slide .slidee li {
		width: 158px;
	}	

}

@media only screen and ( max-width: 1250px ) {
	.slider-title { font-size: 25px; }
	.slide-content { font-size: 15px; }		
}

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

	.wrap, #main { width: 682px; }
		
	.banner-on #branding { 
		float: none;
		width: 100%; 
		text-align: center; 
		margin-bottom: 20px;
	}

	.banner-on #header a.half {		
		width: 100%;
		text-align: center;
	}

	.slide-content { width: 100%; }			
	.slide-entry, .bx-controls-direction, .slider-cat, .slide-content i { display: none; }			
	.slide-footer { clear: both; }
	
	.sidebar-col-4 .widget {
		width: 47%;
		margin-right: 6%;
	}	

	.sidebar-col-3 .widget { width: 100%; margin-right: 0; }

	.sidebar-col-4 .widget-2,
	.sidebar-col-4 .widget-4,
	.sidebar-col-4 .widget-6,
	.sidebar-col-4 .widget-8,	
	.sidebar-col-3 .widget-3,
	.sidebar-col-3 .widget-6,
	.sidebar-col-3 .widget-9,
	.sidebar-col-3 .widget-12 { 
		margin-right: 0;
	}

	.sidebar-col-4 .widget-3,
	.sidebar-col-4 .widget-5,
	.sidebar-col-4 .widget-7,
	.sidebar-col-4 .widget-9,
	.sidebar-col-3 .widget-4,
	.sidebar-col-3 .widget-7,
	.sidebar-col-3 .widget-10,
	.sidebar-col-3 .widget-11 { 
		clear: both;
	}

	.comment-list .children {
		margin-left: 35px;
	}

	#comments-number, 
	#reply-title,
	#commentform input,
	#commentform input[type="submit"] { width: 100%; }

	.cat-slide .slidee li {
		width: 148px;
	}

}

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

	.wrap, 
	#main, 
	#sidebar-primary { 
		width: 428px;
	}
	
	.cat-slide {
		margin-bottom: -15px;
	}

	.cat-slide .slidee li {
		width: 136px;
		height: 94%;
		margin-right: 10px;
	}

	#content { 
		width: 100%; 
		margin-bottom: 20px; 
	}
 	
	.masonry-brick,
	.grid-sizer {
		width: 48%;
		margin-bottom: 4%;
	}

	.gutter-sizer { width: 4%; } 

	.comment-list .children {
		margin-left: 30px;
	}	

	#sidebar-primary { clear: both; }
	
	#sidebar-subsidiary .widget,
	#sidebar-featured .widget { 
		width: 100%; 
		margin-right: 0; 
		clear: both; 
	}

	.bx-caption,
	.slide .overlay { display: none; }	
	
}

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

	.wrap, 
	#main, 
	#sidebar-primary { 
		width: 268px;
	}
 	
	#toggle-primary-menu {
		float: none !important;
	}
	
	#social-profiles { display: none; }

	.top-search-on .breaking-title,
	.top-search-on .ticker  { display: none; }
	
	.cat-slide .slidee li {
		width: 129px;
		height: 90%;
	}	

	.masonry-brick,
	.grid-sizer {
		width: 100%;
		margin-bottom: 30px;
	}

	.gutter-sizer { width: 0; } 

	.comment-list .children {
		margin-left: 15px;
	}	

	.comment-meta .avatar { margin-right: 15px; }
	
	.comment-author,
	.comment-published,
	.comment-reply-link { display: inline; }
	
	.credit { width: 100%; padding-left: 30px; }
}

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

	.wrap, 
	#main { 
		width: 80%;
	}
	
	#sidebar-primary { width: 100%; }
	
	#social-profiles { display: none; }
	
	.cat-slide .slidee li {
		width: 165px;
		margin-right: 87px;
	}		
}
</pre></body></html>