/*!
Theme Name: Colova
Theme URI: http://colvoawp.petekmedya.com/landing
Author: PeThemes
Author URI: http://pethemes.site/
Description: Clean & Multi-Concept WordPress Theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: colova
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


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

Colova is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
}

h1.big-title {
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 110px;
    margin-left: -7px;
}

h1 {
    font-size: 48px;
    line-height: 60px;
}

h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
}

h3 {
    font-size: 30px;
    line-height: 50px;
    margin-left: -1px;
    font-weight: 500;
}

h4 {
    font-size: 24px;
    line-height: 40px;
    margin-left: -1px;
    font-weight: 500;
}

h5 {
    font-size: 15px;
    line-height: 26px;
    margin-left: -1px;
    font-weight: 500;
}

h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    margin: 0;
}

p {
    line-height: 28px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

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

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #000;
    color: #dadada;
    font-size: 0.75rem;
    line-height: 1;
    border: none;
    padding: 15px 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #dbdbdb;
    color: rgba(0, 0, 0, 0.8);

}



button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #888888;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #888;
    border-radius: 0;
    padding: 15px 2px;
    position: relative;
    display: block;
    width: 100%;
    width: 100%;
    background: none;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}


.comment-form-comment {
    position: relative;
    display: block;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    position: relative;
    display: inline-block;
    width: 32.78888888888888%;
}

.form-line {
    position: absolute;
    bottom: 0;
    content: "";
    height: 1px;
    width: 100%;
    background: #1a1a1a;
    display: block;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}


input[type="text"]:focus ~ .form-line,
input[type="email"]:focus ~ .form-line,
input[type="url"]:focus ~ .form-line,
input[type="password"]:focus ~ .form-line,
input[type="search"]:focus ~ .form-line,
input[type="number"]:focus ~ .form-line,
input[type="tel"]:focus ~ .form-line,
input[type="range"]:focus ~ .form-line,
input[type="date"]:focus ~ .form-line,
input[type="month"]:focus ~ .form-line,
input[type="week"]:focus ~ .form-line,
input[type="time"]:focus ~ .form-line,
input[type="datetime"]:focus ~ .form-line,
input[type="datetime-local"]:focus ~ .form-line,
input[type="color"]:focus ~ .form-line,
textarea:focus ~ .form-line {
    opacity: 1;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #1a1a1a;
}

select {
    border: 1px solid #ccc;
    max-width: 100%;
}

textarea {
    width: 100%;
}

.wp-block-cover,
.wp-block-cover-image {
    margin: 0 0 1.5em;
    height: unset;
}

.wp-block-gallery {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: #fff
}

.wp-block-button {
    margin-bottom: 1.5em;
}

.wp-block-button__link {
    color: #fff !important;
}

.is-style-outline a {
    color: #32373c !important;
}

.wp-block-cover-text a {
    color: #fff !important;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
.site-content a {
    color: #000;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.site-content a:hover,
.site-content a:focus,
a:active {
    color: #cba052;
}

.site-content a:focus {
    outline: thin dotted;
}

.site-content a:hover,
.site-content a:active {
    outline: 0;
    color: #cba052;
    text-decoration: none;
}

.clink,
.clink-2 {
    text-decoration: none;
    color: #000;
    position: relative;
}

.clink::before {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

.clink:hover::before {
    width: 0;
}

.clink-2::before {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

.clink-2:hover::before {
    width: 100%;
    left: 0;
    right: unset
}

.clink-light {
    color: #fff
}

.clink-light::before {
    color: #fff
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    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. */
}

/* Do not show the outline on the skip link target. */
#site-content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    padding: 25px;
    background: #fafafa;
}

.widget select {
    max-width: 100%;
}

.widget-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.widget-title::after {
    content: "";
    display: block;
    width: 10%;
    background: #cba052;
    height: 2px;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul ul {
    margin-top: 15px;
    padding-left: 1em;
}

.widget a {
    text-decoration: none;
    color: #000;
}

.widget ul li {
    color: #494949;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px
}

.tag-cloud-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #999;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 10px 20px;
    border: 1px solid #aaa;
    display: inline-block;
    margin: 6px;
}

.tag-cloud-link:hover {
    text-decoration: none;
    color: #000;
    border-color: #000;
}

thead,
tbody {
    text-align: center;
}

th {
    color: #000
}


table a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}


th {
    border: 1px solid #d3d3d3;
    text-align: center;
    padding: 5px;
    font-weight: 600;
    font-size: 14px;
}

.th a {
    font-weight: 500;
    font-size: 12px;
}

td {
    border: 1px solid #d3d3d3;
    text-align: center;
    padding: 5px;
    font-weight: 500;
    font-size: 12px;
}

.widget .search-form label {
    width: 100%;
}

table th {
    padding: 5px 7px;
}

table td {
    padding: 5px 10px;
}

.entry-content widget {
    margin-bottom: 32px;
}

tabel caption {
    font-size: 12px;
    margin-top: 5px;
}

.widget .search-submit {
    display: none;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

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

.site-header {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    z-index: 999;

}

.site-logo,
.site-meta {
    position: absolute;
    top: 7vh;
    left: 7vw;
    z-index: 999;
}

.site-logo {
    max-width: 110px;
}

h4.site-title {
    margin: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}



/*--------------------------------------------------------------
## Navigation Classic
--------------------------------------------------------------*/

.navigation-classic {
    position: absolute;
    right: 7vw;
    top: 7vh;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.navigation-classic .main-navigation .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    padding-top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
    list-style: none;
    width: 20em;
}

.navigation-classic .main-navigation .sub-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    display: block;
    margin-left: 1em;
    padding-top: 0;
    -webkit-transform: translateX(4em);
    -ms-transform: translateX(4em);
    transform: translateX(4em);
    z-index: 99
}

