/*!
 * Theme Name: TueDuong
 * Theme URI: http://www.tueduong.com/
 * Version: 1.0
 * Author: nvhcuong
 */

html {
	font-family: sans-serif;
    /* 1 */
	-ms-text-size-adjust: 100%;
    /* 2 */
	-webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
    /* 1 */
	vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	color: #000;
	background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    /* 1 */
	font: inherit;
    /* 2 */
	margin: 0;
	color: inherit;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    /* 2 */
	cursor: pointer;
	-webkit-appearance: button;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    /* 1 */
	padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
    /* 1 */
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-appearance: textfield;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em; 

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    /* 1 */
	padding: 0;
	border: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-spacing: 0; 
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/*------------------------------------*	$LAYOUTS
\*------------------------------------*/
.wide-container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px;
}
.wide-container:after {
    display: block;
    clear: both; 

    content: ' ';
}

@media (min-width: 801px) {
    .content-area {
        float: left;

        width: 65.296803653%;
        margin-right: 4.1095890411%;
    }
    .widget-area {
        float: right;

        width: 30.5936073059%;
        margin-right: 0;
    }
}

.layout-2c-r .content-area {
    float: right;

    margin-right: 0;
}

.layout-2c-r .widget-area {
    float: left;

    margin-right: 4.1095890411%;
}

.layout-1c .content-area {
    width: 100%; 
    margin-right: 0;
}

/*------------------------------------*	$MAIN
\*------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

* html {
    font-size: 87.5%;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6428571429em;

    color: #454545;
    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/**
 * Selection Color.
 */
::-moz-selection {
    color: #fff;
    background: #278db0;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #278db0;
    text-shadow: none;
}

::-moz-selection {
    color: #fff;
    background: #278db0;
    text-shadow: none;
}

/*------------------------------------*	$SHARED
\*------------------------------------*/
figure > img {
    display: block;
}

img {
    max-width: 100%; 
    height: auto;
}

img[class*='align'],
img[class*='attachment-'] {
    height: auto;
}

.wp-caption {
    max-width: 100%; 
    margin: 0;
    margin-bottom: 24px;
}
.wp-caption img[class*='wp-image-'] {
    display: block;

    margin-bottom: 5px;
}

.wp-caption-text {
    font-size: 16px;
    font-style: italic;

    color: #999;
}

.wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0; 

    border: 0;
}

embed,
iframe,
object {
    width: 100%; 
    max-width: 100%;
}

.alignleft {
    float: left;

    margin-right: 1.5em;
}

.alignright {
    float: right;

    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
}

.alignnone {
    display: block;
}

.screen-reader-text,
.slicknav_menutxt {
    position: absolute; 

    clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Basic table style
 */
table {
    width: 100%;
    margin-bottom: 2.618em;
}

table th,
table td {
    padding: 10px;

    text-align: left; 
    vertical-align: top;

    border-bottom: 1px solid #e8e4e3;
}

table th {
    text-transform: uppercase;

    border-bottom: 1px solid #e8e4e3;
}

table tr th:first-child,
table tr td:first-child {
    padding-left: 0;
}

table tr th:last-child,
table tr td:last-child {
    padding-right: 0;
}

table tfoot td {
    border-bottom: 0;
}

.sticky,
.bypostauthor {
    font-size: inherit;
}

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    position: relative; 

    float: left;
    overflow: hidden;

    margin: 0 4px 4px 0;
}

.gallery-icon a,
.gallery-icon img {
    display: block;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    font-size: 14px;
    line-height: 1.3;

    position: absolute;
    bottom: 0;
    left: 0;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; 
    max-height: 50%;
    margin: 0;
    padding: 2px 8px;

    text-align: left;

    opacity: 0;
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
}

.gallery-caption:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%; 
    height: 100%;
    min-height: 50px;

    content: '';
}

