<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: StagoMag
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/ */	
	-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: #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;
	background: #fcfcfc;
}

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

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: 'robotoblack';
    src: url('fonts/Roboto-Black-webfont.eot');
    src: url('fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Black-webfont.woff') format('woff'),
         url('fonts/Roboto-Black-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

body,
button,
input,
select,
textarea {
	color: #666666;
	font-family: 'robotolight', sans-serif;
	font-size: 15px;
	line-height: 1.7;
	word-wrap: break-word;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 30px 0;
	color: #276f98;
}

h1 {
	font-size: 38px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 20px;
}

p {
	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: #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-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 caption {
	margin: 0;
	background: #fcfcfc;
	border: 1px solid #f3f3f3;
	border-bottom: 0;
	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: #b05f41;
	color: #fff;
	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 */
	font-size: 15px;
	line-height: 1;
	padding: 1em 1.4em;
	
}

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 #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%;	
	font-size: 16px;
}

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

label { cursor: pointer; }

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


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

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

a:visited {
}

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

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

#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 { 
		background: #4e6a39;
		min-height: 57px;
	}
 
	#menu-primary-items li {
 		display: inline-block;
		float: left;
		height: 57px;
		line-height: 57px;
		position: relative;
	}
		
	#menu-primary-items a {
		display: block;
		float: left;
		margin: 0;
		padding: 0 20px;
		white-space: nowrap;
		font-size: 13px;
		text-transform: uppercase;
		font-family: 'robotoblack', sans-serif;
		color: #fff;
		border-left: 1px solid #415731;
	}
	
	#menu-primary-items &gt; li:last-child a { border-right: 1px solid #415731; }
	
	#menu-primary-items &gt; li.current-menu-item, 
	#menu-primary-items &gt; li.current-menu-item &gt; a, 
	#menu-primary-items &gt; li:hover &gt; a { 
		text-decoration: none;
		background: #b05f41; 
		height: 53px;		
		border-left-color: #b05f41;
	}
	
	#menu-primary-items &gt; li.current-menu-item + li a,
	#menu-primary-items &gt; li:hover + li a	{
		border-left-color: #4e6a39;
	}
	
	#menu-primary-items &gt; li:hover &gt; a:before,
	#menu-primary-items &gt; li.current-menu-item &gt; a:before	{		
		height: 4px;
		background: #fff; 
		content: "";
		display: block;
		width: 100%;
		position: absolute;
		bottom: -4px;
		left: 0;		
	}
	
	#menu-primary-items &gt; li:hover &gt; a:before,
	#menu-primary-items &gt; li &gt; a:hover:before {
		bottom: 0;
	}

	#menu-primary-items &gt; li.current-menu-item &gt; a:before	{ bottom: -4px; }
	
	
	#menu-primary-items ul {
		float: left;
		margin: 0;
		position: absolute;
		top: 57px;
		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;
	}
	
	#menu-primary-items ul ul {
		left: -999em;
		top: 0;
		margin-left: 1px;
	}
	
	#menu-primary-items ul a {
		padding: 15px 20px;
		white-space: normal;
		width: 190px;
		font-size: 12px;
		border-left: 0;
		border-bottom: 1px solid #404040;
	}
	
	#menu-primary-items ul &gt; li &gt; a:hover { background: #b05f41; text-decoration: none; }
	
	#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,
	#menu-primary .page_item_has_children &gt; a {
		padding-right: 0;
	}
	
	#menu-primary .menu-item-has-children &gt; a:after,
	#menu-primary .page_item_has_children &gt; a:after {
		content: "\f0d7";
		display: inline-block;
		font-size: 14px;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;	
		padding: 0 12px 0 8px;
	}
	
	#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: "\f0da"; 
	}
	
	#menu-primary .sub-menu li a:after {
		position: absolute;
		right: 5px; 
		top: 25px;
	}	
	
	#menu-primary .sub-menu { background: #2f2f2f;  }
	
	#menu-primary .sub-menu li:first-child,
	#menu-primary .sub-menu li:only-child {
		padding-top: 10px;
	}
	
	#menu-primary .sub-menu li:only-child { padding-bottom: 10px; }
	
	#menu-primary .sub-menu li:last-child {
		padding-bottom: 6px;
	}
	
	#menu-primary .sub-menu li:last-child a { border-bottom: 0; }
			
}