.navigation-classic .main-navigation .sub-menu .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(5em);
    -ms-transform: translateX(5em);
    transform: translateX(5em);
}

.navigation-classic .main-navigation .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(5em);
    -ms-transform: translateX(5em);
    transform: translateX(5em);
}

.sub-menu .sub-menu {
    width: 10em;
}

.navigation-classic .main-navigation ul ul ul {
    left: -999em;
    top: 0;
}


.navigation-classic .main-navigation ul ul li:hover > ul,
.navigation-classic .main-navigation ul ul li.focus > ul {
    opacity: 1;
    visibility: visible;
    padding-top: 30px;
}

.navigation-classic .main-navigation ul ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background:
        #000;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -1px;
}

.navigation-classic .main-navigation ul ul li {
    display: block;
    margin-bottom: 5px;
}

.navigation-classic .main-navigation ul .menu-item-has-children,
primary-menu > ul > li {
    z-index: 5
}

.navigation-classic .main-navigation ul .sub-menu .menu-item-has-children {
    z-index: 10
}

.navigation-classic .main-navigation ul li:hover > ul,
.navigation-classic .main-navigation ul li.focus > ul {
    opacity: 1;
    visibility: visible;
    padding-top: 30px;
}

.navigation-classic .main-navigation li {
    display: inline;
    margin-right: 25px;
    font-size: 14px;
    position: relative;
    line-height: 28px;
}

.navigation-classic .main-navigation a {
    text-decoration: none;
    color: #000;
    position: relative;
}

