/*
Theme Name: Crow
Theme URI: http://rascals.eu/crow
Author: Rascals Themes
Author URI: http://themeforest.net/user/rascals
Description: A Responsive Music WP Theme.
License: GNU General Public License
License URI: https://www.gnu.org/copyleft/gpl.html
Version: 1.0.4
Tags: dark, two-columns, three-columns, four-columns
*/

/*------------------------------------------------------------------

[Table of contents]

1. Reset & Clearfix
2. Basic Elements & Classes
3. Forms
 3.1 Form layout classes
 3.2 Search Form
4. Helper Classes
5. WordPress Core Styles
6. Typography
 6.1 Lead text
 6.2 Headings
7. Layout and Content
 7.1 Page
 7.2 Container
 7.3 Visual Composer Container
 7.4 Columns
 7.5 Flexible columns
 7.6 Masonry Grid
 7.7 Main
 7.8 Sidebar
 7.9 Slidebar
8. Header
 8.1 Logo
 8.2 Menu Trigger Button
9. Menu
 9.1 Main Navigation
10. Paging Navigation
11. Posts
 11.1 Classic Blog
 11.2 Blog Grid
 11.3 Blog Minimal
 11.4 Single POST
12. Page Footer
13. Intro Section
14. Portfolio Carousel
15. Portfolio Grid
16. Gallery
17. Content Section
18. 404 Page
19. Contact Section
20. Section Helpers
21. Fullscreen Template
22. Comments
23. Footer Section
 23.1 Footer Note
 23.2 Scroll Button
24. Widgets
25. Custom widgets
26. Elements
27. Plugins
28. MEDIA QUERIES
*/


/* ----------------------------------------------------------------------
  1. Reset & Clearfix
/* ---------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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, input, textarea, select {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
body {
    line-height: 1
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none
}
del {
    text-decoration: line-through
}
hr {
    background: transparent;
    border: 0;
    clear: both;
    color: transparent;
    height: 1px;
    margin: 0;
    padding: 0
}
mark {
    background-color: #ffffb3;
    font-style: italic
}
input, select {
    vertical-align: middle
}
ins {
    background-color: red;
    color: white;
    text-decoration: none
}
ol, ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}


/* ----------------------------------------------------------------------
  2. Basic Elements & Classes
/* ---------------------------------------------------------------------- */

/* Set box sizing for all elements */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
html {
    height: 100%;
    position: relative;
    background: #fff;
}
body {
    color: #686868;
    background: #fff;
    font: 16px/1.7 "Source Sans Pro", Helvetica, Arial, sans-serif;
    width: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    position: relative;
}
::-moz-selection {
    background: #ff6239;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #ff6239;
    color: #fff;
    text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
}
a, a > * {
    color: #ff6239;
    text-decoration: none;
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
a:hover, a > *:hover {
    color: #222;
}
.dark-bg a:hover, .dark-bg a > *:hover {
    color: #fff;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
small {
    font-size: 12px;
}
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
ul ul, ul ul ul, ol ol, ol ol ol {
    margin-bottom: 0
}
li {
    margin: 1px 0 1px 30px;
}
img {
}
dl, hr, ol, ul, pre, table, address, fieldset, blockquote, iframe {
    margin-bottom: 30px;
}
p {
    margin-bottom:20px;
}
article {
    margin-bottom: 30px;
}
strong, b {
    font-weight: bold;
}

/* Table */
table {
    width: 100%;
    background: #fff;
}
table td, table th {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: left;
}
table th {
    background: #eee;
    font-weight: bold;
    color: #333;
}
table caption {
    padding: 1em 0;
    text-align: center;
}
dt {
    font-weight: bold;
}
dd {
    line-height: 1.4;
    margin: 4px 0 0;
    padding: 0 0 .5em 0;
}

/* Cite */
cite {
    text-align: right;
    font-style: normal;
    color: #666;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}
cite:before {
    content: '\2013 \00A0';
}
cite a {
    font-weight: bold;
    color: #222;
}

/* Definition lists */
dt {
    font-weight: bold;
    color: #222;
    font-size: 16px;
}
dd {
    line-height: 1.4;
    margin: 4px 0 0;
    padding: 0 0 .5em 0;
}

/* HTML Tags */
del {
    color: red;
    text-decoration: line-through;
}
em, i {
    font-style: italic;
}
strong, b {
    font-weight: bold;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
    bottom: -0.25em;
}
abbr, acronym {
    border-bottom: 1px dotted;
}
address {
    margin: 0 0 1.5em;
    font-style: italic;
}
code, kbd, pre, samp, tt {
    font: 0.8em 'Andale Mono', 'Lucida Console', monospace;
}
pre, code {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #eee;
    border: 1px solid #ddd;
    color: #333;
    padding: 2px 4px;
    font-size: 14px;
}
pre {
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.3;
    padding: 15px;
}

/* Blockquote */
blockquote {
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 40px 0;
}
.main.thin blockquote, .vc-container.thin blockquote {
    left: -75px;
    width: -moz-calc(100% + 150px);
    width: -webkit-calc(100% + 150px);
    width: calc(100% + 150px);
}
blockquote p {
    padding: 30px 0;
    font-size: 20px;
    line-height: 1.7em;
    color: #222;
    margin-bottom: 0;
}
blockquote .author {
    color: #222;
}
blockquote .author:before {
    content: "-";
    display: inline-block;
    margin: 0 4px 0 2px;
}
blockquote cite a {
    font-weight: bold;
    color: #222;
}
blockquote cite a:hover {
    color: #ff6239;
}

/* Small */
small {
    font-size: 11px
}

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


/* ----------------------------------------------------------------------
3. Forms
/* ---------------------------------------------------------------------- */
label {
    cursor: pointer;
    display: block;
    margin: 0 0 5px;
    color: #444;  /* font-size: 16px; */
}
*::-webkit-input-placeholder {
    color: 999;
}
*:-moz-placeholder {

    /* FF 4-18 */
    color: 999;
}
*::-moz-placeholder {

    /* FF 19+ */
    color: 999;
}
*:-ms-input-placeholder {

    /* IE 10+ */
    color: 999;
}
input, textarea, select {
    color: #666;
    font: 14px/1.5 "Source Sans Pro", Helvetica, Arial, sans-serif;
    padding: 10px;
    border: none;
}
.dark-bg input, .dark-bg textarea, .dark-bg select {
    color: #666;
    border: none;
}
input, select {
    width: 100%;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin-bottom: 10px;
}
input, textarea {
    border: 1px solid transparent;
    background-color: #f3f3f3;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
input:hover, textarea:hover, input:focus, textarea:focus {
    background-color: #fff;
    border: 1px solid #ddd;
}
textarea {
    padding: 10px;
    resize: both;
    width: 100%;
    min-height: 200px;
}
select, option {
    cursor: pointer;
    padding: 7px 7px;
}
select::-ms-expand {
    display: none;
}
input[type="submit"], button {
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}


/* 3.1 Form layout classes
 ------------------------------ */
.form {
    max-width: 100%;
    margin-bottom: 30px;
}
.form input, .form textarea {
    width: 100%;
}
.form .row {
    margin-bottom: 20px
}
.form input, .form textarea {
    margin-bottom: 20px;
}
.form textarea {
    min-height: 200px;
    margin-bottom: 20px;
}


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

/* Search input */
#searchform {
    position: relative;
    z-index: 1;
}
#searchform fieldset {
    margin-bottom: 0
}
#searchform #s {
    border: 0;
    width: 100%;
    padding: 16px 20px;
    font-size: 14px;
    background-color: transparent;
    color: #666;
    border: 1px solid #ddd;
}
.dark-bg #searchform #s {
    background-color: transparent;
    color: #ddd;
    border: 1px solid #555;
}
.dark-bg #searchform #s::-webkit-input-placeholder {
    color: #999;
}
.dark-bg #searchform #s:-moz-placeholder {
    color: #999;
}
.dark-bg #searchform #s:-ms-input-placeholder {
    color: #999;
}
#searchform #searchsubmit {
    position: absolute;
    border: none;
    right: 20px;
    top: 20px;
    background: transparent;
    width: 20px;
    cursor: pointer;
    padding: 0;
    opacity: 0.4;
}
#searchform #searchsubmit:hover {
    opacity: 1;
    background: transparent;
}
#searchform #searchsubmit i {
    color: #333
}
#searchform #searchsubmit i:hover {
    background-color: transparent
}
.dark-bg #searchform #searchsubmit i {
    color: #ddd;
}
#search-404 #searchform #searchsubmit i {
    font-size: 20px;
    position: relative;
    top: 5px
}


/* ----------------------------------------------------------------------
  4. Helper Classes
/* ---------------------------------------------------------------------- */
.hidden {
    display: none;
}
.disabled {
    cursor: auto;
}
.invisible {
    visibility: hidden;
}
.no-margin {
    margin: 0 !important;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
img.inline {
    vertical-align: middle;
    max-width: 100%;
}
img.size-1-2 {
    width: 50%;
    height: 50%;
}
img.size-3-4 {
    width: 75%;
    height: 75%;
}
img.aligncenter {
    display: block;
    margin-bottom: 30px;
}
.alignleft, .floatleft {
    float: left !important;
}
img.alignleft {
    margin-bottom: 30px;
    margin-right: 20px;
}
.alignright, .floatright {
    float: right !important;
}
img.alignright {
    margin-bottom: 30px;
    margin-left: 20px;
}
img.frame {
    border: 4px solid #fff;
}
.weight-lighter {
    font-weight: 300
}
.weight-light {
    font-weight: 400
}
.weight-bolder {
    font-weight: 900
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.color {
    color: #ff6239;
}
.white {
    color: #fff !important;
}
.light {
    color: #eee;
}
.dark {
    color: #222;
}
.caps {
    text-transform: uppercase;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
    visibility: hidden;
    width: 0
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}
* html .clearfix, :first-child+html .clearfix {
    zoom: 1
}
.inlineblock {
    display: inline-block;
}
#qLtempOverlay {
    background-color: #222 !important;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.background-bottom {
    background-position: bottom;
    background-repeat: no-repeat;
}
.background-top {
    background-position: top;
    background-repeat: no-repeat;
}
.background-left {
    background-position: left;
    background-repeat: no-repeat;
}
.background-right {
    background-position: right;
    background-repeat: no-repeat;
}


/* Loader */
.queryloader__overlay__percentage {
    font-size: 16px !important;
    margin-top: -30px !important;
    height: 30px !important;
}
#exit-layer {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.css-anim {
    opacity: 0;
}
.caption {
    margin-bottom: 40px;
}
.caption .zoom-thumb {
    margin-bottom: 10px;
}
.caption img {
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
    width: auto;
}
.caption p.caption-text {
    font-size: 12px;
    line-height: 17px;
    width: 100%;
    text-align: right;
    font-style: italic;
}


/* ----------------------------------------------------------------------
  5. WordPress Core Styles
/* ---------------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
}
.caption-txt {
    font-size: 14px;
}
.wp-caption .wp-caption-text {
    font-style: italic;
    font-size: 12px;
}
.wp-caption {
    margin-bottom: 30px;
    max-width: 100%;
    position: relative;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0 0 0px 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0;
}
.sticky.post {
    position: relative;
    overflow: hidden;
}
.main .blog-article.post.sticky {
    border-left: 5px solid #eee;
    padding-left: 40px;
    padding-top: 40px;
    border-bottom: 0
}
.main .gallery-item {
    float: left;
}
.main .gallery-item .thumb {
    margin: 2px;
}
.main .gallery-item {
    margin 2px;
}
.main .gallery-item img {
    border: none;
    vertical-align: middle;
}
.bypostauthor {
    width: 100%;
}
.gallery {
    margin-bottom: 50px;
    clear: both;
    position: relative;
}
.main.thin .gallery, .vc-container.thin .gallery {
    left: -150px;
    width: -moz-calc(100% + 300px);
    width: -webkit-calc(100% + 300px);
    width: calc(100% + 300px);
}
.gallery:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}
.gallery-item {
    float: left;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}
.gallery-item img {
    max-height: 100%;
    max-width: 100%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    width: 14.285%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.111%;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}

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

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


/* ----------------------------------------------------------------------
  6. Typography
/* ---------------------------------------------------------------------- */


/* 6.1 Lead text
 ------------------------------ */
p.lead.big {
    font-size: 30px;
    line-height: 1.5em;
}
p.lead.medium {
    font-size: 24px;
}
p.lead.small {
    font-size: 18px;
}
p.dark {
    color: #222;
}

/* Headings */
.big-heading {
    font-size: 48px;
}
.medium-heading {
    font-size: 36px;
}


/* 6.2 Headings
 ------------------------------ */
.line-heading {
}
.line-heading:before {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background-color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}
.line-heading.bold {
    font-weight: bold;
}

/* Responsive */
.line-heading {
    margin-bottom: 20px;
}
h6.line-heading {
    font-size: 13px;
}
h5.line-heading:after, h4.line-heading:after {
    margin-top: 16px;
    margin-bottom: 20px;
}
h6.line-heading:after {
    margin-top: 12px;
    margin-bottom: 20px;
}


/* ----------------------------------------------------------------------
  7. Layout and Content
/* ---------------------------------------------------------------------- */


/* 7.1 Page
 ------------------------------ */
#page {
    width: 100%;
    opacity: 0;
}
#page.is-visible {
    opacity: 1
}


/* 7.2 Container
 ------------------------------ */
.container {
    width: 1090px;
    margin: 0 auto;
    position: relative;
}
.container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.container.full-width {
    width: 100%;
}


/* 7.3 Visual Composer Container
 ------------------------------ */
.vc-container {
    width: 1090px;
    margin: 0 auto;
    position: relative;
}
.vc-container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.vc-container.full-width {
    width: 100%;
}
.vc-container.thin {
    width: 780px;
}
.main.vc {
    width: 100%;
    overflow: hidden;
}


/* VC Extended */
.vc-container.thin .extended {
    position: relative;
    left: -150px;
    width: -moz-calc(100% + 300px);
    width: -webkit-calc(100% + 300px);
    width: calc(100% + 300px);
    display: block;
    max-width: none
}


/* 7.4 Columns
 ------------------------------ */