@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}
	
	#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 {
		width: 57px;
		display: block;
		margin: 0 auto;
		text-align: center;
		font-size: 33px;
		color: #fff;
		background: #b05f41;		
	}
	
	#menu-primary { 
		height: 0;
		top: 0;
		width: 100%;
		position: absolute;
		z-index: 999999999;
	}	
	
	#menu-primary .wrap { width: 100%; }
	
	#menu-primary-items {
		background: #b05f41;
		z-index: 9999999;
	}
	
	#menu-primary-items a {
		font-family: 'robotoblack', sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		width: 100%; 
		display: block;
		line-height: 44px;		
		padding: 0 4% 0 2.5%;
		border-bottom: 1px solid #fff;		
	}
		
	#menu-primary-items a:hover { color: #fff; background: #2f2f2f; text-decoration: none; }
	
	#menu-primary-items ul li a { padding-left: 4%; }
	#menu-primary-items ul ul li a { padding-left: 6%; }
	#menu-primary-items ul ul ul li a { padding-left: 8%; }
	#menu-primary-items ul ul ul ul li a { padding-left: 10%; }
		
}

/*=== Subsidiary Menu ===*/

#menu-subsidiary {
	position: absolute;
	right: 0;
	top: 70px;
}

#menu-subsidiary-items { float: right; margin: 0; }

#menu-subsidiary-items li {
	list-style: none;
	float: left;
}

#menu-subsidiary-items li a {
	float: left;
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}

#menu-subsidiary-items li:last-child a { margin: 0; }

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

/*--------------------------------------------------------------
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,
#sidebar-subsidiary:before,
#sidebar-subsidiary:after,
#sidebar-primary .swt_followers_number li a span:after,
#sidebar-primary .swt_followers_number li a span:before,
#footer:before,
#footer:after {
	content: '';
	display: table;
}

#main:before,
#main:after,
.clear:after,
.entry:before,
.entry:after,
.entry-content:after,
.comment-content:after,
#sidebar-primary .widget:before,
#sidebar-primary .widget:after,
#sidebar-primary .swt_followers_number li a span:after,
#sidebar-primary .swt_followers_number li a span:before,
#header:after,
#content:after,
#footer:after {
	clear: both;
}

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

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

#sidebar-primary .widget-title {
	font-family: 'robotoblack', sans-serif;
	text-transform: uppercase;
	color: #fff; 
	font-size: 19px;
	line-height: 1;
	margin-bottom: 0px;
	padding: 19px 24px 16px;
	background: #4e6a39; 
	border-bottom: 1px solid #dddddd;
}

#sidebar-primary .widget ul {
	list-style: none;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
}

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

#sidebar-primary .widget li a {
	border-bottom: 1px solid #dddddd;
	display: block;
	padding: 12px 24px;
	line-height: 1.5;
}

#sidebar-primary .widget ul:not(.children) &gt; li:last-child &gt; a { border-bottom: 0; } 
/* Search widget */

.widget_search .search-text {
	color: #a2a2a2; 
	font-size: 14px;
	padding-left: 24px;
	background: url(images/search.png) no-repeat scroll 95% 54%;
}

#sidebar-subsidiary .search-text { border-color: #969696; }

.widget_search .search-submit {
	display: none;
}

/* Tag cloud widget */
#sidebar-primary .widget-tags,
#sidebar-primary .widget_text,
#sidebar-primary .widget_search,
#sidebar-primary .widget_calendar {
	border: 0;
}
#sidebar-primary .widget-tags .widget-title,
#sidebar-primary .widget_text .widget-title {
	border: 1px solid #dddddd;
	margin-bottom: 20px;
}
.widget .post_tag-cloud a {
	display: inline-block;
	margin: 0 0 4px;
	padding: 7px 10px;
	line-height: 1;
	font-size: 14px !important;
	color: #fff;
	background: #b05f41;	
}