.gallery-item:hover .gallery-caption {
    opacity: 0;
}
@media (min-width: 767px) {
    .gallery-item:hover .gallery-caption {
        opacity: 1;
    }
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.gallery,
.featured-posts,
.hentry,
.loop-nav,
.author-bio,
.related-posts ul,
.widget_archive,
.widget_categories,
.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.site-footer,
.comment-container {
    *zoom: 1;
}
.gallery:before,
.featured-posts:before,
.hentry:before,
.loop-nav:before,
.author-bio:before,
.related-posts ul:before,
.widget_archive:before,
.widget_categories:before,
.widget_archive li:before,
.widget_categories li:before,
.widget_recent_entries li:before,
.site-footer:before,
.comment-container:before,
.gallery:after,
.featured-posts:after,
.hentry:after,
.loop-nav:after,
.author-bio:after,
.related-posts ul:after,
.widget_archive:after,
.widget_categories:after,
.widget_archive li:after,
.widget_categories li:after,
.widget_recent_entries li:after,
.site-footer:after,
.comment-container:after {
    display: table; 

    content: '';
}
.gallery:after,
.featured-posts:after,
.hentry:after,
.loop-nav:after,
.author-bio:after,
.related-posts ul:after,
.widget_archive:after,
.widget_categories:after,
.widget_archive li:after,
.widget_categories li:after,
.widget_recent_entries li:after,
.site-footer:after,
.comment-container:after {
    clear: both;
}

.menu-primary-items .sub-menu,
.related-posts ul,
.widget ul,
.commentlist {
    margin: 0;
    padding: 0; 

    list-style: none;
}

.menu-primary-items,
.author-bio .author-social {
    margin: 0;
    padding: 0; 

    list-style: none;
}
.menu-primary-items > li,
.author-bio .author-social > li {
    display: inline-block;

    padding-right: 5px;
    padding-left: 5px;
}
.menu-primary-items a,
.author-bio .author-social a {
    display: block;
}

.aligncenter {
    display: block;

    margin-right: auto; 
    margin-left: auto;
}

/*------------------------------------*	$TYPOGRAPHY
\*------------------------------------*/
/**
 * Set link colors.
 */
a {
    -webkit-transition: all 200ms ease-in-out 0s;
            transition: all 200ms ease-in-out 0s;
    text-decoration: none; 

    color: #278db0;
}
a:visited {
    color: #227c9b;
}
a:hover,
a:visited:hover {
    text-decoration: none; 

    color: #37abd3;
}

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700; 
    font-style: normal;

    margin: 11.5px 0;

    color: #454545;
}

h1,
.h1 {
    font-size: 36px;
    line-height: 1.1em;
}