.col-1-1, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4 {
    float: left;
    margin-right: 50px;
}
.col-1-1 {
    width: 100%;
}
.col-1-2 {
    width: 520px;
}
.col-1-3 {
    width: 330px;
}
.col-1-4 {
    width: 235px;
}
.col-1-5 {
    width: 178px;
}
.col-2-3 {
    width: 710px;
}
.col-3-4 {
    width: 805px;
}
.center-col {
    margin: 0 auto;
    float: none;
}

/* Helpers */
.last {
    margin-right: 0px !important;
}
.row {
    margin-bottom: 40px;
    clear: both;
    position: relative;
    z-index: 1
}
.row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/* 7.5 Flexible columns
 ------------------------------ */
.flex-col-1-1, .flex-col-1-2, .flex-col-1-3, .flex-col-1-4, .flex-col-1-5 {
    float: left;
}
.flex-col-1-1 {
    width: 100%;
}
.flex-col-1-2 {
    width: 50%;
}
.flex-col-1-3 {
    width: 33.33%;
}
.flex-col-1-4 {
    width: 25%
}
.flex-col-1-5 {
    width: 20%
}


/* 7.6 Masonry Grid
 ------------------------------------ */
.masonry {
    margin-bottom: 30px;
    clear: both;
    position: relative;
    overflow: hidden;
}
.masonry-item {
    float: left;
    margin-bottom: 0;
}


.vc_row_default .masonry, .vc_row_full_stretch_no_spaces .masonry, .vc_row_full_stretch .masonry, .full-width .masonry {
    margin-left: 20px;
    margin-right: 20px;
}
.full-width .masonry.hide-gap {
    margin: 0
}
.masonry-item-1-5 {
    width: 20%
}
.masonry-item-1-4 {
    width: 25%
}
.masonry-item-1-3 {
    width: 33.33%
}
.masonry-item-1-2 {
    width: 50%
}
.masonry-item-inner {
    margin: 20px;
    position: relative;
}
.hide-gap .masonry-item-inner {
    margin: 0
}
.full-width .masonry-item-1-5, .full-width .masonry-item-1-4, .full-width .masonry-item-1-3, .full-width .masonry-item-1-2 {
    width: 25%
}


/* 7.7 Main
 ------------------------------ */
.main {
    width: 780px;
}
.main:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}
.main.main-right {
    float: right;
    margin-left: 50px;
}
.main.main-left {
    float: left;
    margin-right: 50px;
}
.main.wide {
    width: 100%;
    overflow: hidden;
}
.main.thin {
    margin: 0 auto;
}
.main article:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.main article:last-child {
    margin-bottom: 0px
}

/* Main thin extended */
.main.thin .extended {
    position: relative;
    left: -150px;
    width: -moz-calc(100% + 300px);
    width: -webkit-calc(100% + 300px);
    width: calc(100% + 300px);
    display: block;
    max-width: none;
}


/* 7.8 Sidebar
 ------------------------------ */
.sidebar {
    width: 260px;
}
.sidebar.slidebar {
    width: 100%
}
.sidebar.main-left {
    float: right;
}
.sidebar.main-right {
    float: left;
}


/* 7.9 Slidebar
 ------------------------------ */
#slidebar {
    width: 260px;
    background-color: #1A1B1F;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 30px 30px;
    overflow: hidden;
    z-index: 100001;
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    transform: translateX(260px);
    -webkit-box-shadow: inset 14px 0px 20px -12px rgba(0, 0, 0, 0.90);
    -moz-box-shadow: inset 14px 0px 20px -12px rgba(0, 0, 0, 0.90);
    box-shadow: inset 14px 0px 20px -12px rgba(0, 0, 0, 0.90);
}
#slidebar.is-visible {}
#slidebar header {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #292929;
    z-index: 100001;
    display: none;
}
#slidebar header a {
    color: #eee;
    float: right;
    margin-right: 30px;
    margin-top: 14px;
    font-weight: 700;
}
#slidebar header a span {
    color: #eee;
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
}
#slidebar header a:hover, #slidebar header a:hover span {
    color: #ff6239;
}
#slidebar-wrap {
    position: absolute;
    top: 60px;
    bottom: 60px;
    right: 30px;
    left: 30px;
}
#slidebar-content {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Scroll styles */
#slidebar .iScrollVerticalScrollbar {
    position: absolute;
    z-index: 10;
    width: 4px;
    bottom: 2px;
    top: 2px;
    right: -18px;
    overflow: hidden;
}
#slidebar .iScrollVerticalScrollbar.iScrollBothScrollbars {
    bottom: 18px;
}
#slidebar .iScrollIndicator {
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0.05;
    cursor: pointer;
}
#slidebar:hover .iScrollIndicator {
    opacity: 0.1;
}
#slidebar .iScrollVerticalScrollbar .iScrollIndicator {
    width: 100%;
}

/* Layer */
#slidebar-layer {
    background-color: transparent;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 100000;
    display: none;
    cursor: pointer;
}
#slidebar-layer.is-visible {
    display: block;
}

/* Search */
#slidebar-search {
    display: block;
    width: 100%;
    z-index: 3;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
    margin-bottom: 30px;
}

/* Image */
#slidebar-site-image {
    text-align:center;
}
#slidebar-site-image > img {
    display:inline-block;
    margin:0px 0 20px;
}


/* ----------------------------------------------------------------------
  8. Header
/* ---------------------------------------------------------------------- */
#header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 901;
    padding: 20px 0px;
    opacity: 0;
    -webkit-transition: background-color .2s ease, opacity .2s ease, color .2s ease, padding .2s ease-in-out;
    -moz-transition: background-color .2s ease, opacity .2s ease, color .2s ease, padding .2s ease-in-out;
    -ms-transition: background-color .2s ease, opacity .2s ease, color .2s ease, padding .2s ease-in-out;
    -o-transition: background-color .2s ease, opacity .2s ease, color .2s ease, padding .2s ease-in-out;
    transition: background-color .2s ease, opacity .2s ease, color .2s ease, padding .2s ease-in-out;
}
#header.is-visible {
    opacity: 1
}
#header.show-bg {
    background-color: #fff;
    padding: 10px 0;
}
#header.dark #menu-trigger .icon, #header.dark #menu-trigger .icon:before, #header.dark #menu-trigger .icon:after {
    background: #222;
}
#header.dark #menu-trigger.close span {
    background: none;
}
#header.dark .logo-light {
    display: none;
}
#header.dark .logo-dark {
    display: block;
}

/* Admin bar */
.admin-bar #header {
    top: 32px;
}


/* 8.1 Logo
 ------------------------------ */
#logo {
    float: left;
}
#logo img {
    margin: 0;
    vertical-align: middle;
}
#logo:hover {
    opacity: 0.5
}
.logo-dark {
    display: none;
}


/* 8.2 Menu Trigger Button
 ------------------------------ */
#menu-trigger {
    display: block;
    width: auto;
    height: auto;
    background-color: transparent;
    z-index: 9999;
    position: absolute;
    right: 4px;
    top: 10px;
}
#menu-trigger .icon {
    display: inline-block;
    width: 22px;
    height: 3px;
    position: relative;
    left: 4px;
    top: 3px;
    background: #fff;
    margin: 10px 0;
}
#menu-trigger .icon:before, #menu-trigger .icon:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
}
#menu-trigger .icon:before {
    top: -7px;
}
#menu-trigger .icon:after {
    top: 7px;
}
#menu-trigger.close span {
    background: none;
}
#menu-trigger.close span:before {
    top: 0 !important;
    background-color: #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menu-trigger.close span:after {
    top: 0 !important;
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#menu-trigger.close span.menu-text {
    color: #fff;
}
#menu-trigger:hover span:before {
    top: -8px;
}
#menu-trigger:hover span:after {
    top: 8px;
}

/* Animations */
#menu-trigger .icon, #menu-trigger .icon:before, #menu-trigger .icon:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* ----------------------------------------------------------------------
    9. Menu
/* ---------------------------------------------------------------------- */


/* 9.1 Main Navigation
 ------------------------------ */
#top-nav {
    float: right;
    z-index: 100;
    margin-top: 0px;
    margin-right: 50px;
}
#top-nav > ul {
    margin-bottom: 0;
}
#top-nav li {
    list-style: none;
    float: left;
    margin: 0;
    position: relative;
}
#top-nav a {
    color: #fff;
    font-size: 13px;
    display: block;
    margin: 0 15px;
    line-height: 48px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 98;
    font-weight: 500;
    opacity: 1;
    letter-spacing: 0.04em;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
}
#header.dark #top-nav a {
    color: #222;
}
#top-nav a:hover {
    opacity: 1
}


#top-nav > ul > li > a:before {
    content:"";
    width:0;
    height:2px;
    background-color:#ff6239;
    position:absolute;
    bottom: 8px;
    overflow:hidden;
     -webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    -ms-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
}
#top-nav > ul > li > a:hover:before,
#top-nav > ul > li.active > a:before {
    width: 100%;
}
#top-nav > ul > li.menu-item-has-children > a:hover:before,
#top-nav > ul > li.active.menu-item-has-children > a:before {
    width: calc(100% - 20px);
}

#top-nav > ul > .current-menu-item > a:before,
#top-nav > ul > .current-menu-ancestor > a:before {
    width:100%;
}
#top-nav > ul > .menu-item-has-children.current-menu-item > a:before,
#top-nav > ul > .menu-item-has-children.current-menu-ancestor > a:before {
     width: calc(100% - 20px);
}

#top-nav .current > a, #top-nav .current-menu-item > a {
}
#header.dark #top-nav .current > a, #header.dark #top-nav .current-menu-item > a {
}
#top-nav .active > a {
}
#top-nav li.menu-item-has-children > a:after {
    font-family: "icomoon";
    content: "\f107";
    display: inline-block;
    margin-left: 10px;
    line-height: normal;
    opacity: 0.7;
}
#top-nav ul ul li.menu-item-has-children > a:after {
    content: "\f105";
}

/* Sub nav */
#top-nav ul ul {
    background: #fff;
    display: none;
    left: 0;
    padding: 10px 0;
    position: absolute;
    width: 200px;
    z-index: 300;
    border: 1px solid #eee;
    margin: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
#top-nav ul ul li {
    float: none;
}
#top-nav ul ul a, #header.dark #top-nav ul ul a {
    border: none !important;
    color: #888;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    padding: 12px 0px;
    text-align: left;
    line-height: normal;
    letter-spacing: 0.02em;
    
}
#top-nav ul ul a:hover, #header.dark #top-nav ul ul a:hover, #top-nav ul ul .hover > a, #top-nav ul ul .current > a, #top-nav ul ul .current > a:hover {
    border: none !important;
    color: #222;
}
#top-nav ul ul ul {
    left: 100% !important;
    top: 0 !important;
}

/* Main Nav */
#main-nav {
    margin-bottom: 30px
}
#main-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-weight: 400;
}
#main-nav ul li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
#main-nav ul li a {
    width: 100%;
    display: inline-block;
    padding: 8px 10px 8px 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.06em;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
}
#main-nav ul li a {
}
#main-nav ul li a:hover {
    opacity: 1;
    margin-left: 5px;
}
#main-nav ul {
}
#main-nav ul ul {
    display: none
}
#main-nav ul li a {
    font-size: 13px;
    text-transform: uppercase;
    line-height: normal;
}
#main-nav ul li li a {
    padding-left: 10px;
    opacity: 0.8
}
#main-nav ul li li li a {
    padding-left: 20px;
    opacity: 0.7
}
#main-nav ul li li li li a {
    padding-left: 30px;
    opacity: 0.6
}
#main-nav ul li i {
    position: absolute;
    top: 4px;
    right: 0px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.8;
}
#main-nav ul li i:hover {
    opacity: 1;
}
#main-nav ul li li i {
    opacity: 0.8
}
#main-nav ul li li li i {
    opacity: 0.7
}
#main-nav ul li li li li i {
    opacity: 0.6
}

/* Responsive */
#main-nav .top-nav-el {
    display: none;
}


/* ----------------------------------------------------------------------
    10. Paging Navigation
/* ---------------------------------------------------------------------- */