.widget .post_tag-cloud a:hover {
	background: #4e6a39;
 	text-decoration: none;
}

#sidebar-subsidiary .widget .post_tag-cloud a {
	background: #2f2f2f; 
	color: #fff !important; 	
}
#sidebar-subsidiary .widget .post_tag-cloud a:hover {
	background: #fff; 	
	color: #2f2f2f !important;
}
#sidebar-subsidiary table { background: #2f2f2f; }
#sidebar-subsidiary caption, 
#sidebar-subsidiary th, 
#sidebar-subsidiary td {
	background: #2f2f2f;
	border-color: #969696;
}

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

.newsletter-text { margin-bottom: 22px; }

.newsletter-email { 
	 
	font-size: 15px;
	margin-bottom: 5px;
}

.swt_newsletter #response { margin-top: 10px; display: block; }

#sidebar-subsidiary .newsletter-email {
	border: 0;
	background: #fff;
	color: #4f4f4f;
	font-size: 13px;
}

input.newsletter-submit {
	font-size: 14px;	
	padding: 11px 12px;
}

#sidebar-subsidiary .newsletter-submit {
	background: #2f2f2f;
	color: #fff;
}


#sidebar-primary .swt_newsletter { 
	border: 0;
}
#sidebar-primary .swt_newsletter .widget-title { border: 1px solid #dddddd; }
#sidebar-primary .newsletter-text {
	margin-top: 20px;
}
#sidebar-primary .newsletter-submit { background: #4e6a39; } 


/* Twitter widget */

.swt_twitter_widget li {	
	position: relative;
	padding: 0px 0 0 30px;
	margin-bottom: 24px;
}
.swt_twitter_widget li:before { 
	position: absolute; 
	left: 0; 
	top: 3px;
	color: #4f4f4f; 
	font-size: 25px;
	line-height: 1;
}

.swt_twitter_widget li span { font-family: 'robotolight', sans-serif; display: block; line-height: 1.33; }
.tweet-details a { font-family: 'robotoblack', sans-serif;  font-size: 13px; }

#sidebar-primary .swt_twitter_widget,
#sidebar-primary .recent_posts_images { border: 0; }

#sidebar-primary .swt_twitter_widget .widget-title,
#sidebar-primary .recent_posts_images .widget-title { margin-bottom: 30px; border: 1px solid #dddddd; }

#sidebar-primary .swt_twitter_widget li a,
#sidebar-primary .recent_posts_images li a  {
	display: inline;
	border: 0;
	padding: 0;
	line-height: 1.7;
}
#sidebar-primary .swt_twitter_widget li span {
	text-transform: none;
	font-size: 15px;
}
/* Widget Recent Images */

.recent_posts_images li {
	float: left;
	width: 31.33%;
	line-height: 1 !important;	
	margin: 0 3% 2% 0; 
	position: relative;
}

.recent_posts_images li.no-margin { margin-right: 0; }

#sidebar-subsidiary .widget.recent_posts_images ul { position: relative; top: 7px; }

.recent_posts_images a:hover img { opacity: 0.8; }

.recent_posts_images li a[title]:hover:before {
	content: attr(title);
	padding: 8px;
	color: #fff;
	position: absolute;
	left: 0;
	top: -32px;
	white-space: nowrap;
	z-index: 999;
	background: rgba( 12, 12, 12, 0.8 ); 
	line-height: 1;
}

.recent_posts_images li a[title]:hover:after { 	
	top: -4px; 
	left: 30%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(12, 12, 12, 0); 
	border-top-color: rgba(12, 12, 12, 0.8); 
	border-width: 5px; 
	margin-left: -5px; 
}

