/*
Theme Name: Modest
Theme URI: http://modest.guuthemes.com
Author: guuthemes
Author URI: http://guuthemes.com/
Description: A truly simple portfolio theme.
Version: 1.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: light, responsive-layout, theme-options, translation-ready, photoblogging
*/


/* Table of Contents
==================================================

1	- Normalize
2	- Base
3	- Grid
4	- WordPress Specific CSS
5	- Header Global
6	- Navigation
7	- Social Icons
8	- Google Map
9	- Forms
10	- Contact Details
11	- Portfolio
12	- Portfolio Overlay Styles
13	- Isotope
14	- Blog
15	- Team Members
16	- Footer Global
17	- Widgets
18	- Media Queries

================================================== */


/*----------------------------------------------*/
/*	1 - Normalize
/*----------------------------------------------*/

/*! normalize.css v3.0.1 (Custom Build) | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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: 0.67em 0;
}

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

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

sub {
    bottom: -0.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 {
    -moz-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 {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 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"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 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 {
    border: 0;
    padding: 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"] {
    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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * 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 {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
    border: 0;
    /* 1 */
    padding: 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-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*----------------------------------------------*/
/*	2 - Base
/*----------------------------------------------*/

/* General
------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    color: #333;
    -webkit-text-size-adjust: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    overflow: hidden;
}

body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    z-index: 9000;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-content {
    position: relative;
    padding: 80px 0;
    background-color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #333;
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #333;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #333;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h4 {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h5 {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h6 {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #333;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

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

a {
    color: #999;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #333;
}

/* Blockquotes
------------------------------------------------*/

blockquote {
    font-size: 25px;
    line-height: 33px;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 10px;
    border-left: 2px solid;
    padding-left: 30px;
}

cite {
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
    font-style: normal;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* List Items
------------------------------------------------*/

ul,
ol {
    list-style-position: inside;
    margin-top: 20px;
    margin-bottom: 20px;
}

li {
    padding-bottom: 10px;
}

/* Clearfix
------------------------------------------------*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/* Item specific clearing
------------------------------------------------*/

.team-member.clearcol {
    clear: both;
}

/* Text Highlight
------------------------------------------------*/

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

::selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}

/* Default Button
------------------------------------------------*/

.read-more {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}

.read-more:after {
    font-family: "Ionicons";
    content: "\f1c9";
    padding-left: 10px;
}

/*----------------------------------------------*/
/*	3 - Grid
/*----------------------------------------------*/

/* Clearfix for Grid
------------------------------------------------*/

.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}

/* Default Grid
------------------------------------------------*/

.grid {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.wfull {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.row {
    width: 100%;
    margin-bottom: 20px;
}

.row .row {
    width: auto;
    margin: 0 -20px;
}

.row.inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    margin-bottom: 20px;
}

.c1 {
    width: 8.33%;
}

.c2 {
    width: 16.66%;
}

.c3 {
    width: 25%;
}

.c4 {
    width: 33.33%;
}

.c5 {
    width: 41.66%;
}

.c6 {
    width: 50%;
}

.c7 {
    width: 58.33%;
}

.c8 {
    width: 66.66%;
}

.c9 {
    width: 75%;
}

.c10 {
    width: 83.33%;
}

.c11 {
    width: 91.66%;
}

.c12 {
    width: 100%;
}

.c1,
.c2,
.c3,
.c4,
.c5,
.c6,
.c7,
.c8,
.c9,
.c10,
.c11,
.c12 {
    min-height: 1px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

/* Media query for 960 Screens - sets nested grids to 100%
---------------------------------------------------------------*/

@media only screen and (max-width: 960px) {
  
    .row .row .c1,
    .row .row .c2,
    .row .row .c3,
    .row .row .c4,
    .row .row .c5,
    .row .row .c6,
    .row .row .c7,
    .row .row .c8,
    .row .row .c9,
    .row .row .c10,
    .row .row .c11,
    .row .row .c12 {
        width: 100%;
        margin-bottom: 20px;
    }

    .row .row > div:last-child {
        margin-bottom: 0;
    }
    
}

/* Media query for iPad and tablets
------------------------------------------------*/

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation: portrait) {
  
    .row {
        margin-bottom: 0;
    }

    .c1,
    .c2,
    .c3,
    .c4,
    .c5,
    .c6,
    .c7,
    .c8,
    .c9,
    .c10,
    .c11,
    .c12 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    } 

}