h2,
.h2 {
    font-size: 30px;
    line-height: 1.1em;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 1.3em;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 1.3em;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

/**
 * Text elements.
 */
p {
    margin: 0 0 23px;
}

abbr[title],
dfn[title] {
    cursor: help;
}

del {
    vertical-align: baseline; 
    text-decoration: line-through;

    color: #aaa;
}

code,
kbd,
pre,
samp {
    font-size: 16px;
}

pre {
    margin: 23px 0;
    padding: 23px;

    color: #2080ad; 
    background-color: #fafafa;
}

code {
    color: #2080ad;
}

ins {
    text-decoration: none; 

    background: #fff9c0;
}

blockquote {
    font-style: italic; 

    margin: 23px 40px;
    padding-left: 20px;

    color: #777;
    border-left: 3px solid #278db0;
}
blockquote cite {
    position: relative; 

    display: block;

    padding: 10px 0 0 20px;

    color: #555;
}
blockquote cite:before {
    position: absolute; 
    left: 0;

    content: '\2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: '';
}

address {
    display: block; 

    margin: 0 0 23px;
}

ul,
ol {
    margin: 14px 0;
    padding: 0 0 0 23px;
}

ul {
    list-style: disc;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

li ul,
li ol {
    margin: 0;
}

dl {
    margin: 23px;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 23px;
}

hr {
    clear: both;

    height: 1px;
    min-height: 0; 
    margin: 23px 0;

    border-top: 1px solid #e9e9e9;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
hr.dotted {
    border-style: dotted;
}
hr.dashed {
    border-style: dashed;
}
hr.blackborder {
    border-color: #000;
}
hr.whiteborder {
    border-color: #fff;
}

/**
 * Print styles.
 */
@media print {
    * {
        color: #000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: ' (' attr(href) ')';
    }
    abbr[title]:after {
        content: ' (' attr(title) ')';
    }
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }
    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*------------------------------------*	$FORMS
\*------------------------------------*/
form input[type='text'],
form input[type='password'],
form input[type='email'],
form input[type='url'],
form input[type='date'],
form input[type='month'],
form input[type='time'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='week'],
form input[type='number'],
form input[type='search'],
form input[type='tel'],
form input[type='color'],
form select,
form textarea {
    display: inline-block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    height: 2em;
    padding: .5em .6em;

    vertical-align: middle;

    border: 1px solid #ddd;
    border-radius: 3px;
}

form textarea {
    height: auto;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em .6em;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 3px #ddd;
	box-shadow: inset 0 1px 3px #ddd;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
form input[type='color'] {
	padding: .2em .5em;
}

form input[type='text']:focus,
form input[type='password']:focus,
form input[type='email']:focus,
form input[type='url']:focus,
form input[type='date']:focus,
form input[type='month']:focus,
form input[type='time']:focus,
form input[type='datetime']:focus,
form input[type='datetime-local']:focus,
form input[type='week']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form input[type='tel']:focus,
form input[type='color']:focus,
form select:focus,
form textarea:focus {
	border-color: #129fea;
	outline: 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
    border-color: #129fea; 
    outline: 0;
}

form input[type='file']:focus,
form input[type='radio']:focus,
form input[type='checkbox']:focus {
    outline: thin solid #129fea;
    outline: 1px auto #129fea;
}

form input[type='checkbox'],
form input[type='radio'] {
    display: block; 

    margin: .5em 0;
}

form input[type='text'][disabled],
form input[type='password'][disabled],
form input[type='email'][disabled],
form input[type='url'][disabled],
form input[type='date'][disabled],
form input[type='month'][disabled],
form input[type='time'][disabled],
form input[type='datetime'][disabled],
form input[type='datetime-local'][disabled],
form input[type='week'][disabled],
form input[type='number'][disabled],
form input[type='search'][disabled],
form input[type='tel'][disabled],
form input[type='color'][disabled],
form select[disabled],
form textarea[disabled] {
    cursor: not-allowed;

    color: #cad2d3; 
    background-color: #eaeded;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
    /* menu hover bg color */
	color: #777;
    /* menu text color */
	border-color: #ccc;
	background-color: #eee;
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
	color: #b94a48;
	border-color: #e9322d;
}

form input[type='file']:focus:invalid:focus,
form input[type='radio']:focus:invalid:focus,
form input[type='checkbox']:focus:invalid:focus {
	outline-color: #e9322d;
}

form select {
    /* Normalizes the height; padding is not sufficient. */
	height: 2.25em;
	border: 1px solid #ccc;
	background-color: white;
}

form select[multiple] {
	height: auto;
}

form label {
	margin: .5em 0 .2em;
}

form fieldset {
	margin: 0;
	padding: .35em 0 .75em;
	border: 0;
}

form legend {
	display: block;
	width: 100%;
	margin-bottom: .3em;
	padding: .3em 0;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

/*csslint outline-none:false*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	font-family: inherit;
	font-size: 100%;
	padding: .5em 1em;
	text-decoration: none;
	color: #444;
    /* rgba not supported (IE 8) */
	color: rgba(0, 0, 0, .8);
    /* rgba supported */
	border: 1px solid #999;
    /*IE 6/7/8*/
	border: none transparent;
	border-radius: 2px;
    /*IE9 + everything else*/
	background-color: #eee;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, left, color-stop(40%, rgba(0, 0, 0, .05)), right);
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
	outline: 0;
}

button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
	border-color: #000\9;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
	cursor: not-allowed;
	opacity: .40;
	border: none;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: alpha(opacity=40);
	-khtml-opacity: .40;
	-moz-opacity: .40;
}

/* Firefox: Get rid of the inner focus border */
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
	color: #fff;
	background-color: #0078e7;
}

/*------------------------------------*	$HEADER
\*------------------------------------*/
/**
 * Search area
 */
.search-area {
	display: none;
	padding: 40px 0;
	background-color: #454545;
}

.search-area .field {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #999;
	border-radius: 0;
	background-color: transparent;
}

.search-area .field:focus {
	outline: none;
}

/**
 * Header
 */
.site-header {
	margin-bottom: 60px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 20px rgba(153, 153, 153, .2);
	box-shadow: 0 1px 20px rgba(153, 153, 153, .2);
}

.site-branding {
	padding: 60px 0;
	text-align: center;
}

.site-branding .site-title {
	text-transform: uppercase;
}

.site-branding .site-title a {
	color: #454545;
}

.site-branding .site-title a:hover {
	color: #278db0;
}

.site-branding .site-description {
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	color: #777;
}

.has-custom-header .site-branding .site-title a {
	color: #fff;
}

.has-custom-header .site-branding .site-title a:hover {
	color: #278db0;
}

.has-custom-header .site-branding .site-description {
	color: #fff;
}

/**
 * Page header
 */
.page-title {
	font-size: 30px;
}

.page-header {
	max-width: 800px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 4px double #e9e9e9;
}

.page-header:after {
	display: block;
	clear: both;
	content: ' ';
}

.page-header p {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color: #999;
}

.page-header .avatar {
	border-radius: 50%;
}

.page-header.author-bio {
	padding: 0;
	text-align: left;
	border-top: 0;
}

/*------------------------------------*	$NAVIGATIONS
\*------------------------------------*/
.main-navigation {
	position: relative;
	border-top: 1px solid #e9e9e9;
	background-color: #fff;
}

.main-navigation .wide-container {
	position: relative;
}

.menu-primary-items {
	margin-top: -1px;
	text-align: center;
}

.menu-primary-items li {
	position: relative;
}

.menu-primary-items li:first-child {
	padding-left: 0;
}

.menu-primary-items li.current-menu-item a {
	color: #278db0;
	border-top: 1px solid #278db0;
}

.menu-primary-items li:hover > .sub-menu {
	display: block;
}

.menu-primary-items li:hover > a {
	color: #278db0;
	border-top: 1px solid #278db0;
}

.menu-primary-items li.menu-item-has-children {
	padding-right: 10px;
}

.menu-primary-items li.menu-item-has-children::after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	font-size: 14px;
	position: absolute;
	top: 22px;
	right: 5px;
	display: inline-block;
	content: '\f107';
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.menu-primary-items li.menu-item-has-children::after:hover {
	content: '\f106';
	color: #278db0;
}

.menu-primary-items li.menu-item-has-children:hover::after {
	content: '\f106';
}

.menu-primary-items a {
	font-size: 14px;
	font-weight: 700;
	padding: 18px 12px;
	text-transform: uppercase;
	color: #454545;
	border-top: 1px solid transparent;
}

.menu-primary-items a:hover {
	color: #278db0;
	border-top: 1px solid #278db0;
}

.menu-primary-items .sub-menu {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	display: none;
	min-width: 190px;
	margin-top: 0;
	padding: 0;
	text-align: left;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .09);
	box-shadow: 0 0 4px rgba(0, 0, 0, .09);
}

.menu-primary-items .sub-menu ul {
	top: 0;
	left: 100%;
}

.menu-primary-items .sub-menu li {
	margin: 0;
	padding: 0;
}

.menu-primary-items .sub-menu li:first-child a {
	border-top: 0;
}

.menu-primary-items .sub-menu li.current-menu-item a {
	color: #278db0;
	border-top: 1px dotted #e9e9e9;
}

.menu-primary-items .sub-menu li.menu-item-has-children::after {
	top: 14px;
	right: 10px;
	content: '\f105';
}

.menu-primary-items .sub-menu li.menu-item-has-children:hover::after {
	content: '\f104';
}

.menu-primary-items .sub-menu a {
	font-weight: 400;
	line-height: 20px;
	min-width: 170px;
	margin: 0 10px;
	padding: 10px;
	text-transform: capitalize;
	border-top: 1px dotted #e9e9e9;
}

.menu-primary-items .sub-menu a:hover {
	color: #278db0;
	border-top: 1px dotted #e9e9e9;
}

/**
 * Mobile menu
 */
.slicknav_menu {
	display: none;
}

@media (max-width: 768px) {
	#menu-primary-items {
		display: none;
	}

	.slicknav_menu {
		display: block;
		padding: 0;
		background-color: transparent;
	}

	.slicknav_menu .slicknav_icon-bar {
		background-color: #454545;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.slicknav_btn {
		float: left;
		margin: 0;
		padding: 20px 0 20px 20px;
		background-color: transparent;
	}

	.slicknav_nav {
		margin-top: 60px;
		padding: 10px 0;
		background-color: #454545;
	}

	.slicknav_nav .slicknav_row,
    .slicknav_nav a {
		font-size: 16px;
		margin: 0;
		padding: 5px 20px;
		text-transform: uppercase;
		color: #fff;
	}

	.slicknav_nav .slicknav_row:hover,
    .slicknav_nav a:hover {
		color: #fff;
		border-radius: 0;
		background-color: #333;
	}
}