/* Nav links */
.nav-links {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    overflow: hidden;
    margin-top: 40px;
}
#content.vc .nav-links {
    margin-top: 0;
}
.post-navigation, .image-navigation {
    margin-bottom: -80px;
    padding-top: 40px;
    overflow: hidden;
}
#content.vc > .post-navigation {
    margin-bottom: -1px;
    padding-top: 0px;
    position: relative;
}
.post-navigation a {
    padding: 20px 25% 14px 25%;
    width: 100%;
    position: relative;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
}
.post-navigation .meta-nav {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    position: absolute;
    top: 22px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    min-width: 300px;
}
.post-navigation a:hover .meta-nav {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.post-navigation .nav-label {
    color: #222;
    font-size: 15px;
    position: relative;
    z-index: 2;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 600;
}
.post-navigation .attachment-post-link {
    text-align: center;
}
.post-navigation .attachment-post-link a {
    color: #222
}
.post-navigation a, .image-navigation a {
    display: inline-block;
    line-height: 1.7142857142;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    min-height: 72px;
    letter-spacing: 0.04em;
}
.post-navigation a.prev-link .meta-nav {
    text-align: left;
    left: 0;
}
.post-navigation a.next-link .meta-nav {
    text-align: right;
    right: 0;
}
.post-navigation a.prev-link {
    text-align: left;
}
.post-navigation a.next-link {
    text-align: right;
    border-left: 1px solid #ddd;
}
.post-navigation a.prev-link:before, .post-navigation a.next-link:after {
    font-family: "linea-arrows-10";
    display: inline-block;
    line-height: 38px;
    color: #222;
    position: relative;
    font-size: 31px;
    vertical-align: middle;
    top: -2px
}
.post-navigation a.prev-link:before {
    margin-right: 15px;
    content: "\e066";
}
.post-navigation a.next-link:after {
    margin-left: 15px;
    content: "\e068";
}
.post-navigation a:hover.prev-link:before, .post-navigation a:hover.next-link:after {
    color: #fff
}
.post-navigation a.prev-link-empty:before, .post-navigation a.next-link-empty:after {
    display: none;
}
.post-navigation .post-nav-inner {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;  /* min-height: 80px; */
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.post-nav-preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 0;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.post-navigation a:hover .post-nav-preview {
    opacity: 0.2;
}
.post-navigation a:hover, .image-navigation a:hover {
    color: #fff;
    background: #1C1D21;
}
.post-navigation a.prev-link-empty:hover, .image-navigation a.prev-link-empty:hover, .post-navigation a.next-link-empty:hover, .image-navigation a.next-link-empty:hover {
    background: #fff;
}
.post-navigation a:hover .meta-nav, .post-navigation a:hover .nav-label {
    color: #fff;
}
.post-navigation a:hover .nav-label {
    color: #fff;
    top: -10px;
}

/* Paging Navigation */
.paging-navigation {
    margin: 48px 0 0px 0;
}
.main .paging-navigation {
    position: relative;
    top: -20px;
}
.paging-navigation .loop-pagination {
    text-align: center;
}
.paging-navigation .page-numbers {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin-right: 0;
    text-transform: uppercase;
    border: none;
    margin: 0 2px;
    font-weight: 500;
    border-radius: 2px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #222;
}
.prev.page-numbers, .next.page-numbers {
    display: none
}
.paging-navigation a {
    color: #666;
}
.paging-navigation .page-numbers.current,.paging-navigation a:hover {
    color: #fff;
    font-weight: 900;
    background: #222;
}

/* Page Navigation */
.page-nav {
    position: relative;
    height: 80px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    position: relative;
    z-index: 1;
    font-size: 24px;
}
.page-nav a span {
    color: #999;
}
.page-nav a:hover span {
    color: #eee;
}

/* Arrows */
.page-nav .prev-button, .page-nav .next-button {
    position: absolute;
    display: block;
    top: 24px;
    height: 31px;
}
.page-nav .prev-button {
    left: 20px;
}
.page-nav .next-button {
    right: 20px;
}
.page-nav .disabled span, .page-nav .disabled:hover span {
    opacity: 0.3;
    color: #999;
}

/* Page Navigation */
.page-navigation {
    overflow: hidden;
    margin-top: 0px;
}
.page-navigation .left {
    padding: 0 1px 2px 0;
}
.page-navigation .right {
    padding: 0 0 2px 1px;
}
.page-navigation .next, .page-navigation .prev {
    display: inline-block;
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    padding: 30px 0;
    color: #666;
    font-size: 18px;
    text-transform: uppercase;
}
.page-navigation .next i, .page-navigation .prev i {
    color: #666;
    font-size: 16px;
    margin: 0 8px;
}
.page-navigation .next:hover, .page-navigation .prev:hover {
    background-color: #222;
    color: #fff;
}
.page-navigation .next:hover i, .page-navigation .prev:hover i {
    color: #fff;
}

/* Page links */
.page-links {
    margin-top: 20px;
}


/* ----------------------------------------------------------------------
    11. Posts
/* ---------------------------------------------------------------------- */


/* 11.1 Classic Blog
 ------------------------------------ */
.blog-classic .blog-article {
    width: 100%;
    padding: 60px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}
.blog-classic .main .blog-article:first-child {
    padding-top: 0px;
}
.blog-classic .main .blog-article:last-of-type {
    border-bottom: 0;
}
.article-header {
    text-align: left;
}

/* Title */
.blog-classic .article-title, .blog-classic .article-title a {
    color: #333;
    /* font-weight: 600; */
    font-size: 32px;
    /* letter-spacing: 0.02em; */
    /* margin-top: 20px; */
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
}
.blog-classic .article-title a:hover {
    color: #ff6239;
}
.article-title:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #ff6239;
    margin: 10px 0 20px 0;
}

/* Meta */
.blog-classic article .article-meta {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #666;
    opacity: 1;
    position: relative;
    top: -10px;
    margin-bottom: 30px;
    width: 100%;
}
.blog-classic article .article-meta a {
    color: #666;
}
.blog-classic article .article-meta a:hover {
    color: #ff6239
}
.blog-classic article .article-meta .meta-date {
}
.blog-classic article .article-meta .meta-author {
}
.blog-classic article .article-meta .meta-cats a {

}
.blog-classic article .article-meta .meta-cats a:after {
  content: '';
  display:inline-block;
  height:3px;
  vertical-align: middle;
  width:3px;
  background-color: #ddd;
  margin: 0 2px 2px 5px;
  border-radius:3px;
  line-height: normal;
}
.blog-classic article .article-meta .meta-cats a:last-child:after {
    display:none
}
.blog-classic article .article-meta .meta-date:after,.blog-classic article .article-meta .meta-author:after {
  content: '';
  display:inline-block;
  height:11px;
  vertical-align:middle;
  width:1px;
  background-color:#999;
  margin: 0 10px;
}

/* Media / Post Formats */
.article-media {
}
.article-media.content-image, .article-media.content-video {
    margin-bottom: 30px;
}
.article-media.content-video .video {
    margin-bottom: 0px;
}
.article-media img {
    vertical-align: middle;
    width: 100%;
}
.article-media.featured-image img {
    vertical-align: middle;
    width: auto;
}
.article-media .content-slider {
}
.article-media .pf-link {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 20px;
}
.article-media .pf-link:before {
    content: "\e636";
    font-family: "icomoon";
    margin-right: 10px;
}

/* Article Content */
.article-content {
    text-align: left;
}

/* More Link */
.more-link, .more-link-excerpt {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 10px 20px;
    letter-spacing: 0.2em;
    border-radius: 2px;
    background: #ff6239;
    margin-top: 10px;
}
.more-link:hover, .more-link-excerpt:hover {
    color: #fff;
    background-color: #222;
}

/* Article search */
.article-search {
    position: relative;
}
.article-search .article-title {
    padding-right: 80px;
}
.main article:last-child .article-search {
    border: none;
}
.article-search .post-type {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
    display: inline-block;
    color: #999;
    padding: 2px 10px;  /* border-radius: 12px; */
    border: 1px solid #f2f2f2;
}


/* 11.2 Blog Grid
 ------------------------------------ */
.page-template-blog-grid #content {
    background-color: #eee;
}
.blog-grid {
    overflow: hidden;
}

/* Article */
.blog-grid .article-grid-title, .blog-grid .article-grid-title a {
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
    /* letter-spacing: 0.1em; */
    display:inline-block;
    margin-bottom: 8px;
}
.blog-grid .article-grid-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ff6239;
    margin: 8px 0 12px;
}

.blog-grid .article-grid-title a:hover {
    color: #ff6239;
}

/* Content */
.blog-grid .article-grid-content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}
.shortcode-blog-grid .article-grid-content {
}

/* Excerpt */
.blog-grid .blog-article .article-grid-excerpt {
    font-size: 14px;
    /* border-top: 1px solid #eee; */
    /* padding-top: 20px; */
    margin-bottom: 20px;
    color: #888;
}

/* Meta */
.blog-grid .article-grid-meta {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0;
    background: #fff;
    background-color:rgba(255,255,255,1);
    z-index:1;
    padding:10px 12px;
    text-align:center;
}
.blog-grid .article-grid-meta span { 
    display:block;
    font-size:18px;
    text-align:center;
    font-weight:300;
    line-height:normal;
    color:#333;
}
.blog-grid .article-grid-meta .meta-date-month { 
    font-size:16px;
    margin-bottom:0px;
}
.blog-grid .article-grid-meta .meta-date-day {
    font-size:24px;
    font-weight: 800;
}
.blog-grid .article-grid-meta .meta-date:after {
  content: '';
  display:inline-block;
  height:11px;
  vertical-align:middle;
  width:1px;
  background-color:#ccc;
  margin: 0 10px;
}
.blog-grid .article-grid-meta a {
    color: #999;
}
.article-grid-cats {
    color:#999;
}

.article-grid-cats a {
    font-size:12px;
    color:#999;
    text-transform:uppercase;
    margin-right:2px;
    background-color: #f3f3f3;
    padding:4px 7px;
    border-radius:3px;
    margin-right: 0px;
}
.article-grid-cats a:hover {
    background-color:#ff6239;
    color:#fff;
}

/* Footer */
.article-grid-footer {
    border-top: 1px solid #eee;
    padding-top: 24px;
    text-align: left;
}
.article-grid-footer .btn.small {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    /* letter-spacing: 0.05em; */
    background-color: #ff6239;
    font-weight: normal;
}
.article-grid-footer .btn.small:hover {
    background-color: #222;
    color:#fff;
}

/* Media */
.article-grid-media {
}
.article-grid-media .thumb {
    margin-bottom: 0;
}


/* 11.3 Blog Minimal
 ------------------------------------ */
