/*
Theme Name: Fargo
Theme URI: http://fargowp.guuhuu.com
Author: GuuThemes
Author URI: http://guuthemes.com/
Description: A Multipurpose HTML5 WordPress Theme.
Version: 1.3
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	- Latest Tweet
9	- Tooltips
10	- Quotes
11	- Google Map
12	- Forms
13	- Contact Details
14	- Client Logos
15	- Portfolio
16	- Portfolio Overlay Styles
17	- Isotope
18	- Blog
19	- Team Members / Single Profile
20	- Services
21	- Footer Global
22	- Widgets
23	- 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 {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

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

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

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

.page-content,
.home.blog .page-content {
    position: relative;
    padding: 80px 0;
}

.home .page-content {
    position: relative;
    padding: 0 0;
}

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

.service-item.clearcol,
.post-excerpt.clearcol,
.team-member.clearcol {
    clear: both;
}

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

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

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

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

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

/* Remove padding-left if single post used in VC mode
---------------------------------------------------------------*/

.single-post .c1.wpb_column,
.single-post .c2.wpb_column,
.single-post .c3.wpb_column,
.single-post .c4.wpb_column,
.single-post .c5.wpb_column,
.single-post .c6.wpb_column,
.single-post .c7.wpb_column,
.single-post .c8.wpb_column,
.single-post .c9.wpb_column,
.single-post .c10.wpb_column,
.single-post .c11.wpb_column,
.single-post .c12.wpb_column {
    padding-left: 0;
}

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

    .single-post .c1.wpb_column,
    .single-post .c2.wpb_column,
    .single-post .c3.wpb_column,
    .single-post .c4.wpb_column,
    .single-post .c5.wpb_column,
    .single-post .c6.wpb_column,
    .single-post .c7.wpb_column,
    .single-post .c8.wpb_column,
    .single-post .c9.wpb_column,
    .single-post .c10.wpb_column,
    .single-post .c11.wpb_column,
    .single-post .c12.wpb_column {
        padding-left: 0;
        padding-right: 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 {}

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

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

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

.logo h1 a {
    color: #fff;
}

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

/* Header Top Bar
------------------------------------------------*/

.header-top {
 /*   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0 10px 0;
    background-color: rgba(51, 51, 51, 0);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 7000;
    overflow: visible;
}

.header-top-dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    padding: 15px 0 0 0;
    background-color: #333333;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 7000;
    overflow: visible;
}

.admin-bar .header-top, 
.admin-bar .header-top-dark {
    top: 30px;
}

/* Custom Headers
------------------------------------------------*/

.custom-header {
    margin: 0;
    padding: 0;
    position: relative;
}

.custom-header-image {
    width: 100%;
}

.custom-headings {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 200;
}

.custom-headings .custom-headings-inner {
    left: 0;
    position: absolute;
    top: 60%;
    padding: 35px 20px 0 20px;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
}

.header-pattern {
    background-image: url(assets/img/header-patterns/pattern.png);
    position: absolute;
    opacity: 0.9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.custom-headings [class*="ion-"] {
    display: block;
    color: #333;
    font-size: 40px;
    margin-bottom: 10px;
}

.page-title {
    font-size: 70px;
    line-height: 85px;
    color: #333;
    letter-spacing: 6px;
    border-bottom: 7px solid;
    margin-top: 0;
    padding-bottom: 20px;
}

.page-subtitle {
    color: #333;
    font-size: 25px;
    font-weight: 300;
    line-height: 34px;
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 0;
}

.page-subtitle span {
    font-weight: bold;
}

.header-custom-image {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 600px;
    background-attachment: fixed;
}

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

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

.guumenu {
    width: 100%;
    padding: 0;
    margin: -15px 0 0 0;
    position: relative;
    float: left;
    list-style: none;
    background: none;
}

.guumenu li {
    display: inline-block;
    float: left;
    padding-bottom: 0;
    text-transform: uppercase;
}

.guumenu a {
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    outline: none;
    z-index: 10;
    cursor: pointer;
}

.guumenu > li > a {
    padding: 20px 15px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.guumenu > li:hover > a,
.guumenu > li.active > a {
    color: #ddd;
}

/* Dropdown
------------------------------*/

.guumenu ul.dropdown,
.guumenu ul.dropdown li ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 180px;
    background: #333;
}

.guumenu ul.dropdown {
    top: 65px;
}

.guumenu ul.dropdown li ul.dropdown {
    left: 100%;
    top: inherit;
}

.guumenu ul.dropdown li {
    clear: both;
    width: 100%;
    font-size: 12px;
}

.guumenu ul.dropdown li a {
    width: 100%;
    padding: 10px 24px 0;
    display: inline-block;
    float: left;
    clear: both;
    text-decoration: none;
    color: #999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.guumenu ul.dropdown li:hover > a {
    background: #333;
    color: #fff;
}

/* Dropdowns to left side
------------------------------*/

.guumenu ul.dropdown li ul.dropdown.left {
    left: auto;
    right: 100%;
}

/* Submenu Indicator
------------------------------*/

.guumenu .indicator {
    position: relative;
    left: 5px;
    top: 0;
    font-size: 14px;
    float: right;
}

.guumenu ul li .indicator {
    font-size: 12px;
    top: 1px;
    left: 10px;
}

/* Right Alignment (Menu item)
------------------------------*/

.guumenu > li.right {
    float: right;
}

.guumenu > li.right > .dropdown {
    right: 0;
}

.guumenu > li.jsright {
    float: right;
}

.guumenu > li.jsright.last > .dropdown {
    right: 0;
}

/* Collapsible Menu
------------------------------*/

.guumenu > li.showhide {
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #999;
    background: none;
}

.guumenu > li.showhide span.title {
    margin: 15px 0 0 25px;
    float: left;
}

.guumenu > li.showhide span.icon {
    margin: 17px 0;
    float: right;
}

.guumenu > li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
}

/* Responsiveness
------------------------------*/

@media (max-width: 1024px) {
  
    .guumenu > li {
        display: block;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .guumenu > li > a {
        padding: 15px 25px;
    }

    .guumenu a {
        width: 100%;
        background: #333;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .guumenu ul.dropdown,
    .guumenu ul.dropdown li ul.dropdown {
        width: 100%;
        left: 0;
        position: static;
        border: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .guumenu ul.dropdown li {
        border: none;
    }

    .guumenu ul.dropdown > li > a {
        padding-left: 40px;
    }

    .guumenu > li > ul.dropdown > li > a {
        padding-left: 20px;
    }

    .guumenu > li > ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 40px;
    }

    .guumenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 60px;
    }

}

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

.project-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 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: #999;
}

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

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

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

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

.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: #333;
}

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

/* Nav Bar Area
----------------------------------*/

.header-global .social-icons {
    margin: 5px 0 0 0;
    float: right;
}

.header-global .social-icons > li {
    margin-right: 0;
    margin-left: 0;
    display: inline-block;
    float: left;
    padding: 0 15px;
}

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

.header-global .social-icons li a .fa {
    color: #fff;
    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: #ddd;
}

/* Team Member Overlay
----------------------------------*/

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

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

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

.member-overview .social-icons li a .fa {
    color: #fff;
    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;
}

.member-overview .social-icons li a:hover > .fa {
    color: #ddd;
}

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

.footer-global .social-icons {
    margin: 0;
}

.footer-global .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;
}

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