#sidebar-subsidiary .recent_posts_images li a[title]:hover:before { background: rgba( 251, 189, 44, 0.9 );  }
#sidebar-subsidiary .recent_posts_images li a[title]:hover:after { 	
	border-color: rgba( 251, 189, 44, 0 ); 
	border-top-color: rgba( 251, 189, 44, 0.9 ); 	
}

#sidebar-subsidiary .widget {
	float: left;
	margin-bottom: 50px;
	color: #969696;	
	line-height: 1.33;
}
#sidebar-subsidiary .widget-last,
#sidebar-subsidiary .widget-4,
#sidebar-subsidiary .widget-8 {
	margin-right: 0 !important;
}
#sidebar-subsidiary .widget-title {
    color: #bcbcbc;
	font-size: 21px;
	font-family: 'robotoblack', sans-serif;
	margin-bottom: 53px;
}
#sidebar-subsidiary .widget ul {
	list-style: none;
    margin: 0;
	padding: 0;
}
#sidebar-subsidiary .widget li {
 }
#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: #000;
}
#sidebar-subsidiary .widget .post_tag-cloud a:hover {
	color: #fff;
}

/* 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 {
	clear: both;
}


/* Banners Widget */

.banner-list li { margin-bottom: 15px; }
.banner-list &gt; li:nth-last-of-type(-n+2) {
    margin-bottom: 0px;
}
.widget_swtbanners125,
.banner-list li a { padding: 0 !important; border: 0 !important; }

/* Recent Comments With Avatars Widget*/

li.recentcomments { 
	clear: both; 
	overflow: hidden; 
	padding: 20px 24px;
	text-transform: none;
	font-size: 14px;
	border-bottom: 1px solid #dddddd;
}
 
.recent-image {
 	float: left;
	width: 64px;
	margin-right: 14px;
}

.recent-comment {
	display: block;
 	overflow: hidden;
	line-height: 1.4;
	position: relative;
	top: -4px;
}

.rc-author {
	font-style: normal;
	display: block;
	color: #a2a2a2; 
	font-size: 13px;
	margin: 6px 0 0;
}

.recent-comment a { 
	color: #276f98; 
	text-decoration: none;
	border: 0 !important;
}

li.recentcomments:last-child { border-bottom: 0; }

#sidebar-subsidiary li.recentcomments {
	padding: 0;
	border: 0;
	margin: 0 0 20px;
}

/* followers number */

.swt_followers_number { border: 0 !important; }

.swt_followers_number li {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.swt_followers_number li a i {
	float: left;
	margin-right: 5px;
}
.swt_followers_number li a .f-num {
	display: inline-block;
	float: left;
	font-family: 'robotoblack', sans-serif; 
	font-size: 18px;	
}
.swt_followers_number .fans {
	display: inline-block;
	margin: 5px 0 0 5px;
	font-size: 13px;	
}
 
.swt_followers_number li a:hover { text-decoration: none !important; }

.swt_followers_number li a i {
	font-size: 27px;
	margin-bottom: 6px;
}

#sidebar-primary .swt_followers_number li a,
#sidebar-subsidiary .swt_followers_number li a { text-transform: none; padding: 25px; color: #fff; display: block; }

#sidebar-primary .swt_followers_number li a.swt-facebook,
#sidebar-subsidiary .swt_followers_number li a.swt-facebook {
	border: 1px solid #3b5998;
 	background: #3b5998;	
}

#sidebar-primary .swt_followers_number li a.swt-twitter,
#sidebar-subsidiary .swt_followers_number li a.swt-twitter {
	border: 1px solid #35c9f9;
 	background: #35c9f9;	
}