.blog-minimal {
}
.blog-minimal article {
    padding: 80px 30px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.blog-minimal article:first-child {
    border-top: 1px solid #eee
}
.blog-minimal article .article-link {
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 4;
    opacity: 1;
}
.blog-minimal article .article-link:hover {
    opacity: 1;
}
.blog-minimal article .article-image {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-color: #999;
    z-index: 1;
    opacity: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.blog-minimal article .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    background-color: #2d2e33
}
.blog-minimal article .article-link:hover .article-image {
    opacity: 1;
}
.blog-minimal article .article-link:hover .overlay {
    opacity: 0.8;
}
.blog-minimal article .article-content {
    z-index: 4;
    position: relative;
}
.blog-minimal article .article-link .article-title {
    font-size: 32px;
    /* font-weight: 600; */
    text-transform: uppercase;
    margin-bottom: 15px;
}
.blog-minimal article .article-meta {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #222;
    opacity: 0.8;
}
.blog-minimal article .article-link:hover .article-meta, .blog-minimal article .article-link:hover .article-title {
    color: #fff;
}
.blog-minimal article .article-meta .meta-date {
}
.blog-minimal article .article-meta .meta-author {
}
.blog-minimal article .article-meta .meta-cats {
}
.blog-minimal article .article-meta .meta-date:after, .blog-minimal article .article-meta .meta-author:after {
  content: '';
  display:inline-block;
  height:11px;
  vertical-align:middle;
  width:1px;
  background-color:#ccc;
  margin: 0 10px;
}

/* Animations */
.blog-minimal article .overlay, .blog-minimal article .article-image, .blog-minimal article .article-link .article-title, .blog-minimal article .article-meta {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/* 11.4 Single POST
 ------------------------------------ */

/* Tags */
.meta-tags {
    display: inline-block;
    margin-top: 30px;
}
.meta-tags a {
    color: #777;
    border: 1px solid #ddd;
    padding: 4px 10px;
    margin: 0 5px 5px 0;
    letter-spacing: 0.1em;
    font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    border-radius: 2px;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.meta-tags a:hover {
    color: #ff6239;
    border-color:#ff6239;
}
.meta-tags a:before { 
  content: "#"
}


/* ----------------------------------------------------------------------
    12. Page Footer
/* ---------------------------------------------------------------------- */

/* Article footer meta */
.page-footer {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 40px 0;
    margin: 40px 0 40px;
    text-align: center;
}

/* Share */
.share-buttons {
    margin-top: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 30px
}
.share-buttons-vc {
    margin:0;
    border:0;
    padding: 0;
}
.share-buttons .share-button {
    display: inline-block;
    margin: 5px 10px 0 0;
    color: #fff;
    padding: 5px 7px;
    vertical-align: middle;
    line-height: normal;
    font-size: 13px;
    color: #222;
    background-color: #fff;
    line-height: 16px;
    border-radius: 2px;
    font-weight: 400;
}
#page .share-buttons .twitter-share-btn {
    margin: 5px 10px 0 0;
}
.share-buttons .share-button span {
    line-height: 16px;
    /* color: #666; */
    font-size: 14px;
    vertical-align: middle;
    margin-right: 8px
}
.share-buttons .share-button:hover, .share-buttons .share-button:hover span {
    color: #fff;
}
.share-buttons .fb-share-btn:hover {
    background-color: #4769A5;
}
.share-buttons .twitter-share-btn:hover {
    background-color: #65CCEF;
}
.share-buttons .gplus-share-btn:hover {
    background-color: #bf3727;
}
.share-buttons .linkedin-share-btn:hover {
    background-color: #278cc0;
}


/* ----------------------------------------------------------------------
    13. Intro Section
/* ---------------------------------------------------------------------- */
.intro {
    position: relative;
    width: 100%;
    background: #fff;
    -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.intro.quick-scroll {
    z-index:20;
}
.intro.intro-disabled {
    background-color: #fff;
    min-height: 88px
}
.intro-page-title {
    background: #9ba0a4 url(images/dark-bg.jpg) center top repeat;
}
.light-bg.intro-page-title {
    background: #9ba0a4 url(images/light-bg.jpg) center top repeat;
}
.intro-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: inherit;
}
.intro.intro-image-zoom {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}


/* Overlays
 ------------------------------ */
.intro .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: left top;
    background-repeat: repeat;
    z-index: 2;
    display: block;
    background-color: #2d2e33;
}
.intro .overlay {
    opacity: 0.5;
}

/* Overlay Noise */
.intro .overlay.noise {
    background: transparent url(images/overlay-noise.gif) left top repeat;
}
.intro .overlay.noise {
    opacity: 0.04;
}

/* Overlay Light */
.intro .overlay.light {
    background-color: #fff;
}
.intro .overlay.light {
    opacity: 0.75;
}

/* Overlay Noise */
.intro .overlay.dots {
    background: transparent url(images/overlay-dots.png) left top repeat;
}
.intro .overlay.dots {
    opacity: 1;
}


/* Video Loader
 ------------------------------ */
.video-loader {
    position: absolute;
    right: 50px;
    bottom: 50px;
    display: block;
    z-index: 3;
    opacity: 0.5;
}


/* Parallax
 ------------------------------ */
.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* Stretch background */
.parallax.stretch {
    background-size: cover;
}


/* Resize image / Intro image / Slider / Youtube Background
 ------------------------------ */
#page .intro-slider {
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.carousel-slider.intro-slider .owl-pagination {
    bottom: 10px
}
.resize-image, .intro-image, .intro-youtube {
    position: relative;
}
.intro-image, .intro-youtube {
    min-height: 600px;
}
.intro-page-title {
    min-height: 400px;
}
.intro-image .carousel-slider {
    margin-bottom: 0;
}
.intro-image .carousel-slider, .intro-image .carousel-slider .slide {
    min-height: 600px;
}

/* Image */
.intro-image .image, .intro-slider .image, .intro-slider .image-video, .resize-image .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Captions / Titles
 ------------------------------ */
.intro-captions, .intro-content {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 6;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.intro-content {
    left: 50%;
}
.intro-captions .caption-title, .intro-page-title .content-title {
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    padding: 0px 8px;
    display: block;
    margin-top: 0px;
    font-size: 56px;
    font-weight: 500;
    text-transform: uppercase;
    /* letter-spacing: 0.01em; */
    line-height: 120%;
}
.intro-captions.middle-left {
    text-align: left;
}
.intro-captions.middle-right {
    text-align: right;
}
.intro-captions.bottom-center, .intro-captions.bottom-left, .intro-captions.bottom-right {
     -webkit-transform: none;/* Safari and Chrome */
     -moz-transform: none;/* Firefox */
     -ms-transform: none;/* IE 9 */
     -o-transform: none;/* Opera */
     transform: none;
     top:auto;
     bottom: 10%;
}
.intro-captions.bottom-left {
    text-align: left;
}
.intro-captions.bottom-right {
    text-align: right;
}
.intro-captions .caption-subtitle, .intro-page-title .page-subtitle {
    color: #fff;
    font-size: 23px;
    margin-bottom: 0px;
    padding: 16px 8px 0px;
    display: block;
    font-weight: 300;
    letter-spacing: 0;
}
.intro-captions .caption-button a {
    margin-bottom: 0;
    margin-top: 30px;
}

/* Dark background */
.dark-bg .intro-captions .caption-title, .dark-bg.intro-captions .caption-title, .dark-bg .intro-page-title .content-title, .dark-bg .intro-captions .caption-subtitle, .dark-bg.intro-captions .caption-subtitle, .dark-bg .intro-page-title .page-subtitle {
    color: #fff;
}

/* Light background */
.light-bg .intro-captions .caption-title, .light-bg.intro-captions .caption-title, .light-bg .intro-page-title .content-title, .light-bg .intro-captions .caption-subtitle, .light-bg.intro-captions .caption-subtitle, .light-bg .intro-page-title .page-subtitle {
    color: #222;
}

/* Page Title */
.intro-page-title .intro-captions .caption-subtitle.meta-caption {
    top: 0px;
    font-size: 14px;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    /* margin-top: 10px; */
    letter-spacing: 0.02em;
    opacity: 0.9;
    font-weight: 400;
}
.intro-page-title .caption-subtitle i {
    margin-left: 0;
    vertical-align: initial;
}
.intro-page-title .caption-subtitle .meta-date, .intro-page-title .caption-subtitle .meta-author {
    line-height:20px;
}
.intro-page-title .caption-subtitle .meta-date:after, .intro-page-title .caption-subtitle .meta-author:after {
  content: '';
  display:inline-block;
  height:12px;
  vertical-align:middle;
  width:1px;
  background-color:#fff;
  margin: 0 15px;
  opacity:0.6;
}
.intro-page-title .caption-subtitle .meta-author span {
}

.intro-page-title .caption-subtitle .meta-cats a {
    color: #fff;
    margin-left: 4px;
}
.intro-page-title .caption-subtitle .meta-cats a:first-child {
    margin-left:0;
}
.intro-page-title .caption-subtitle .meta-cats a:hover {
    text-decoration: underline;
}

/* Light Background */
.light-bg.intro-page-title .intro-captions .caption-subtitle, .light-bg.intro-page-title .caption-subtitle .meta-cats a {
    color: #333;
}
.light-bg.intro-page-title .caption-subtitle .meta-cats a:hover {
}
.light-bg.intro-page-title .caption-subtitle .meta-date:after, .light-bg.intro-page-title .caption-subtitle .meta-author:after {
  background-color:#666;
}

/* Scroll Icon
 ------------------------------ */
.scroll-icon {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -50px;
    z-index: 3;
    width: 100px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.3em;
}
.scroll-icon .icon-arrows-slim-down {
    display: block;
    font-size: 24px;
    margin-bottom: 0px;
}
.scroll-icon.dark-scroll {
    color: #333;
}
@keyframes scroll_anim {

    /* CSS3 */
    from {
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    to {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@-moz-keyframes scroll_anim {

    /* Firefox */
    from {
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    to {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@-webkit-keyframes scroll_anim {

    /* Webkit */
    from {
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    to {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
}


/* Intro Map
------------------------------ */
.intro-map {
    background-color: #ddd;
    height: 500px;
    position: relative;
    width: 100%;
}


/* Custom Content / Tag intro
------------------------------ */
.intro-custom-content {
    padding: 180px 0;
    background-color: #B6B9BD;
}
.tag-intro {
    padding: 150px 0;
    background: #B6B9BD;
}
.tag-intro .sub-heading, .intro-page-title .sub-heading {
    top: 0;
}


/* ----------------------------------------------------------------------
    14. Portfolio Carousel
/* ---------------------------------------------------------------------- */
.page-template-portfolio-carousel #footer, .page-template-portfolio-carousel #footer-note {
    display: none;
}
#portfolio-carousel-wrap {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-backface-visibility: hidden;
}
#portfolio-carousel-wrap.dark-bg {
    background-color: #222;
}
#portfolio-carousel-wrap.light-bg {
    background-color: #eee;
}
#portfolio-carousel-wrap #portfolio-content {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 6;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
#portfolio-carousel-wrap .filter-list {
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    padding: 8px 12px;
    letter-spacing: 0.08em;
    cursor: pointer;
    font-weight: 500;
}
#portfolio-carousel-wrap .filter-list li {
    margin: 0px 5px 10px 5px;
    display:inline-block;
}
#portfolio-carousel-wrap .filter-list li a {
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    padding: 8px 12px;
    letter-spacing: 0.08em;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}
#portfolio-carousel-wrap.dark-bg .filter-list a {
    color: #fff;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}
#portfolio-carousel-wrap.dark-bg .filter-list a:hover, #portfolio-carousel-wrap.dark-bg .filter-list a.active {
    color: #fff;
}
#portfolio-carousel-wrap.light-bg .filter-list a {
    color: #999;
    color: rgba(000, 000, 000, 0.7);
    cursor: pointer;
}
#portfolio-carousel-wrap.light-bg .filter-list a:hover, #portfolio-carousel-wrap.light-bg .filter-list a.active {
    color: #222;
    color: rgba(000, 000, 000, 1);
}
#portfolio-carousel-wrap .dd-wrap {
    text-align: center;
    margin-left: 0;
    padding: 0;
}

/* Portfolio Carousel */
#portfolio-carousel {
    margin-bottom: 0
}
#portfolio-carousel .owl-buttons {
    visibility: hidden;
}
#portfolio-carousel .owl-wrapper-outer {
    overflow: visible;
}

/* Portfolio item */
#portfolio-carousel .portfolio-item {
}
#portfolio-carousel .portfolio-item .thumb {
    margin-bottom: 0;
}
#portfolio-carousel .portfolio-item img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}
#portfolio-carousel .portfolio-item .zoom-thumb {
    margin-bottom: 6px;
}
#portfolio-carousel .portfolio-item footer .portfolio-carousel-title, .portfolio-item footer .portfolio-carousel-title a {
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 5px;
    margin-top: 10px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-align: left;
    font-weight: 500;
}
#portfolio-carousel-wrap.dark-bg .portfolio-item footer .portfolio-carousel-title, #portfolio-carousel-wrap.dark-bg .portfolio-item footer .portfolio-carousel-title a {
    color: #fff;
}
#portfolio-carousel-wrap.light-bg .portfolio-item footer .portfolio-carousel-title, #portfolio-carousel-wrap.light-bg .portfolio-item footer .portfolio-carousel-title a {
    color: #222;
}
#portfolio-carousel .portfolio-item footer .portfolio-cats {
    text-transform: uppercase;
    font-size: 12px;
}
#portfolio-carousel-wrap.dark-bg .portfolio-item footer .portfolio-cats, #portfolio-carousel-wrap.dark-bg .portfolio-item footer .portfolio-cats li:after {
    color: #888;
    color: rgba(255, 255, 255, 0.6);
}
#portfolio-carousel-wrap.light-bg .portfolio-item footer .portfolio-cats, #portfolio-carousel-wrap.light-bg .portfolio-item footer .portfolio-cats li:after {
    color: #888;
    color: rgba(000, 000, 000, 0.6);
}


/* ----------------------------------------------------------------------
    15. Portfolio Grid
/* ---------------------------------------------------------------------- */
.page-template-portfolio-grid #content, .tax-crow_portfolio_cats #content, #content.content-cat-grid {
    background-color: #eee;
}
.portfolio-grid {
    overflow: hidden;
}

/* Hover layer */
.item-hover-layer {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    /* margin: 20px; */
}
.hide-gap .item-hover-layer {
    margin: 0
}

/* Hover thumb */
.item-hover-layer .thumb {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.item-hover-layer .thumb .image-holder {
}

/* Portfolio Item */
.portfolio-grid .portfolio-grid-title {
    font-size: 18px;
    color: #222;
    margin-bottom: 0;
    text-transform: uppercase;
    /* letter-spacing: 0.03em; */
}
.portfolio-grid .portfolio-grid-subtitle {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    font-weight: normal;
    letter-spacing: 0.01em;
    font-family: inherit;
}

/* Content */
.portfolio-grid .portfolio-grid-content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}

/* Footer */
.portfolio-grid-footer {
    border-top: 1px solid #eee;
    padding-top: 18px;
    text-align: left;
    margin-top: 20px;
}
.portfolio-grid-footer span {
    border: none;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Media */
.portfolio-grid-media {
}
.portfolio-grid-media .thumb {
    margin-bottom: 0;
}

/* Filter */
.filter {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    z-index: 200;
}
.filter.fullscreen-intro {
    top:-20px;
    position:relative;
    margin-bottom:20px;
}
.filter .filter-list {
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.filter .container {
    height: 80px;
    text-align: center;
}
.filter .filter-list li {
    display: inline-block;
    margin: 18px 5px 10px 5px;
}
.filter .filter-list li a {
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    padding: 8px 12px;
    letter-spacing: 0.08em;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}

/* Dark */
.filter.dark-bg .container {
    background-color: #2A2B2F;
}
.filter.dark-bg .filter-list li a.active {
    border-color: #fff
}
.filter.dark-bg .filter-list li a {
    color: #fff;
}

/* Light */
.filter.light-bg .container {
    background-color: #f6f6f6;
}
.filter.light-bg .filter-list li a.active {
    border-color: #333
}
.filter.light-bg .filter-list li a {
    color: #222;
}

/* Dropdown */
.dd-wrap {
    position: relative;
    top: -20px;
    text-align: center;
    display: none;
}
.dd-wrap .container { padding: 0}
.dd-wrap.only-dd {
    display: block;
}
#filter-list-dropdown {
    margin-top: 20px;
}

/* Custom section */
.portfolio-shortcode-filter {
    width: 100%;
    top: 0;
    position: relative;
    text-align: center;
}
.portfolio-shortcode-filter .filter-list {
    height: auto;
    margin-bottom: 20px;
}
.portfolio-shortcode-filter .filter-list li {
    margin: 0px 5px 10px 5px;
}
.portfolio-shortcode-filter .filter-list a {
    color: #222;
}
.portfolio-shortcode-filter .filter-list a.active {
    border-color: #222;
    color: #222;
}


/* ----------------------------------------------------------------------
    15. Portfolio Project
/* ---------------------------------------------------------------------- */

/* Portfolio Details */
#page .portfolio-detail {
    min-height: 300px;
}

/* Porfolio Taxonomies */

/* Categories */
.portfolio-taxonomies {
    display: block;
    margin-bottom: 10px;
    color: #777;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.03em;
    padding-bottom: 20px;
    overflow: hidden;
}
.portfolio-taxonomies a {
    float: left;
    color: #777;
    border: 1px solid #ddd;
    padding: 4px 10px;
    margin: 0 5px 5px 0;
    letter-spacing: 0.1em;
}
.portfolio-taxonomies a:hover {
    color: #ff6239;
    border-color:#ff6239;
}
.portfolio-taxonomies.no-margin { 
    margin-top: 0;
    padding-bottom: 0;
}


/* ----------------------------------------------------------------------
    16. Gallery
/* ---------------------------------------------------------------------- */
.page-template-gallery #content, .tax-crow_gallery_cats #content {
    background-color: #eee;
}
.gallery-grid {
    overflow: hidden;
}
.gallery-thumb {
    position: relative;
}
.gallery-thumb > div {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 15px 15px;
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.gallery-thumb > div span {
    display: block;
    font-size: 13px;
}
.gallery-grid .article-grid-content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    position: relative;
}
.gallery-grid .article-grid-content .pin-button {
    position: absolute;
    right: 20px;
    top: 20px;
}
.gallery-grid .article-grid-title, .gallery-grid .article-grid-title a {
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
    padding-right: 30px;
    text-transform: uppercase;
}
.gallery-grid .article-grid-title a:hover {
    color: #ff6239;
}
.gallery-grid .meta-cats a, .gallery-grid .meta-cats {
    color: #999;
    font-size: 13px;
}
.gallery-grid .meta-cats a:hover {
    color: #ff6239;
}

/* Single Album */
.container.full-width .theme-gallery-images {
    margin: 0 20px;
}
.theme-gallery-images .image-inner {
    padding: 2px;
    position: relative;
}
.theme-gallery-images .thumb {
    margin-bottom: 0;
}
.theme-gallery-images .thumb img {
    width: 100%
}
.theme-gallery-images .pin-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}
.mfp-title .pin-it {
    position: relative;
    top: 4px;
    left: -8px;
}

/* Share buttons */
.single-crow_gallery .share-buttons {
    margin-top: 50px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}
.single-crow_gallery .container.full-width .share-buttons {
    padding: 0 20px
}


/* ----------------------------------------------------------------------
    17. Content Section
/* ---------------------------------------------------------------------- */
#content {
    padding: 80px 0;
    clear: both;
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 2;
}
#content.vc {
    padding: 0;
}
#content.vc > .container {
    width: 100%;
    padding: 0
}