/*----------------------------------------------*/
/*	8 - Latest Tweet
/*----------------------------------------------*/

#latest-tweet ul {
    list-style: none;
    padding: 0;
}

#latest-tweet p {
    color: #fff;
}

#latest-tweet .tweet {
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 20px 0 20px 0;
    padding: 0 0 25px 0;
    border-bottom: medium double;
}

#latest-tweet a {
    color: #333;
}

#latest-tweet a:hover {
    color: #666;
}

#latest-tweet .timePosted {
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #999;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#latest-tweet .interact {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

#latest-tweet .interact a {
    color: #fff;
    margin-left: 8px;
    padding: 0;
}

#latest-tweet .interact a:hover {
    color: #999;
}

#latest-tweet .interact a:first-child {
    margin-left: 0;
}

#latest-tweet .interact a:not(:last-of-type):after {
    content: "/";
    color: #999;
    margin-left: 8px;
}

/*----------------------------------------------*/
/*	9 - Tooltips
/*----------------------------------------------*/

.social-icons a:hover .tooltip {
    display: block;
    visibility: visible;
    opacity: 1;
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.social-icons .tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -45px;
    left: 50%;
    z-index: 2;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.social-icons .tooltip span {
    position: relative;
    left: -50%;
    padding: 6px 8px 5px 8px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: .9;
    z-index: 2;
    text-transform: uppercase;
}

.social-icons .tooltip span:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ddd;
    border-width: 8px;
    margin-left: -8px;
}