/**
 * Search icon
 */
.search-toggle {
	font-size: 18px;
	position: absolute;
	top: 18px;
	right: 30px;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out 0s;
	transition: all 200ms ease-in-out 0s;
}

@media (max-width: 768px) {
	.search-toggle {
		top: -40px;
	}
}

.search-toggle:hover {
	color: #278db0;
}

/*------------------------------------*	$CONTENTS
\*------------------------------------*/
/**
 * Posts Slider
 */
#posts-slider {
	margin-bottom: 90px;
}

@media (max-width: 479px) {
	#posts-slider {
		display: none !important;
	}
}

#posts-slider .item {
	position: relative;
	text-align: center;
}

#posts-slider .item img {
	display: block;
}

#posts-slider .item::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 0, 0, .6);
}

#posts-slider .slider-content {
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 30%;
	margin: auto;
	text-align: center;
	color: #fff;
}

#posts-slider .slider-content a {
	color: #fff;
}

@media (max-width: 1024px) {
	#posts-slider .slider-content {
		height: 40%;
	}
}

@media (max-width: 800px) {
	#posts-slider .slider-content {
		width: 60%;
		height: 50%;
	}
}

#posts-slider .slider-content .entry-title {
	font-size: 26px;
	text-transform: uppercase;
}

@media (min-width: 767px) {
	#posts-slider .slider-content .entry-title {
		font-size: 36px;
	}
}