/* ----------------------------------------------------------------------
    18. 404 Page
/* ---------------------------------------------------------------------- */
.error-page {
    padding-bottom: 100px
}
#search-404 {
    margin-top: 20px;
}
#search-404 #s {
    width: 100%;
    padding: 16px 40px 16px 40px;
    font-size: 24px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#search-404 #s::-webkit-input-placeholder {
    color: #999;
}
#search-404 #s:-moz-placeholder {
    color: #999;
}
#search-404 #s:-ms-input-placeholder {
    color: #999;
}
#search-404  #s:focus {
    border-color: #666;
}
.big-404 {
    font-size: 250px;
    text-align: center;
    display: inline-block;
    padding: 0 0;
    font-weight: bold;
    line-height: normal;
    color: #ddd;
}
.title-404 {
    margin-bottom: 10px
}


/* ----------------------------------------------------------------------
    19. Contact Section
/* ---------------------------------------------------------------------- */

/* Google Maps */
#gmap {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
    height: 600px;
    position: relative;
    width: 100%;
}


/* ----------------------------------------------------------------------
    20. Section Helpers
/* ---------------------------------------------------------------------- */
.section {
    padding: 0px 0 80px
}
.section.no-padding {
    padding: 0;
}
.padding {
    padding: 80px 0;
}
.section:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.last-section {
    padding-bottom: 120px;
}

/* Section header */
.section-header {
    text-align: center;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 0px;
}
.section-title {
    font-size: 42px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 120%;
}
.dark-bg .section-title {
    color:#fff;
}
.section-title:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #ff6239;
    margin: 15px auto 20px auto;
}

.section-sub-title {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #666;
    letter-spacing: 0;
    padding-left:8%;
    padding-right:8%;
}
.section-header-text {
    padding-top:10px;
    font-weight: 300;
    font-size: 16px;
    padding-left:8%;
    padding-right:8%;
}
.dark-bg .section-sub-title {
    color: #fff;
    opacity:0.7;
}
.thin .section-sub-title, .thin .section-header-text {
    padding-left: 0;
    padding-right: 0;
}

/* Cover BG */
.cover-bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-backface-visibility: hidden;
    background-color: #222;
}

/* VC Custom section */
#page .vc-custom-section {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
#page .vc-custom-section.vc_row {
    margin: 0;
}
#page .vc-custom-fw-section .vc_column_container {
    padding: 0;
}
.vc-custom-section .container {
    z-index: 2;
}
.vc-parallax {
    background-attachment: fixed;
}

/* Overlay */
.vc_row.vc_custom_overlay > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.8;
    background-color: #2d2e33
}
#page .vc_row-no-padding.vc_custom_overlay > .overlay,
#page .vc_custom_overlay.vc_parallax > .overlay {
    position: absolute;
    z-index: 1;
}
#page .vc_custom_overlay.vc_row-no-padding > .overlay { z-index:0 }
#page .vc_custom_overlay > .overlay { z-index:0 }
.vc_custom_overlay {
    position: relative;
}


/* ----------------------------------------------------------------------
    21. Fullscreen Template
/* ---------------------------------------------------------------------- */
.page-template-fullscreen #footer, .page-template-fullscreen #footer-note {
    display: none;
}


/* ----------------------------------------------------------------------
    22. Comments
/* ---------------------------------------------------------------------- */
.comments-section {
    background-color: #f9f9f9;
    padding: 80px 0 80px 0;
    position: relative;
    border-bottom: 1px solid #eee;
}

/* Comments */
.comment-message {
    font-size: 15px;
    color: #999;
    padding: 20px;
    border: 1px solid rgba(000, 000, 000, 0.1);
    background-color: rgba(000, 000, 000, 0.01);
}
.comments-title {
    margin-bottom: 40px;
    font-size: 16px;
    color: #222;
    font-weight: normal;
    text-transform: uppercase;
}
.comments-title span {
}
.comments-list {
    border-bottom: 1px solid #e6e6e6;
    margin: 30px 0 60px;
    padding: 0 0 30px;
    overflow: hidden;
}
.comment {
    border-top: 1px solid #e6e6e6;
    list-style: none;
    margin: 30px 0 0;
    padding: 35px 0 0;
}
.comment:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.logged-in-as {
    position: relative;
    top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
}
.logged-in-as a {
    color: #999;
    /*     text-transform:uppercase; */
    font-size:13px;
    letter-spacing:0.02em;
}
.logged-in-as a:hover { 
    color: #ff6239
}

.comment-field {
    /* padding-top: 20px; */
    overflow: hidden;
    clear: both;
}
.comment > article {
    margin: 0;
    overflow: hidden;
    position: relative;
}
.comment .avatar-wrap {
    background: #eee;
    float: left;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.comment .avatar-wrap img {
    margin: 0;
    width: 70px;
    height: 70px;
    float: left;
}
.comment .comment-body, .comment .comment-meta {
    margin: 0 0 -20px 100px;
    color: #777;
    font-size: 15px;
    line-height: 1.7em;
}
.comment .comment-meta {
    margin-bottom: 0;
}
.comment .author, .comment .author a {
    color: #555;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.comment .author a:hover {
    color: #f4624a;
}
.comment .date {
    color: #aaa;
    font-size: 13px;
    margin: 0 0 10px;
}
.comment .reply a {
    font-size:12px;
    color:#999;
    text-transform:uppercase;
    margin-right:2px;
    background-color: #eee;
    padding:4px 7px;
    border-radius:3px;
    margin-right: 0px;
}
.comment .reply a:hover {
    background-color:#ff6239;
    color:#fff;
}

.comment .children {
    margin: 0;
    padding: 30px 0 0;
    position: relative;
}
.comment .children .comment {
    border-top: 1px solid #e6e6e6;
    margin: 30px 0 0;
    padding: 35px 0 0 125px;
    position: relative;
}
.comment .children .comment.depth-4, .comment .children .comment.depth-5, .comment .children .comment.depth-6, .comment .children .comment.depth-7, .comment .children .comment.depth-8, .comment .children .comment.depth-9, .comment .children .comment.depth-10 {
    padding-left: 0;
}
.comment .children .comment:first-child {
    margin-top: 0;
}
.comment .children .comment-body, .comment .children .comment-meta {
}

/* Pingbacks / Trackbacks */
.comment-list .pingback, .comment-list .trackback {
    list-style: none;
    margin-left: 0;
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px dotted #e6e6e6;
}
.comment-list .pingback:first-child, .comment-list .trackback:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.comment-list .pingback .author, .comment-list .trackback .author, .comment-list .pingback .author a, .comment-list .trackback .author a, .comment-list .pingback .author a:hover, .comment-list .trackback .author a:hover {
    font-size: 18px;
    color: #222;
    margin-bottom: 12px;
    font-weight: 600;
}
.comment-list .pingback .date, .comment-list .trackback .date {
    color: #888;
    font-size: 13px;
    margin: 0 0 5px;
    position: relative;
    top: -5px;
}

/* Response */
#respond {
    margin-top: 100px;
}
#reply-title {
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#reply-title:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #ff6239;
    margin: 15px 0 0px 0;
}
#reply-title small {
    font-size: 24px;
    font-weight: normal;
}
.form-allowed-tags {
    font-size: 12px;
    color: #888;
}
.form-allowed-tags span {
    font-size: 12px;
    color: #aaa;
    display: block
}
.form-submit {
    overflow:hidden;
    clear: both;
    padding-top: 20px;
}

    
/* ----------------------------------------------------------------------
    23. Footer Section
/* ---------------------------------------------------------------------- */
#footer {
    background-color: #f6f6f6;
    clear: both;
    padding: 100px 0 100px 0;
    z-index: 2;
    position: relative;
}
#footer.dark-bg {
    background-color: #1C1D21;
}

/* Columns */
.footer-col {
    min-height: 320px;
    border-right: 1px solid #ddd;
    padding: 30px 4%;
    color: #eee;
    width: 33.333%;
    float: left;
}
#footer.dark-bg .footer-col {
    border-right: 1px solid #33343A;
}
#footer.dark-bg .footer-col.last {
    border: 0
}
.footer-col.last {
    border: 0;
}
.footer-col h1, .footer-col h2, .footer-col h3, .footer-col h4, .footer-col h5, .footer-col h6 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}


/* 23.1 Footer Note
 ------------------------------ */
#footer-note {
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    margin-top: -1px;
    position: relative;
    z-index: 2;
}
#footer-note .container {
    padding: 20px 20px;
}
#footer-note.dark-bg {
    background-color: #212227;
}
#footer-note p {
    margin-bottom: 0;
    color: #999;
    font-size: 13px;
}
#footer-note p a {
    color: #ccc;
}
#footer-note p a:hover {
    border: none;
}


/* 23.2 Scroll Button
 ------------------------------ */
#scroll-button {
    font-family: "linea-arrows-10";
    background: #ff6239;
    font-size: 24px;
    line-height: 47px;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: -40px;
    z-index: 10;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 2px;
    /* border: 2px solid #999; */
}
#scroll-button i {
    font-family: "linea-arrows-10";
    color: #fff;
    margin-left: 0;
    line-height: normal;
    font-size: 25px;
    font-style: normal;

}
#scroll-button i:after {
     content: "\e06a";
}
#scroll-button.active {
    bottom: 40px;
}


/* ----------------------------------------------------------------------
    24. Widgets
/* ---------------------------------------------------------------------- */
.widget {
    font-size: 15px;
    line-height: 1.7em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: -1px;
    width: 100%;
    word-wrap: break-word;
    color: #999;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 20px;
}
#footer .widget {
    color: #777;
    border:none;
    padding: 0;
}
#footer.dark-bg .widget {
    color: #999;
    /* font-size: 14px; */
}
#slidebar .widget {
    font-size: 13px;
    line-height: 22px;
    color: #999;
    margin-bottom: 30px;
    border: none;
    padding: 0;
}
.widget li a {
    color: #888;
}
.dark-bg .widget a {
    color: #ddd;
}
#footer.dark-bg .textwidget a {
    color: #ddd;
}
.widget a:hover {
    color: #ff6239;
}
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
    margin: 24px 0 12px;
}
.widget h1 {
    font-size: 24px;
}
.widget h2 {
    font-size: 22px;
    line-height: 1.2;
}
.widget h3 {
    font-size: 20px;
}
.widget h4 {
    font-size: 18px;
    line-height: 1.5;
}
.widget h5 {
    font-size: 16px;
}
.widget h6 {
    font-size: 14px;
    line-height: 2;
}
.widget address {
    margin-bottom: 18px;
}
.widget abbr[title] {
    border-color: rgba(255, 255, 255, 0.1);
}
.widget mark, .widget ins {
    color: #000;
}
.widget pre, .widget fieldset {
    border-color: rgba(255, 255, 255, 0.1);
}
.widget code, .widget kbd, .widget tt, .widget var, .widget samp, .widget pre {
    font-size: 12px;
}
.widget blockquote {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 18px;
}
.widget blockquote cite {
    color: #999;
    font-size: 14px;
}
.widget dl, .widget dd {
    margin-bottom: 18px;
}
.widget ul, .widget ol {
    list-style: none;
    margin: 0;
}
.widget li > ol, .widget li > ul {
    margin-left: 10px;
}
.widget table, .widget th, .widget td {
    border-color: rgba(255, 255, 255, 0.1);
    padding: 0;
    border: none;
}
.widget table {
    margin-bottom: 18px;
}
.widget del {
    color: rgba(255, 255, 255, 0.4);
}
.widget hr {
    background-color: rgba(255, 255, 255, 0.1);
}
.widget p {
    margin-bottom: 30px;
}
.widget p:last-child {
  margin-bottom:0;
}
.widget input, .widget textarea {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
    color: #999;
    font-size: 14px;
    padding: 8px;
}
.widget input:focus, .widget textarea:focus {
    border-color: rgba(255, 255, 255, 0.3);
}
.widget button, .widget .button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
    background-color: #ff6239;
    border: 0;
    font-size: 12px;
    padding: 8px 15px;
}
.widget input[type="button"]:hover, .widget input[type="button"]:focus, .widget input[type="reset"]:hover, .widget input[type="reset"]:focus, .widget input[type="submit"]:hover, .widget input[type="submit"]:focus {
    color: #222;
    background-color: #fff;
}
.widget input[type="button"]:active, .widget input[type="reset"]:active, .widget input[type="submit"]:active {
    color: #222;
    background-color: #fff;
}
.widget .wp-caption {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
}
.widget .widget-title {
    font-size: 16px;
    margin: 0 0 15px 0;
    padding-bottom: 5px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05em;
}
#footer .widget .widget-title {
    margin-bottom: 20px;
}
.widget-title, .widget-title a {
    color: #222;
    font-weight: 500;
}
.widget-title a:hover {
    color: #ff6239;
}
.dark-bg .widget .widget-title {
    color: #999;
}
#footer.dark-bg .widget .widget-title {
    color: #999;
    font-weight: 400;
}
.dark-bg .widget-title a {
    color: #fff
}
#footer .widget .widget-title {font-size: 18px;}
#slidebar .widget .widget-title {
    font-size: 16px;
    font-weight: 500;
}

/* Tag Cloud Widget */
.widget_tag_cloud {
    overflow: hidden
}
.widget_tag_cloud .tagcloud a {
    padding: 6px 10px;
    margin: 2px;
    float: left;
    line-height: normal;
    color: #666;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px !important;
    text-transform: uppercase;
}
.widget_tag_cloud .tagcloud a:before {
     content: "#";
}
.dark-bg .widget_tag_cloud .tagcloud a {
    border: 1px solid #333;
}

#slidebar.dark-bg .widget_tag_cloud .tagcloud a {
    border: 1px solid #222;
}
.widget_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    line-height: normal;
    border: 1px solid transparent;
    color: #fff;
    background-color: #ff6239;
}

/* Calendar Widget*/
.widget table#wp-calendar {
    background-color: transparent;
}
.widget table#wp-calendar a {
    display: block;
    background: #e6e6e6;
    color: #222;
    line-height: 30px;
    text-decoration: none;
}
.widget table#wp-calendar a:hover {
    background: #fff;
    color: #333;
    line-height: 30px;
    text-decoration: none;
}
.widget table#wp-calendar {
    width: 99%;
    margin-left: 2px;
}
.widget table#wp-calendar tbody td {
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #666;
    font-size: 13px;
    line-height: 30px;
}
.widget table#wp-calendar caption {
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    color: #666;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 700;
}
.widget table#wp-calendar th {
    font-weight: normal;
    color: #333;
    text-align: center;
    padding: 2px;
    border: none;
    background-color: #fff;
}
.widget table#wp-calendar #next a {
    text-align: right;
    color: #999;
    line-height: 10px;
    background: none;
}
.widget table#wp-calendar #prev a {
    text-align: left;
    color: #999;
    line-height: 15px;
    background: none;
}
.widget table#wp-calendar #next a:hover, .widget table#wp-calendar #prev a:hover {
    color: #ff6239;
}