#sidebar-primary .swt_followers_number li a.swt-google-plus,
#sidebar-subsidiary .swt_followers_number li a.swt-google-plus {
	border: 1px solid #f7231e !important;
 	background: #f7231e;	
}


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

	#sidebar-primary .swt_followers_number li {
		float: left;
		margin-right: 5%;
		width: 30%;
	}
	
	#sidebar-primary .swt_followers_number li.last {
		margin-right: 0;
	}
	
	
	#sidebar-primary .swt_followers_number li a { background: #fff !important; }
	
	#sidebar-primary .swt_followers_number .fans { display: block; margin: 0 0 -7px; display: block; }

	#sidebar-primary .swt_followers_number .f-num { margin-bottom: -5px; display: block; }	

	#sidebar-primary .swt_followers_number li a.swt-facebook {
		border: 1px solid #3b5998;
		color: #3b5998; 	
 	}
	#sidebar-primary .swt_followers_number li a.swt-facebook:hover { background: #3b5998 !important; color: #fff; border-color: #3b5998; }
	
	#sidebar-primary .swt_followers_number li a.swt-twitter {
		border: 1px solid #35c9f9;
		color: #35c9f9;
 	}
	#sidebar-primary .swt_followers_number li a.swt-twitter:hover { background: #35c9f9 !important; color: #fff; border-color: #35c9f9; }

	#sidebar-primary .swt_followers_number li a.swt-google-plus {
		border: 1px solid #f7231e !important;
		color: #f7231e; 
 	}
	#sidebar-primary .swt_followers_number li a.swt-google-plus:hover { background: #f7231e !important; color: #fff; border-color: #f7231e; }
	
}

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

.entry {
	margin-bottom: 13%;
}

.singular .entry { margin-bottom: 7.3%; }

.entry-published {
	width: 110px;
	float: left; 
	display: block;
	padding: 26px 0;
	line-height: 1;
	background: #aeaeae; 
	text-transform: uppercase;
	text-align: center;
	cursor: help;
	position: absolute;
}

.entry-published span {
	display: block;
	color: #fff; 
}

.entry-published .month {
	font-family: 'robotolight', sans-serif;
	font-size: 23px;
	margin-bottom: 13px;
}

.entry-published .day {
	font-family: 'robotoblack', sans-serif;
	font-size: 40px;
}

.entry-title {
	font-size: 38px;
	line-height: 1.3;
	margin-bottom: -1px;
	position: relative;
	top: -12px;
	clear: none; /* Removing default clear for vertical image post look. */
	color: #276f98;
}

.singular-attachment .attachment img { margin-bottom: 30px; }

.entry-byline {
	color: #a2a2a2;
	margin-bottom: 15px;
	font-size: 15px;
}

.entry-byline a,
.entry-byline a:visited,
.comments-link { color: #276f98; }

.entry-author,
.entry-terms.category {
	display: inline-block;
	margin-right: 10px;
}

.entry-terms.category:before {
	content: "I";
	padding-right: 12px;
}
.entry-terms.category:after {
	content: "I"; 
	padding-left: 12px;
}

.entry-title,
.entry-byline,
.entry-summary,
.entry-footer {
	margin-left: 143px;
}

.singular .entry-title,
.singular .entry-byline,
.singular .entry-summary,
.singular .entry-footer {
	margin-left: 0;
}


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

.more-link {
	font-size: 13px;	
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	padding: 16px 32px;
	border: 1px solid #dddddd;	
	color: #666666;
	margin-top: 24px;
}

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

.loop-pagination,
.page-links {
	clear: both;
	margin: 10px 0 1.5em;
}

.page-links a,
.page-numbers {
	display:   inline-block;
	font-size: 17px;
	font-family: 'robotoblack', sans-serif;
	text-transform: uppercase;
	color: #fff; 
	padding: 14px 12px;
	margin-bottom: 4px;
	background: #aeaeae; 
}

.page-numbers:hover,
.page-numbers:active,
.page-numbers:focus,
.page-numbers.current {
	background: #b05f41;
	color: #fff;
	text-decoration: none;
}

.page-numbers.dots { margin-right: 1px; }
/* === 10.3 Loop meta === */

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

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

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

/*--------------------------------------------------------------
9.2. Comments
--------------------------------------------------------------*/
#comments { margin-bottom: 52px; }
#comments-number { 
	margin: 0 0 30px;
	padding-bottom: 5%; 
	border-bottom: 1px solid #e9e9e9; 
	color: #666666; 
	font-size: 23px;
}