.navigation-classic .main-navigation a::before {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.navigation-classic .main-navigation a:hover::before {
    width: 100%;
    left: 0;
}

.navigation-classic .fs-menu-toggle,
.navigation-classic .fs-seperator,
.navigation-classic .fs-widget-wrapper {
    display: none;
}

.header-light .navigation-classic .main-navigation a::before {
    background: #fff;
}

/*--------------------------------------------------------------
## Navigation Fullscreen
--------------------------------------------------------------*/

.fs-menu-toggle {
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    right: 7vw;
    top: 7vh;
}

.toggle-line {
    display: block;
    width: 40px;
    height: 3px;
    background: #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.toggle-line-1 {
    margin-bottom: 5px;
}

.toggle-line-2 {
    width: 25px;
    margin: 0 auto;
}

.header-light .toggle-line {
    background: #fff;
}

.is-active .toggle-line-1 {
    margin-bottom: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 32px;
}

.is-active .toggle-line-2 {
    width: 32px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.is-active .toggle-line {
    background: #000;
}

.navigation-fullscreen .menu-foundation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 8888;
    width: 100vw;
    overflow: hidden;
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    visibility: hidden;
}

.navigation-fullscreen .found-comes {
    opacity: 1;
    visibility: visible;
}


.navigation-fullscreen .menu-wrapper {
    position: absolute;
    top: 50%;
    left: 30vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20vw;

}

.navigation-fullscreen .menu-wrapper {
    position: absolute;
    top: 50%;
    left: 30vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20vw;

}

.navigation-fullscreen .main-navigation ul li {
    font-size: 52px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 65px;
    text-align: left;
    position: relative;
    display: block;
}

.navigation-fullscreen .main-navigation ul.menu > li a {
    display: inline-block;
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    visibility: hidden;
    color: #000 !important;
    opacity: 0;
}

.navigation-fullscreen .main-navigation ul li a:hover {
    text-decoration: none;
    color: #cba052 !important;
}

.navigation-fullscreen .main-navigation ul li a.menu-item-comes {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1;
}


.navigation-fullscreen .main-navigation ul li::before {
    content: attr(data-index);
    font-size: 10px;
    letter-spacing: 1px;
    vertical-align: middle;
    margin-right: 50px;
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
    display: inline-block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;


}

.navigation-fullscreen .main-navigation ul li.index-come::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.main-navigation ul > li {
    z-index: 5
}

.fs-seperator {
    position: fixed;
    left: 55%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    z-index: 11111;
    height: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    bottom: 0;
    opacity: 0;
    z-index: 9999;
}

.fs-seperator-in {
    height: 100vh;
    opacity: 1;
}

.fs-widget-wrapper {
    position: absolute;
    top: 50%;
    right: 27vw;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 250px;
}

.fs-widget {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: hidden;
    opacity: 0;

}

.fs-widget-in {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    visibility: visible;
    opacity: 1;
}

.fs-widget .widget {
    background: none;
    margin: 0;
    padding: 0;
}

.header-light .colova-navigation li a {
    color: #fff;
}

.header-light .colova-navigation li li a::before {
    background: #fff;
}

.light-logo {
    display: none;
}

.header-light .custom-logo-link {
    display: none;
}

.header-light .light-logo {
    display: block;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Classic Footer
--------------------------------------------------------------*/
.site-footer {
    max-width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    position: relative;
    height: 100vh;
    overflow: visible;

}

.footer-col {
    width: 100%;
    display: block;
    float: left;
}

.footer-list-socials {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list-socials li {
    display: inline;
    margin-right: 30px;
}

.footer-list-socials li:last-child {
    margin-right: 0;
}

.footer-list-socials a {
    text-decoration: none;
    color: #858383;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-list-socials a:hover {
    color: #000;
}

.footer-left {
    width: 20%;
}

.footer-right {
    width: 80%;
}

.footer-right-top,
.footer-right-middle,
.footer-right-bottom {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.footer-right-bottom {
    padding: 1.5em 0;
}

.footer-right-bottom .sub-menu {
    display: none;
}

.footer-logo-area {
    margin-bottom: 75px;
}

.footer-right-top {
    margin-bottom: 100px;
}

.footer-right-middle {
    margin-bottom: 100px;
}

.footer-r-m-col {
    width: 33%;
    float: left;
}

.footer-widget-title {
    font-size: 12px;
    color: #a3a3a3;
    letter-spacing: 1px;
    margin-bottom: 32px;

}

.footer-r-b-right,
.footer-r-b-left {
    width: 49%;
    display: block;
}


.copyright-text {
    font-size: 12px;
    line-height: 20px;
    color: #9b9b9b;
    margin-top: 20px;
}

.footer-heading {
    margin: 0;
    margin-top: -11px;
}

.footer-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.footer-background video,
.footer-background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.site-footer .c-container {
    top: 10%;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}

.site-footer .widget {
    background: none;
    padding: 1em;
}

.site-footer .widget-title {
    font-size: 12px;
    color: #a3a3a3;
    letter-spacing: 1px;
    margin-bottom: 32px;
    font-family: 'Roboto', sans-serif;
}

.site-footer .widget-title::after {
    display: none;
}


#footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-menu li {
    display: inline;
    margin-right: 25px;
}

#footer-menu a {
    text-decoration: none;
    color: #a3a3a3;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#footer-menu a:hover {
    color: #000;
}

/*--------------------------------------------------------------
## Fullscreen Footer
--------------------------------------------------------------*/

.footer-fullscreen {
    position: absolute;
    bottom: 7vh;
    z-index: 99;
    left: 0;
    right: 0;
}

.fullscreen-footer-left {
    position: absolute;

    left: 7vw;
}

.fullscreen-footer-right {
    position: absolute;

    right: 7vw;
}

.footer-fullscreen * {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer-light * {
    color: #fff !important
}

.footer-dark * {
    color: #000 !important
}

.footer-light *:hover {
    color: #fff;
    text-decoration: none;
}

.footer-dark *:hover {
    color: #000;
    text-decoration: none;
}

.footer-light .clink-2::before {
    background: #fff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}

.post-page-numbers {
    font-size: 14px;
    margin-right: 13px;
    color: #a7a7a7 !important;
}

.post-page-numbers.current {
    color: #000 !important;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

.colova-archive {
    display: block;
    width: 100%;
    clear: both;
}

.colova-archive-wrapper {
    margin-top: 25vh;
}

.blog-title {
    display: block;
    width: 100%;
    margin-bottom: 150px;
    text-align: center;
}

.blog-title h1 {
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}

.colova-post {
    margin-bottom: 200px;
    float: left;
}

.sidebar-passive .archive-sizer,
.sidebar-passive .colova-post {
    width: 41%;
}

.sidebar-active .colova-post {
    margin-bottom: 60px;
}

.post-date,
.post-author,
.post-categories {
    display: inline-block;
}

.post-meta {
    margin-bottom: 30px;
}

.post-meta p {
    display: inline;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    color: #cba052;
}

.post-meta a {
    color: #cba052;
    text-decoration: none;
}

.post-date::after,
.post-author::after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 10px;
    background: #cba052;
    vertical-align: middle;
    margin: 0 5px;
}

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

.post-title a {
    text-decoration: none;
}

.post-title h3 {
    margin: 0;
}

.post-bottom-line::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    top: 0;
    width: 0;
    background: #BABABA;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}


.post-thumbnail {
    width: 100%;
    display: block;
}

.post-thumbnail img {
    width: 100%;
    padding-bottom: 50px;

}

.sidebar-active .post-thumbnail {
    height: 500px;
}

.sidebar-active .post-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.post-read-more a {
    text-decoration: none;
    color: #939393;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.post-read-more i {
    font-size: 14px;
}

.post-read-more a:hover {
    color: #000;
}

.colova-posts-nav {
    margin-top: 35px;
    display: block;
}

.posts-navigation {
    display: block;
    width: 100%;
}

.posts-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 70px;
}

.posts-navigation ul li {
    display: inline-block;
    margin-right: 10px;

}

.posts-navigation ul li a {
    color: #aaa;
    font-weight: 600;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 18px;
    display: inline-block;
}

.posts-navigation ul li a:hover {
    text-decoration: none;
    color: #000;
}

.posts-navigation ul li.active a {
    border-color: #000
}

.posts-navigation ul i {
    font-size: 14px;
    font-weight: 600;
}


.posts-navigation ul li.active a {
    color: #000
}

.sticky {
    position: relative;
}

.sticky::before {
    content: "FEATURED";
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid;
    padding: 10px 5px;
    left: 0;
    top: 14px;
    -webkit-transform: translatex(-100%) rotate(-90deg);
    -ms-transform: translatex(-100%) rotate(-90deg);
    transform: translatex(-100%) rotate(-90deg);
    margin-top: 1.5em;
}



/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/

.colova-single-post {
    margin-top: 25vh;
}

.single-post-header {
    width: 100%;
    display: block;
}

.single-post-thumb {
    width: 100%;
    margin-bottom: 15px;
}

.single-post-thumb img {
    width: 100%;
}

.single-post-title,
.single-post-meta,
.single-post-content {
    max-width: 75%;
    margin: 0 auto;
}

.single-post-end-line {
    display: block;
    height: 1px;
    background: #aaa;
    margin: 60px auto 0 auto;
}

.single-post-end-line-2 {
    display: block;
    height: 1px;
    background: #aaa;
    margin: 0 auto 60px auto;
}

.sidebar-active .single-post-title,
.sidebar-active .single-post-meta,
.sidebar-active .single-post-tags,
.sidebar-active .n-p-post,
.sidebar-active .single-post-end-line {
    max-width: unset;
}

.single-post-meta,
.single-post-content {
    margin-bottom: 60px;
    overflow: hidden;
}

.single-post-date,
.single-post-categories {
    display: inline;
    margin: 0;
}

.single-post-date a,
.single-post-categories a {
    font-size: 12px;
    text-transform: uppercase;
    color: #cba052;
    font-weight: 600;
    letter-spacing: 1px;
}

.single-post-date a:hover,
.single-post-categories a:hover {
    text-decoration: none;
}

.single-post-date::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #cba052;
    vertical-align: middle;
    margin: -3px 10px 0 10px;
}

.single-post-tags {
    margin: 0 auto;
    font-size: 0;
    margin-top: 170px;
    display: block;
    clear: both;
}

.single-post-tags a {
    display: inline;
    margin-right: 15px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #999;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 10px 20px;
    border: 1px solid #aaa;
}

.single-post-tags a:hover {
    text-decoration: none;
    color: #000;
    border-color: #000;
}

.n-p-post {
    display: block;
    padding: 150px 0;
}

.prev-post,
.next-post {
    width: 50%;
    float: left;
    overflow: hidden;
}

.next-post {
    text-align: right;
}

.n-p-post {
    display: block;
    padding: 40px 0 50px 0;
    overflow: hidden;

}

.n-p-post i {
    font-size: 14px;
    font-weight: 600;
    color: #aaa;

}

.n-p-post p {
    font-size: 17px;
    font-weight: 500;
    color: #525260;
    display: inline;
    margin: 0 7px;
}

.n-p-post a {
    display: block;
}

.n-p-post a:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-header {
    margin-bottom: 60px;
}

.page-content {
    margin-bottom: 100px;
    margin-top: 20vh;
}

.fw-container-fluid {
    padding: 0 !important;
}

.colova-search {
    margin-top: 25vh;
}

.colova-search article {
    padding-bottom: 45px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 45px;
}

.colova-search .page-title {
    font-size: 30px;
}


/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
#comments {
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

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

.comment-list ul.children {
    list-style: none;
    margin-left: 30px;
}

.comment {
    background: #f8f8f8;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    padding: 20px 20px 0 20px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment .image {
    float: left;
    height: 100%;
}

.comment .image img {
    margin-right: 20px;
    margin-bottom: 20px;
}

.comment .text_holder {
    padding-left: 120px;
}

.comment-reply-link {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.comment .name {
    display: inline;
}

.comment .name,
.comment .name .url {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.comment_date {
    font-size: 12px;
    color: #cba052;
    font-weight: 500;
    display: block;
}

.comment-reply-title {
    font-size: 20px;
    margin-top: 3em;
    font-family: 'Roboto', sans-serif;

}

.comment-notes,
.comment-notes * {
    font-size: 12px;
}

.comment-form-cookies-consent {
    display: none;
}

.comments-title,
.comment-reply-title {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}

.comment p {
    font-size: 14px;
}

.comment-reply-title a {
    color: #fa343d;

}

.comment-reply-title {
    margin: 0;
}

#cancel-comment-reply-link {
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-left: 10px;
}

.comment-meta {
    margin-bottom: 15px
}

.comment-respond {
    background: #f8f8f8;
    padding: 1.5em;
}

/*--------------------------------------------------------------
# Portfolios
--------------------------------------------------------------*/

.all-projects {
    position: absolute;
    bottom: 4vh;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 111;
    display: block;
    overflow: hidden;
}

.all-projects::before {
    content: attr(data-text);
    font-size: 10px;
    color: #fff;
    letter-spacing: 5px;
    transform: translatey(120%);
    display: block;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.app {
    width: 50%;
    height: 1px;
    border-radius: 2px;
    background: #fff;
    display: block;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}


.app.app-1 {
    top: 5px;
}

.app.app-2 {
    bottom: 0
}

.all-projects:hover::before {
    transform: translateY(0);
}

.all-projects:hover .app.app-1 {
    width: 0;

}

.all-projects:hover .app.app-2 {
    width: 100%;

}

.app-hide {
    display: none;
}

/*--------------------------------------------------------------
## Classic Grid
--------------------------------------------------------------*/
.classic-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.6s;
    background: #1a1c26
}

.classic-masonry {
    width: 70%;
    display: block;
    clear: both;
    margin: 0 auto;
    margin-top: 25vh;
    height: 100vh;

}

.classic-item {
    float: left;
    display: block;
    margin-bottom: 100px;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-bottom: 65px;
    height: 330px;
    overflow: hidden;
}

.ci-op-0 {
    opacity: 0.1
}

.classic-sizer,
.classic-item {
    width: 47.5%;

}

.classic-item img,
.classic-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.classic-gutter {
    width: 5%;
}

.fullscreen {
    overflow: visible;
}


.cl-project-title {
    position: absolute;
    bottom: 25px;
    left: 50px;
    overflow: hidden;
}

.cl-project-title h2 {
    color: #fff;
    margin: 0;
    display: block;
    transform: translatey(100%);
    transition: all 0.6s;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.classic-item:hover .cl-project-title h2 {
    transform: translateY(0)
}

.classic-item a {
    display: block;
}

/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/

.colova-portfolio-showcase video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    overflow: hidden;

}

.cp-title-slide {
    position: relative;
    height: 100vh;
    width: 70vw;

}

.cp-title {
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cp-title:hover {
    opacity: 1;
}

.back-titles .cp-title {
    opacity: 1;
}

.cp-title-touch {
    width: 33vw;
}

.cp-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 7.5vw;
    margin: 0;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;


}


.cp-title-touch .cp-title {
    font-size: 60px;
}

.images-swiper {
    width: 100%;
    height: 100%;

}

.cp-titles {
    z-index: 55;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.cp-titles-touch {
    opacity: 1;
}

.cp-titles-images {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    height: 55vh;
    width: 50vw;
    z-index: 44;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.cp-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}

.cp-image-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-slide-active .cp-image-wrapper {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cp-titles-image {
    overflow: hidden;
}

.cp-titles-image .slide-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.cp-toggle {
    opacity: 1;
}



.slide-anim {
    -webkit-animation-name: slideAnim;
    animation-name: slideAnim;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes slideAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

}

@keyframes slideAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

}

.back-titles {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 33;
}

.discover-p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 55vh;
    width: 50vw;
    z-index: 999;
    pointer-events: none;
}

.discover-p-link {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 400%);
    -ms-transform: translate(-50%, 400%);
    transform: translate(-50%, 400%);
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    pointer-events: all;
}

.discover-p-link::before {
    background: #fff;
}

/*--------------------------------------------------
## Big Carousel
---------------------------------------------------*/

.cf-titles-images {
    position: fixed;
    top: 51%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    height: 76vh;
    width: 86vw;
    z-index: 44;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.cf-images-swiper {
    width: 100%;
    height: 100%;

}


.cf-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}

.cf-image-wrapper .slide-bgimg {
    width: 100%;
    height: 100%;

}

.cf-image-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.swiper-slide-active .cf-image-wrapper {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.cf-titles-image {
    overflow: hidden;

}

.cf-titles {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 99;

}

.cf-title-slide {
    position: relative;
    height: 20vh;
}

.cf-title-slide.swiper-slide-active {
    z-index: 999
}

.cf-meta {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15vw;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-family: 'Roboto', sans-serif;
}

.cf-meta p {
    display: inline;
    font-size: 10px;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
}

p.cf-year {
    margin-left: 5px;
}

.cf-year::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    margin: 0 10px;
}

.cf-discover {
    color: #fff !important;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 1px;
    margin-left: 5px;
}

.cf-discover::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: -2px;
}

.cf-discover:hover::before {
    width: 20px;
    margin-right: 15px;
}

.cf-discover:hover {
    color: #fff;
}


.cf-title {
    color: #fff;
    font-size: 60px;
    margin: 30px 0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;


}

.swiper-slide-active .cf-meta {
    opacity: 1;
}

/*--------------------------------------------------
## Horizontal
---------------------------------------------------*/

.cv-images-swiper {
    width: 100%;
    height: 100%;

}

.cv-images {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    height: 70vh;
    width: 40vw;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    right: 11vw;
    z-index: 2;
}

.cv-images-back {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    height: 100vh;
    width: 40vw;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    right: 0;
    z-index: 1;
}


.cv-titles-image,
.cv-image-wrapper,
.cv-image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cv-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.cv-image-wrapper .slide-bgimg {
    width: 100%;
    height: 100%;
}

.cv-image-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.cv-titles-image {
    overflow: hidden;
}

.cv-titles {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 99;

}

.cv-meta {
    position: absolute;
    left: 15vw;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}


.cv-title {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    line-height: 110px;

}

.cv-summary {
    width: 37%;
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 25px;
}


.cv-discover {
    font-size: 30px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 500;
}

.cv-discover i {
    font-size: 18px;
}

.swiper-slide-active .cv-meta {
    opacity: 1;
}


.cv-slide-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 70vh;
    width: 40vw;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    right: 11vw;
    z-index: 333;
    pointer-events: none;
}