/* Dark BG */
.dark-bg .widget table#wp-calendar a {
    background: #ccc;
    color: #222;
}
.dark-bg .widget table#wp-calendar a:hover {
    background: #fff;
    color: #333;
}
.dark-bg .widget table#wp-calendar {
    width: 99%;
    margin-left: 2px;
}
.dark-bg .widget table#wp-calendar tbody td {
    border: 1px solid #222;
    background-color: #333;
    color: #999;
}
.dark-bg .widget table#wp-calendar caption {
    color: #ddd;
}
.dark-bg .widget table#wp-calendar th {
    color: #999;
    background-color: #444;
}
.dark-bg .widget table#wp-calendar #next a {
    color: #999;
}
.dark-bg .widget table#wp-calendar #prev a {
    color: #999;
}

/* Dark BG for slidebar */
#slidebar .dark-bg .widget table#wp-calendar a {
    color: #222;
}
#slidebar .dark-bg .widget table#wp-calendar a:hover {
    color: #333;
}
#slidebar .dark-bg .widget table#wp-calendar {
    width: 99%;
    margin-left: 2px;
}
#slidebar .dark-bg .widget table#wp-calendar tbody td {
    border: 1px solid #111;
    background-color: #222;
    color: #999;
}
#slidebar .dark-bg .widget table#wp-calendar caption {
    color: #ddd;
}
#slidebar .dark-bg .widget table#wp-calendar th {
    color: #999;
    background-color: #333;
}
#slidebar .dark-bg .widget table#wp-calendar #next a {
    color: #999;
}
#slidebar .dark-bg .widget table#wp-calendar #prev a {
    color: #999;
}

/* List Style Widgets*/
.widget li {
    margin-left: 0;
}
.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
    padding: 6px 0;
    color: #999;
    line-height: 20px;
}

/* Dark BG */
.dark-bg .widget_archive li, .dark-bg .widget_categories li, .dark-bg .widget_links li, .dark-bg .widget_meta li, .dark-bg .widget_nav_menu li, .dark-bg .widget_pages li, .dark-bg .widget_recent_comments li, .dark-bg .widget_recent_entries li {
    padding: 4px 0;
    color: #aaa;
}
.widget_archive li:first-child, .widget_categories li:first-child, .widget_links li:first-child, .widget_meta li:first-child, .widget_nav_menu li:first-child, .widget_pages li:first-child, .widget_recent_comments li:first-child, .widget_recent_entries li:first-child {
}
.widget_categories li ul, .widget_nav_menu li ul, .widget_pages li ul {
    margin-top: 9px;
}
.widget_categories li li:last-child, .widget_nav_menu li li:last-child, .widget_pages li li:last-child {
    padding-bottom: 0;
}

/* Recent Posts Widget */
.widget_recent_entries .post-date {
    display: block;
    font-size: 12px
}

/* Recent Comments */
.widget_recent_comments li span a:first-child {
    font-weight: 600;
}

/* RSS Widget */
.rsswidget img {
    margin-top: -4px;
}
.widget_rss li a {
    color: #333;
}
.rssSummary {
    margin: 9px 0;
    color: #999;
}
.rss-date {
    display: block;
    font-size: 12px
}
.widget_rss li {
    margin-bottom: 18px;
}
.widget_rss li:last-child {
    margin-bottom: 0;
}

/* Text Widget */
.widget_text > div >:last-child {
    margin-bottom: 0;
}


/* ----------------------------------------------------------------------
    25. Custom widgets
/* ---------------------------------------------------------------------- */

/* Recent Works */
.widget_crow_recent_works {
}
.widget_crow_recent_works .thumb {
    margin: 4px
}
.widget_crow_recent_works .flex-col-1-2 {
    width: 50%;
}
.widget_crow_recent_works .flex-col-1-3 {
    width: 33.33%;
}
.widget_crow_recent_works .flex-col-1-4 {
    width: 25%
}
.widget_crow_recent_works .flex-col-1-5 {
    width: 20%
}

/* Recent Posts */
.widget_crow_recent_posts .rp-list li {
   overflow: hidden;
   margin-bottom:5px;
}
.widget_crow_recent_posts .rp-post-thumb {
    float: left;
    width:60px;
    overflow:hidden;
}
.widget_crow_recent_posts .rp-caption {
   padding-left:70px;
}
.widget_crow_recent_posts .rp-caption h4  {
    margin-bottom:0px;
    font-size: 15px;
    margin-top: 0px;
}
.dark-bg .widget_crow_recent_posts .rp-caption h4 a {
    color: #aaa;
}
.widget_crow_recent_posts .rp-caption h4 a {
    color: #666;
    font-weight:400;
}
.widget_crow_recent_posts .rp-caption .rp-date {
    text-transform:uppercase;
    font-size:12px;
}
.dark-bg .widget_crow_recent_posts .rp-caption .rp-date {
    color: #666;
}


/* ----------------------------------------------------------------------
    26. Elements
/* ---------------------------------------------------------------------- */


/* Stats
 ------------------------------------ */
.stat {
    color: #ff6239;
    font-weight: 900;
    font-size: 120px;
    line-height: normal;
    width: 100%;
    display: inline-block;
}
.stat-name {
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: -20px;
}


/* Thumbs effects
 ------------------------------------ */


/* Thumb
 ------------------------------------ */
.thumb {
    display: block;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.thumb img {
    max-height: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    margin: 0;
    z-index: 1;
    width: 100%;
    min-height:71px;
}

/* Image holder */
.thumb .image-holder {
    background-size: cover;
    background-position: center center;
    background-color: #666;
    position: relative;
    -webkit-backface-visibility: hidden;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.thumb:hover .image-holder {
    opacity: 1;
}

/* Aanimation border */
a .anim-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
a .anim-border:before, a .anim-border:after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    z-index: 10;
}
a.border-button .anim-border:before, a.border-button .anim-border:after {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
a .anim-border:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}
a.light .anim-border:before {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
a .anim-border:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}
a.light .anim-border:after {
    border-right: 1px solid #666;
    border-left: 1px solid #666;
}
a:hover .anim-border:before, a:hover .anim-border:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.active .anim-border:before, a.active .anim-border:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Overlay */
.thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
}

.thumb.dark .overlay {
    background-color: #2d2e33
}
.thumb.light .overlay {
    background-color: #fff;
}
.thumb .overlay.border {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
.thumb:hover .overlay {
    opacity: 0.8;
}
.thumb.light:hover .overlay {
    opacity: 0.85;
}

/* invert */
.thumb.invert .overlay { opacity: 0.7 }
.thumb.light.invert .overlay { opacity: 0.9 }
.thumb.invert:hover .overlay {
    opacity: 0;
}

/* Content */
.thumb .thumb-content h6 {
    font-size: 16px;
    font-weight: 500;
    opacity: 0;
    margin-bottom: 10px;
    line-height: normal;
    -webkit-transform: translateY(-80px) translateZ(0);
    transform: translateY(-80px) translateZ(0);
    text-transform: uppercase;
    padding: 0 25px;
}
.thumb .thumb-content h6:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ff6239;
    margin: 10px auto 11px auto;
}

/* invert */
.thumb.invert .thumb-content h6 {  
    -webkit-transform: translateY(0px) translateZ(0);
    transform: translateY(0px) translateZ(0);
    opacity: 1;
}
.thumb .thumb-content span {
    display: block;
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(40px) translateZ(0);
    transform: translateY(40px) translateZ(0);
}
/* invert */
.thumb.invert .thumb-content span {
    -webkit-transform: translateY(0px) translateZ(0);
    transform: translateY(0px) translateZ(0);
    opacity:0.7;
}
.thumb .thumb-content {
    text-align: center;
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    width: 90%;
    z-index: 20;
}
.thumb:hover .thumb-content span, .thumb:hover .thumb-content h6 {
    opacity: 1;
    -webkit-transform: translateY(0px) translateZ(0);
    transform: translateY(0px) translateZ(0);
}
.thumb:hover .thumb-content .more {}

/* invert */
.thumb.invert:hover .thumb-content span, .thumb.invert:hover .thumb-content h6 {
    opacity: 0;
}
.thumb.invert:hover .thumb-content span {
     -webkit-transform: translateY(40px) translateZ(0);
    transform: translateY(40px) translateZ(0);
}
.thumb.invert:hover .thumb-content h6 {
   -webkit-transform: translateY(-80px) translateZ(0);
    transform: translateY(-80px) translateZ(0);
}

.thumb.dark .thumb-content h6, .thumb.dark .thumb-content span {
    color: #fff;
}
.thumb.light .thumb-content h6, .thumb.light .thumb-content span {
    color: #222;
}

.thumb .thumb-content span.more {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.touch .thumb .thumb-content {
    display: none;
}

/* Thumb icon */
.thumb .thumb-icon {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    z-index: 25;
}
.thumb .thumb-icon .icon {
    font-size: 24px;
    line-height: normal;
    padding: 4px 0;
    opacity: 0;
}
.thumb.light .thumb-icon .icon {
    color: #222;
}
.thumb.dark .thumb-icon .icon {
    color: #fff;
    width: auto;
    height: auto;
}
.thumb .thumb-icon .icon.icon-cross {
    width: 30px;
    height: 30px;
    background: transparent url(images/cross.png) top center no-repeat;
    display: block;
    margin: auto;
}
.thumb.dark .thumb-icon .icon.icon-cross {
    background-position: bottom center;
}
.thumb:hover .thumb-icon .icon {
    opacity: 1;
}

/* Animations */
.thumb .thumb-content h6, .thumb .image-holder {
    -webkit-transition: .4s all;
    transition: .4s all;
}
.thumb .thumb-content span, .thumb .thumb-icon .icon {
    -webkit-transition: .5s all;
    transition: .5s all;
    margin-left: 0;
}
.anim-border:before, .anim-border:after {
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease .2s;
    transition: opacity 0.4s ease, transform 0.45s ease .2s
}
.thumb-overlay, .thumb img {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}


/* Zoom Thumb
 ------------------------------------ */
.zoom-thumb {}
.zoom-thumb img {}
.zoom-thumb:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}


/* Border Thumb
 ------------------------------------ */
.border-thumb {}


/* Separator
 ------------------------------------ */
hr.separator {
    background-color: #ddd;
    width: 100%;
    height: 1px;
    margin-bottom: 80px;
}


/* Divider
 ------------------------------------ */
.divider {
    margin: 20px auto 20px;
    width: 40px;
    height: 1px;
    position: relative;
}
.dark-bg .divider {
    background-color: #fff;
}
.divider {
    background-color: #222;
}


/* Inline Dots List
 ------------------------------------ */
.inline-dots {
    margin: 0;
    list-style: none;
}
.inline-dots li {
    margin: 0;
    display: inline-block;
}
.inline-dots li:after {
    content: "\2022";
    display: inline-block;
    margin: 0 5px 0 5px;
}
.inline-dots li:last-child:after {
    display: none;
}


/* Icon button
 ------------------------------------ */
.icon-button {
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    font-weight: 400;
    text-transform: uppercase;
    height: 60px;
    width: 60px;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.icon-button i {
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    z-index: 2;
    position: relative;
}
.icon-button:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}
.icon-button:hover:after {
    background-color: #fff;
}
.icon-button:hover i {
    color: #111;
}


/* Flexible video
 ------------------------------------ */
.video-wrap {
    margin: 0 0 30px;
}


/* Alertboxes
 ------------------------------------ */
.error, .success, .info, .warning {
    display: block;  /* font-weight: bold; */
    border: 1px solid;
    padding: 14px 20px 14px 20px;
    clear: both;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.error {
    background-color: #fdcaca;
    color: #7f6060;
    border-color: #ffc3c3;
}
.success {
    background-color: #cafdce;
    color: #637a65;
    border-color: #9cfaa3;
}
.info {
    background-color: #dee9fe;
    color: #737b8b;
    border-color: #cddfff;
}
.warning {
    background-color: #fbe9de;
    color: #877863;
    border-color: #fbe0b9
}


/* Buttons
 ------------------------------ */

/* Default button */
input[type="submit"], button, .btn, .widget .btn {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    border: none;
    color: #fff;
    background-color: #ff6239;
    font-size: 13px;
    text-transform: uppercase;
    padding: 16px 20px;
    display: inline-block;
    width: auto;
    letter-spacing: 0.1em;
    border-radius: 2px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
input[type="submit"]:hover, button:hover, .btn:hover, .widget .btn:hover {
    background-color: #222;
    color: #fff;
}
.btn {
    display: inline-block;
    vertical-align: middle;
}
.text-right .btn {
    margin-right: 0;
    margin-left: 15px;
}
.text-center .btn {
    margin-right: 0;
}
input[type="submit"].small, button.small, .btn.small {
    padding: 8px 14px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-width: 1px;
}
input[type="submit"].medium, button.medium, .btn.medium {
    padding: 13px 22px;
}
input[type="submit"].large, button.large, .btn.large {
    padding: 18px 28px;
    font-size: 18px;
}
.list-btn {
    top: -10px;
    position: relative;
}

/* Icon */
.btn .icon {
    color: inherit;
    margin-right: 10px;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    top: -2px;
    position: relative;
}

/* Stamp Button */
.stamp-button {
    border: 1px solid #333;
    color: #222;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 30px;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    border-radius: 2px;
    text-align: center;
    font-weight: 600;
}
.dark-bg .stamp-button {
    border: 1px solid #fff;
    color: #fff;
}
.light-bg .stamp-button {
    border: 1px solid #333;
    color: #222;
}

#footer.dark-bg .stamp-button {
    border: 1px solid #666;
    color: #666;
}
.stamp-button span {
    z-index: 2;
    position: relative;
    color: #222;
}
.dark-bg .stamp-button span {
    color: #fff
}
.light-bg .stamp-button span {
    color: #333
}
#footer.dark-bg .stamp-button span {
    color: #999
}
.stamp-button:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #333;
    color: #fff;
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}
.widget  p .stamp-button:last-child { margin-bottom:0 }
.dark-bg .stamp-button:after {
    background: #fff;
    color: #333;
}
.light-bg .stamp-button:after {
    background: #333;
    color: #fff;
}
#footer.dark-bg .stamp-button:after {
    background: #666;
    color: #333;
}
.dark-bg .stamp-button:hover span {
    color: #333
}
.light-bg .stamp-button:hover span {
    color: #fff;
}
#footer.dark-bg .stamp-button:hover span {
    color: #111;
}
.stamp-button:hover, .stamp-button:hover span {
    color: #fff;
}
.stamp-button:hover:after, .stamp-button:active:after {
    height: 100%;
}
.stamp-button.dark {
    opacity: 0.6
}
.no-margin > .stamp-button { margin: 0 }