/*----------------------------------------------*/
/*	4 - WordPress Specific CSS
/*----------------------------------------------*/

.widget_meta ul li {
    list-style: none;
    padding: 8px 0 0 0;
}

.widget_archive ul li {
    list-style: none;
    padding: 8px 0 0 0;
}

.widget_pages ul li {
    list-style: none;
    padding: 7px 0 0 0;
}

.widget_calendar {
    float: left;
}

.widget_calendar table {
    width: 100%;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #999;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right; 
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

.widget_categories ul li {
    list-style: none;
    padding: 8px 0 0 0;
}

#recentcomments li {
    list-style: none;
    padding: 8px 0 0 0;
}

.widget_recent_entries ul li {
    list-style: none;
    padding: 8px 0 0 0;
}

/* Default Comment Form Styles */

.alignleft,
.alignleft img {
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    float: left;
}

.alignright,
.alignright img {
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    float: right;
}

.aligncenter,
.aligncenter img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    padding: 6px;
    color: #fff;
    background-color: #333;
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    line-height: 14px;
}

.wp-caption.alignleft {
    text-align: left;
    margin-right: 1.1em;
    margin-bottom: 1.1em;
}

.wp-caption.alignright {
    text-align: right;
    margin-left: 1.1em;
    margin-bottom: 1.1em;
}

.wp-caption.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.gallery-caption {
    padding: 9px;
}

.bypostauthor {}

.sticky {
    background: #f7f9fa;
    border: 2px solid #f5f5f5;
}

/*----------------------------------------------*/
/*	5 - Header Global
/*----------------------------------------------*/

.header-global {
    position: relative;
    background-color: #fff;
    padding: 20px 0 10px 0;
    width: 100%;
}

.header-global .row {
    margin-bottom: 0;
}

.logo.left {
    float: left;
}

.logo.right {
    float: right;
}

.logo h1 {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.logo h1 a {
    color: #fff;
}

.image-logo img {
    text-indent: -9999px;
}

/* Uber Area
------------------------------------------------*/

.uber-area {
    padding: 60px 0;
    text-align: left;
    position: relative;
    word-wrap: break-word;
}

.uber-area [class*="ion-"] {
    font-size: 80px;
    color: #d15555;
    margin-bottom: 30px;
}

.uber-title {
    font-size: 100px;
    line-height: 120px;
    letter-spacing: 30px;
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    opacity: .8;
}

.uber-subtitle {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 3px;
}

.uber-title.small {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 20px;
}

/*----------------------------------------------*/
/*	6 - Navigation
/*----------------------------------------------*/

/* Main Navigation
------------------------------------------------*/

/* The CSS can be found in /assets/css/pure-drawer.css */

/* Single Portfolio Navigation
------------------------------------------------*/

.project-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 50px 0 0 0;
    list-style: none;
    position: relative;
}

.project-nav .back,
.project-nav .next,
.project-nav .prev {
    display: inline-block;
}

.project-nav .prev {
    position: absolute;
    left: 0;
}

.project-nav .next {
    position: absolute;
    right: 0;
}

