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

*,
*: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 #d7d7d7;
}

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

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

body,
button,
input,
select,
textarea {
	color: #555555;
	font-family: 'Lora', serif;
	font-size: 15px;
	line-height: 1.5;
	word-wrap: break-word;	
}

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

h1 {
	font-size: 27px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 19px;
}
h6 {
	font-size: 18px;
}

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,
.swt_social_links a:before,
#menu-primary .search:after  {
	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: 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: #c7b03e;
	color: #010000;
	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: 14px;
	text-transform: uppercase;
	line-height: 1;
	padding: 15px 25px;
	
}

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: #555555;
	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 #e9e9e9;
}

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: 6px 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 {
	text-decoration: underline;
}

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

#menu-primary { 
	height: 46px;
}

#menu-primary-items {
	margin: 0;		
}
 
@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 {
		width: 97.5%;
		float: left;
	}
	
	#menu-primary-items li {
 		display: inline-block;
		float: left;
		line-height: 34px;
		position: relative;
	}
			
	#menu-primary-items &gt; li { margin: 5px 10px 0 0; }
	
	#menu-primary-items a {
		display: block;
		float: left;
		white-space: nowrap;
		font-size: 13px;
		text-transform: uppercase;
		color: #000;
		padding: 0 12px;
	}
	
	#menu-primary-items &gt; li &gt; a { height: 46px; }
	
	#menu-primary-items a:hover { text-decoration: none; }
	
	#menu-primary-items &gt; li:first-child a { padding: 0; }	
	#menu-primary-items &gt; li:first-child { margin-right: 12px; }	
		
	#menu-primary-items &gt; li.current-menu-item &gt; a:before,
	#menu-primary-items &gt; li:hover &gt; a:before	{
		content: "";
		width: 100%;
		border-bottom: 1px solid #000;
		position: absolute;
		top: 34px;
		left: 0px;
	}
 
	#menu-primary-items ul {
		float: left;
		margin: 0;
		position: absolute;
		top: 41px;
		left: -999em;
		z-index: 99999;
		transition-property: opacity, visibility;
		transition-duration: .25s, 0s;
		transition-delay: 0.25s, .25s;
		visibility: hidden;
		opacity: 0;
		background: #000;
	}
		
	#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: 14px;
		white-space: normal;
		width: 160px;
		padding: 0px 18px;
		line-height: 1.3;
		margin-bottom: 13px;
		color: #fff;
		text-transform: none;
	}
	
	#menu-primary-items ul a:hover {
		color: #fff; 
		text-decoration: underline;
		border: 0;
	}
	
	#menu-primary-items li:hover &gt; ul,
	#menu-primary-items li.focus &gt; ul {
		left: 0;
		opacity: 1;
		visibility: visible;
		width: 160px !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 {
		width: 160px;
	}
	
	#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: 19px;
	}	
	
	#menu-primary-items ul li:first-child &gt; a { padding-top: 19px; }
	#menu-primary-items ul li:last-child &gt; a { padding-bottom: 6px; }
	#menu-primary-items ul li:only-child &gt; a { padding-top: 12px; padding-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}
	
	#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: #000;
		background: #c7b03e;
		width: 60px;
		display: block;
		position: absolute; 
		right: 0;
		top: -54px;
	}
	 
	#menu-primary-items {
		width: 100%;
		background: #c7b03e;
		z-index: 1000;
	}
	
	#menu-primary-items a {
		color: #000;
 		width: 100%; 
		display: block;
		line-height: 40px;		
		padding: 0 4%;
		border-bottom: 1px solid #000;		
	}
		
	#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%; }
	
	#menu-primary .search:after { 
		display: none;
	}
	
	.js-nav-active #menu-primary .search,
	.js-nav-active #menu-primary .search-text, .js-nav-active #menu-primary .search-form-submit	{
		display: block !important;
	}
	
	.js-nav-active #menu-primary .search {
		top: -54px;
		left: 0;
		height: 54px;
		margin-right: 114px;
	}
	.js-nav-active #menu-primary .search-text {
		left: 54px;
		height: 54px;
		width: 100%; 
	}
	.js-nav-active #menu-primary .search-form-submit {
		height: 54px;
		width: 54px;
	}
	
}

/*=== Search Form ===*/

#menu-primary .search {
	position: absolute;
	right: 0;
}

#menu-primary .search-text { 
	position: absolute;
	right: 39px;
	width: 197px;
	height: 39px;
	border: 1px solid #000;
	border-top: 0;
	color: #000;
	background: #fff;	
}

#menu-primary .search-text,
#menu-primary .search-form-submit {
	display: none;
}

#menu-primary .search:after {	
	content: "\f002";
	cursor: pointer;
	font-size: 16px;
	width: 20px;
	height: 20px;
	margin-top: 10px;
	text-align: right;
}