#reply-title { 
	color: #666;
	font-size: 23px;
	margin-bottom: 35px;
}

.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;	
	font-style: normal;
	line-height: 1;
	margin-bottom: 8px;
	color: #276f98;
}

.ping .comment-author { line-height: 1.5; }

.comment-meta a { color: #276f98; }

a.comment-permalink,
.comment-published,
a.comment-reply-link {
	display: inline-block;
	color: #a2a2a2; 
	font-size: 15px;
}

.comment-content,
.pingback {
	margin: 15px 0 30px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e9e9e9;
}
 
.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;
	color: #a2a2a2; 
	display: inline-block;
	margin-bottom: 10px;
}

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

.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;
	margin: -45px 0 0;
	left: 40%;	
}

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

/*--------------------------------------------------------------
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:     3.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: 1100px;
	margin: 0 auto;
	position: relative;
}

#header {
	padding: 70px 0 30px;
}

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

#site-title {
	font-family: 'robotoblack', sans-serif;
	font-size: 39px;
	line-height: 1;
	margin: 25px 0 28px;	
}

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

#site-title a span { color: #b05f41; }

#site-title a:hover {
	text-decoration: none;
	color: #b05f41; 
}

#site-title a:hover span { color: #212429; }

#site-description {
	color: #aeaeae;
	font-family: 'robotoblack', sans-serif;
	font-size: 14px;
	margin: -20px 0 0;
	position: absolute;
}

#top-banner {
	float: right;
	width: 67%;
	text-align: right;
	margin-bottom: -5px;
}

#top-banner a img { margin-bottom: -5px; }


/*=== Main ===*/

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

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

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

.singular #content { font-size: 16px; }

#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: 64px 0 25px;
	overflow: hidden;
	background: #3d3d3d;
}

 
/*=== Footer ===*/

#footer { 
	background: #2f2f2f;
	color: #7f7f7f; 
 	padding-top: 51px;
}

#footer .wrap {
	margin-bottom: 27px;
	overflow: hidden;
}

#footer a { color: #fff; }


.half { width: 48%; position: relative; }


#copy-link {
	font-size: 34px;
	font-family: 'robotoblack', sans-serif;
	line-height: 1;
	margin-bottom: 35px;
	display: inline-block;
}

#copy-link:hover { text-decoration: none; }

#social-profiles {
	list-style: none;
	float: right;
	margin: 8px 0 0;
}

#social-profiles li {
	float: left;
}

#social-profiles a {
	background: #636363; 
	font-size: 17px;
	color: #2f2f2f;
	width: 35px;
	height: 35px;
	padding-top: 10px;
	display: inline-block;
	float: left;
	text-align: center;
	margin-right: 9px;
}

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

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

#social-profiles a.fa-facebook:hover { background: #3b5998; }
#social-profiles a.fa-twitter:hover { background: #56a3d9; }
#social-profiles a.fa-google-plus:hover { background: #dd4b39; }
#social-profiles a.fa-youtube:hover { background: #bf221f; }
#social-profiles a.fa-instagram:hover { background: #3f729b; }
#social-profiles a.fa-pinterest:hover { background: #cc2127; }

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

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

#slider { padding-top: 1px; margin-bottom: 65px; max-height: 400px; 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; list-style: none; }

/*=== 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: relative;
	top: -42px;
	right: 11px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 100%;
	right: 0;
	bottom: 44px;
	outline: 0;
	width: 41px;
	height: 31px;
 	z-index: 9999;
	background: url(images/controls.png) no-repeat right top;
	text-indent: -9999em;
}

.bx-wrapper .bx-controls-direction .bx-next:hover {
	background-position: right bottom;
}

.bx-wrapper .bx-controls-direction .bx-prev {
	right: 42px;	
	background-position: left top;
}

.bx-wrapper .bx-controls-direction .bx-prev:hover {
	background-position: left bottom;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/*=== BX Caption ===*/
 
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0%;
	left: 4%;
	width: 40%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.7 );
	font-family: 'robotoblack', sans-serif; 	
}

