/*
Theme Name: Dulce
Theme URI: http://themes.designcrumbs.com/dulce
Description: Dulce is a premium WordPress theme designed and developed for micro-bloggers.
Version: 1.1.1
Author: Jake Caputo
Author URI: http://www.designcrumbs.com/
Tags: blue, brown, orange, white, two-columns, left-sidebar, right-sidebar, fixed-layout, threaded-comments, sticky-post, translation-ready, editor-style, custom-menu, featured-images, post-formats, theme-options

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*----------------------------------------------------------------------------*/
/* Resets
/*----------------------------------------------------------------------------*/

body, html, div, blockquote, img, label, p, a, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, fieldset, input, th, td, figure {
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}
video {
	height: auto;
	max-width: 100%;
}
a, :focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
::-moz-selection {
	background: #ffff00;
}
::selection {
	background: #ffff00;
}

/*----------------------------------------------------------------------------*/
/* WordPress Classes
/*----------------------------------------------------------------------------*/

.sticky, .gallery-caption {}

/*----------------------------------------------------------------------------*/
/* HTML5 Tags
/*----------------------------------------------------------------------------*/

header, footer, section, nav, article, figure, figcaption, time, audio, video {
	display: block;
}

/*----------------------------------------------------------------------------*/
/* Utility
/*----------------------------------------------------------------------------*/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	position: relative;
}
.wrapper,
.dulce-col-container {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.dulce-col-container {
	overflow: hidden;
}
.dulce-col-shadow {
	padding-bottom: 20px;
	position: relative;
}
.dulce-col-main,
.dulce-col-side,
.dulce-footer-wrapper {
	margin: 0 15px;
	position: relative;
}
.dulce-col-main {
	width: 690px;
	padding-bottom: 20px;
}
.dulce-col-side {
	width: 210px;
}
.dulce-footer-wrapper {
	width: 930px;
}
.dulce-footer {
	padding: 10px 30px 30px;
	position: relative;
	width: 660px;
}
.paper-wrapper {
	margin: 30px 60px 60px;
	padding-bottom: 13px;
	position: relative;
}
.post-paper {
	padding: 50px 30px 20px;
	position: relative;
}
.dulce-thumb {
	position: relative;
	width: 570px;
}
.link-header {
	height: 82px;
	padding: 32px 90px 0 45px;
	width: 570px;
}
a {
	text-decoration: none;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.screen-reader {
	left: -9999em;
	position: absolute;
	top: -9999em;
}

/*----------------------------------------------------------------------------*/
/* Clear Floats
/*----------------------------------------------------------------------------*/

.clear:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

/*----------------------------------------------------------------------------*/
/* Form Elements
/*----------------------------------------------------------------------------*/

form,
fieldset,
form p {
	position: relative;
}
label {
	color: #44433f;
	display: inline-block;
	font-size: 0.9375em;
	font-weight: 700;
	line-height: inherit;
}
input[type=text], input[type=email], input[type=url], input[type=password],
input[type=search], input[type=color], input[type=date], input[type=datetime],
input[type=datetime-local], input[type=number], input[type=range], input[type=tel],
input[type=time], input[type=week], input[type=file], textarea, select {
	background-color: #e8e8e8;
	border: 1px solid #e8e8e8;
	color: #5e5e5a;
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: inherit;
	font-weight: 400;
	padding: 0.5em 0.75em;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
input[type=text], input[type=email], input[type=url], input[type=password],
input[type=search], input[type=color], input[type=date], input[type=datetime],
input[type=datetime-local], input[type=number], input[type=range], input[type=tel],
input[type=time], input[type=week], input[type=file], textarea {
	width: 100%;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
input[type=text], input[type=email], input[type=url], input[type=password],
input[type=search], input[type=color], input[type=date], input[type=datetime],
input[type=datetime-local], input[type=tel], input[type=time], input[type=week],
input[type=file] {
	max-width: 100%;
	width: 60%;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus,
input[type=search]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus,
input[type=datetime-local]:focus, input[type=number]:focus, input[type=range]:focus, input[type=tel]:focus,
input[type=time]:focus, input[type=week]:focus, textarea:focus, select:focus {
	border-color: #5e5e5a;
}
textarea {
	height: 15.625em;
	line-height: inherit;
	resize: none;
	overflow: auto;
}
select {
	cursor: pointer;
	font-size: inherit;
	font-weight: 400;
	max-width: 100%;
	width: 60%;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
select option {
	font-weight: 400;
	padding: 0 1.07142857em;
}
input[type=radio], input[type=checkbox] {
	border: 1px solid #e7e7e7 !important;
	display: inline-block;
	margin-right: 0.45454545em;
	position: relative;
	top: -0.18181818em;
	vertical-align: middle;
}
input[type=submit], button[type=submit], input[type=button] {
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	padding: 0.75em 1.25em 0.875em;
	width: auto;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
input[type=submit]:hover, button[type=submit]:hover, input[type=button]:hover {
	cursor: pointer;
}

/*----------------------------------------------------------------------------*/
/* Search Form
/*----------------------------------------------------------------------------*/

form.search-form label {
	left: 0;
	line-height: 2.53333333;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2.5em;
}
form.search-form input[type=search] {
	padding-left: 1.875em;
}
.widget_search input[type=search] {
	border: none;
	width: 100%;
	-webkit-border-radius: 1.5625em;
	border-radius: 1.5625em;
}

/*----------------------------------------------------------------------------*/
/* Comment Form
/*----------------------------------------------------------------------------*/

#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url],
#commentform textarea {
	display: block;
}

/*----------------------------------------------------------------------------*/
/* Post Password Form
/*----------------------------------------------------------------------------*/

form.dulce-post-pw label {
	left: 0;
	line-height: 2.53333333;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2.5em;
}
form.dulce-post-pw input[type=password] {
	padding-left: 1.875em;
}

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

body {
	color: #5e5e5a;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	color: #44433f;
	font-weight: 700;
}
h1 {
	font-size: 1.75em;
	line-height: 1.25;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.5em;
	line-height: 1.25;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1.125em;
	margin-bottom: 0.5em;
}
h5 {
	font-size: 1em;
	margin-bottom: 0.5em;
}
h6 {
	font-size: 0.875em;
	margin-bottom: 0.5em;
}
p, address {
	margin-bottom: 1.5em;
}
blockquote {
	border-left: 0.313em solid #e7e7e7;
	margin-bottom: 1.5em;
	padding-left: 1.25em;
}
blockquote p {
	quotes: '\201c' '\201d';
	text-indent: -0.313em;
}
blockquote p:first-child:before, q:before, q q:before {
	content: open-quote;
}
blockquote p:last-child:after, q:after, q q:after {
	content: close-quote;
}
blockquote p:last-child {
	margin-bottom: 0;
}
q {
	quotes: '\201c' '\201d' '\2018' '\2019';
}
strong, b {
	font-weight: 700;
}
em, i, cite {
	font-style: italic;
}
small {
	font-size: 0.875em;
	line-height: inherit;
}
mark {
	background-color: #ffff00;
}
strike, del {
	color: #999;
	text-decoration: line-through;
}
abbr, acronym, ins {
	border-bottom: 1px dotted;
}
abbr, acronym {
	cursor: help;
	text-transform: uppercase;
}
ins {
	text-decoration: none;
}
sup, sub {
	font-size: 0.75em;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.333em;
}
sub {
	bottom: -0.333em;
}
address {
	font-style: normal;
}

/*----------------------------------------------------------------------------*/
/* Lists
/*----------------------------------------------------------------------------*/

ul, ol, dl, dd {
	margin-bottom: 1.5em;
}
ul, ol {
	margin-left: 1.25em;
}
ul {
	list-style: disc;
}
ul ul, ol ul {
	list-style: circle;
}
ol, ul ol, ol ol ol {
	list-style: decimal;
}
ol ol {
	list-style: lower-alpha;
}
ul ul, ol ul, ul ol, ol ol {
	margin: 0.625em 0 0.938em;
	padding-left: 1.563em;
}
li {
	margin-bottom: 0.625em;
}
dt {
	font-size: 1.125em;
	font-weight: 700;
}

/*----------------------------------------------------------------------------*/
/* Tables
/*----------------------------------------------------------------------------*/

table {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	border-right: none;
	font-family: inherit;
	margin-bottom: 1.5em;
	width: 100%;
}
caption {
	font-size: 1.125em;
	font-weight: 700;
	margin-bottom: 0.66666667em;
	text-align: left;
}
thead {
	background-color: #f4f4f4;
}
tbody tr:nth-of-type(2n) {
	background-color: #f4f4f4;
}
th {
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	font-weight: 700;
	padding: 0.75em 0.9375em;
	text-align: left;
	vertical-align: top;
}
td {
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding: 0.75em 0.9375em;
	text-align: left;
	vertical-align: top;
}
tfoot {
	font-style: italic;
}

/*----------------------------------------------------------------------------*/
/* Code & Preformatted Text
/*----------------------------------------------------------------------------*/

code {
	background-color: #f4f4f4;
	border-bottom: 1px solid #e3e3e3;
	font-family: Courier, Monaco, monospace;
	font-size: 90%;
	padding: 0.11111111em 0.22222222em;
}
pre {
	background: #f4f4f4;
	border: 1px solid #e3e3e3;
	line-height: 25px;
	margin-bottom: 24px
	overflow: auto;
	overflow-y: hidden;
	padding: 0 25px 25px;
	white-space: pre;
}
pre code {
	background-color: transparent;
	border-bottom: none;
	font-size: 15px;
	line-height: 24px;
	padding: 0;
}

/*----------------------------------------------------------------------------*/
/* Images
/*----------------------------------------------------------------------------*/

img.aligncenter,
img.alignnone,
img.alignleft,
img.alignright {
	border: 1px solid #e3e3e3;
}
img.aligncenter,
img.alignnone {
	margin-bottom: inherit;
}
img.alignleft {
	margin: 0.25em 0.9375em 0.5625em 0;
	max-width: 40%;
}
img.alignright {
	margin: 0.25em 0 0.5625em 0.9375em;
	max-width: 40%;
}
img.wp-smiley {
	display: inline;
}
img.featured_img,
iframe {
	margin-bottom: 30px;
}

/*----------------------------------------------------------------------------*/
/* Image Captions
/*----------------------------------------------------------------------------*/

figure {
	margin-bottom: 1.5em;
	position: relative;
}
figure img {
	border: 1px solid #e3e3e3;
}
figcaption,
.wp-caption-text {
	font-family: 'Radley', 'Times New Roman', Times, Georgia, serif;
	font-size: 0.75em;
	font-style: italic;
	margin-top: 0.5em;
	text-align: left;
}
figure.alignleft {
	margin: 0.25em 0.9375em 0.5625em 0;
	max-width: 40%;
}
figure.alignright {
	margin: 0.25em 0 0.5625em 0.9375em;
	max-width: 40%;
}
figure.aligncenter img {
	margin: 0 auto;
}
.wp-caption {
	position: relative;
}
figure.aligncenter .wp-caption-text {
	text-align: center;
}

/*----------------------------------------------------------------------------*/
/* Image Galleries
/*----------------------------------------------------------------------------*/

.gallery,
.gallery-caption {
	position: relative;
}
.gallery {
	margin-bottom: 2.25em;
}
.gallery-item {
	float: left;
	margin: 1% 0;
	padding: 0 1%;
}
.gallery-icon a {
	border: none;
}
.gallery-icon img {
	border: 1px solid #e3e3e3;
	height: auto;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	padding-right: 0;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2856%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

/*----------------------------------------------------------------------------*/
/* Branding
/*----------------------------------------------------------------------------*/

.dulce-logo {
	margin: 75px 0 60px;
	position: relative;
	text-align: center;
}
.dulce-logo a {
	display: block;
}
.dulce-logo a img {
	display: block;
	margin: auto;
}

/*----------------------------------------------------------------------------*/
/* Main Menu
/*----------------------------------------------------------------------------*/

.dulce-main-fixed-menu {
	margin-bottom: 30px;
	padding: 0 30px;
	z-index: 100;
}
.dulce-main-fixed-menu ul {
	font-family: 'Oswald', sans-serif;
	font-size: 0.8125em;
	line-height: 3.46153846;
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: relative;
	text-transform: uppercase;
}
.dulce-main-fixed-menu li {
	float: left;
	margin-bottom: 0;
	position: relative;
}
.dulce-main-fixed-menu li:hover {
	visibility: inherit;
}
.dulce-main-fixed-menu li a,
.dulce-main-fixed-menu li a:visited {
	display: block;
	padding: 0 2.30769231em;
}
.sf-sub-indicator {
	display: none;
}

/*----------------------------------------------------------------------------*/
/* Main Menu Drop Down
/*----------------------------------------------------------------------------*/

.dulce-main-fixed-menu ul ul {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: inherit;
	line-height: 1.15384615;
	margin: 0;
	padding: 0 1.15384615em;
	position: absolute;
	text-transform: none;
	top: -9999em;
	width: 16.1538462em;
}
.dulce-main-fixed-menu li li {
	float: none;
}
.dulce-main-fixed-menu li li a {
	padding: 1.15384615em;
}

/*----------------------------------------------------------------------------*/
/* Show Main Menu Drop Down Menu
/*----------------------------------------------------------------------------*/

.dulce-main-fixed-menu li:hover ul,
.dulce-main-fixed-menu li.sfHover ul {
	left: 0;
	top: 3.46153846em;
	z-index: 101;
}

/***** Show Main Menu Fly Out Menu *****/
.dulce-main-fixed-menu li li:hover ul,
.dulce-main-fixed-menu li li.sfHover ul {
	left: 15em;
	top: 0;
}

/*----------------------------------------------------------------------------*/
/* Site Footer
/*----------------------------------------------------------------------------*/

.dulce-footer p {
	font-size: 0.875em;
	margin-bottom: 0;
}
.scroll-top {
	display: block;
	bottom: 1.25em;
	height: 46px;
	position: fixed;
	right: 1.25em;
	text-indent: -9999em;
	width: 44px;
}
.scroll-top:hover {
	margin: 0 0 5px;
}

/*----------------------------------------------------------------------------*/
/* Article Header
/*----------------------------------------------------------------------------*/

.post-title {
	border-bottom: 2px solid;
	margin-bottom: 1.875em;
	padding-bottom: 1.875em;
	position: relative;
}
.post-title h1 {
	margin-bottom: 0.25em;
}
.post-title h2 {
	margin-bottom: 0.5em;
}
.post-title p {
	color: #b1b1b1;
	font-size: 0.875em;
	margin: 0.5em 0 0;
}
.post-title p.dulce-tags {
	margin: 0;
}
.format-icon {
	left: -1.25em;
	position: absolute;
	top: 3.125em;
}
.format-icon p {
	color: #fff;
	font-size: 1.125em;
	line-height: 2.22222222;
	margin-bottom: 0;
	text-align: center;
	width: 2.22222222em;
	-webkit-border-radius: 2.77777778em;
	border-radius: 2.77777778em;
}
.format-icon .fa-film,
.format-icon .fa-camera {
	left: 1px;
	position: relative;
	top: -1px;
}
.format-icon .fa-headphones {
	left: 1px;
	position: relative;
	top: 1px;
}

/*----------------------------------------------------------------------------*/
/* Article Footer
/*----------------------------------------------------------------------------*/

.post-meta {
	border-top: 1px solid #e7e7e7;
	padding-top: 1.25em;
	position: relative;
}
.post-meta ul {
	color: #b1b1b1;
	font-size: 0.875em; 
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.post-meta li {
	border-right: 1px dotted #b1b1b1;
	float: left;
	margin: 0 1.07142857em 0 0;
	padding-right: 1.07142857em;
}
.post-meta li:last-child {
	border-right: none;
}

/*----------------------------------------------------------------------------*/
/* Site Description & Archive Title
/*----------------------------------------------------------------------------*/

.dulce-description,
.dulce-archive,
.dulce-archive-inner {
	position: relative;
}
.dulce-description,
.dulce-archive {
	margin: -30px 30px 0;
	padding: 0 0 2px;
}
.dulce-description {
	text-align: center;
}
.dulce-description h1 {
	margin-bottom: 0;
	padding: 30px 60px;
}
.dulce-archive-inner {
	padding: 30px;
}
.dulce-archive h1 {
	margin-bottom: 0;
}

/*----------------------------------------------------------------------------*/
/* Comments
/*----------------------------------------------------------------------------*/

#comments {
	margin: 0 90px 30px;
}
.commentlist,
.trackbacklist {
	font-size: 0.875em;
	list-style: none;
	margin-bottom: 3em;
	margin-left: 0;
	padding-left: 0;
}
.commentlist li {
	margin-bottom: 0;
	position: relative;
	padding: 1.563em 0 0;
}
.commentlist li div {
	border-bottom: 1px solid #ebebeb;
	position: relative;
	padding: 0 0 0 5em;
}
.commentlist li #respond {
	margin-top: 1.875em;
}
.commentlist li .avatar {
	border: 5px solid #fff;
	left: 0;
	position: absolute;
	top: 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	padding-left: 5em;
}
.commentlist .children .children {
	padding-left: 0;
}
.commentlist address {
	font-weight: 700;
	margin-bottom: 0.313em;
}
.commentlist .comment-date {
	display: block;
	margin-bottom: 1em;
}

/*----------------------------------------------------------------------------*/
/* Link Post Format
/*----------------------------------------------------------------------------*/

.link-header h2 {
	font-size: 1em;
	line-height: 1;
	margin-bottom: 0;
}
.link-header h2 a {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.link-header h2 a:hover {
	margin-left: 0.9375em;
}
.link-arrow {
	display: block;
	width: 20px;
	height: 15px;
	text-indent: -999em;
	position: absolute;
	top: 34px;
	right: 45px;
}

/*----------------------------------------------------------------------------*/
/* Audio Post Format
/*----------------------------------------------------------------------------*/

.dulce-audio-wrapper {
	padding: 28px;
	position: relative;
}
.jp-audio,
.jp-volume-bar-value,
.jp-audio-cover {
	position: relative;
}
.jp-audio-cover {
	margin-bottom: 1.875em;
}
.jp-audio {
	height: 42px;
	width: 512px;
}
.jp-audio ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.jp-audio li {
	margin-bottom: 0;
}
.jp-controls li a,
.jp-progress,
.jp-current-time,
.jp-volume-bar {
	position: absolute;
}
.jp-seek-bar,
.jp-volume-bar,
.jp-volume-bar-knob {
	cursor: pointer;
}
.jp-controls li a {
	height: 40px;
	left: 1px;
	text-indent: -999em;
	top: 1px;
	width: 50px;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}
.jp-progress {
	height: 9px;
	left: 71px;
	top: 16px;
	width: 261px;
}
.jp-seek-bar,
.jp-play-bar,
.jp-volume-bar-value {
	height: 8px;
}
.jp-play-bar {
	-webkit-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}
.jp-current-time {
	font-size: 0.75em;
	left: 341px;
	line-height: 1;
	top: 13px;
}
.jp-volume-bar {
	height: 9px;
	right: 21px;
	top: 17px;
	width: 55px;
}
.jp-volume-bar-knob {
	height: 18px;
	position: absolute;
	right: -15px;
	top: -5px;
	width: 18px;
}

/*----------------------------------------------------------------------------*/
/* Quote Post Format
/*----------------------------------------------------------------------------*/

.format-quote blockquote {
	border-left: none;
	margin-bottom: 1.875em;
	padding-left: 1.25em;
}
.format-quote blockquote p {
	font-family: 'Radley', 'Times New Roman', Times, Georgia, serif;
	font-size: 1.75em;
	line-height: 1.21428571;
	text-indent: -0.39285714em;
}

/*----------------------------------------------------------------------------*/
/* Sidebar Widgets
/*----------------------------------------------------------------------------*/

.aside-widget {
	font-size: 0.75em;
	margin-bottom: 4em;
	position: relative;
}
.aside-widget h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 0.06666667em;
	padding-bottom: 0.5em;
	text-shadow: 1px 1px 1px #222;
	text-transform: uppercase;
}
.aside-widget table {
	font-size: 0.8125em;
}
.aside-widget .post-date {
	display: block;
}
.widget_rss img {
	display: inline;
}
#soc_nets {
	overflow: hidden;
	width: 100%;
}
	#soc_nets #soc_nets_inner {
		float:left;
		position: relative;
		left:50%;
	}
		#soc_nets #soc_nets_inner a {
			float:left;
			position: relative;
			right:50%;
			margin:0 7px 60px;
			color:#FFFFFF;
		}
			#soc_nets #soc_nets_inner a:hover,
			#soc_nets #soc_nets_inner a:hover i {
				color:#FFFFFF;
				text-decoration: none;
			}
#soc_nets #soc_nets_inner a i {
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	color:#FFFFFF;
	font-size: 1.5em;
	display: block;
	text-align: center;
}			
#soc_nets #soc_nets_inner a:hover i.fa-twitter {
	color:#55ACEE;
}
#soc_nets #soc_nets_inner a:hover i.fa-facebook {
	color:#4C66A4;
}
#soc_nets #soc_nets_inner a:hover i.fa-pinterest {
	color:#CC2127;
}
#soc_nets #soc_nets_inner a:hover i.fa-google-plus {
	color:#DD4B39;
}
#soc_nets #soc_nets_inner a:hover i.fa-instagram {
	color:#C8251F;
}
#soc_nets #soc_nets_inner a:hover i.fa-flickr {
	color:#FF0084;
}
		
/*----------------------------------------------------------------------------*/
/* Archive Pagination
/*----------------------------------------------------------------------------*/

.archive-pagination {
	margin: -1.875em 3.75em 1.875em;
	position: relative;
}
.archive-pagination ul {
	border-top: 1px solid #e1e1e1;
	color: #44433f;
	font-size: 0.875em;
	font-weight: 700;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.archive-pagination li {
	border-left: 1px solid #e1e1e1;
	float: left;
	margin-bottom: 0;
}
.archive-pagination li:first-child {
	border-left: none;
}
.archive-pagination li .current,
.archive-pagination li .dots,
.archive-pagination li a {
	display: block;
	padding: 0.71428571em 1.07142857em;
}
.archive-pagination li .next {
	float: right;
}
.archive-pagination li a {
	color: #aaa;
}
.archive-pagination li a:hover {
	color: #44433f;
}