.cv-slide-fraction {
    position: absolute;
    top: 0;
    left: 10vw;
    -webkit-transform: translate(-100%, -170%);
    -ms-transform: translate(-100%, -170%);
    transform: translate(-100%, -170%);
    bottom: unset;
    width: unset;
}

.cv-slide-pagination {
    position: absolute;
    bottom: 0;
    left: 10vw;
    -webkit-transform: translate(-100%, 200%);
    -ms-transform: translate(-100%, 200%);
    transform: translate(-100%, 200%);
    pointer-events: all
}

.cv-slide-pagination i {
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.cv-slide-prev {
    margin-right: 20px;
}

.cv-slide-fraction span {
    font-size: 12px;
    font-weight: 600;
    margin: 0 2px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.cv-slide-fraction span.swiper-pagination-current {
    font-size: 30px;

}

.cv-titles-style-2 .cv-images-back {
    right: 0;
    width: 100vw;
    height: 100vh;
}

.cv-titles-style-2 .cv-title,
.cv-titles-style-2 .cv-summary,
.cv-titles-style-2 .cv-discover,
.cv-titles-style-2 .cv-slide-pagination i,
.cv-titles-style-2 .cv-slide-fraction span {
    color: #fff !important;
}

.cv-titles-style-2 .cv-slide-pagination,
.cv-titles-style-2 .cv-slide-fraction {
    left: unset;
    right: 0;
}

/*--------------------------------------------------
## List
---------------------------------------------------*/

.cl-portfolios {
    height: 100vh;
    position: absolute;
    left: 0;
    width: 100vw;
    overflow-y: scroll;
    z-index: 2;

}

.cl-portfolio {
    text-align: center;

}

.cl-title-h1 {
    position: relative;
    color: #fff;
    cursor: pointer;
    display: inline;
    font-size: 90px;
    line-height: 2em;
    font-family: 'ZCOOL XiaoWei', serif;
    opacity: 0.15;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 1;
}

.cl-title-h1:hover {
    opacity: 1;
}

.cl-title a {
    text-decoration: none;
}

.cl-title:hover .cl-title-line {
    width: 90%;
}

.scrollbar-track.scrollbar-track-y {
    display: none !important;
}

.cl-portfolios-space {
    display: block;
    height: 30vh;
}

.cl-images {
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 50vw;
    height: 50vh;
}

.cl-image-base {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.cl-image,
.cl-image img {
    width: 100%;
    height: 100%;
}

.cl-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}

.cl-image-base.cl-image-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.cl-image-active .cl-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*--------------------------------------------------
## List V2
---------------------------------------------------*/
.cl2-portfolios {
    position: absolute;
    top: 50%;
    left: 20vw;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}

.cl2-portfolio {
    padding: 20px 0;
}

.cl2-title-h1 {
    position: relative;
    margin: 0;
    line-height: 25px;
    font-size: 19px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: inline-block;
}

.cl2-title-h1::after {
    content: attr(data-hover);
    position: absolute;
    color: #fff;
    left: 0;
    width: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    overflow: hidden;
    white-space: nowrap;
}

.cl2-title-h1:hover:after {
    width: 100%;
}

.cl2-images {
    position: fixed;
    right: 0;
    top: 50%;
    width: 40vw;
    height: 45vh;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    right: 20vw;
}

.cl2-image-color {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40vw;
    height: 100vh;
    z-index: -1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.cl2-image {
    position: absolute;
    width: 40vw;
    height: 100%;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.cl2-image img,
.cl2-image video {
    width: 40vw;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}

.cl2-image-base {
    position: absolute;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.cl2-wrapper-height {
    width: 40vw;
}

.cl2-wrapper-height .cl2-image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cl2-wrapper-height img,
.cl2-wrapper-height video {}

.cl2-image .plyr {
    position: absolute;

    width: 40vw;
    height: 100%;
}

.cl2-title a {
    text-decoration: none;
    position: relative;
    line-height: 1;
    display: block;
    overflow: hidden;
}

.cl2-date {
    margin: 0;
    font-size: 10px;
    line-height: 25px;
    margin-right: 18px;
    color: #fff;
    -webkit-transform: translatey(100%);
    -ms-transform: translatey(100%);
    transform: translatey(100%);
    letter-spacing: 1px;
    display: inline-block;
    float: left;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}


.cl2-title a:hover > .cl2-date {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.cl2-portfolio-first .cl2-date {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.cl2-portfolio-first .cl2-title-h1::after {
    width: 100%;
}

/*--------------------------------------------------
## Title Wall
---------------------------------------------------*/
.ct-portfolios {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 70vw;
}

.ct-portfolio {
    display: inline-block;
}

.ct-images {
    position: fixed;
    width: 28vw;
    height: 35vh;
    overflow: hidden;
    float: left;
}

.ct-image-wrapper {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    width: 100%;
}

.ct-wrapper-height {
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.ct-image {
    width: 100%;
    height: 100%;
    position: absolute;
}


.ct-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ct-image video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: unset;
}


.plyr--full-ui input[type="range"] {
    color: #fa343d
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
    background: #fa343d
}

.plyr__control--overlaid {
    background: #fa3d3d;
}

.plyr__video-embed iframe {
    top: -50%;
    height: 200%;
}


.ct-title-h {
    color: rgba(255, 255, 255, 0.2);
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 3vw;
    line-height: 1.40;
    margin-right: 50px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;


}

.ct-title-h:hover {
    color: rgba(255, 255, 255, 1)
}

.ct-index {
    font-size: 30px;
    margin-right: 15px;
}


.ct-title a {
    text-decoration: none;
}

/*--------------------------------------------------
# Project Page
---------------------------------------------------*/

.project-header {
    height: 100vh;

}

.project-thumbnail {
    overflow: hidden;
    position: relative;
    height: 45vh;
    width: 100%;
    background-position: top;
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.project-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.project-details {
    padding-top: 20vh;
}

.project-title-h {
    margin: 0;
}

.project-category {
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-left: 3px;
}

.project-summary {
    margin-top: 12px;
}


.project-header-light p,
.project-header-light h1 {
    color: #fff
}

.np-project {
    position: relative;
    overflow: hidden;
    height: 55vh;
}


.next-project,
.prev-project {
    position: relative;
    width: 50%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}

.prev-project {
    float: left;

}


.np-project-image,
.np-project-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.np-project-go {
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 75%;
    z-index: 3;
}

.np-project-title {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 10px;
}

.np-project-go p {
    color: #f1f2f1;
    letter-spacing: 2px;
    font-size: 10px;
    margin-bottom: 0;
}

.np-overlay {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.1
}

.op5 {
    opacity: 0.5;
}

.prev-project:hover .np-project-img,
.next-project:hover .np-project-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.prev-project:hover .np-overlay,
.next-project:hover .np-overlay {
    opacity: 0;
}

.prev-project:hover .np-project-title,
.next-project:hover .np-project-title {
    letter-spacing: 2px;
}

.width100 {
    width: 100%;
}


.project-title-h .letter,
.project-category .letter,
.project-summary p .word {
    display: inline-block;
    line-height: 1em;
}

.portfolio-content .entry-content {
    margin-top: 0;
    padding-bottom: 0;
}

/*--------------------------------------------------
# Animations
---------------------------------------------------*/


.has-parallax {
    width: 110%;
}

.has-parallax-parent {
    overflow: hidden;
}

.has-animation {

    -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);

    -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);

    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    ;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.fade-in {
    opacity: 0;
}

.fade-in.is-inview {
    opacity: 1;

}

.fade-in-up {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);

}

.fade-in-up.is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.fade-in-down {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

.fade-in-down.is-inview {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fade-in-left {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
}

.fade-in-left.is-inview {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fade-in-right {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
}

.fade-in-right.is-inview {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fixed-div {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    padding-left: 0;
}

/*--------------------------------------------------
# Shortcodes
---------------------------------------------------*/
/*--------------------------------------------------
## Heading
---------------------------------------------------*/


.c-sub-title {
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 32px;
}

.c-sub-line {
    display: inline-block;
    width: 29px;
    height: 1px;
    background: #000;
    margin-right: 20px;
    line-height: 10px;
    vertical-align: middle;
    margin-top: -2px;
}

.c-sub-line-right {
    margin-left: 20px;
    margin-right: unset;
}


.heading-align-left {
    text-align: left
}

.heading-align-left .c-sub-line-right {
    display: none;
}

.heading-align-center {
    text-align: center
}

.heading-align-center .c-sub-line {
    display: none;
}

.heading-align-right {
    text-align: right
}

/*--------------------------------------------------
## Empty Space
---------------------------------------------------*/

.c-empty-space {
    display: block;
    width: 100%;
    height: 32px;
}

/*--------------------------------------------------
## Single Image
---------------------------------------------------*/

.c-single-image,
.c-single-image img {
    width: 100%;
}


/*--------------------------------------------------
## Embed Video
---------------------------------------------------*/

.c-embed-video {
    width: 100%;
    display: block;
    position: relative;
}

.c-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
    opacity: 0.5;
}

.c-video-play {
    position: absolute;
    top: 50%;
    z-index: 2;
    color: #fff;
    font-size: 35px;
    left: 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}

.c-video-play::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 2px;
    background: #fff;
    vertical-align: middle;
    margin-right: 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.c-video-play:hover::before {
    width: 0;
}

/*--------------------------------------------------
## Embed Video Style 2
---------------------------------------------------*/

.video-control {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.video-control i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    border: 1px solid;
    line-height: 120px;
    text-align: center;
    vertical-align: baseline;
    display: inline-block;
    white-space: nowrap;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.video-control i:hover {
    opacity: 0.5;
}

.video-cover-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.controls-gone {
    opacity: 0;
    visibility: hidden;
}

/*--------------------------------------------------
## Big Button
---------------------------------------------------*/

.c-button {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: inline-block;
    margin-right: 70px;
    position: relative;
    text-decoration: none;
    margin-bottom: 14px;
}

.c-button::after {
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    display: block;
    content: "";
    background: #000;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    right: 0;
}

.c-button:hover {
    text-decoration: none;
    color: #000;
}

.c-button:hover::after {
    width: 0;
}

/*--------------------------------------------------
## Image Carousel
---------------------------------------------------*/

.c-image-carousel {
    height: 70vh;
    padding-left: 15px
}

.c-image-carousel .swiper-slide {
    width: unset;
}

.c-carousel-img {
    display: inline-block;
    height: 100%;
}

.c-carousel-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*--------------------------------------------------
## Image Carousel
---------------------------------------------------*/

.c-clients {
    width: 100%;
    display: block;
}

.c-client {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    padding: 20px 20px 20px 0;
    opacity: 0.5;

}

.c-client img {
    width: 100%;
    opacity: 0.5;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.c-client:hover img {
    opacity: 1;
}


/*--------------------------------------------------
## Contact Box
---------------------------------------------------*/


.c-contact-box-title h4 {
    font-size: 12px;
    color: #a3a3a3;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600
}


/*--------------------------------------------------
## Form
---------------------------------------------------*/
.wrap-forms label {
    font-size: 12px !important;
    font-weight: normal !important;
    margin-bottom: 20px !important;
}


/*--------------------------------------------------
## Image
---------------------------------------------------*/

.c-image {
    width: 100%;
}

.c-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image-lightbox {
    cursor: pointer;
}



/*--------------------------------------------------
## Parallax Image
---------------------------------------------------*/

.c-parallax-image {
    width: 100%;
    overflow: hidden;
}

.c-parallax-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*--------------------------------------------------
## Heading Wrapper
---------------------------------------------------*/

.c-text-wrapper {
    width: 100%;
    display: inline-block
}

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


/*--------------------------------------------------
# Page Transitions
---------------------------------------------------*/

.site-logo,
.site-navigation .site-menu,
.fs-menu-toggle,
.navigation-classic,
.fullscreen-footer-left,
.fullscreen-footer-right,
.colova-portfolio-image,
.colova-portfolio-video {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.portfolio-trans-overlay {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #495483;
    z-index: 99999;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.page-trans-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.loader-image {
    position: absolute;
    top: 48%;
    left: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overlay-visible {
    opacity: 1;
    visibility: visible;
}

.out-left {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.out-right {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
}

.opacity-0 {
    opacity: 0 !important;
    visibility: hidden !important;

}

.scale-down {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.colova-portfolio-title {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.title-out {
    opacity: 0 !important;
}

/*--------------------------------------------------
# Responsive
---------------------------------------------------*/

@media only screen and (max-width: 850px) {

    .site-header {
        z-index: 99999999
    }

    .c-empty-space {
        height: 50px !important;
    }

    .fs-widget-wrapper,
    .fs-seperator {
        display: none;

    }

    .site-logo,
    .site-meta {
        top: 8vh;
    }

    .fs-menu-toggle {
        right: 7vw;
        top: 10vh;
        position: absolute;
    }

    .fs-menu-toggle.is-active {
        position: fixed;
    }

    .navigation-fullscreen .menu-wrapper {
        left: 10%;
        width: 80%;
        top: 50%;
        transform: translatey(-50%);
    }

    .navigation-fullscreen .main-navigation ul li {
        font-size: 30px;
margin-bottom: 30px;
    }

    .navigation-fullscreen .menu-foundation {
        left: 0;
    }

    .navigation-classic ul {
        display: none;
    }


    .cp-titles-images {
        height: 100vh;
        width: 100vw;
        left: 0;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        bottom: 0;
    }

    .cp-title-slide {
        width: 95vw;
    }

    .cp-titles .cp-title {
        display: none;
    }

    .back-titles {
        z-index: 66
    }

    .cp-title {
        font-size: 14.5vw;
        line-height: 1.4
    }

    .project-thumbnail {
        height: 60vh;
        background-size: cover;
        background-attachment: unset;
    }

    .project-details {
        padding-top: 50px;
    }

    .project-title-h {
        font-size: 35px;
        line-height: 50px;
    }

    .next-project-image {
        background-attachment: unset;
        background-size: cover;
        background-position: center;
    }

    .next-project-title {
        width: 90%;
        text-align: center;
    }

    .next-project-title a {
        font-size: 30px;
        line-height: 10px;
        opacity: 1;
    }

    .next-project-title p {
        font-size: 10px;
    }

    .site-footer .c-container {
        padding: 0 1.15em;
        text-align: center;
    }

    .footer-left,
    .footer-right {
        width: 100%;
        margin-bottom: 50px;
    }

    .footer-r-m-col {
        width: 100%;
        margin-bottom: 35px;
    }

    .footer-widget-title {
        margin-bottom: 15px;
    }

    .footer-heading {
        font-size: 18px;
        line-height: 35px;
    }

    .footer-right-top {
        margin-bottom: 30px;
        display: none;
    }

    .footer-right-bottom {
        display: none;
    }

    .c-button {
        margin-right: 15px;
    }

    .footer-right-middle {
        margin-bottom: 20px;
    }

    .cf-titles-images {
        width: 100vw;
        height: 100vh;
    }

    .cl2-portfolios {
        z-index: 99;
    }

    .cl2-images {
        display: none;
    }

    .cl2-date {
        display: none;
    }

    .cl-title-h1 {
        font-size: 40px;
    }

    .cl-portfolios {
        margin-left: 5px;
    }

    .cl-portfolios-space {
        height: 15vh;
    }

    .ct-index {
        display: none;
    }

    .ct-title-h {
        margin-right: 0;
        font-size: 30px;
    }

    .cv-images {
        height: 100vh;
        width: 100vw;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        z-index: 2;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .cv-title {
        line-height: 70px;
    }

    .cv-slide-control {
        display: none;
    }


    .cv-meta * {
        color:
            #fff !important;
    }

    .posts {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .c-parallax-image {
        padding: 0 1em;
    }

    .post {
        margin-bottom: 100px;
    }

    .c-image-carousel {
        padding: 0 1em;
    }

    .c-client {
        width: 100%;
        margin-left: 65px;
    }

    .single-post-thumb {
        padding: 0 1em;
    }

    .single-post {
        margin-top: 150px;
    }

    single-post-title-h1 {
        font-size: 25px;
        line-height: 38px;
    }

    .single-post-title,
    .single-post-meta,
    .single-post-content,
    .n-p-post {
        max-width: 100%;
    }

    .n-p-post {
        padding: 1em;
    }

    .post-tags li a {
        display: inline-block;

        margin-bottom: 10px;
    }


    .next-project-section {
        height: unset;
    }

    .c-parallax-image {
        height: unset !important;
        padding: 0;
    }

    .next-project-image video {
        width: 100%;
    }

    br {
        display: none;
    }

    .project-header {
        height: unset;
        padding-bottom: 35px;
    }

    .cv-summary {
        display: none;
    }

    .wavo-column-parent {
        margin: 25px 0;
    }

    .hide-on-desktop {
        display: none;
    }

    .c-carousel-img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .next-project,
    .prev-project {
        width: 100% !important;
        display: block;
    }

    .np-project {
        height: unset;
    }

    .np-project-title {
        font-size: 30px;
    }

    .sidebar-passive .archive-sizer,
    .sidebar-passive .colova-post {
        width: 100%;
    }

    .colova-post {
        margin-bottom: 0
    }

    .colova-single-post {
        margin-top: 5vh;
    }

    .colova-search {
        margin-top: 15vh;
    }

    .navigation-fullscreen .sub-menu li.index-come::before {
        opacity: 0 !important;

    }

    .navigation-fullscreen .main-navigation ul li::before {
        margin-right: 20px;
    }

    .navigation-fullscreen .sub-menu {
        padding: 15px 0;
    }

    .navigation-fullscreen .sub-menu .sub-menu {
        margin: 0;
        padding: 0;
    }

    .navigation-fullscreen .sub-menu a {
        font-size: 17px;

    }

    .navigation-fullscreen .sub-menu li.menu-item-has-children {
        margin-bottom: 0;
    }

    .menu-foundation.found-comes {
        overflow-y: scroll;
    }

}



/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/

.not-found {
    text-align: center;
    padding: 0 0 150px 0;
    position: relative;
    width: 100%;
    height: 100vh;
}

.wavo-not-found {
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

.not-found .big-title {
    font-size: 160px;
    margin: 0;
    line-height: 200px;
}


.wavo-not-found .page-title {
    padding: 0 0 30px 0;
}