.social-icons .social-dribbble span,
.social-icons .social-instagram span,
.social-icons .social-twitter span,
.social-icons .social-facebook span,
.social-icons .social-linkedin span,
.social-icons .social-googleplus span,
.social-icons .social-flickr span,
.social-icons .social-youtube span,
.social-icons .social-vimeo span,
.social-icons .social-pinterest span,
.social-icons .social-tumblr span,
.social-icons .social-bitbucket span,
.social-icons .social-codepen span,
.social-icons .social-github span,
.social-icons .social-deviantart span,
.social-icons .social-soundcloud span,
.social-icons .social-stackoverflow span,
.social-icons .social-vine span,
.social-icons .social-vk span {
    background: #ddd;
    color: #333;
}

.social-icons .social-dribbble span:after,
.social-icons .social-instagram span:after,
.social-icons .social-twitter span:after,
.social-icons .social-facebook span:after,
.social-icons .social-linkedin span:after,
.social-icons .social-googleplus span:after,
.social-icons .social-flickr span:after,
.social-icons .social-youtube span:after,
.social-icons .social-vimeo span:after,
.social-icons .social-pinterest span:after,
.social-icons .social-tumblr span:after,
.social-icons .social-bitbucket span:after,
.social-icons .social-codepen span:after,
.social-icons .social-github span:after,
.social-icons .social-deviantart span:after,
.social-icons .social-soundcloud span:after,
.social-icons .social-stackoverflow span:after,
.social-icons .social-vine span:after,
.social-icons .social-vk span:after {
    border-top-color: #ddd;
}

/*----------------------------------------------*/
/*	10 - Quotes
/*----------------------------------------------*/

.quotes blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

.quotes {
    padding: 0;
    height: 300px;
}

.quotes li {
    list-style: none;
    padding: 0 0 20px 0;
}

.quotes blockquote p {
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 20px 0 20px 0;
    padding: 0 0 25px 0;
    border-bottom: medium double;
}

.quotes cite {
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #999;
    text-align: inherit;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.quotes.custom cite {
    text-align: right;
}

/*----------------------------------------------*/
/*	11 - Google Map
/*----------------------------------------------*/

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

#map-default {
    width: 100%;
    height: 500px;
    position: relative;
    border-top: 6px solid #eee;
    border-bottom: 6px solid #ddd;
}

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

/*----------------------------------------------*/
/*	12 - 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;
    font-style: italic;
    color: #333;
    margin: 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 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: 30px;
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #333;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Lato", "sans-serif";
    color: #333;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
}
.wpcf7-form .wpcf7-submit:hover {
    background-color: #333;
    color: #fff;
    border: 2px solid #333;
}

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

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

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

/*----------------------------------------------*/
/*	13 - Contact Details
/*----------------------------------------------*/

.contact-address {
    font-size: 15px;
    font-style: normal;
}

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

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

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

/*----------------------------------------------*/
/*	14 - Client Logos
/*----------------------------------------------*/

.client-logos {
    list-style: none;
}

.client-logos li {
    display: inline-block;
    padding: 10px 30px 10px 0;
}

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

/*----------------------------------------------*/
/*	15 - Portfolio
/*----------------------------------------------*/

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

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

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

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

.filter li a {
    position: relative;
    display: inline-block;
    background: none;
    border: 2px solid;
    font-size: 12px;
    font-weight: 400;
    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: #fff;
}

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

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

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

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

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

.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;
    border-top: medium double #ddd;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 25px;
    padding-top: 30px;
    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;
}

/* 16 - Portfolio Overlay Styles
------------------------------------------------*/

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

