/*
Theme Name: Indie
Theme URI: http://templateexpress.com/indie-theme
Author: Templateexpress.com
Author URI: http://templateexpress.com
Description: Indie is beautiful free minimalist wordpress theme based on the popular premium Indie Pro theme. This theme has been made with spirit and love and has the same high standards you expect from a premium theme. This theme invites you to create a personal bespoke website with tonnes of customizable options presented in a simple and intuitive manner.
Version: 1.3.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indie
Tags: translation-ready, rtl-language-support, left-sidebar, right-sidebar, two-columns, three-columns, four-columns, custom-background, custom-header, custom-menu, featured-images,sticky-post, theme-options, blog, news, footer-widgets

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 indie is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Toggle Links on Top Bar
	5.2 Social Icon Panel & Search Panel
	5.3 Links
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Header
	10.2 Sidebar
	10.3 Archive & Pages
	10.4 Grid Layout
	10.5 Articles
	10.6 Search Results & Archive pages
	10.7 Asides
	10.8 Comments
	10.9 Footer
	10.9.1 Copyright
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Helpers
14.0 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;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}
a{
	text-decoration: none;
    color:#E0B549;
}
a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: underline;
}

a img {
	border: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-family: 'Oxygen', sans-serif;
	color:#4C585C;
}

::selection {
  background-color: #ffd773;
}

::-moz-selection {
  background-color: #ffd773;
}

.fa,
blockquote:before,
cite:before,
.entry-meta .post-format:before,
.date:before,
.author:before,
.comments-link:before,
.sidebar li a:before,
.footer-widgets li a:before,
.edit-link a:before,
.sidebar .search-form label:before{
    font-family:fontawesome;
    font-style:normal;
    font-weight:400;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    text-align:center;
    font-variant:normal;
    text-transform:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	color:#2b2b2b;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1 {
	font-size: 2em;
	font-weight: 700;
	letter-spacing: -1px;
}

h2 {
 	font-size: 1.5em;
	margin: 1.0em 0 0.4em 0;
	line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
}

h3 {
 	font-size: 1.2em;
	margin: 1.4em 0 .5em 0;
    font-family: 'Montserrat', sans-serif;
}

h4 {
 	font-size: 1.0em;
	margin: 1.4em 0 .4em 0;
}

h5,
h6 {
 	font-size: 1.0em;
	margin: 1.2em 0 .4em 0;
}

p {
	margin: 0 0 1.1em 0;
 	line-height: 30px;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
 	position: relative;
	margin: 2em 0 2em 2em;
	padding: .4em 1.2em;
	font-size: 1.25em;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
}

blockquote:before {
	display: block;
	content: "\f10d";
	line-height: 1;
	font-size: 18px;
	position: absolute;
	left: 0; right:auto; top: -12px;
}

cite {
	display: block;
	font-size: 12px;
	padding-right: 1em;
	margin-top: 16px;
	margin-left:2em;
	font-weight: 400;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 2px;
}

cite:before {
	content: "\f068";
}

address {
	margin: 0 0 1.5em;
}
code,
pre {
 	padding: 0 3px 2px;
	margin: 2em 0 4em;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 14px;
	color: #333;
	white-space: pre;
	overflow: auto;
}
code {
 	display: inline-block;
	margin: 0 4px -6px;
	padding: 0px 6px;
 	max-width: 100%;
 	font-size: 12px;
	background: #fff;
	border: 1px solid #DDE4E6;
	box-shadow: 1px 1px 0 #fff, 2px 2px 0 #DDE4E6;
 	overflow-wrap: break-word;
}
pre {
	background: #eee;
	padding: 1.6em;
}


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

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

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	height: 1px;
 	padding: .2em 0 1em 0;
	margin-bottom: 2em;
	outline: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #eee;
}

ul,
ol {
 	margin: .2em 0 1em 0;
	line-height: 1.8;
 	list-style-position: inside;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

.content-area ul,
.content-area ol {
	margin-left:2em;
}
.content-area .flexslider ul{
	margin-left:0;
}

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

dt {
 	margin-bottom: .3em;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 14px;
}

dd {
	padding-bottom: 1.0em;
	margin: 0 0.8em 1.5em 1.5em;
	margin-left: 0.8em;
}

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

figure {
	margin: 0;
}

table {
	font-size: .925em;
	margin: 1em 0 3em 0;
	text-align: center;
}

th {
	padding: .8em 1.2em .8em 1.2em;
	font-weight: 800;
	line-height: 1.2;
	border-bottom: 2px solid #555;
	border-top: 2px solid #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}

td {
	color: #777;
	padding: .8em 1em .6em 1em;
	border-bottom: 1px solid #eee;
}
td a{
	font-weight:600;
}
tfoot tr td {
	border-bottom: 0
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	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: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}
.comment-form input[type="submit"]{
	display: inline-block;
	clear: both;
	width: 200px;
	padding: 8px 2em;
	float:left;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	margin: 18px auto 3em;
	background: none;
	border: 1px solid #ccc;
	border-radius: 40px;
	transition: all .3s ease;
}
.comment-form input[type="submit"]:focus{
	outline:none;
	background:#efefef;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.nav-menu {
	float: left;
}

.nav-menu ul{
	margin: 0;
}

.nav-menu li {
	display: inline-block;
	margin-right: 22px;
	position: relative;
	height: 53px;
}

.nav-menu ul:nth-child(1) > li{
	margin-right: 0;
}

.nav-menu li a {
    font: 400 12px 'Montserrat',Arial,Sans-Serif;
    color: #222;
	line-height: 54px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.nav-menu ul:nth-child(1) > li a{
	padding-left: 12px;
	padding-right: 12px;
}

.nav-menu ul:nth-child(1) > li.current-menu-item > a,
.nav-menu ul:nth-child(1) > li.current_page_item > a,
.nav-menu ul:nth-child(1) > li.current-menu-parent > a,
.nav-menu ul:nth-child(1) > li.current_page_parent > a,
.nav-menu ul:nth-child(1) > li > a:hover{
	background: rgba(0,0,0,0.08);
}

.nav-menu ul:nth-child(1) > li.current_page_parent ul li.current-menu-item > a{
	background: #efefef;
}

.nav-menu ul ul {
    border: 1px solid #ddd;
    border-top: 2px solid #5E5E5E;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
    display: none;
    left: -1em;
    margin: -2px 0 0 0;
    padding: 0;
    position: absolute;
    top: 54px;
    z-index: 310;
    width: 200px;
}

.nav-menu ul > li:hover > ul {
    display: block;
}

.nav-menu ul ul li {
    background-color: #fff;
	border-bottom: 1px solid #eee;
    display: block;
    margin: 0;
    max-height: none;
    padding: 0;
    text-align: left;
    height: auto;
}

.nav-menu ul ul li:first-child {
    border-top: none;
}

.nav-menu ul ul li:last-child {
    border-bottom: none;
}

.nav-menu ul ul li a {
	font-size: 0.7em;
	line-height: 1.1em;
	padding: 14px 10px;
	display: block;
	color: #5E5E5E;
}

.nav-menu ul ul li a:hover,
.nav-menu ul ul li a.selected {
    color: #222;
    background: #efefef;
}

.nav-menu ul ul:after {
    bottom: 100%;
    content: "\f04b";
    font-family: fontawesome;
    height: 0;
    left: 1.0em;
    position: absolute;
    color: #5E5E5E;
    font-size: 0.8em;
    top: -7px;
    transform: rotate(-90deg);
}

.nav-menu ul ul ul:after {
	top: 33px!important;
	left: -10px;
	transform: rotate(180deg);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	left: 100%;
	top: 0;
}

/*--------------------------------------------------------------
5.01 Toggle Links on Top Bar
--------------------------------------------------------------*/
.toggle-link {
	display: block;
	width: 52px;
	line-height: 54px;
	height: 54px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	color: #444;
	float: left;
}
.toggle-link:hover,
.is-social-toggled-on .social-toggle,
.is-search-toggled-on .search-toggle,
.is-expanded-menu .menu-toggle {
	color: #000;
	background: rgba(0,0,0,0.05);
	text-decoration: none;
}
.toggle-link i{
	font-size: 1.3em;
}
.social-toggle {
	border-left: 1px solid #eee;
}
.search-toggle {
	float: right;
	border-left: 1px solid #e7e7e7;
}
.menu-toggle{
	display: none;
}
/*--------------------------------------------------------------
5.02 Social Icon Panel & Search Panel
--------------------------------------------------------------*/
.search-container,
.social-container {
	display: inline-block;
	float: right;
	width: 52px;
	margin-right: 0;
}
.is-search-toggled-on .site-content {
	filter: sepia(50%);
	-webkit-filter: grayscale(100%);
}
.is-search-toggled-on .fa-search:before,
.is-social-toggled-on .fa-share-alt:before{
	content:"\f00d";
}
.search-box,
.social-panel{
	position: absolute;
	top: 54px;
	right: 0;
	left: 0;
	z-index: 9;
	background: rgba(255,255,255,0.95);
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all .6s cubic-bezier(0, 1, 0.5, 1);
	-moz-transition: all .6s cubic-bezier(0, 1, 0.5, 1);
	-ms-transition: all .6s cubic-bezier(0, 1, 0.5, 1);
	-o-transition: all .6s cubic-bezier(0, 1, 0.5, 1);
	transition: all .6s cubic-bezier(0, 1, 0.5, 1);
}
.is-search-toggled-on .search-box,
.is-social-toggled-on .social-panel{
	max-height: 315px;
	border: 1px solid #e7e7e7;
	border-top: none;
	border-width: 1px 0 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 7px 6px;
}
input[type=search].search-field{
	border: none;
	padding: 12px 0;
	margin: 20px 0 20px;
    font-family:'Montserrat', Arial, Sans-Serif;
	font-size: 40px;
    font-weight: 700;
	text-align: center;
    text-transform: uppercase;
    letter-spacing: .4em;;
	width: 100%;
	border-bottom: 1px solid #CFCDCD;
	line-height: 1.2em;
	background: transparent;
	-webkit-appearance: none;
    border-radius: 0;
}
.search-form .search-field:focus{
	outline: none;
}
.search-help{
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #444444;
}
.social-media{
	list-style-type: none;
	text-align: center;
	margin: 54px 0;
	line-height: 100%;
}
.social-media li {
	display: inline-block;
	margin: 0 4px;
}
.social-media li a{
	text-decoration: none;
	display: block;
	width: 54px;
	line-height: 64px;
	height: 52px;
	text-align: center;
	border-radius: 7px;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	-ms-filter: grayscale(80%);
	-o-filter: grayscale(80%);
	filter: grayscale(80%);
	/* filter: url(/wp-content/themes/indie/grayscale.svg); */ /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
}
.social-media li a:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none; /* IE 6-9 */
}
.rss-icon{		background: #FF6600;}
.facebook-icon{		background:#3b5998;}
.twitter-icon{		background:#378CED;}
.pinterest-icon{	background:#cb2027;}
.google-icon{		background:#dd4b39;}
.linkedin-icon{		background:#007bb6;}
.instagram-icon{	background:#517fa4;}
.flickr-icon{	background:#ff0084;}
.vimeo-icon{	background:#aad450;}
.youtube-icon{	background:#b00;}
.dribbble-icon{	background:#ed6a9c;}
.github-icon{	background:#333;}
.tumblr-icon{	background:#32506d;}


/*--------------------------------------------------------------
5.3 Links
--------------------------------------------------------------*/
a {
	color: #434343;
	transition:color .25s ease;
}

a:visited {
	color: #434343;
}

a:hover,
a:focus,
a:active {
	color: #222;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

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

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 10px 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

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

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
body{
	background: #F4F4F5;
	overflow-x: hidden;
}

.site-wrapper{
	z-index: 10;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.inner{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 0 20px;
}
.site-content{
	padding-bottom:32px;
	padding-top: 48px;
}
.has-sidebar .inner{
	width: 100%;
}

.has-sidebar .page-content,
.has-sidebar .entry-content,
.has-sidebar .entry-summary {
	margin: 1.5em auto 0;
	width: 100%;
	max-width:740px;
}

.has-sidebar #primary{
	width: 70%;
	float:left;
}

.has-sidebar #secondary{
	width: 30%;
	float:left;
	max-width:400px;
}
.has-sidebar.left #primary{
	float:right;
}
#secondary .sidebar-wrap{
	margin:0 20px;
	padding: 18px;
}
/*--------------------------------------------------------------
10.1 HEADER
--------------------------------------------------------------*/
.site-header{
	position: relative;
	background-color: #fff;
	bacground-size: cover;
}

.site-header .title-wrap{
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.site-header.left .title-wrap{
	text-align: left;
}
.site-header.right .title-wrap{
	text-align: right;
}
.site-title {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-size: 3em;
	line-height: 1em;
	margin: 0;
	padding: 80px 0;
}
.site-title a {
	color: #333;
	text-decoration: none;
	display: block;
}
.site-title a .title{
	font-weight: 800;
	display: block;
}
.site-title a .tagline{
	font-family: 'Noticia Text', Georgia, serif;
	color:#bababa;
	line-height: 2em;
	font-size: 0.45em;
	font-weight: normal;
	display: block;
	text-transform: none;
}
.top-bar {
	position: static;
	z-index: 200;
	height: 54px;
	width: 100%;
	border-bottom: 1px solid #E7E7E7;
	background: rgba(255,255,255,0.8);
}
/* --- Homepage Carousel ---- */
.featured-area{
	margin-top:-48px;
	margin-bottom:42px;
}
.owl-item .item {
	position:relative;
}
.owl-item .item a{
	display:block;
	line-height:0;
}
.owl-item .item .feat-overlay{
	position:absolute;
	bottom:0;
	width: 100%;
	background: rgba(0,0,0,0.5);
}
.feat-overlay .feat-text{
	padding:1em .5em;
}
.feat-overlay .feat-text h3{
	margin:0;
}
.feat-overlay .feat-text a{
	line-height:1.3em;
	color:#E6E6E6!important;
}
.feat-overlay .feat-text .feat-cat a{
	color:#ccc!important;
}
/*--------------------------------------------------------------
10.2 SIDEBAR
--------------------------------------------------------------*/
.sidebar input[type=search].search-field {
	font-size: 1.3em;
	text-align: left;
	width: 92%;
	padding: 12px 6% 12px 2%;
	margin: 0;
}
.sidebar .search-form label{
	position: relative;
	width: 100%;
}
.sidebar .search-form label:before{
	content: "\f002";
	color: #CBCBCB;
	position: absolute;
	right: 8px;
	top: -4px;
}
.sidebar .widget {
	margin: 0 0 32px;
}

.sidebar .widget-title {
	color: #676767;
	font-size: 1.3em;
	padding: 18px 0 6px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}

.sidebar ul {
	list-style-type: none;
}

.sidebar a{
	color: #999;
}

.sidebar a:hover{
	color: #db971a;
	text-decoration: none;
}

/*--------------------------------------------------------------
10.3 ARCHIVE & PAGES
--------------------------------------------------------------*/
article .post-wrap,
.sticky-post,
.single .comments-area .post-wrap,
#secondary .sidebar-wrap,
.footer-widgets,
.nav-links a,
.author .post-author,
.comments-area .post-wrap{
	background-color:#fff;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.two-col #masonry-loop .masonry-entry {
	width:50%;
}

#masonry-loop .hentry{
	margin: 0 0 3em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em auto 0;
	max-width: 740px;
}

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

/*--------------------------------------------------------------
10.4 GRID LAYOUT
--------------------------------------------------------------*/
.grid-header{
    text-align: center;
}
.grid-header h2{
    text-transform: uppercase;
    letter-spacing: .5em;
}
.grid-header h3{
    font-style: italic;
    margin: 0 0 50px;
    color: #BBBBBB;
    font-family: 'Oxygen', sans-serif;
}

/*--------------------------------------------------------------
10.5 ARTICLES
--------------------------------------------------------------*/
.grid .site-main .inner,
.footer-widgets .inner{
    width: 98%;
    margin: 0 auto;
    max-width: 1240px;
}
.post-wrap{
    margin: 0 14px;
    padding: 10px 18px;
    position: relative;
}

.grid.two-col .post,
.grid.three-col .post,
.grid.four-col .post{
    float: left;
    padding: 0;
}
.grid.two-col .post {
    width: 50%;
}
.grid.three-col .post{
    width:33.3%;
}
.grid.four-col .post{
    width:25%;
}
.post{
	position: relative;
	padding-bottom: 2em;
}
.entry-header {
	text-align: center;
}
.post-title{
	text-align: left;
	font-size: 2em;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 5px;
}

article .post-title a{
	color:#333;
}
.post-title a:hover{
    color:#E0B549;
    text-decoration: none;
}
.entry-meta {
	padding: 0 0 1.4em 0;
	font-size: 13px;
}
.entry-meta > span {
	display: inline-block;
	margin-right: 6px;
	line-height: 3em;
}
.entry-meta a,
.post-pagination li a {
	font-size: 13px;
	transition:all .3s ease;
}
.entry-meta a:hover, .post-tags a:hover{
	background-color: #efefef;
	text-decoration: none;
	color: #666;
}
.entry-meta .cat-links a, .sticky-icon, .post-tags a {
	padding: 6px 16px;
	margin: 0 2px;
	font-size: 11px;
	border-radius: 16px;
	border: 1px solid #ccc;
	text-transform: uppercase;
}
.entry-meta i {
	margin-right: 1px;
	font-size: 16px;
}
.entry-meta .post-format {
    display: inline-block;
	text-align: center;
	font-size: 18px;
	width: 40px;
	line-height: 34px;
	padding: 0;
	background: #fff;
	color: #666;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.format-standard  .post-format:before {
 	content: "\f040";
}
.format-video .post-format:before {
	content: "\f008";
}
.format-gallery .post-format:before {
	content: "\f009";
}
.format-audio .post-format:before {
	content: "\f001";
}
.format-quote .post-format:before {
	content:"\f10d";
}
.format-image .post-format:before {
    content: "\f03e";
}
.type-page .post-format:before {
	content:"\f0f6";
}
.format-standard .post-image,
.rel-image-wrap{
    position: relative;
    display: inline-block;
}
.post-image{
	max-width: 100%;
}
.format-standard .post-image img{
    display:block;
}
.format-standard .post-image .overlay,
.single .format-standard .post-image:hover .overlay,
.related-wrap .overlay{
    opacity: 0;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    background: rgba(10,10,10,.7);
    z-index: 100;
    -webkit-transition: color .3s ease-in-out,opacity .4s ease-in-out;
    -moz-transition: color .3s ease-in-out,opacity .4s ease-in-out;
    transition: color .3s ease-in-out,opacity .4s ease-in-out;
}
.format-standard .post-image:hover .overlay,
.related-wrap a:hover.overlay{
    opacity: 1;
}
.format-standard .post-image .overlay span,
.related-wrap .overlay span {
    opacity: .1;
    display: block;
    font: 400 14px Montserrat,Arial,Sans-Serif;
    text-transform: uppercase;
    color: #404040;
    padding: 0 15px 15px;
    border-bottom: 3px solid #ffd773;
    position: absolute;
    top: 0;
    left: 50%;
    background-color:#ffd773;
    padding: 6px 16px;
    border-radius: 16px;
    border: 1px solid #444;
    text-transform: uppercase;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: top .3s ease-in-out,opacity .3s ease-in-out;
    -moz-transition: top .3s ease-in-out,opacity .3s ease-in-out;
    transition: top .3s ease-in-out,opacity .3s ease-in-out;
}
.format-standard .post-image:hover .overlay span,
.related-wrap a:hover.overlay span {
    top: 50%;
    opacity: 1;
    text-align: center;
}
figure{
	position:relative;
}
figure figcaption{
	position: absolute;
	bottom: 10px;
	left: 18px;
	right:auto;
	background: rgba(255,255,255, .7);
	padding: 8px;
	border-radius: 16px;
	line-height: 1.3em;
}
.rel-image-wrap img{
	display: block;
}
.sticky-icon{
	position: absolute;
	right:18px;
	left:auto;
	background-color: #ffd773;
}
.sticky-icon i{
	margin-left: 6px;
}
.three-col .sticky-text,
.four-col .sticky-text{
	display:none;
}
.three-col .sticky-icon i,
.four-col .sticky-icon i{
	margin-left:0;
}
.meta-data{
	margin-bottom: 1em;
	border-bottom: 1px solid #F9F9F9;
	padding-bottom: 20px;
	text-align: left;
}
.meta-data a {
	font-weight: 600;
}
.meta-data .date,
.meta-data .author,
.meta-data .comments-link{
	margin-right:12px;
}
.meta-data .date:before,
.meta-data .comments-link:before{
	margin-right:8px;
}
.meta-data .date:before{
	content:"\f073";
}
.meta-data .author img{
	border-radius: 100%;
	width: 30px;
	position: relative;
	top: 8px;
	margin-right: 8px;
}
.meta-data .comments-link:before{
	content:"\f086";
}
.entry-content.single-post > p:first-child{
	font-size:1.1em;
}
.entry-content a.more-link,
.nav-links a {
	display: block;
	clear: both;
	width: 200px;
	padding: 0.6em 2em;
	text-align: center;
	color: #666;
	font-weight: 400;
	font-size: 14px;
	margin: 18px auto 3em;
	background: none;
	border: 1px solid #ccc;
	border-radius: 40px;
	transition:all .3s ease;
}
.three-col .entry-content a.more-link,
.four-col .entry-content a.more-link{
	padding: 0.2em 0.5em;
	width: 146px;
	margin: 2em auto 0;
}
.entry-content a:hover.more-link,
.nav-links a:hover{
	background-color: #efefef;
	text-decoration: none;
	color: #666;
}
.entry-content a:focus.more-link,
.nav-links a:focus{
	outline:none;
}
.entry-content .alignright{
	margin-right:0;
	margin-left:3em;
	margin-bottom: 1.4em;
}
.entry-content .alignleft{
	margin-left:0;
	margin-right:3em;
	margin-bottom: 1.4em;
}
.grid .entry-content .alignleft{
	margin-left:0;
}
.grid .entry-content .alignright{
	margin-right:0;
}
hr.end-post-content {
	padding: 0;
	margin: 50px 0 18px;
	clear: both;
}

.post-tags{
	clear:both;
	margin: 60px 0 0;
	line-height: 2em;
	overflow: hidden;
}

.post-navigation {
	margin-top: 40px;
}

.nav-links {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.nav-previous{
	float:left;
}

.nav-next{
	float:right;
}

.post-author{
	overflow:hidden;
	clear: both;
	margin: 60px 0 40px;
}
.author .post-author{
	border-top:1px solid #efefef;
	padding: 24px 18px;
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 50px;
}
.post-author h4,
.post-related h4 {
	padding: 0 0 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 25px;
	font-size: 1.4em;
	font-weight: 400!important;
	border-bottom: 1px solid #DDDDDD;
}

.post-author .author-img {
	float: left;
	width: 20%;
}

.author-img img{
	border-radius: 100%;
}

.post-author .author-content{
	float:left;
	width: 80%;
}

.post-author .author-content h5{
	padding: 0;
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 0;
	font-weight: 800!important;
	font-size:1.4em;
	letter-spacing:2px;
}

.post-author .author-sn a {
	margin-right: 14px;
	display: inline-block;
	padding:4px 14px;
}
.post-author .author-content h6{
	margin:0 0 18px;
	font-size: 1.1em;
	font-weight:100;
}
.post-author .author-content h6 a{
	color: #C0C0C0;
	font-weight: 100;
	font-size: 100%;
	font-family: 'Oxygen', sans-serif;
}
.post-author .author-sn a:first-child{
	margin-left:-14px;
}

.post-author .author-sn a:hover{
	text-decoration:none;
	color:#000;
}

.post-related{
	clear:both;
	overflow:hidden;
	margin:60px 0;
}

.item-related {
	width:33%;
	float:left;
}

.item-related h3 {
	margin-bottom: 0;
	font-size: 0.98em;
	margin-top: 6px;
}

.related-wrap {
	padding: 8px;
}

.related-wrap .related-img{
	display: block;
}

.item-related span.date {
	font-size: 0.9em;
	color: #969696;
}

.item-related span.date:before{
	margin-right: 4px;
}

.empty-img {
    width: 100%;
    height: 180px;
    background: #efefef;
    position: relative;
    text-align: center;
    padding-top: 56px;
}
.empty-img h5{
	background: rgba(0,0,0,.5);
	color: #fff;
	padding: 18px;
}

.form-allowed-tags{
	max-width: 600px;
}

.edit-link a:before{
	content: "\f040";
	margin-right: 8px;
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev{
	background-color: #fff;
}
article.format-quote{
	margin: 0 0 60px;
}
.format-quote .post-wrap {
	padding-top: 70px;
	padding-bottom: 70px;
	background: none;
	border-radius: 3px;
}

.post-wrap > blockquote {
	margin:0;
}

.post-wrap > blockquote:before{
	color: #fff;
	font-size: 1.3em;
	top: -20px;
}

.post-wrap > blockquote p,
.post-wrap > blockquote p a {
	color: #fff;
	font-size: 1.5em;
	line-height: 1.3em;
	text-shadow: 2px 2px 6px #000;
}

.post-wrap > blockquote p:last-child {
	margin-bottom: 0;
}

.archive .format-quote .post-wrap,
.home .format-quote .post-wrap  {
	padding: 32px 18px;
}

.home .format-quote .post-wrap{
	margin: 0 14px;
}
.home .grid .format-quote .post-wrap{
	margin: 0 15px;
	position: relative;
}

.format-quote .featured-image-bg {
	background-position: center center;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.edit-share {
    margin:2em 0;
}

.edit-share a, .edit-share a:visited {
    margin-right: 7px;
    border: 1px solid;
    opacity: .8;
    padding: 4px 8px;
    color: #2b2b2b;
}
.edit-share a:hover{
    text-decoration: none;
    color:#E0B549;
}
/*--------------------------------------------------------------
10.6 SEARCH RESULTS & ARCHIVES PAGES
--------------------------------------------------------------*/
.archive .page-header,
.search .page-header{
	text-align: center;
}
.archive .page-header .page-title,
.search .page-title{
	text-transform: uppercase;
	letter-spacing: .5em;
	font-size: 1.5em;
	margin: 0 0 1.8em 0;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif;
}

.search .not-found{
	margin-bottom: 50px;
}
.search .not-found .page-title{
	margin-bottom: 0;
}
.search .page-title span {
	display: block;
	color: #777;
	margin-top: 22px;
}
.search .entry-summary {
	max-width: 100%;
	margin-top: 0;
}
.no-results .search-submit{
	display: none;
}
.page-results{
	margin: 50px 0 100px;
}


/*--------------------------------------------------------------
10.7 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.8 Comments
--------------------------------------------------------------*/
.comments-area .post-wrap{
	overflow: hidden;
}
.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comment-title-block{
	padding:2em 0;
	text-align:center;
}

.comments-title,
.comment-reply-title {
	font-size: 1em;
	line-height: 1.3333;
	font-weight: 600;
}

.comments-title {
	margin-bottom: 0;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 45px;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

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

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
	border-radius:14px;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
	text-decoration:none;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}


.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}

.comment-form input[type="submit"]{
	padding: 14px;
	background-color: #fff;
	-webkit-appearance: none;
	border-radius: 0;
	margin-bottom: 1.5em;
	margin-top: -.2em;
	box-shadow: none;
	font-size: 1.6rem;
}


/*--------------------------------------------------------------
10.9 FOOTER
--------------------------------------------------------------*/
.footer-widgets{
	border-top: 4px solid rgba(0,0,0,0.1);
	padding-top: 32px;
	margin-top: 0;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}
.footer-widgets .foot-widget{
    width: 33%;
    float: left;
    margin: 0;
	transition:all .5s ease;
}
.footer-widgets .widget .widget-wrap {
	padding: 12px;
	margin: 0 12px;
}
.footer-widgets h4 {
    font-family: 'Raleway',Arial;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-widgets ul {
    list-style-type: none;
}
.footer-widgets li a{
	line-height: 2em;
}
.footer-widgets li a:before, .sidebar li a:before{
    content: "\f054";
    margin-right: 8px;
    color: #db971a;
}
.footer-widgets a:hover{
	color: #db971a;
	text-decoration: none;
}

/*--------------------------------------------------------------
10.9.1 COPYRIGHT
--------------------------------------------------------------*/
.site-footer {
    clear: both;
    overflow: hidden;
    border-top: 2px solid rgba(0,0,0,0.1);
    text-align: center;
    padding: 24px 0;
	background:#2b2b2b;
	color:#fff;
}
.site-footer p{
	margin-bottom:0;
}
.site-footer a{
	color:#E0B549;
}
/*--------------------------------------------------------------
11.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;
}

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
13.0 Helpers
--------------------------------------------------------------*/
.tooltipsy
{
	height: 38px;
	line-height: 38px;
    padding: 0 14px;
    max-width: 200px;
    color: #303030;
    background-color: #FFF;
    font-size: 85%;
    border: 1px solid #eee;
	box-shadow: 0px 3px 3px #666;
}
.scroll-to-top{
	position: fixed;
	right: 30px;
	bottom: 20px;
	left: auto;
	display: none;
	height: 40px;
	width: 40px;
	background: rgba(0,0,0,0.08);
	color: #D0D0D0!important;
	border-radius: 7px;
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
	transition: all .3s ease;
}
.scroll-to-top:hover{
	background: #E8E8E8;
	color: #999!important;
	text-decoration: none;
}
.scroll-to-top i {
	margin-top: 10px;
}


/*--------------------------------------------------------------
14.0 Media Queries
--------------------------------------------------------------*/
@media all and (max-width:940px){
	.inner{
		width: 92%;
	}
	.menu-toggle{
		display:block;
		border-right: 1px solid #eee;
	}
	.is-expanded-menu .menu-toggle{
		z-index:99;
		background:#2b2b2b;
		color:#fff;
	}

	/* ------------ Search ---------------- */
	input[type=search].search-field{
		font-size: 1.6em;
	}

	/* ---------- LAYOUT -------------- */
	.has-sidebar #primary,
	.has-sidebar #secondary{
		width:100%;
		float:none;
		max-width:100%;
	}
	.site-main .post-wrap,
	.home .format-quote .post-wrap{
		margin: 0;
	}

	/* ------------ Navigation ---------------*/
	.nav-menu .menu {
	    position: fixed;
	    z-index: 20;
	    background-color: #222;
	    overflow: hidden;
	    overflow-y: scroll;
	    width: 250px;
	    height: 100%;
	    padding-bottom:100px;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.nav-menu .menu ul {
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	}
	.nav-menu ul ul,
	.nav-menu .children ul{
		display:block;
		position:relative;
		left:auto;
		border:none;
		box-shadow:none;
		width:100%;
		top:auto;
		left:0;
	}
	.nav-menu ul ul:after{
		display:none;
	}
	.nav-menu ul li {
		display: block;
	    text-align: left;
	    border-bottom: solid 1px #4a4a4a;
		margin:0;
		height:auto;
		font-size:18px;
		font-weight:bold;
	}
	.nav-menu ul ul li {
		background-color:#3c3c3c;
		font-size:14px;
		font-weight:normal;
	}
	.nav-menu ul ul ul li{
		background-color: #666;
	}
	.nav-menu ul ul ul ul li{
		background-color: #999;
	}
	.nav-menu li:first-child {
	    border-top: 1px solid rgba(0,0,0,0);
	}
	.nav-menu li:last-child {
	    border-bottom: none
	}
	.nav-menu li a{
	    font-weight: 300;
	    color: #fff;
		display: block;
	    padding: 10px 12px;
		line-height:32px;
	}
	.nav-menu li a:focus{
		background:#efefef;
		color:#fff;
	}
	.nav-menu li a i {
		margin-right:4px;}
	.nav-menu ul ul li a{
		line-height:28px;
		padding-left:18px;
		color:#fff;
	}
	.nav-menu ul ul ul li a{
		padding-left:24px;
	}
	.nav-menu ul:nth-child(1) > li.current-menu-item > a,
	.nav-menu ul:nth-child(1) > li.current_page_item > a,
	.nav-menu ul:nth-child(1) > li.current-menu-parent > a,
	.nav-menu ul:nth-child(1) > li.current_page_parent > a,
	.nav-menu ul:nth-child(1) > li > a:hover,
	.nav-menu li a:focus,
	.nav-menu li a:hover{
		background:#efefef;
		color:#222;
	}
	.nav-menu li a:hover{
		background:inherit!important;
		color:inherit!important;
	}
	.nav-menu ul li.current-menu-item,
	.nav-menu ul li.current_page_item {
		background-color:#000;
	}
	.nav-menu ul:nth-child(1) > li.current_page_parent ul li.current-menu-item{
		border-top:1px solid #2b2b2b;
	}
	.nav-menu ul:nth-child(1) > li.current_page_parent ul li.current-menu-item > a{
		color:#2b2b2b;
		background:#fff;
	}
	.menu {
	    left: -250px
	}
	.is-expanded-menu .nav-menu .menu {
	    left: 0
	}
	.is-expanded-menu .site-wrapper {
	    left: 250px
	}
	.is-expanded-menu .fa-bars:before{
		content:"\f00d";
	}
	.social-media li {
		margin-bottom:10px;
	}
    /* ------------ SOCIAL NETWORK ---------------------- */
    .social-media li a{
	    -webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		filter: grayscale(0%);
		filter: none; /* IE 6-9 */
	}


    /* ------------ Post -----------------*/
    .sticky-icon{
        display:none;
    }

}
@media all and (max-width:750px){
	/* ----------- Search -------------------*/
	.search-box .inner{
		padding:0;
	}
	input[type=search].search-field{
		font-size:1em;
		}
	/* ----------- Main content ---------------- */
	.site-main .inner{
		width: 100%;
	}
	article.format-quote{
		margin-bottom:30px;
	}
	.post-wrap{
		padding:10px 0;
	}
/*	.entry-content .alignright,
	.entry-content .alignleft{
		float:none;
		margin:8px 0;
	}*/
	.nav-previous,
	.nav-next{
		float:none;
		display:block;
		margin:8px 0;
	}
	/* ----------- Archive ------------- */
	.archive .page-header .page-title,
	.search .page-title{
		letter-spacing:.2em;
		font-size:1.3em;
	}
	/* ----------- Author -------------- */
	.author .post-author{
		margin-left: 0;
		margin-right: 0;
	}
	.post-author .author-img,
	.post-author .author-content{
		width:100%;
		float:none;
	}
	.post-author .author-content{
		margin:8px 0;
	}
	.post-author .author-img,
	.post-author .author-content h5,
	.post-author .author-content h6,
	.author-sn{
		text-align: center;
	}
	.author-sn i{
		font-size:2em;
	}
	/* ----------- Related ------------- */
	.item-related {
		width: 100%;
		float: none;
	}
	/* ----------- Footer -------------- */
	.footer-widgets .inner{
		width:100%;
	}
	.footer-widgets .foot-widget{
		float: none;
		width: 100%;
		border-bottom: 1px solid #efefef;
		margin-bottom: 24px;
	}
	.footer-widgets .foot-widget:last-child{
		border-bottom:none;
	}
	.footer-widgets .foot-widget .widget{
		margin: 0 0 1.5em;
	}
	.footer-widgets .widget .widget-wrap{
		padding: 12px 0;
		margin: 0;
	}
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/wp-content/themes/indie/css/../fonts/fontawesome-webfont.eot?v=4.2.0);
  src: url(/wp-content/themes/indie/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(/wp-content/themes/indie/css/../fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(/wp-content/themes/indie/css/../fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(/wp-content/themes/indie/css/../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none !important;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url(/wp-content/themes/indie/css/fonts/flexslider-icon.eot);
	src:url(/wp-content/themes/indie/css/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),
		url(/wp-content/themes/indie/css/fonts/flexslider-icon.woff) format('woff'),
		url(/wp-content/themes/indie/css/fonts/flexslider-icon.ttf) format('truetype'),
		url(/wp-content/themes/indie/css/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;text-align: center;}
.flexslider .slides > li {
	display: none; 
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden; /* Chrome and Safari */
	-moz-backface-visibility:hidden; /* Firefox */
	-ms-backface-visibility:hidden; /* Internet Explorer */
	/* Hide the slides before the JS is loaded. Avoids image jumping */
} 
.flexslider .slides img {width: 100%; display: block; height: auto;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider-holder{overflow:hidden;}
.flexslider { margin: 0px; position: relative;  zoom: 1; overflow:hidden;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; overflow:hidden;}
/* .carousel li { margin-right: 5px; } */

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 50px; height: 50px; margin-top: -80px; position: absolute; top: 50%; z-index: 10; cursor: pointer;  
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease; 
	text-indent: -9999em;}
.flex-direction-nav .flex-prev { opacity:1; left:-60px; width: 40px;height: 100px; background: url(/wp-content/themes/indie/css/images/gallery-prev-btn-arrow.png) 0 0 #fff no-repeat; color:#999;}
.flex-direction-nav .flex-next { opacity:1; right: -60px; width: 40px;height: 100px; background: url(/wp-content/themes/indie/css/images/gallery-next-btn-arrow.png) 0 0 #fff no-repeat; color:#999;}

.flexslider:hover .flex-prev { left: 0px; }
.flexslider:hover .flex-next { right: 0px; }

.flex-next:hover, 
.flex-prev:hover { opacity: 1;}

.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
/*.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }*/

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
/*.flex-pauseplay a.flex-play:before { content: '\f003'; }*/

/* Control Nav */
.flex-control-nav {
	position: absolute;
	bottom:0;
	margin-top: -40px;
	background: rgba(0, 0, 0, 0.45);
	padding: 15px 20px 25px;
	height: 20px;
	width: 100px;
	margin-left: -50px;
	left: 50%;
}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	width: 13px; 
	height: 13px; 
	display: block; 
	background: transparent; 
	border: 2px solid #fff;
	cursor: pointer; 
	text-indent: -9999px;
	 -webkit-border-radius: 20px; 
	 -moz-border-radius: 20px; 
	 -o-border-radius: 20px; 
	 border-radius: 2px; 
	}
.flex-control-paging li a:hover { background: #fff }
.flex-control-paging li a.flex-active { background: #fff; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
ol.flex-control-thumbs {margin:0 !important; padding:0 !important;}
.flex-control-thumbs li {width: 13%; float: left; margin: 0; border: 5px solid #fff; margin: 10px 10px 0 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


.flex-caption {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0, .6); /* whatever you want */    
    z-index:1;
    color: #fff;
}
.flex-caption .slider-post-data{
	margin-bottom: 10px;
}
.flex-caption .slider-post-data .featured-meta{
	text-align: center;
}
.flex-caption .featured-entry-title{
	padding: 0px 45px;
	text-align: center;
}
.flex-caption .featured-entry-title,
.flex-caption .featured-entry-title a{
    text-align: center;
    font-size: 23px;
    line-height: 26px;
    margin: 30px 0;
    color: #fff;
}
.flex-caption .featured-meta {
	background: rgba(0,0,0,.6);
	font-size: 11px;
	color: #eee;
	padding: 10px 30px;
	letter-spacing: .200em;
	text-align: center;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
	padding: 10px 0;
	display: block;
}

.flex-caption .featured-meta a{
	color: #fff;
}

.featured-articles-slider-holder{
	margin-bottom: 30px;
}
.featured-articles-slider-holder .flex-control-nav {position: absolute; top: 20px;left: 50%;}

.featured-articles-slider-holder .slides li{
	position: relative;
}

.featured-articles-slider-holder .slides li img{
	width: 100%;
}
.featured-articles-slider-holder .flex-control-nav{
	display: none;
}

.featured-articles-slider-holder .flex-direction-nav .flex-next,
.featured-articles-slider-holder .flex-direction-nav .flex-prev{
	opacity: 1;
}