#menu-primary .search-open:after {
	display: none;
}

#menu-primary .search-closed:after {
	display: none;
}

/*--------------------------------------------------------------
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,
#swt-featured-posts:before,
#swt-featured-posts:after,
.clear:before,
.clear:after,
.entry:before,
.entry:after,
.entry-byline:before,
.entry-byline: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,
.mailchimp-inner:before,
.mailchimp-inner:after,
#sidebar-subsidiary:before,
#sidebar-subsidiary:after,
#footer:before,
#footer:after {
	content: '';
	display: table;
}

#main:before,
#main:after,
#swt-featured-posts:before,
#swt-featured-posts:after,
.clear:after,
.entry:before,
.entry:after,
.entry-byline:before,
.entry-byline:after,
.entry-content:after,
.comment-content:after,
#sidebar-primary .widget:before,
#sidebar-primary .widget:after,
.mailchimp-inner:before,
.mailchimp-inner:after,
#header:after,
#content:after,
#footer:after {
	clear: both;
}

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

#sidebar-primary .widget {
	margin: 0 0 50px;
}

#sidebar-primary .widget-title {
	color: #737373; 
	font-size: 19px;
	line-height: 1;
	margin-bottom: 17px;
}

#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 {
	margin-bottom: 3px;
}

#sidebar-primary .widget.black li {
	margin-bottom: 2px;
}
#sidebar-primary .widget ul.children a {
	padding-left: 40px;
}
 
/* 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;
	color: #fff;
	background: #000;	
}

.widget .post_tag-cloud a:hover {
	background: #000;
	color: #ffffff;
	text-decoration: none;
}


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

/* sidebar primary black widget */

#sidebar-primary .widget.black {
	color: #fff; 
	background: #000;
	padding: 25px;
}

#sidebar-primary .widget_pages.black,
#sidebar-primary .widget_meta.black,
#sidebar-primary .widget-authors.black,
#sidebar-primary .widget-nav-menu.black,
#sidebar-primary .widget-archives.black,
#sidebar-primary .widget_categories.black {
	padding: 11px 0 20px;
}


#sidebar-primary .widget.black ul {
	margin: 0;
}

#sidebar-primary .widget_pages.black .widget-title,
#sidebar-primary .widget_meta.black .widget-title ,
#sidebar-primary .widget-authors.black .widget-title ,
#sidebar-primary .widget-nav-menu.black .widget-title ,
#sidebar-primary .widget-archives.black .widget-title ,
#sidebar-primary .widget_categories.black .widget-title,
#sidebar-primary .widget_pages.black a,
#sidebar-primary .widget_meta.black a,
#sidebar-primary .widget-authors.black a,
#sidebar-primary .widget-nav-menu.black a,
#sidebar-primary .widget-archives.black a,
#sidebar-primary .widget_categories.black a {
	display: block;
	padding: 12px 25px;
	border-bottom: 1px solid #fff;
}

#sidebar-primary .widget.black .widget-title {
	color: #fff; 
	border-bottom: 1px solid #fff;
	padding-bottom: 16px;
	margin: 0;
}

#sidebar-primary .widget.black a,
#sidebar-primary .widget.black a:hover {
	color: #fff; 
}

#sidebar-primary .widget.black .textwidget { padding-top: 20px; }
 
#sidebar-primary .widget.black .post_tag-cloud a {
	background: #888888;
}

/* end sidebar primary black widget */

/* Newsletter widget */

#mailchimp-wrap {
	border-top: 2px solid #000;
	padding-top: 1px;
}

.mailchimp-inner {
	background: #000;
	padding: 15px 20px;
}

#scroll-to-top {
	color: #fff;
	font-size: 22px;
	margin: 8px 0px 0 0;
	width: 4%; 
	display: inline-block;
	float: left;
}

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

#signup { 
	float: right;
	width: 96%;
}

#signup #email.newsletter-email { 
	background: #000;
	border-color: #ffffff;
	color: #fff; 
	padding: 7px 20px !important;	
	height: 38px;
	float: left;
	width: 50%;
}

.newsletter-submit {
	padding: 12px 25px !important;
	height: 38px;
	width: 12%;
	float: left;
	margin-left: -1px;
}

.newsletter-text { 
	text-transform: uppercase;
	padding-right: 25px;
	color: #777;
	font-size: 14px;
	float: left;
	text-align: right;
	width: 38%;
	margin-top: 10px;
}

#signup #response { 
	clear: both; 
	display: block; 
	color: #fff; 
}

/* Social widget */

#sidebar-primary .swt_social_links.black .widget-title { margin-bottom: 20px; }

.swt_social_links li { position: relative; margin-bottom: 13px !important; }