/* Spinner
 ------------------------------ */
.spinner {
  width: 30px;
  height: 30px;
  background-color: #fff;
  margin: 0px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* Carousel
 ------------------------------ */
.carousel {
    margin-bottom: 30px;
}
.carousel-fw-item {
    width: auto;
    margin: 1px;
}

/* Slider */
.slider {
    background-color: #222;
}
.text-slider {
    background-color: transparent;
}
.carousel-slider {
    /* margin-bottom: 30px; */
    background-color: transparent;
}
.carousel-slider img {
    display: block;
    width: 100%;
    height: auto;
}
.carousel-slider .owl-pagination, .text-slider .owl-pagination {
    z-index: 10;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
    left: 0;
    bottom: -40px;
}
.text-slider .owl-pagination {
    bottom: 10px;
}
.carousel-slider .slide {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: translate3d(0, 0, 0);
}
.carousel-slider.owl-theme .owl-buttons i {
    color: #111;
    font-size: 16px;
    line-height: 38px;
}
.content-slider.owl-theme .owl-buttons i {
    line-height: 26px;
    margin-left: 0;
}
.carousel-slider.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}
.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev, 
.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    height: 45px;
    width: 45px;
    top: 50%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: center;
    background: #fff;
    /*background: rgba(255,255,255,0.8);*/
    z-index: 3;
}
.content-slider.owl-theme .owl-controls .owl-buttons .owl-prev, 
.content-slider.owl-theme .owl-controls .owl-buttons .owl-next,
.intro-slider.owl-theme .owl-controls .owl-buttons .owl-prev, 
.intro-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    height: 65px;
    width: 65px;
    text-align: center;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*background: rgba(255,255,255,0.8);*/
    z-index: 4;
}

.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev i, .carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next i {
    color: #333;
    font-size: 31px;
    vertical-align: middle;
    position:absolute;
    top: 7px;
    text-align: center;
    width: 100%;
}
.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel-slider.owl-theme .owl-controls {
    margin-top: 0px;
}
.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev i {
    left:-2px;
}
.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next i {
  right: 2px;
}

/* Custom buttons */
.carousel-slider.owl-theme .owl-controls .owl-buttons .nav-slider {
    position:relative;
    width:100%;
    height:100%;
}
.intro-slider.owl-theme .owl-controls .owl-buttons .nav-slider span,
.content-slider.owl-theme .owl-controls .owl-buttons .nav-slider span {
  position: absolute;
  color: #333;
  font-size: 12px;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 12px;
  letter-spacing: 0.5em;
}

.dark-bg.carousel-slider.owl-theme .owl-controls .owl-buttons .nav-slider span { color:#fff }
.dark-bg.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev, .dark-bg.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    background: #000;
    background: rgba(000,000,000,0.8);
}
.dark-bg.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev i, .dark-bg.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next i {
    color:#fff;
}

.dark-bg .carousel-slider.owl-theme .owl-controls .owl-buttons .nav-slider span { color:#fff }
.dark-bg .carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev, .dark-bg .carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    background: #000;
    background: rgba(000,000,000,0.8);
}
.dark-bg .carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev i, .dark-bg .carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next i {
    color:#fff;
}

/* Portfolio carousel */
#portfolio-carousel.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -50px;
}
#portfolio-carousel.carousel-slider.owl-theme:hover .owl-controls .owl-buttons .owl-prev {
    left: 0;
}
#portfolio-carousel.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -50px;
}
#portfolio-carousel.carousel-slider.owl-theme:hover .owl-controls .owl-buttons .owl-next {
    right: 0;
}

/* Animations */
.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev, .carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* Content slider
-------------------------------- */
.content-slider {
    background-color: #eee;
    overflow: hidden;
}
.content-slider .content-captions {
    background-color: rgba(255, 255, 255, 0.7);
    color: #222;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 1;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
.content-slider .content-captions:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.content-slider .content-captions span {
    display: block;
    font-size: 15px;
}
.content-slider .content-captions .caption-title {
    font-size: 17px;
    font-weight: bold;
}
.content-slider .slide {
    display: none;
}
.content-slider .slide:first-child {
    display: block;
}


/* Owl Carousel Owl Theme v1.3.2
-------------------------------- */
.owl-theme .owl-controls {
    margin-top: 30px;
    text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    position: relative;
    margin: 0 4px;
     -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.owl-theme .owl-controls .owl-page span:after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #fff;
    display: inline-block;
    opacity: 0.2;
    position:absolute;
    left:0;
    top:0;
}
.light-bg .owl-controls .owl-page span:after {
    background-color: #222;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity:1;
    position:relative;
}
.light-bg .owl-controls .owl-page.active span, .light-bg .owl-controls.clickable .owl-page:hover span {
    opacity:1;
    background-color: #222;
}
.owl-theme .owl-controls .owl-page.active span:after, .owl-theme .owl-controls.clickable .owl-page:hover span:after {

}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(../img/AjaxLoader.gif) no-repeat center center
}


/* Tooltip
 ------------------------------ */
#tooltip {
    text-align: center;
    color: #333;
    background: #ddd;
    position: absolute;
    z-index: 100002;
    padding: 15px;
}

/* triangle decoration */
#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ddd;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #ddd;
    top: -20px;
    bottom: auto;
}
#tooltip.left:after {
    left: 10px;
    margin: 0;
}
#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}


/* ----------------------------------------------------------------------
    27. Plugins
/* ---------------------------------------------------------------------- */


/* Message for older IE browsers
 -------------------------------- */
#ie-message {
    background: #c00;
    border-bottom: 1px solid #900;
    display: block;
    margin: 0 auto 20px auto;
    width: 100%;
    z-index: 2000;
}
#ie-message p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 20px;
    margin: 0 25%;
}
#ie-message a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}


/* Isotope CSS3 transitions
 -------------------------------- */
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-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: -o-transform, opacity;
    transition-property: transform, opacity;
}


/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */

/* Remove, change to fit your needs */
.sod_select, .sod_select * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
    display: inline-block;
    position: relative;
    line-height: 1;
    min-width: 200px;
    padding: 15px 10px;
    border: none;
    background: transparent;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    outline-offset: -2px;/* Opera */
    cursor: default;
    letter-spacing: 0.05em;
    border: 2px solid #666;
    margin-right: 10px;
}
.dark-bg .sod_select {
    border: none;
    color: #fff;
    border: 2px solid #666;
    border: 2px solid rgba(255, 255, 255, 0.6)
}

/* Up/Down arrows */
.sod_select:before, .sod_select:after {
    content: "\25B2";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 7px;
}

/* Down arrow */
.sod_select:after {
    content: "\25BC";
    top: auto;
    bottom: 12px;
}

/* Change the border color on hover, focus and when open */
.sod_select:hover, .sod_select.open, .sod_select.focus {
    border-color: transparent;
    border: 2px solid #666;
}
.dark-bg .sod_select:hover, .dark-bg .sod_select.open, .dark-bg .sod_select.focus {
    border: 2px solid #fff;
}
.sod_select.open {
    color: rgba(000, 000, 000, 0.6);
}
.dark-bg .sod_select.open {
    color: rgba(255, 255, 255, 0.6);
}
.sod_select.focus {
}

/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
    color: rgba(000, 000, 000, 0.4);
    cursor: not-allowed;
}

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
}
.sod_select .sod_prefix {

    /* Use this if you're using a prefix and want to style it */
}
.sod_select .sod_placeholder {

    /* Use this if you're using a placeholder and want to style it */
}

/* Options list wrapper */
.sod_select .sod_list_wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    height: auto;
    width: 200px;
    margin: 0 0 0 -2px;
    background: #fff;
    border: none;
    border-top: none;
    color: #666;
    font-weight: normal;
    z-index: 100;
    border: 2px solid #666;
    border-top: none;
}

/* Options list wrapper */
.dark-bg .sod_select .sod_list_wrapper {
    background: #eee;
    color: #666;
    border: 2px solid #fff;
}

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
    display: block;
}

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
    display: none;
}

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
    top: auto;
    bottom: 100%;
    border-top: none;
    border-bottom: none;
}

/* Options list container */
.sod_select .sod_list {
    display: block;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding: 10px 10px;
    list-style-type: none;
}

/* Optgroups */
.sod_select .sod_option.optgroup, .sod_select .sod_option.optgroup.disabled {
    background: inherit;
    color: #939393;
    font-size: 10px;
    font-style: italic;
}

/* Children of an optgroup */
.sod_select .sod_option.groupchild {
    padding-left: 20px;
}

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
    display: none;
}

/* Disabled option */
.sod_select .sod_option.disabled {
    background: inherit;
    color: rgba(000, 000, 000, 0.4);
}

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
    background: rgba(000, 000, 000, 0.4);
    color: #fff;
}
.dark-bg .sod_select .sod_option.active {
    background: rgba(000, 000, 000, 0.3);
    color: #fff;
}

/*Make room for the check mark */
.sod_select .sod_option.selected {
    font-weight: bold;
    padding-right: 25px;
}
.dark-bg .sod_select .sod_option.selected {
    color: #333
}

/* Displays a check mark for the selected option */
.sod_select .sod_option.selected:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #fff;
    height: 9px;
    width: 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
    font-weight: 300;
}
.sod_select.no_highlight .sod_option.selected:before {
    display: none;
}
.sod_select .sod_option.link {

    /* If data-link is set on a specific option */
}
.sod_select .sod_option.linkexternal {

    /* If data-link-external is set on a specific option */
}

/* Hide native select */
.sod_select select {
    display: none !important;
}

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
    -webkit-appearance: menulist-button;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
}


/* ----------------------------------------------------------------------
    MEDIA QUERIES
/* ---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
    Large Displays
/* ---------------------------------------------------------------------- */
@media (min-width:1200px) {
}


/* ----------------------------------------------------------------------
    For Small Desktop Devices [ 960px ]
/* ---------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {


    /* Basic Elements & Classes
    ------------------------------ */

    /* Blockquote */
    .main.thin blockquote, .vc-container.thin blockquote {
        left: -50px;
        width: -moz-calc(100% + 100px);
        width: -webkit-calc(100% + 100px);
        width: calc(100% + 100px);
    }


    /* WordPress Core Styles
    ------------------------------ */
    .main.thin .gallery, .vc-container.thin .gallery {
        left: -75px;
        width: -moz-calc(100% + 150px);
        width: -webkit-calc(100% + 150px);
        width: calc(100% + 150px);
    }


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

    /* Lead text */
    .lead.big {
        font-size: 18px;
        line-height: 1.5em;
    }


    /* Layout and Content
    ------------------------------ */

    /* Container */
    .container {
        width: 960px;
    }

    /* Visual Composer Container */
    .vc-container {
        width: 960px;
    }
    .vc-container.thin {
        width: 800px;
    }

    /* VC Extended */
    .vc-container.thin .extended {
        left: -75px;
        width: -moz-calc(100% + 150px);
        width: -webkit-calc(100% + 150px);
        width: calc(100% + 150px);
    }

    /* Columns */
    .col-1-1, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4 {
        margin-right: 20px;
    }
    .col-1-2 {
        width: 460px;
    }
    .col-1-3 {
        width: 300px;
    }
    .col-1-4 {
        width: 220px;
    }
    .col-2-3 {
        width: 620px;
    }
    .col-3-4 {
        width: 700px;
    }
    .center-col {
        margin: 0 auto;
        width: 500px;
    }

    /* Masonry Grid */
    .full-width .masonry {
        margin-left: 0;
        margin-right: 0;
    }
    .full-width .masonry-item-1-5 {
        width: 20%
    }
    .full-width .masonry-item-1-4 {
        width: 25%
    }
    .full-width .masonry-item-1-3 {
        width: 33.33%
    }
    .full-width .masonry-item-1-2 {
        width: 50%
    }

    /* Masonry Grid */
    .masonry-item-inner, .full-width .masonry-item-inner {
        margin:10px;
    }
    .item-hover-layer, .full-width .item-hover-layer {
        /* margin: 10px; */
    }

    /* Main */
    .main {
        width: 640px;
    }
    .main.thin {
        width: 800px;
    }
    .main.main-right {
        margin-left: 50px;
    }
    .main.main-left {
        margin-right: 50px;
    }
    .main.wide, .main.vc {
        width: 100%;
    }
    .main.thin .extended {
        left: -75px;
        width: -moz-calc(100% + 150px);
        width: -webkit-calc(100% + 150px);
        width: calc(100% + 150px);
    }

    /* Sidebar */
    .sidebar {
        width: 260px;
    }

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

    /* Carousel */
    .carousel-slider .thumb h6 { font-size: 14px; }
}