#posts-slider .slider-content .entry-date {
	color: #fff;
}

#posts-slider .slider-content .more-link {
	display: none;
	background-color: transparent;
}

@media (min-width: 767px) {
	#posts-slider .slider-content .more-link {
		display: inline-block;
	}
}

#posts-slider .slider-content .more-link:hover {
	color: #454545;
	border-color: #e9e9e9;
	background-color: #fff;
}

/**
 * Featured Posts
 */
.featured-posts {
	margin-top: -50px;
	margin-bottom: 90px;
	padding-bottom: 60px;
	text-align: center;
	border-bottom: 4px double #e9e9e9;
}

@media (max-width: 479px) {
	.featured-posts {
		margin-top: -20px;
	}
}

.single .featured-posts {
	margin-top: 0;
}

.featured-posts .featured-item {
	margin-bottom: 30px;
}

@media (min-width: 481px) {
	.featured-posts .featured-item {
		float: left;
		width: 30.5936073059%;
		margin-right: 4.1095890411%;
		margin-bottom: 0;
	}

	.featured-posts .featured-item:last-child {
		float: right;
		margin-right: 0;
	}
}

.featured-posts .title {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.featured-posts .entry-title {
	font-size: 18px;
	margin-bottom: 6px;
}

.featured-posts .entry-title a {
	color: #454545;
}

.featured-posts .entry-title a:hover {
	color: #278db0;
}

.featured-posts .entry-date {
	font-size: 12px;
	color: #999;
}

.hentry {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 40px;
	word-wrap: break-word;
	border-bottom: 4px double #e9e9e9;
}

.hentry.page {
	border-bottom: 0;
}

.single .hentry {
	margin-bottom: 0;
	border-bottom: 0;
}

.entry-header {
	position: relative;
	margin-bottom: 36px;
	padding-bottom: 20px;
	text-align: center;
}

.entry-header::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 70px;
	margin: auto;
	content: '';
	border-bottom: 5px solid #e9e9e9;
}