.slider-title {
	font-size: 28px;
	line-height: 1.25;
	margin-bottom: 43px;
	padding: 10.5% 10% 0;
}

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

.bx-caption p { 
	color: #c9c9c9;
	padding: 0 10% 0;	
}

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

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

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

	.slider-title { font-size: 24px; }	
		
	#top-banner {
		margin: 10px 0 0;
	}	
	
	#top-banner img { max-width: 605px; }
}

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

	.wrap, 
	#main { 
		width: 682px;
	}
	
	#header { border-bottom: 1px solid #dddddd; }
	
	#branding {
		width: 100%; 
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	
	#site-description { 
		position: initial;
	}
	
	#top-banner {
		float: none;
		width: 100%;
		margin: 15px auto 0;
	}
	
	#top-banner a { display: block; text-align: center; }
	
	#top-banner a img { max-width: 682px; max-height: 84px; }
	
	.entry-published {
		width: 80px;
		padding: 18px 0;
	}

	.entry-published .month {
		font-size: 17px;
		margin-bottom: 9px;
	}

	.entry-published .day {
		font-size: 30px;
	}
	
	.entry-title, 
	.entry-byline, 
	.entry-summary, 
	.entry-footer{
		margin-left: 110px;
	}
 
	.sidebar-col-4 .widget {
		width: 47%;
		margin-right: 6%;
	}	
	
	.recent-comment { overflow: visible; }
	
	.sidebar-col-4 .widget-2,
	.sidebar-col-4 .widget-4,
	.sidebar-col-4 .widget-6,
	.sidebar-col-4 .widget-8 { 
		margin-right: 0;
	}

	.sidebar-col-4 .widget-3,
	.sidebar-col-4 .widget-5,
	.sidebar-col-4 .widget-7,
	.sidebar-col-4 .widget-9 { 
		clear: both;
	}
	
	.banner-list li {
		max-width: 45%;
	}
	
	.bx-caption p { display: none; }
	
}

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

	.wrap, 
	#main, 
	#sidebar-primary { 
		width: 428px;
	}
	
	#top-banner a img { max-width: 428px; max-height: 84px; }
	
	#content { 
		width: 100%; 
		margin-bottom: 20px; 
	}
	
	#sidebar-primary { clear: both; }
	
	#sidebar-subsidiary .widget, .half { 
		width: 100%; 
		margin-right: 0; 
		clear: both; 
	}
	
	.banner-list li {
		max-width: 25%;
	}
	
	#social-profiles {
		float: none;
		position: absolute;
		top: 0;
	}
	
	.menu-off #social-profiles { 
		position: initial;
		margin-bottom: 80px;
	}
	
	#menu-subsidiary {
		right: initial;
		position: static;
		float: left;
		margin: 65px 0 25px;
	}
	
	.social-off #menu-subsidiary { margin: 0 0 30px; overflow: hidden; }
	
	#menu-subsidiary-items { float: none; }
	
}

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

	.wrap, 
	#main, 
	#sidebar-primary { 
		width: 268px;
	}
	
	#top-banner a img { max-width: 266px; }
	
	.entry-published { display: none; }
	.entry-title, .entry-byline, .entry-summary, .entry-footer { margin-left: 0; }
	
	.banner-list li {
		max-width: 49%;
	}		
	
	.bx-caption { display: none; }
	
	#commentform input { width: 100%; }
	.comment-meta .avatar { max-width: 40px; margin-right: 15px; }
	
	.comment-author,
	.comment-published,
	.comment-reply-link { display: inline; }
	
}

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

	.wrap, 
	#main { 
		width: 80%;
	}
	#top-banner a img { max-width: 96%; }
	#sidebar-primary { width: 100%; }

	#social-profiles a {
		font-size: 17px;
		height: 26px;
		padding-top: 4px;
		width: 20px;
	}
}</pre></body></html>