/* ----------------------------------------------------------------------
    For Tablet and Mobile devices 
/* ---------------------------------------------------------------------- */
@media only screen and (max-width:979px) {


    /* Basic Elements & Classes
    ------------------------------ */

    /* Blockquote */
    .main.thin blockquote, .vc-container.thin blockquote {
        width: 100%;
        left: 0;
    }
    blockquote p, .vc-container.thin blockquote p {
        padding: 20px
    }


    /* Helper Classes
    ------------------------------ */
    #page .padding-column > .vc_column-inner {
        padding: 50px !important;
    }
    #page .padding-column-tb .vc_column-inner {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    #page .padding-column-lr .vc_column-inner {
        padding-left: 40px!important;
        padding-right: 40px!important;
    }
    #page .padding-left .vc_column-inner {
        padding-left: 20px !important;
    }
    #page .padding-top .vc_column-inner {
        padding-top: 20px !important;
    }
    #page .padding-right .vc_column-inner {
        padding-right: 20px !important;
    }
    #page .padding-bottom .vc_column-inner {
        padding-bottom: 20px !important;
    }


    /* WordPress Core Styles
    ------------------------------ */
    .main.thin .gallery, .vc-container.thin .gallery {
        left: 0;
        width: 100%;
    }


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

    /* Lead text */
    p.lead.big {
        font-size: 16px;
        line-height: 1.5em;
    }


    /* Layout and Content
    ------------------------------ */

    /* VC Extended */
    .vc-container.thin .extended {
        left: 0;
        width: 100%;
    }

    /* Columns */
    .col-1-1, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4 {
        margin-right: 20px;
    }

    /* Masonry Grid */
    .full-width .masonry {
        margin-left: 0;
        margin-right: 0;
    }

    /* Masonry Grid */
    .masonry-item, .full-width .masonry-item {
        width: 50%;
    }

    /* Main */
    .main {
        width: 100%
    }
    .main.main-right {
        margin-left: 0;
    }
    .main.main-left {
        margin-right: 0;
    }
    .main.thin .extended {
        left: 0;
        width: 100%;
    }


    /* Header 
    ------------------------------ */
    .admin-bar #wpadminbar {
        position: fixed;
    }
    .admin-bar #header {
        top: 32px;
    }


    /* Main Navigation
    ------------------------------ */
    #main-nav li.top-nav-el {
        display: block
    }
    #top-nav {
        display: none;
    }


    /* Posts
    ------------------------------ */
    .blog-classic .article-title, .blog-classic .article-title a {
        font-size: 28px;
    }
    .blog-minimal article .article-link .article-title {
        font-size: 30px;
    }


    /* Intro section
    ------------------------------ */

    /* Parallax */
    .parallax {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }

    /* Resize image / Intro image / Slider / Youtube Background */
    .intro-image.intro, .intro-youtube.intro, .intro-slider.carousel-slider, .intro-slider.carousel-slider .slide {
        min-height: 400px !important;
    }

    /* Page Title */
    .intro-captions .caption-title, .intro-page-title .content-title {
        font-size: 48px;
    }
    .intro-captions .caption-subtitle, .intro-page-title .page-subtitle {
        font-size: 22px;
    }
    .intro-page-title .intro-captions .caption-subtitle {
        font-size: 16px;
    }
    .intro-page-title .intro-captions .caption-subtitle.meta-caption { 
        font-size: 14px;
    }


    /* Intro Map */
    #page .vc-container .border-column:last-child .vc_column-inner {
        border-bottom: 0 !important
    }


    /* Portfolio Carousel
    ------------------------------ */
    #portfolio-carousel-wrap .filter-list {
        display: none
    }


    /* Portfolio Grid
    ------------------------------ */

    /* Filter - dropdown */
    .dd-wrap {
        display: block;
    }
    .filter {
        display: none;
    }
    .portfolio-shortcode-filter {
        display: block;
    }


    /* Section Helpers
    ------------------------------ */
    .vc-parallax {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }


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

    /* Stamp Button */
    .stamp-button {
        padding: 10px 30px
    }


    /* Carousel */
    .content-slider.owl-theme .owl-buttons,
    .intro-slider.owl-theme .owl-buttons {
        display: none;
    }
    .carousel-slider .thumb h6 { font-size: 14px; }
}


/* ----------------------------------------------------------------------
    For Tablet Devices [ 748px ]
/* ---------------------------------------------------------------------- */
@media only screen and (min-width:768px) and (max-width:979px) {


    /* Layout and Content
    ------------------------------ */

    /* Container */
    .container {
        width: 748px;
    }

    /* Visual Composer Container */
    .vc-container, .vc-container.thin {
        width: 748px;
    }

    /* Columns */
    .col-1-2 {
        width: 364px;
    }
    .col-1-3 {
        width: 236px;
    }
    .col-2-3 {
        width: 492px;
    }
    .col-1-4 {
        width: 172px;
    }
    .col-3-4 {
        width: 492px;
    }

    /* Masonry Grid */
    .masonry-item, .full-width .masonry-item {
        width: 50%;
    }

    /* Main */
    .main {
        width: 492px;
    }
    .main.thin {
        width: 100%;
    }
    .main.main-right {
        margin-left: 20px;
    }
    .main.main-left {
        margin-right: 20px;
    }
    .main.wide, .main.vc {
        width: 100%;
    }

    /* Sidebar */
    .sidebar {
        width: 236px;
    }
}


/* ----------------------------------------------------------------------
    For Mobile Devices [ 640px ]
/* ---------------------------------------------------------------------- */
@media only screen and (min-width:640px) and (max-width:781px) {


    /* Layout and Content
    ------------------------------ */

    /* Container */
    .container {
        width: 620px;
    }

    /* Visual Composer Container */
    .vc-container, .vc-container.thin {
        width: 620px;
    }

    /* Flexible columns */
    .flex-col-1-2, .flex-col-1-4 {
        width: 50%
    }

    /* Masonry Grid */
    .masonry-item, .full-width .masonry-item {
        width: 50%;
    }

    /* Main */
    .main {
        width: 100%
    }
    .main.main-right {
        margin-left: 0;
    }
    .main.main-left {
        margin-right: 0;
    }
    .main.thin .extended {
        left: 0;
        width: 100%;
    }

    /* Sidebar */
    .sidebar {
        width: 100%;
        margin-top: 40px
    }

    /* Header 
    ------------------------------ */
    .admin-bar #header {
        top: 46px;
    }
}


/* ----------------------------------------------------------------------
    For Mobile Devices [ 300px ]
/* ---------------------------------------------------------------------- */
@media only screen and (max-width:767px) {


    /* Basic Elements & Classes
    ------------------------------ */
    body {
        font-size: 15px;
        line-height: 1.6;
    }


    /* Helper Classes
    ------------------------------ */
    #page .vc_row_stretch_row .padding-column .vc_column-inner {
         padding: 40px 0px !important;
    }
    #page .padding-column .vc_column-inner {
      padding: 40px 30px !important;
    }
    
    #page .row-padding-tb,
    #page .padding-column-tb .vc_column-inner {
        padding-top: 30px!important;
        padding-bottom: 30px!important;
    }
    
    #page .vc_row_stretch_row .padding-column-lr .vc_column-inner {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    #page .row-padding-lr,
    #page .padding-column-lr .vc_column-inner {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    
    
    #page .vc_row_stretch_row .padding-left .vc_column-inner {
        padding-left: 0px !important;
    }
    #page .row-padding-left,
    #page .padding-left .vc_column-inner {
        padding-left: 30px !important;
    }
    
    #page .row-padding-top,
    #page .padding-top .vc_column-inner {
        padding-top: 30px !important;
    }
    
    #page .vc_row_stretch_row .padding-right .vc_column-inner {
        padding-right: 0px !important;
    }
    #page .row-padding-right, 
    #page .padding-right .vc_column-inner {
        padding-right: 30px !important;
    }
    
    #page .row-padding-bottom, 
    #page .padding-bottom .vc_column-inner {
        padding-bottom: 30px !important;
    }
    
    /* Remove paddings */
    #page .remove-padding-top .vc_column-inner,
    #page .remove-padding-top.vc_row {
        padding-top: 0px !important;
    }
    #page .remove-padding-right .vc_column-inner,
    #page .remove-padding-right.vc_row {
        padding-right: 0px !important;
    }
    #page .remove-padding-bottom .vc_column-inner,
    #page .remove-padding-bottom.vc_row {
        padding-bottom: 0px !important;
    }
    #page .remove-padding-left .vc_column-inner,
    #page .remove-padding-left.vc_row {
        padding-left: 0px !important;
    }

    /* Remove margins */
    #page .remove-margin-top .vc_column-inner,
    #page .remove-margin-top.vc_row {
        margin-top: 0px !important;
    }
    #page .remove-margin-right .vc_column-inner,
    #page .remove-margin-right.vc_row {
        margin-right: 0px !important;
    }
    #page .remove-margin-bottom .vc_column-inner,
    #page .remove-margin-bottom.vc_row {
        margin-bottom: 0px !important;
    }
    #page .remove-margin-left .vc_column-inner,
    #page .remove-margin-left.vc_row {
        margin-left: 0px !important;
    }

    
    #page .border-column .vc_column-inner {
        border-right: 0 !important;
        border-bottom: 1px solid #ddd;
        padding: 40px 0 40px 0 !important;
        min-height: 0;
    }
    

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

    /* Lead text */
    .big-heading {
        font-size: 32px;
    }


    /* Layout and Content
    ------------------------------ */

    /* Container */
    .container {
        width: 100%;
        padding: 0 30px;
    }

    /* Visual Composer Container */
    .vc-container, .vc-container.thin {
        width: 100%;
        padding: 0 30px;
    }
    .vc-container > .vc_column_container > .vc_column-inner { padding: 0; }  

    body .vc_row { 
        margin-left:0;
        margin-right: 0;
    }
    body .vc_column_container>.vc_column-inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    /* Columns */
    .col-1-1, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4 {
        margin-right: 0px;
        width: 100%;
    }

    /* Masonry Grid */
    .masonry-item, .full-width .masonry-item {
        width: 100%;
        margin-bottom: 20px;
    }

    /* Flexible columns */
    .flex-col-1-1, .flex-col-1-2, .flex-col-1-3, .flex-col-1-4, .flex-col-1-5 {
        width: 100%
    }

    /* Main */
    .main {
        width: 100%
    }
     .main.thin {
        width: 100%;
    }



    /* Header
    ------------------------------ */
    #header {
        padding: 10px 0;
    }
    #header.show-bg {
        padding: 6px 0;
    }
    #logo img {
        width: 80%;
        height: 80%;
    }
    .admin-bar #header {
        top: 46px;
    }


    /* Menu trigger Button
    ------------------------------ */
    #menu-trigger {
        top: 6px;
        right: 35px;
    }


    /* Paging Navigation
    ------------------------------ */
    .post-navigation a {
        padding: 30px 30px;
    }
    .post-navigation .meta-nav {
        display: none
    }
    .post-navigation .nav-label {
        display: none;
    }
    .image-navigation a, .post-navigation a {
        min-height: 98px
    }


    /* Posts
    ------------------------------ */
    .blog-classic .article-title, .blog-classic .article-title a {
        font-size: 24px;
    }
    .blog-minimal article .article-link .article-title {
        font-size: 24px;
    }


    /* Intro section
    ------------------------------ */
    .intro.intro-disabled {
        background-color: #fff;
        min-height: 56px;
    }

    /* Captions / Titles */
    .intro-captions, .intro-content {
        padding: 0px;
    }

    /* Page Title */
    .intro-captions .caption-title, .intro-page-title .content-title {
        font-size: 32px;
    }
    .intro-captions .caption-subtitle, .intro-page-title .page-subtitle {
        font-size: 16px;
    }
    .intro-page-title .intro-captions .caption-subtitle {
        font-size: 14px;
    }
   .intro-page-title .intro-captions .caption-subtitle.meta-caption { 
        font-size: 13px;
    }

    /* Scroll Icon */
    .intro-image .scroll-anim, .intro-youtube .scroll-anim, .intro-slider .scroll-anim, .intro-slider .scroll-anim {
        display: none;
    }

    /* Intro Map */
    #page .border-column .vc_empty_space {
        height: 0 !important
    }


    /* Portfolio Project
    ------------------------------ */

    /* Portfolio Details */
    #page .portfolio-detail .vc_empty_space {
        height: 0 !important
    }
    #page .portfolio-detail {
        border-right: 0 !important;
        border-bottom: 1px solid #ddd;
        padding: 40px 0 40px 0 !important;
        min-height: 0;
    }
    .vc-container .portfolio-detail:last-child {
        border-bottom: 0 !important
    }


    /* Gallery
    ------------------------------ */
    .container.full-width .theme-gallery-images {
        margin: 0;
    }
    .single-crow_gallery .container.full-width .share-buttons {
        padding: 0px
    }


    /* 404
    ------------------------------ */
    .big-404 {
        font-size: 180px
    }


    /* Section Helpers
    ------------------------------ */
    .section-header {
        padding: 0;
    }
    .section-title {
        font-size: 30px;
    }
    .section-sub-title {
        font-size: 20px;
    }
    .section-header-text {
        font-size: 16px;
    }
    .section-header-text, .section-sub-title {
        padding-left:4%;
        padding-right:4%;
    }


    /* Comments
    ------------------------------ */
    .comments-title {
        font-size: 18px
    }
    .comment .avatar-wrap {
        position: relative;
    }
    .comment .children .comment {
        padding-left: 0
    }
    .comment-body {
        margin-left: 0;
        margin-top: 30px;
    }
    .comment .comment-meta {
        margin-left: 80px;
        margin-top: 10px;
    }


    /* Footer
    ------------------------------ */
    #footer {
        clear: both;
        padding: 50px 0 50px 0;
    }
    .footer-col {
        min-height: 0;
        border-bottom: 1px solid #ddd;
        border-right: 0;
        padding: 30px 0 50px 0;
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    #footer.dark-bg .footer-col {
        border-bottom: 1px solid #333;
        border-right: 0;
    }
    #footer.dark-bg .footer-col.last {
        border-bottom: 0;
        margin-bottom: 0;
    }


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

    /* Thumb */
    .thumb .thumb-content h6 {
        font-size: 22px;
    }
    .thumb .thumb-content span {
        font-size: 12px;
    }
}


/* ----------------------------------------------------------------------
    For Mobile Devices [ 440px ]
/* ---------------------------------------------------------------------- */
@media only screen and (max-width:480px) {


    /* Layout and Content
    ------------------------------ */

    /* Flexible columns */
    .flex-col-1-2, .flex-col-1-4 {
        width: 50%
    }

    /* Masonry Grid */
    .masonry-item, .full-width .masonry-item {
        width: 100%;
    }


    /* Header 
    ------------------------------ */
    .admin-bar #header {
        top: 46px;
    }
}