.entry-header .cat-links {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.entry-header .entry-title {
	font-size: 36px;
}

.entry-header .entry-title a {
	color: #454545;
}

.entry-header .entry-title a:hover {
	color: #278db0;
}

.entry-header .entry-date {
	font-size: 14px;
	color: #999;
}

.entry-header i.fa-circle {
	font-size: 5px;
	padding: 0 5px;
	vertical-align: middle;
	color: #999;
}

.thumbnail-link {
	position: relative;
	display: block;
	margin-bottom: 23px;
}

.thumbnail-link:hover {
	opacity: .8;
}

.thumbnail-link img {
	display: block;
}

.more-link-wrapper {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: -25px;
	left: 0;
	display: block;
	text-align: center;
}

.more-link-wrapper .more-link {
	display: inline-block;
	padding: 9px 18px;
	border: 4px double #eee;
	background-color: #fff;
}

.more-link-wrapper .more-link:hover,
.more-link-wrapper .more-link:visited:hover {
	color: #fff;
	background-color: #278db0;
}

.loop-nav {
	font-size: 13px;
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #aaa;
}

.loop-nav a {
	display: block;
	color: #666;
}

.loop-nav a:hover {
	color: #278db0;
}

.loop-nav .prev {
	float: left;
}

.loop-nav .next {
	float: right;
	text-align: right;
}

.attachment .entry-title {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.attachment .entry-attachment {
	float: left;
	width: 65.296803653%;
	margin-right: 4.1095890411%;
}

.attachment .entry-meta {
	float: right;
	width: 30.5936073059%;
	margin-right: 0;
}

.attachment .entry-meta .entry-side {
	display: block;
	padding-bottom: 8px;
}

.attachment .entry-meta span,
.attachment .entry-meta time {
	color: #999;
}

.attachment .entry-meta span span,
.attachment .entry-meta span a,
.attachment .entry-meta time span,
.attachment .entry-meta time a {
	color: #454545;
}

/**
 * Post format
 */
.entry-format {
	margin-bottom: 23px;
}

.format-gallery .item img {
	display: block;
	width: 100%;
	height: auto;
}

.owl-theme .owl-controls {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -20px;
}

.owl-theme .owl-controls .owl-buttons div {
	font-size: 16px;
	float: left;
	margin: 0;
	padding: 14px 8px;
	opacity: 1;
	color: #454545;
	border-radius: 0;
	background-color: #fff;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	float: right;
}

.format-quote {
	padding-bottom: 0;
	border-bottom: 0;
}

.format-quote .thumbnail-link::after {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 0, 0, .6);
}

.format-quote .quote-content {
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	left: 0;
	padding: 50px;
}

.format-quote .fa-quote-left {
	font-size: 50px;
	display: block;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}

.format-quote .quote {
	font-size: 30px;
	font-style: italic;
	line-height: 1.3;
	color: #fff;
}

.format-quote .author {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	margin-left: 25px;
	text-transform: uppercase;
	color: #fff;
}

.format-quote .author::before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	position: absolute;
	top: 0;
	left: -25px;
	display: inline-block;
	content: '\f040';
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
 * Single
 */
.tag-links a {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 8px;
	padding: 5px 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #454545;
	border: 3px double #e9e9e9;
	background-color: #fff;
}

.tag-links a:hover {
	color: #fff;
	background-color: #278db0;
}

.tag-links span {
	font-size: 18px;
}

/**
 * Author box
 */
.author-bio {
	padding-top: 30px;
	border-top: 4px double #e9e9e9;
}

.author-bio .avatar {
	float: left;
	margin-right: 20px;
	border-radius: 50%;
}

@media (max-width: 320px) {
	.author-bio .avatar {
		display: none;
	}
}

.author-bio .description {
	overflow: hidden;
}

.author-bio .author-title {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 6px;
	text-transform: capitalize;
}

.author-bio .author-title a {
	color: #454545;
}

.author-bio .author-title a:hover {
	color: #278db0;
}

.author-bio .author-social {
	margin-bottom: 30px;
}

.author-bio .author-social li:first-child {
	padding-left: 0;
}

.author-bio .author-social a {
	font-size: 16px;
	color: #bbb;
}

.author-bio .author-social a:hover {
	color: #278db0;
}

/**
 * Jetpack
 */
.jetpack-share-like {
	margin-top: 30px;
}

/**
 * Pagination
 */
.pagination {
	display: block;
	clear: both;
	margin-bottom: 60px;
	text-align: center;
}

.pagination .page-numbers {
	display: inline-block;
	padding: 4px 12px;
	color: #454545;
	border: 4px double #e9e9e9;
	background-color: #fff;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	color: #fff;
	background-color: #454545;
}

/**
 * Related posts
 */
.related-posts {
	padding-top: 60px;
	border-top: 4px double #e9e9e9;
}

.related-posts h3 {
	margin-top: 0;
	margin-bottom: 30px;
}

.related-posts li {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.related-posts li {
		float: left;
		width: 27.619047619%;
		margin-right: 8.5714285714%;
		margin-bottom: 0;
	}

	.related-posts li:last-child {
		float: right;
		margin-right: 0;
	}
}

.related-posts .thumbnail-link {
	margin-bottom: 14px;
}

.related-posts .entry-title {
	font-size: 15px;
	margin-bottom: 8px;
}

.related-posts .entry-title a {
	color: #454545;
}

.related-posts .entry-title a:hover {
	color: #278db0;
}

.related-posts .published {
	font-size: 12px;
	font-style: italic;
	color: #999;
}

/**
 * Team
 */
.members {
	margin: 0 !important;
	padding: 0;
}

.members .member {
	float: left;
	width: 50%;
	padding: 2%;
	list-style: none;
}

.members .member:nth-of-type(2n+1) {
	clear: left;
}

.members .member .member-photo {
	float: left;
	width: 100px;
	max-width: 100%;
	margin-right: 30px;
}

.members .member .member-photo img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 50%;
}

.members .member .member-photo .member-social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.members .member .member-photo .member-social li {
	font-size: 12px;
	display: inline-block;
	margin: 0 1px;
}

.members .member .member-content {
	position: relative;
	overflow: hidden;
}

.members .member .member-content:before {
	position: absolute;
	top: 0;
	width: 56px;
	height: 1px;
	content: '';
	background: #dededc;
}

.members .member .member-content .member-name {
	margin: 18px 0 0;
}

.members .member .member-content .member-position {
	color: #999;
}

.members .member .member-content .member-desc {
	line-height: 1.5em;
}

/**
 * Archive template
 */
.page-template-archive .entry-content h2 {
	font-size: 20px;
	margin-bottom: 30px;
}

/*------------------------------------*	$SIDEBAR
\*------------------------------------*/
/**
 * Sidebar footer
 */
.footer-widget {
	padding-top: 60px;
	border-top: 4px double #e9e9e9;
}

@media (min-width: 601px) {
	.footer-widget .footer-column {
		float: left;
		width: 30.5936073059%;
		margin-right: 4.1095890411%;
	}

	.footer-widget .footer-column.footer-column-3 {
		float: right;
		margin-right: 0;
	}
}

.widget {
	margin-bottom: 60px;
}

@media (min-width: 601px) and (max-width: 801px) {
	.widget-area .widget {
		float: left;
		width: 47.9452054795%;
		margin-right: 4.1095890411%;
	}

	.widget-area .widget:nth-child(2n+2) {
		float: right;
		margin-right: 0;
	}

	.widget-area .widget:nth-child(2n+1) {
		clear: left;
	}
}