.projects.style-one .project-item {
    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(51, 51, 51, 0.49);
    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-overview [class*="ion-"] {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    -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-item-link:hover .project-overview [class*="ion-"] {
    color: #333;
}

.projects.style-one .project-title {
    margin-top: 3px;
    margin-bottom: 0;
    padding: 0;
    border: none;
    color: #fff;
    line-height: 23px;
    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;
}

.projects.style-one .project-skills,
.projects.style-one .project-date {
    margin-top: 5px;
    margin-bottom: 0;
    color: #999;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 2px;
    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-item-link:hover .project-skills,
.projects.style-one .project-item-link:hover .project-date {
    color: #999;
}

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

.style-two .project-item {
    margin-bottom: 40px;
    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;
    -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.7);
    -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: 60px;
    left: 30px;
    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: 30px;
    left: 30px;
}

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

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

.style-two .project-skills,
.style-two .project-date {
    color: #999;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-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 .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.6);
    -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: 23px;
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.style-three .project-skills,
.style-three .project-date,
.standard-2-col .project-skills,
.standard-2-col .project-date,
.standard-3-col .project-skills,
.standard-3-col .project-date,
.standard-4-col .project-skills,
.standard-4-col .project-date {
    color: #999;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}

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

.style-four .project-item {
    margin-bottom: 40px;
    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-skills,
.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 {
    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: 1;
    background-color: rgba(0, 0, 0, 0.6);
    -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.4);
    -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-overview [class*="ion-"] {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}

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

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

/* Style Six
------------------------------*/

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

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

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

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

.style-six .overlay-container .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 20px;
    border: 25px solid rgba(255, 255, 255, 0);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    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-six .overlay-container:hover .overlay {
    background-image: url("assets/img/header-patterns/pattern.png");
    background-position: 0% 0%, 50% 50%, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat, no-repeat;
    background-color: rgba(50, 62, 78, 0.6);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-backface-visibility: hidden;
}

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

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

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

/*----------------------------------------------*/
/*	17 - Isotope
/*----------------------------------------------*/

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

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

.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

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

/*----------------------------------------------*/
/*	18 - Blog
/*----------------------------------------------*/

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

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

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

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

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

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

.post-excerpt .author-avatar,
.post-single .author-avatar {
    border-radius: 100px;
    max-width: 100%;
    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 .fa,
.post-excerpt .meta-details [class*="ion-"],
.post-excerpt .meta-details [class*="el-"],
.post-single .meta-details .fa,
.post-single .meta-details [class*="ion-"],
.post-single .meta-details [class*="el-"] {
    padding: 0 5px;
}

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

/* Visual Composer Specifics
------------------------------------------------*/

.style-one .post-excerpt .post-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.style-one .post-excerpt .meta-details p,
.style-three .post-excerpt .meta-details p {
    margin-bottom: 20px;
}

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

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

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

/* Author Bio
------------------------------------------------*/

.author-bio {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: medium double #ddd;
    border-bottom: medium double #ddd;
    color: #333;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 40px 0 20px;
    padding: 40px 40px 60px 0;
}

.author-bio p {
    margin-top: 20px;
}

.author-bio img {
    float: left;
    border-radius: 100px;
    max-width: 100%;
    height: auto;
    margin-top: 25px;
    margin-right: 25px;
}

.author-bio .author-social-icons {
    margin-top: 15px;
    margin-bottom: 0;
    display: inline-block;
}

.author-bio .author-social-icons li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

.author-bio .author-social-icons li:last-child {
    margin-right: 0;
}

.author-bio .author-social-icons li .fa {
    color: #333;
    font-size: 20px;
}

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

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

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

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

#comments h4 {
    font-size: 16px;
    padding-bottom: 20px;
    display: block;
    border-bottom: #ddd 2px solid;
    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: medium double #ddd;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    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 .c4 {
    padding-left: 0;
    padding-right: 20px;
}

.comment-form .c4:last-of-type {
    padding-left: 0;
    padding-right: 0;
}

.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: italic;
    color: #999;
    margin: 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 textarea {
    min-height: 150px;
}

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

.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: 10px;
    padding: 10px 20px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
}

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

/*----------------------------------------------*/
/*	19 - Team Members / Single Profile
/*----------------------------------------------*/

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

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

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

.member-role {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
}

.team-members.style-one {
    text-align: center;
}

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

.team-members.style-two .team-member img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.team-members.style-two .team-member: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;
}

.team-members.style-two .overlay-container {
    position: relative;
    text-align: left;
}

.team-members.style-two .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.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-members.style-two .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;
}

.team-members.style-two .member-overview {
    position: absolute;
    bottom: 60px;
    left: 30px;
    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;
    opacity: 0;
}

.team-members.style-two .overlay:hover .member-overview {
    position: absolute;
    bottom: 30px;
    left: 30px;
    opacity: 1;
}

.team-members.style-two h3.member-name {
    color: #fff;
    font-size: 25px;
    line-height: 23px;
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.team-members.style-two .member-role {
    color: #999;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/*----------------------------------------------*/
/*	20 - Services
/*----------------------------------------------*/

.service-item {
    margin-bottom: 40px;
}

.service-item [class*="ion-"] {
    color: #ddd;
    font-size: 70px;
    margin-bottom: 10px;
    padding: 10px 0;
}

.service-item h4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid;
    font-weight: 400;
    text-transform: uppercase;
}

.service-description {
    font-size: 14px;
    line-height: 25px;
}

/*----------------------------------------------*/
/*	21 - Footer Global
/*----------------------------------------------*/

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

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

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

.footer-global[role="contentinfo"] .widget-title {
    color: #fff;
    border-bottom: medium double #666;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.footer-global[role="contentinfo"] .widget ul li {
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}

.footer-global[role="contentinfo"] .widget ul li:first-of-type {
    padding-top: 0;
}

.footer-global[role="contentinfo"] #recentcomments li {
    border-bottom: none;
    margin-bottom: 20px;
    padding: 10px;
}

.footer-global[role="contentinfo"] .recentcomments {
    background-color: #2a2a2a;
}

.copyright-info {
    margin-top: 10px;
    color: #ddd;
    font-size: 11px;
    text-transform: uppercase;
    text-align: right;
}

/*----------------------------------------------*/
/*	22 - 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: 'FontAwesome';
    content: "\f1db";
    color: #999;
    padding-right: 10px;
    font-size: 15px;
}

.sidebar h4.widget-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: medium double #ddd;
}

.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: 2px solid #333;
    border-left: none;
    outline: none;
    font-size: 14px;
    font-style: italic;
    color: #333;
    margin: 0;
    width: 80%;
    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: 2px 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 .fa,
.searchbar [class*="ion-"],
.searchbar [class*="el-"] {
    color: #ddd;
    font-size: 20px;
}

/*----------------------------------------------*/
/*	23 - Media Queries
/*----------------------------------------------*/

@media only screen and (max-width: 1950px) {
  
    .page-title {
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 6px;
        border-bottom: 5px solid;
        margin-top: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .page-subtitle {
        font-size: 20px;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 1670px) {
  
    .header-global .social-icons > li {
        padding: 0 20px 0 0;
    }

    .custom-headings .custom-headings-inner .avatar,
    .custom-headings [class*="ion-"],
    .custom-headings .custom-headings-inner .read-more {
        display: none;
    }

}

@media (max-width: 1024px) {
  
    .mobile {
        position: relative;
        -o-transition-property: none;
        -moz-transition-property: none;
        -ms-transition-property: none;
        -webkit-transition-property: none;
        transition-property: none;
        padding: 10px 0 0 0;
    }

    .mobile .c2 {
        margin-bottom: 10px;
    }

    .mobile .c6 {
        margin-bottom: 5px;
        float: none;
        width: 100%;
    }

    .mobile .c4 {
        margin-bottom: 0;
    }

    .guumenu > li.showhide span.title {
        margin: 15px 0 0 0;
    }

    .guumenu > li > a {
        padding: 15px 20px 15px 0;
    }

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

    .social-icons .tooltip span {
        display: none;
    }

    .page-title {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 6px;
        border-bottom: 3px solid;
        margin-top: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .page-subtitle {
        font-size: 20px;
        line-height: 25px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .custom-headings .custom-headings-inner {
        top: 30%;
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        -o-transform: translateY(-30%);
        transform: translateY(-30%);
    }

}

@media (max-width: 768px) {
  
    .project-overview {
        width: 100%;
    }

    .custom-headings .custom-headings-inner {
        top: 30%;
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        -o-transform: translateY(-30%);
        transform: translateY(-30%);
    }

    h1.page-title {
        color: #fff;
    }

    .page-title {
        border-bottom: none;
    }

    .page-subtitle {
        display: none;
    }

    .client-logos li {
        padding: 10px 10px 10px 0;
    }

    .filter li {
        float: none;
        padding-bottom: 0;
    }

    .quotes blockquote p,
    #latest-tweet .tweet {
        font-size: 25px;
        line-height: 35px;
    }

    .post-excerpt .author-avatar,
    .post-single .author-avatar {
        width: 110px;
        margin-bottom: 0;
    }

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

    .pagination {
        float: left;
    }

    .author-bio {
        margin: 20px 0 40px 0;
        padding: 20px 20px 20px 0;
    }

    .author-bio img {
        width: 130px;
        margin-bottom: 15px;
    }

    .comment-form .c4 {
        padding-right: 0;
    }

    .pager {
        margin-top: 20px;
    }

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

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

    .project-icons {
        margin-top: 20px;
    }

}

@media (max-width: 479px) {
  
    .custom-headings .custom-headings-inner {
        top: 8%;
        -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        -o-transform: translateY(-20%);
        transform: translateY(-20%);
    }

    .page-title {
        font-size: 20px;
        line-height: 25px;
    }

    .author-info {
        float: left;
        clear: both;
    }

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

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

}