.swt_social_links a:before {
 	display: inline-block;
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 0;
	color: #c7b03e;
}

.swt_social_links a { 
	font-size: 14px; 
	display: block; 
	padding: 0px 0 0 35px; 
	margin-bottom: 13px;
}

.swt_social_links li:last-child { margin-bottom: 5px !important; }

.swt_social_links a[href*="codepen.io"]:before      { content: '\f1cb'; }
.swt_social_links a[href*="digg.com"]:before        { content: '\f1a6'; }
.swt_social_links a[href*="dribbble.com"]:before    { content: '\f17d'; }
.swt_social_links a[href*="dropbox.com"]:before     { content: '\f16b'; }
.swt_social_links a[href*="facebook.com"]:before    { content: '\f082'; }
.swt_social_links a[href*="flickr.com"]:before      { content: '\f16e'; }
.swt_social_links a[href*="plus.google.com"]:before { content: '\f0d4'; }
.swt_social_links a[href*="github.com"]:before      { content: '\f113'; }
.swt_social_links a[href*="instagram.com"]:before   { content: '\f16d'; }
.swt_social_links a[href*="linkedin.com"]:before    { content: '\f08c'; }
.swt_social_links a[href*="pinterest.com"]:before   { content: '\f0d2'; }
.swt_social_links a[href*="reddit.com"]:before      { content: '\f1a1'; }
.swt_social_links a[href*="skype.com"]:before,
.swt_social_links a[href*="skype:"]:before          { content: '\f17e'; }
.swt_social_links a[href*="stumbleupon.com"]:before { content: '\f1a3'; }
.swt_social_links a[href*="tumblr.com"]:before      { content: '\f173'; }
.swt_social_links a[href*="twitter.com"]:before     { content: '\f081'; }
.swt_social_links a[href*="vimeo.com"]:before       { content: '\f194'; }
.swt_social_links a[href*="wordpress.org"]:before,
.swt_social_links a[href*="wordpress.com"]:before   { content: '\f19a'; }
.swt_social_links a[href*="youtube.com"]:before     { content: '\f166'; }

#sidebar-subsidiary .widget {
	float: left;
	margin-bottom: 25px;
}


/* subsidiary black widget */
#sidebar-subsidiary .widget.black:before {
	border-top: 2px solid #000;
	display: block;
	content: '';
	position: relative;
	top: -3px;
}

#sidebar-subsidiary .widget.black {
	background: #000; 
	margin-top: 3px;
	padding: 25px;
}

#sidebar-subsidiary .widget.black .widget-title,
#sidebar-subsidiary .widget.black a,
#sidebar-subsidiary .widget.black a:hover {
	color: #fff; 
}
#sidebar-subsidiary .widget.black a:hover {
	color: #c7b03e; 
}

#sidebar-subsidiary .widget.black .post_tag-cloud a {
	background: #c7b03e;
}

/* end subsidiary black widget */


#sidebar-subsidiary .widget-last,
#sidebar-subsidiary .widget-4,
#sidebar-subsidiary .widget-8 {
	margin-right: 0 !important;
}
#sidebar-subsidiary .widget-title {
    color: #737373;
	font-size: 19px;
	margin-bottom: 25px;
}
#sidebar-subsidiary .widget ul {
	list-style: none;
    margin: 0;
	padding: 0;
}
#sidebar-subsidiary .widget li {
	line-height: 1.65;
}
#sidebar-subsidiary .widget li ul {
	margin-left: 0px;
	padding-left: 15px;
}
#sidebar-subsidiary .widget a {
 }
#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;
}

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

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

.entry {
	margin-bottom: 6.8%;
}

.featured-image { margin-bottom: 20px; }

.entry-terms.category {
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 4px;
}