.widget li {
	padding: 8px 0;
	border-bottom: 1px dotted #e9e9e9;
}

.widget li:first-child {
	padding-top: 0;
}

.widget li a {
	color: #454545;
}

.widget li a:hover {
	color: #278db0;
}

.widget select {
	width: 100%;
	border: 1px solid #eee;
}

.widget-title {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
	color: #454545;
	border: 4px double #e9e9e9;
}

.widget_archive li,
.widget_categories li {
	text-align: right;
}

.widget_archive a,
.widget_categories a {
	float: left;
}

.widget_rss li a {
	color: #278db0;
}

.widget_search .field {
	width: 100%;
}

.widget_tag_cloud a {
	line-height: 1.5;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 8px;
	padding: 2px 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	background-color: #278db0;
}

.widget_tag_cloud a:hover {
	opacity: .75;
	color: #fff;
}

.widget_nav_menu .sub-menu {
	padding-left: 20px;
}

.widget_nav_menu .sub-menu li:first-child {
	padding-top: 5px;
}

.widget_nav_menu .sub-menu li:last-child {
	border-bottom: 0;
}

.widget_recent_entries a {
	line-height: 1.5;
	float: left;
	width: 65%;
}

.widget_recent_entries .post-date {
	font-size: 12px;
	float: right;
	color: #777;
}

.subscribe-widget .widget-title {
	display: none;
}

.subscribe-widget .form-subscribe {
	padding: 20px;
	color: #fff;
	background-color: #454545;
}

.subscribe-widget p {
	color: #fff;
}

.subscribe-widget input[type='text'] {
	padding: 18px 10px;
}

@media (max-width: 1024px) {
	.subscribe-widget input[type='text'] {
		padding: 18px 5px;
	}
}

.posts-thumbnail-widget ul {
	padding-left: 0;
	list-style: none;
}

.posts-thumbnail-widget li {
	line-height: 1.3em;
	overflow: hidden;
	padding: 10px 0;
}

.posts-thumbnail-widget .entry-thumbnail {
	float: left;
	max-width: 64px;
	margin-right: 15px;
}

.posts-thumbnail-widget .entry-date {
	font-size: 11px;
	font-weight: 400;
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
	color: #9f9f9f;
}

.widget_social {
	text-align: center;
}

@media (max-width: 600px) {
	.widget_social {
		text-align: left;
	}
}

.widget_social a {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 5px;
	padding: 8px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #333;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.widget_social a {
		padding: 9px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.widget_social a {
		padding: 9px;
	}
}

@media (max-width: 1024px) {
	.widget_social a {
		margin: 0 2px;
	}
}

.widget_social a:hover {
	color: #fff;
	background-color: #278db0;
}

/*------------------------------------*	$FOOTER
\*------------------------------------*/
.site-footer {
	font-size: 13px;
	padding: 20px 0;
	background-color: #f5f5f5;
}

@media (min-width: 240px) {
	.site-footer .wide-container {
		padding: 0 20px;
	}
}

.site-info {
	margin-bottom: 20px;
	text-align: center;
}

@media (min-width: 768px) {
	.site-info {
		float: left;
		width: 47.9452054795%;
		margin-right: 4.1095890411%;
		margin-bottom: 0;
		padding-top: 5px;
		text-align: left;
	}
}

.site-info a {
	color: #454545;
	border-bottom: 1px dotted #777;
}

.site-info p {
	margin-bottom: 0;
}

.social-links {
	text-align: center;
}

@media (min-width: 768px) {
	.social-links {
		float: right;
		width: 47.9452054795%;
		margin-right: 0;
		text-align: right;
	}
}

.social-links a {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 5px;
	padding: 8px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #333;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.social-links a {
		padding: 9px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.social-links a {
		padding: 9px;
	}
}

.social-links a:hover {
	color: #fff;
	background-color: #278db0;
}

/**
 * Back to top
 */
#scrollUp {
	right: 20px;
	bottom: 20px;
	padding: 5px 10px;
	color: #fff;
	background-color: #454545;
}

#scrollUp:hover {
	background-color: #278db0;
}

/*------------------------------------*	$COMMENTS
\*------------------------------------*/
.comments-title {
	margin-bottom: 60px;
}

.commentlist {
	margin-bottom: 40px;
	border-bottom: 1px dotted #e9e9e9;
}

.commentlist .comment {
	margin-bottom: 60px;
}

.commentlist .children {
	margin: 60px 0;
	padding-left: 0;
	list-style: none;
}

.commentlist .children .avatar {
	width: 90px;
}