.project-nav .back a,
.project-nav .next a,
.project-nav .prev a {
    color: #d15555;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.project-nav .back a:hover,
.project-nav .next a:hover,
.project-nav .prev a:hover {
    color: #333;
}

.project-nav .fa {
    font-size: 30px;
}

.project-nav .back .fa {
    font-size: 25px;
}

/* Single Post Navigation
--------------------------------------------------*/

.pager {
    clear: both;
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 35px;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    *zoom: 1;
}

.pager:before,
.pager:after {
    display: table;
    content: "";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager a {
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 0;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pager a:hover {
    color: #333;
    position: relative;
}

.pager .next a {
    float: right;
}

.pager .previous a {
    float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
    color: #999;
    background-color: #fff;
    cursor: default;
}

/* Post Index Pagination
--------------------------------------------------*/

.pagination {
    float: right;
    margin-bottom: 30px;
}

.pagination a {
    list-style: none;
    margin: 0;
    padding: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pagination a:hover {
    color: #333;
}

.pagination a:last-child {
    margin-right: 0;
}

.pagination .current {
    padding: 5px;
    font-weight: 600;
}

.pagination a,
.pagination .current {
    display: inline-block;
}

.pagination .next,
.pagination .prev {
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 0;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pagination .next:hover,
.pagination .prev:hover {
    color: #333;
    position: relative;
}

/*----------------------------------------------*/
/*	7 - Social Icons
/*----------------------------------------------*/

/* General
------------------------------------------------*/

.social-icons {
    margin: 10px 0 0 0;
    padding: 0;
    border: 0;
    display: inline-block;
    text-transform: uppercase;
}

.social-icons a {
    position: relative;
    display: block;
    z-index: 1;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.social-icons > li {
    list-style-image: none;
    list-style-type: none;
    white-space: nowrap;
    margin-right: 10px;
    margin-left: 0;
    display: inline-block;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    padding: 10px;
}

.social-icons > li:first-child,
.social-icons > li.first {
    padding-left: 0;
}

.social-icons > li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.social-icons > li.last {
    padding-right: 0;
}

.social-icons li a .fa {
    color: #ddd;
    font-size: 20px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.social-icons li a:hover > .fa {
    color: #999;
}

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

.header-global .social-icons {
    margin-top: 30px;
}

.header-global .social-icons.default > li {
    padding: 5px 10px 10px 0;
    font-size: 10px;
}

.header-global .social-icons li a {
    font-weight: bold;
    letter-spacing: 3px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.header-global .social-icons li a:hover {
    color: #999;
}

.header-global .social-icons li a .fa {
    font-size: 20px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.header-global .social-icons li a:hover > .fa {
    color: #999;
}

/* Team Members/About
----------------------------------*/

.team-member .social-icons {
    margin: 20px 0 0 0;
    float: none;
}

.team-member .social-icons > li {
    margin-right: 0;
    margin-left: 0;
    display: inline-block;
    float: left;
    padding: 0 25px 0 0;
}

.team-member .social-icons > li:last-child {
    padding-right: 0;
}

.team-member .social-icons li a .fa,
.about-overview .social-icons li a .fa {
    color: #d15555;
    font-size: 20px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.team-member .social-icons li a:hover > .fa,
.about-overview .social-icons li a:hover > .fa {
    color: #999;
}

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

.footer-global .social-icons.default > li {
    padding: 5px 10px 10px 0;
}

.footer-global .social-icons li a {
    color: #999;
    font-weight: bold;
    letter-spacing: 3px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.footer-global .social-icons li a:hover {
    color: #d15555;
}

.footer-global .social-icons li a .fa {
    color: #999;
    font-size: 20px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.footer-global .social-icons li a:hover > .fa {
    color: #d15555;
}

/* Portfolio / Blog (Share Icons)
------------------------------------------------*/

.share-icons a .fa {
    color: #d15555;
    font-size: 20px;
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.share-icons a .fa:hover {
    color: #333;
}

/*----------------------------------------------*/
/*	8 - Google Map
/*----------------------------------------------*/

#map-default {
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 50px;
}

#map-default [class*="ion-"] {
    font-size: 80px;
    color: #666;
}

/*----------------------------------------------*/
/*	9 - Forms
/*----------------------------------------------*/

/* Contact Form 7
------------------------------------------------*/

.wpcf7-form {
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: left;
}

.wpcf7-form fieldset {
    margin-bottom: 20px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=password],
.wpcf7-form input[type=email],
.wpcf7-form textarea,
.wpcf7-form select {
    background-color: #eee;
    padding: 15px;
    border: none;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    color: #333;
    margin: 15px 0 0 0;
    width: 100%;
    display: block;
    line-height: 1.3;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-form select {
    padding: 0;
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=password]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form textarea:focus {
    background-color: #ddd;
    color: #333;
}

.wpcf7-form textarea {
    min-height: 150px;
}

.wpcf7-form p {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wpcf7-form p span {
    color: #999;
}

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

.wpcf7-form select {
    width: 220px;
    padding: 6px;
}

.wpcf7-form input[type=checkbox] {
    display: inline;
}

.wpcf7-form label span,
.wpcf7-form legend span {
    font-weight: 400;
    font-size: 12px;
    color: #444;
}

.wpcf7-form input.error,
.wpcf7-form textarea.error {
    margin-bottom: 6px;
}

.wpcf7-form .wpcf7-submit {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    border: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.wpcf7-form .wpcf7-submit:after {
    font-family: "Ionicons";
    content: "\f1c9";
    padding-left: 15px;
    font-weight: bold;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.wpcf7-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

.wpcf7-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.wpcf7-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.wpcf7-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.wpcf7-form .wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 0;
    border: none;
    font-style: italic;
}

.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-not-valid-tip {
    color: #c33;
    margin-bottom: 30px;
}

.wpcf7-form .wpcf7-mail-sent-ok {
    color: #afdd58;
}

div.wpcf7 img.ajax-loader {
    margin-left: 0;
}

/*----------------------------------------------*/
/*	10 - Contact Details
/*----------------------------------------------*/

.contact-address {
    font-size: 15px;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 5px;
}

.contact-address ul {
    margin: 0;
    padding: 0;
}

.contact-address li {
    list-style: none;
    margin-bottom: 10px;
}

.contact-address li:before {
    float: left;
    font-family: 'Ionicons';
    content: "\f2bd";
    color: #333;
    padding-right: 20px;
    font-size: 20px;
    font-style: normal;
}

/*----------------------------------------------*/
/*	11 - Portfolio
/*----------------------------------------------*/

/* Portfolio Filter
------------------------------------------------*/

.portfolio-filter {
    margin-bottom: 40px;
}

.portfolio-filter .filter {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.filter li {
    float: left;
    list-style: none;
    margin-right: 10px;
    font-weight: bold;
}

.filter li a {
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 18px;
    margin-top: 15px;
    padding: 10px 20px;
    text-align: center;
}

.filter li a:hover {
    position: relative;
}

.filter li a:hover,
.filter li .current {
    color: #333;
}

.filter li a:first-of-type {
    padding: 10px 20px 10px 0;
}

.filter li:last-of-type {
    margin-right: 0;
}

/* Single Project
------------------------------------------------*/

.single-project img {
    margin: 0 0 30px 0;
}

.single-project.standard .portfolio-thumb:last-of-type img {
    margin-bottom: 70px;
}

.single-project .video-frame,
.single-project .audio-frame {
    margin-bottom: 30px;
}

.project-icons {
    margin-top: 12px;
    margin-bottom: 30px;
}

.project-icons [class*="ion-"] {
    color: #ddd;
    font-size: 25px;
    margin-right: 20px;
}

.project-description {
    margin-bottom: 40px;
}

.project-description p {
    line-height: 30px;
}

.project-description p:first-of-type {
    font-size: 16px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 20px;
    letter-spacing: .6px;
}

.project-details {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project-details li span {
    color: #333;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.view-project {
    text-align: right;
    padding-top: 60px;
}

/* 12 - Portfolio Overlay Styles
------------------------------------------------*/

/* Style One
------------------------------*/

.projects.style-one .project-item {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.projects.style-one .project-item img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.projects.style-one .project-item:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
}

.projects.style-one .project-overview {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.projects.style-one .project-item-link:hover .project-overview {
    background-color: #fff;
}

.projects.style-one .project-title {
    margin-top: 3px;
    margin-bottom: 0;
    padding: 0;
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 4px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.projects.style-one .project-title span {
    color: #999;
}

.projects.style-one .project-item-link:hover .project-title {
    color: #333;
}

/* Style Two
------------------------------*/

.style-two .project-item {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.style-two .overlay-container {
    position: relative;
}

.style-two .overlay-container .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 20px;
    opacity: 0;
    border: 5px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.style-two .overlay-container:hover .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-backface-visibility: hidden;
}

.style-two .project-overview {
    position: absolute;
    bottom: 20px;
    left: 25px;
    background-color: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.style-two .overlay:hover .project-overview {
    position: absolute;
    bottom: 5px;
    left: 25px;
}

.style-two .project-title {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

/* Style Three (Also styling for all boxed versions)
------------------------------*/

.style-three .project-item,
.standard-2-col .project-item,
.standard-3-col .project-item,
.standard-4-col .project-item {
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.style-three .project-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.style-three .overlay-container,
.standard-2-col .overlay-container,
.standard-3-col .overlay-container,
.standard-4-col .overlay-container {
    position: relative;
    text-align: center;
}

.style-three .overlay-container .overlay,
.standard-2-col .overlay-container .overlay,
.standard-3-col .overlay-container .overlay,
.standard-4-col .overlay-container .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.style-three .overlay-container:hover .overlay,
.standard-2-col .overlay-container:hover .overlay,
.standard-3-col .overlay-container:hover .overlay,
.standard-4-col .overlay-container:hover .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-backface-visibility: hidden;
}

.style-three .project-overview,
.standard-2-col .project-overview,
.standard-3-col .project-overview,
.standard-4-col .project-overview {
    margin-top: 20px;
    background-color: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.style-three .project-title,
.standard-2-col .project-title,
.standard-3-col .project-title,
.standard-4-col .project-title {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.style-three [class*="ion-"] {
    color: #fff;
    font-size: 30px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.style-three .read-more-btn,
.standard-2-col .read-more-btn,
.standard-3-col .read-more-btn,
.standard-4-col .read-more-btn {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.style-three [class*="ion-"]:hover,
.style-three .read-more-btn:hover,
.standard-2-col .read-more-btn:hover,
.standard-3-col .read-more-btn:hover,
.standard-4-col .read-more-btn:hover {
    color: #999;
}

/* Style Four
------------------------------*/

.style-four .project-item {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.style-four .overlay-container {
    position: relative;
    text-align: center;
}

.style-four .overlay-container .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 20px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.style-four .overlay-container:hover .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-backface-visibility: hidden;
}

.style-four .project-overview {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.style-four .overlay:hover .project-overview {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.style-four .project-overview [class*="ion-"] {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}

.style-four .project-title {
    color: #fff;
    font-size: 25px;
    line-height: 23px;
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.style-four .project-date {
    color: #999;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Style Five
------------------------------*/

.style-five .project-item {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.style-five .project-item img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.style-five .project-item:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
}

.style-five .overlay-container {
    position: relative;
    text-align: center;
}

.style-five .overlay-container .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.style-five .overlay-container:hover .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-backface-visibility: hidden;
}

.style-five .project-overview {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: .1;
}

.style-five .overlay:hover .project-overview {
    opacity: 1;
}

.style-five .project-title {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    border-bottom: none;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
}

.style-five .project-date {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*----------------------------------------------*/
/*	13 - Isotope
/*----------------------------------------------*/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition: 600ms height;
    -o-transition: 600ms height;
    transition: 600ms height;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

/*----------------------------------------------*/
/*	14 - Blog
/*----------------------------------------------*/

/* General
------------------------------------------------*/

.post-excerpt,
.post-single {
    float: left;
}

.post-excerpt {
    margin-bottom: 30px;
    padding-bottom: 60px;
}

.sticky.post-excerpt {
    margin-bottom: 100px;
    padding: 40px 30px 40px 30px;
}

.post-single {
    margin-bottom: 30px;
    padding-bottom: 0;
}

.post-excerpt .date-stamp,
.post-single .date-stamp {
    color: #999;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 25px;
    text-transform: uppercase;
}

.post-excerpt .date-stamp .month,
.post-excerpt .date-stamp .day {
    font-size: 40px;
    line-height: 45px;
}

.blog-single-header .author-avatar {
    margin-bottom: 10px;
}

.author-avatar img {
    display: inline-block;
    border-radius: 100px;
    max-width: 40%;
    height: auto;
    margin-bottom: 30px;
}

.post-excerpt h2,
.post-single h2 {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.post-excerpt h2 a,
.post-single h2 a {
    color: #333;
}

.post-excerpt h2 a:hover,
.post-single h2 a:hover {
    color: #999;
}

.post-excerpt .meta-details p,
.post-single .meta-details p {
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    color: #999;
    margin-bottom: 30px;
    text-transform: lowercase;
}

.post-excerpt .meta-details span,
.post-single .meta-details span {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 3px;
}

.post-excerpt .post-cat,
.post-single .post-cat {
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    color: #999;
    text-transform: lowercase;
}

.post-excerpt .post-cat span a,
.post-single .post-cat span a {
    color: #333;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 2px;
}

.post-excerpt .post-cat span a:hover,
.post-single .post-cat span a:hover {
    color: #666;
}

.post-excerpt .meta-details a,
.post-single .meta-details a {
    color: #333;
}

.post-excerpt .meta-details a:hover,
.post-single .meta-details a:hover {
    color: #666;
}

.post-excerpt .post-thumbnail,
.post-single .post-thumbnail {
    list-style: none;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.post-excerpt .post-thumbnail img,
.post-single .post-thumbnail img,
.post-excerpt .video-frame {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.video-frame,
.audio-frame {
    margin-bottom: 70px;
}

.post-single .entry p:first-of-type {
    font-size: 16px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 20px;
    letter-spacing: .6px;
}

.post-excerpt .read-more {
    margin-top: 30px;
}

/* Post Tags
------------------------------------------------*/

.tag-title {
    display: inline-block;
    font-style: italic;
    color: #333;
}

.post-tags {
    margin-bottom: 20px;
}

.post-tags a::before {
    content: '#';
}

.post-tags a {
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 12px;
    margin-right: 5px;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.post-tags a:hover {
    color: #333;
    position: relative;
}

/* Author Avatar
------------------------------------------------*/

.avatar img {
    display: inline-block;
    border-radius: 100px;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

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

#comments {
    display: inline-block;
    margin-top: 60px;
    width: 100%;
}

#comments h4 {
    font-size: 16px;
    padding-bottom: 20px;
    display: block;
    border-bottom: 2px solid #333;
    font-weight: 400;
}

.comments-info {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #999;
    text-transform: lowercase;
}

.comments-info span {
    color: #333;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 3px;
}

.comments-list {
    background-color: #fafbfc;
    border-bottom: 2px solid #ddd;
    border-radius: 3px;
    margin: 25px 0 40px;
    padding: 40px;
}

.comment {
    border-top: 2px solid #ddd;
    display: inline-block;
    margin-top: 10px;
    padding-top: 30px;
}

.comment .children .comment {
    margin-top: 10px;
    padding-top: 30px;
}

.comment:first-child {
    border-top: 0;
    margin: 0;
    padding: 0;
}

.comment > div {
    display: inline-block;
}

.comment .avatar {
    border-radius: 100px;
    display: block;
    float: left;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.comment .comment-entry,
.comment .comment-meta {
    float: right;
    width: 100%;
}

.comment .comment-meta {
    margin-top: -4px;
}

.comment .author {
    font-size: 16px;
    border-bottom: none;
    margin: 10px 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

.comment-reply-link::before {
    content: '+';
    margin-right: 3px;
}

.comment-reply-link {
    color: #999;
    font-style: italic;
    text-transform: lowercase;
    float: right;
}

.comment-reply-link:hover {
    color: #333;
}

.comment .date {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    color: #999;
    text-transform: lowercase;
}

.comment .date span {
    color: #333;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 5px;
}

.comment .children {
    padding-left: 60px;
}

.comment .children .comment {
    border-top: 2px solid #ddd;
    position: relative;
}

.comment .children .children .comment-entry,
.comment .children .children .comment-meta,
.comment .children .comment-entry,
.comment .children .comment-meta {
    width: 100%;
}

.comment-reply-link {
    font-size: 80%;
}

.comment-moderate {
    float: left;
}

#respond {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
}

#respond h3 {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #333;
    color: #333;
    font-size: 22px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#respond p {
    font-style: italic;
    font-weight: 400;
    color: #999;
    text-transform: lowercase;
}

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

.comment-form {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.comment-form fieldset {
    margin-bottom: 20px;
}

.comment-form input[type=text],
.comment-form input[type=password],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea, select {
    background: #eee;
    padding: 15px;
    border: none;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    font-style: normal;
    color: #999;
    margin: 10px 0 0 0;
    width: 100%;
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comment-form select {
    padding: 0;
}

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

.comment-form .comment-notes {
    margin-bottom: 30px;
}

.comment-form textarea {
    min-height: 150px;
}

.comment-form label,
.comment-form legend {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: normal;
    color: #333;
}

.comment-form select {
    width: 220px;
    padding: 6px;
}

.comment-form input[type=checkbox] {
    display: inline;
}

.comment-form label span,
.comment-form legend span {
    font-weight: 400;
    font-size: 12px;
    color: #444;
}

.comment-form input.error,
.comment-form textarea.error {
    margin-bottom: 6px;
}

.comment-form #submit {
    display: inline-block;
    margin-top: 40px;
    padding: 0;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    border: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.comment-form #submit:after {
    font-family: "Ionicons";
    content: "\f1c9";
    padding-left: 15px;
    font-weight: bold;
}

.comment-form ::-webkit-input-placeholder {
    color: #999;
}

.comment-form :-moz-placeholder {
    color: #999;
}

.comment-form ::-moz-placeholder {
    color: #999;
}

.comment-form :-ms-input-placeholder {
    color: #999;
}

/*----------------------------------------------*/
/*	15 - Team Members
/*----------------------------------------------*/

.team-members {
    margin-top: 30px;
}

.team-member {
    margin-bottom: 40px;
}

.team-member img {
    margin-bottom: 30px;
}

.member-name {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: none;
}

.member-role {
    color: #999;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 20px;
}

/*----------------------------------------------*/
/*	16 - Footer Global
/*----------------------------------------------*/

.footer-global[role="contentinfo"] {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #333;
    color: #fff;
}

.footer-global[role="contentinfo"] a {
    color: #999;
}

.footer-global[role="contentinfo"] a:hover {
    color: #666;
}

.copyright-info {
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    font-weight: bold;
}

/*----------------------------------------------*/
/*	17 - Widgets
/*----------------------------------------------*/

.widget {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 30px;
    clear: both;
}

.widget ul {
    list-style: none;
}

.widget ul li {
    font-size: 14px;
}

.widget-thumb {
    float: left;
    margin-right: 20px;
}

.widget-thumb img {
    border: 1px solid #fff;
    border-radius: 1px;
    vertical-align: bottom;
}

.post-widget {
    margin-top: 30px;
}

.post-date {
    font-size: 9px;
    color: #999;
    font-style: normal;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin: 2px 0 5px 0;
}

.widget-excerpt a {
    font-size: 13px;
    text-transform: uppercase;
}

.sidebar .widget ul li:before {
    float: left;
    font-family: 'Ionicons';
    content: "\f2bd";
    color: #333;
    padding-right: 20px;
    font-size: 20px;
    font-style: normal;
}

.sidebar h4.widget-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
}

.sidebar .widget ul {
    margin-top: 0;
}

/* Search Bar
------------------------------------------------*/

.searchbar input[type="text"],
.searchbar input[type="password"],
.searchbar input[type="email"],
.searchbar textarea,
.searchbar select {
    float: left;
    padding: 8px 8px 10px 0;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #333;
    border-left: none;
    outline: none;
    font-size: 14px;
    font-style: italic;
    color: #333;
    margin: 0;
    width: 90%;
    display: block;
    line-height: 1.3;
    margin-bottom: 40px;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.searchbar input[type="text"]:focus,
.searchbar input[type="password"]:focus,
.searchbar input[type="email"]:focus,
.searchbar textarea:focus {
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #333;
    border-left: none;
    color: #333;
}

.searchbar ::-webkit-input-placeholder {
    color: #999;
}

.searchbar :-moz-placeholder {
    color: #999;
}

.searchbar ::-moz-placeholder {
    color: #999;
}

.searchbar :-ms-input-placeholder {
    color: #999;
}

.searchbar [class*="ion-"] {
    color: #ddd;
    font-size: 25px;
}

/*----------------------------------------------*/
/*	18 - Media Queries
/*----------------------------------------------*/

@media (max-width: 1024px) {
  
    .uber-title,
    .uber-title.small {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 2px;
    }

}

@media (max-width: 768px) {
  
    .page-content {
        padding: 30px 0;
    }

    .header-global .social-icons {
        display: none;
    }

    .uber-area {
        padding: 30px 0 0 0;
    }

    .uber-area [class*="ion-"] {
        font-size: 55px;
    }

    .uber-title,
    .uber-title.small {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 2px;
    }

    .uber-area [class*="ion-"] {
        margin-bottom: 10px;
    }

    .pure-drawer .profile-image img {
        max-width: 20%;
    }

    .portfolio-filter {
        margin-bottom: 20px;
    }

    .filter li {
        padding-bottom: 0;
    }

    .filter li a:first-of-type {
        padding: 0;
    }

    .filter li a {
        padding: 8px 5px;
    }

    .project-details {
        margin-bottom: 0;
    }

    .view-project {
        text-align: left;
        margin-bottom: 15px;
        padding-top: 10px;
    }

    .project-overview {
        width: 100%;
    }

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

    .author-avatar img {
        max-width: 20%;
    }

    .copyright-info {
        text-align: left;
    }

    .pagination {
        float: left;
    }

    .pager {
        margin-top: 20px;
    }

    .pager .next a {
        float: left;
        clear: both;
    }

    .flex-direction-nav a {
        display: none;
    }

}

@media (max-width: 479px) {
  
    .pure-drawer .profile-image img {
        max-width: 30%;
    }

    .portfolio-filter {
        margin-bottom: 10px;
    }

    .filter li {
        padding-bottom: 0;
    }

    .filter li a:first-of-type {
        padding: 0;
    }

    .filter li a {
        padding: 5px 0;
    }

    .author-avatar img {
        max-width: 30%;
    }

    .post-tags {
        margin-top: 20px;
    }

    .post-tags a {
        margin: 0;
        padding: 3px 5px;
    }

    .pager a {
        text-align: left;
    }

}