.entry-terms.category a { color: #c7b03e; }

.entry-title {
	font-size: 27px;
	margin-bottom: 11px;
	clear: none; /* Removing default clear for vertical image post look. */
	color: #000;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 5px;
}

.entry-byline {
	font-size: 12px;
	color: #888888;
	text-transform: uppercase;
	margin-bottom: 29px;
}

.entry-byline .entry-author {
	margin-right: 5%;
	display: inline-block;
	float: left;
	width: 40%;
}

.entry-byline .entry-published {
	display: inline-block;
	float: left;
	width: 55%;
	text-align: right;
}

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

.entry-summary,
.entry-content,
.comment-content {
	line-height: 1.65;
}

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

.more-link {
	font-size: 14px;
	padding-top: 7px;
	display: inline-block;
}

.more-link span {
	color: #c7b03e; 
}

/*--------------------------------------------------------------
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 {
	font-style: italic;
	margin-top: 1em;
} 

/*=== Pagination ===*/

.loop-pagination {
	overflow: hidden;
	margin: 65px 0 0;
}

.page-numbers {
	background: #d7d7d7; 
	color: #fff; 
	padding: 4px 12px;
	display: inline-block;
}

.page-numbers:hover,
.page-numbers.current {
	background: #000;
	text-decoration: none;
}

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

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

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

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

.comment-meta { font-size: 12px; color: #888888; text-transform: uppercase; }

.comment-permalink { color: #888; }

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

.comment-author {
	display: block !important;
	font-size: 17px;	
	line-height: 1;
	margin-bottom: 9px;
	font-style: normal;
	text-transform: none;
}

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

.comment-content,
.pingback {
	margin: 13px 0 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 15px;
	
}
 
.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;
}

#commentform input { width: 42%; border-color: #d7d7d7; }
#commentform input[type="submit"] { width: auto; border-color: #d7d7d7; }
#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;
} 

/*--------------------------------------------------------------
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,
#header,
#main {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header {
	padding: 68px 0 34px;
	text-align: center;
	border-bottom: 1px solid #000;
}

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

#site-description {
	color: #555;
	text-transform: uppercase;
	font-size: 14px;
	margin: 5px 0;
}
 
/*=== Main ===*/

#main {
	padding: 35px 0 4%;
}

.singular #main { padding-top: 62px; }

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

#content { font-size: 16px; }

#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 {
	max-width: 1000px;
	margin: 0 auto;	
	padding: 60px 0 25px;
	overflow: hidden;
	border-top: 1px solid #d7d7d7;
}

/*=== Footer ===*/

#footer { 
	border-top: 1px solid #d7d7d7;
	padding-top: 23px;
	padding-bottom: 9px;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}


/*--------------------------------------------------------------
13. - Featured Posts
--------------------------------------------------------------*/

#swt-featured-posts {
	margin-bottom: 5%;
}

#swt-featured-posts ul {
	margin: 0;
}

#swt-featured-posts li {
	list-style: none;
	width: 30%;
	margin-right: 5%; 
	float: left;
	position: relative;
	overflow: hidden;
}

#swt-featured-posts li.third-fp {
	margin-right: 0;
}

.featured-byline {
	width: 82%; 
	line-height: 50px;
	margin: -32px auto 0;
	background: #c7b03e; 
	text-align: center;
	color: #fff; 
	text-transform: capitalize;
	position: relative;
}

.featured-byline a { color: #fff; margin-right: 5px; }

.featured-post-title {
	font-size: 23px;
	background: #000;
	width: 100%;
	padding: 20%;
	position: absolute;
	left: -999px;
	z-index: 100000;
	text-align: center;
}
.featured-post-title a { color: #c7b03e; }

.featured-post:hover .featured-post-title { 
	transition: all 0.4s ease-in-out;
	left: 0;
}

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

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

	.wrap, 
	#header,
	#footer,
	#main,
	#sidebar-subsidiary { 
		width: 910px;
	}
	
}

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

	.wrap, 
	#header,
	#footer,
	#main,
	#sidebar-subsidiary  { 
		width: 682px;
	}
		
	.sidebar-col-4 .widget {
		width: 47%;
		margin-right: 6%;
	}	

	.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%;
	}
	
	#signup #email.newsletter-email { width: 45%; }
	.newsletter-submit { width: 17%; }
		
}

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

	.wrap, 
	#header,
	#footer,
	#main, 
	#sidebar-primary,
	#sidebar-subsidiary { 
		width: 428px;
	}
	
	#site-title { font-size: 40px; }
	
	.featured-post-title { font-size: 17px; }
	.featured-byline { line-height: 1.5; font-size: 13px; }
	
	#content { 
		width: 100%; 
		margin-bottom: 20px; 
	}
	
	#sidebar-primary { clear: both; }
	
	#sidebar-subsidiary .widget { 
		width: 100%; 
		margin-right: 0; 
		clear: both; 
	}
	
	.banner-list li {
		max-width: 25%;
	}
	
	
	#signup { float: none; width: 100%; }
	.mailchimp-inner { text-align: center; }
	#scroll-to-top, 
	.newsletter-submit,
	#signup #email.newsletter-email,
	.newsletter-text { clear: both; margin: 0 0 10px; display: block; width: 100%; text-align: center;}
	
	.newsletter-submit { width: 110px; float: none; }
}

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

	.wrap, 
	#header,
	#footer,
	#main, 
	#sidebar-primary,
	#sidebar-subsidiary { 
		width: 268px;
	}
	
	.banner-list li {
		max-width: 49%;
	}		
	
	.featured-post-title,
	.featured-byline { 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, 
	#header,
	#main,
	#footer,
	#sidebar-subsidiary	{ 
		width: 80%;
	}
	#sidebar-primary { width: 100%; }
		
}</pre></body></html>