@media (min-width: 600px) {
	.commentlist .children {
		padding-left: 90px;
	}
}

@media (min-width: 240px) and (max-width: 768px) {
	.commentlist .children .children {
		padding-left: 0;
	}
}

@media (min-width: 480px) {
	.comment-avatar {
		float: left;
		width: 14.2857142857%;
		margin-right: 2.8571428571%;
	}

	.comment-body {
		float: right;
		width: 82.8571428571%;
		margin-right: 0;
	}
}

.comment-avatar {
	text-align: center;
}

.comment-avatar .avatar {
	border-radius: 50%;
}

.comment-avatar .name {
	font-size: 13px;
	font-weight: 700;
	display: block;
}

.comment-avatar .name a {
	color: #454545;
}

.comment-body {
	position: relative;
}

.comment-body .comment-wrapper {
	position: relative;
	padding: 25px;
	border: 4px double #e9e9e9;
	background-color: #fff;
}

.comment-body .comment-head {
	font-size: 12px;
	margin-bottom: 10px;
}

.comment-body .comment-head a {
	color: #aaa;
}

@media (max-width: 479px) {
	.comment-body .comment-content {
		font-size: 16px;
	}
}

.comment-body .comment-content p:last-of-type {
	margin-bottom: 0;
}

.comment-reply-link {
	font-size: 12px;
	position: relative;
	top: auto;
	right: auto;
	display: inline-block;
	padding-top: 20px;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	text-transform: uppercase;
	color: #999;
}

@media (min-width: 480px) {
	.comment-reply-link {
		position: absolute;
		top: 25px;
		right: 25px;
		padding-top: 0;
	}
}

.author-badge {
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 6px;
	color: #fff;
	background-color: #278db0;
}

@media (min-width: 480px) {
	.author-badge {
		margin-bottom: 0;
	}
}

.children .comment-respond,
.layout-2c-l .comment-respond {
	margin-top: 60px;
}

.children .comment-form-author,
.children .comment-form-email,
.children .comment-form-url,
.layout-2c-l .comment-form-author,
.layout-2c-l .comment-form-email,
.layout-2c-l .comment-form-url {
	display: block;
	width: 100%;
}

/**
 * Comment form
 */
.comments-area {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 30px;
	border-top: 4px double #e9e9e9;
}

.comment-notes {
	font-size: 13px;
	font-style: italic;
	color: #999;
}

form.comment-form label {
	font-size: 12px;
	font-weight: 700;
	display: block;
}

form.comment-form input[type='text'],
form.comment-form input[type='email'],
form.comment-form input[type='url'],
form.comment-form textarea {
	border-radius: 0;
	background-color: #fafafa;
}

form.comment-form input[type='text']:focus,
form.comment-form input[type='email']:focus,
form.comment-form input[type='url']:focus,
form.comment-form textarea:focus {
	background-color: #fff;
}

form.comment-form input[type='text'],
form.comment-form input[type='email'],
form.comment-form input[type='url'] {
	padding: 17px 8px;
}

form.comment-form .comment-form-comment {
	clear: both;
}

form.comment-form .comment-form-author,
form.comment-form .comment-form-email,
form.comment-form .comment-form-url {
	float: left;
	margin-right: 29px;
}

form.comment-form .comment-form-author input,
form.comment-form .comment-form-email input,
form.comment-form .comment-form-url input {
	width: 270px;
}

form.comment-form textarea {
	width: 100%;
}

form.comment-form .comment-form-url {
	margin-right: 0;
}

form.comment-form input[type='submit'] {
	font-weight: 700;
	padding: 10px 20px;
	color: #fff;
	background-color: #278db0;
}

.required {
	color: #f00;
}

#cancel-comment-reply-link {
	font-family: 'Droid Serif', serif;
	font-size: 13px;
}

#comment-nav-above {
	margin-bottom: 30px;
	margin-bottom: 2.30769rem;
}

.comment-navigation .nav-previous {
	display: inline;
	float: left;
}

.comment-navigation .nav-next {
	display: inline;
	float: right;
	text-align: right;
}

.comment-navigation a {
	color: #555;
}

/*------------------------------------*	$HOMEPAGE
\*------------------------------------*/
@media (min-width: 481px) {
	.home-grid .site-main .hentry {
		float: left;
		width: 46.8531468531%;
		margin-right: 6.2937062937%;
	}

	.home-grid .site-main .hentry:nth-of-type(2n+2) {
		float: right;
		margin-right: 0;
	}

	.home-grid .site-main .hentry:nth-of-type(2n+1) {
		clear: left;
	}
}

.home-grid .site-main .hentry .entry-title {
	font-size: 22px;
}

/*------------------------------------*	$STATE
\*------------------------------------*/
