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

* Theme Name: Liko Child
* Theme URI: https://wp.hixstudio.net/liko/
* Author: fox-themes 
* Author URI: https://themeforest.net/user/fox-themes
* Description: Liko - Creative Agency & Portfolio WordPress Theme
* Version: 1.0.0
* Template: liko
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
/* Google fonts alternative to script font used in heading  */
@import url('https://fonts.googleapis.com/css2?family=Lekton:ital,wght@0,400;0,700;1,400&display=swap');
@font-face {
    font-family: 'literaturnayaregular';
    src: url('https://greyskygraphics.com/demos/nouri/wp-content/fonts/Literaturnaya/literaturnaya-regular-webfont.woff2') format('woff2'),
         url('https://greyskygraphics.com/demos/nouri/wp-content/fonts/Literaturnaya/literaturnaya-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* MENU  */
/* .tp-offcanvas-2-right {
	visibility: hidden!important;
}
.tp-offcanvas-2-left {
	background: #fff!important;
} */
.tp-header-2-area.header-sticky {
	background: rgb(255 255 255 / 15%) !important;
}
.tp-header-2-area.header-sticky::after {
	backdrop-filter: blur(0px)!important;
}
.tp-header-2-ptb {
	padding: 5px 0!important;
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a {
	font-family: 'literaturnayaregular'!important;
	font-weight: 300;
	font-size: 28px;
	color: #595959!important;
	letter-spacing: 3.5px;
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a::after {
	display: none!important;
}


/* HOME */
.vibrate-effect1-img {
	animation: vibrate-effect1 3s linear 0s infinite normal forwards;
}
@keyframes vibrate-effect1 {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translate(3px, -3px);
	}
	40% {
		transform: translate(3px, 3px);
	}
	60% {
		transform: translate(-3px, 3px);
	}
	80% {
		transform: translate(-3px, -3px);
	}
	100% {
		transform: translate(0);
	}
}


/* VARIOS */
/* Title */
.cst-title, .cst-title2, .cst-menu {
	font-family: 'literaturnayaregular'!important;
}
.cst-title::before {
	content: "";
	width: 6%;
	height: 3px;
	background: #595959;
	position: absolute;
	top: -1.5rem;
	left: 0;
}
.line-color-footer::before {
	background: #ffffff!important;
}

/* Class to add Fade-right  */
/* tp_fade_right */

/* Liko: Icon Box Scroll */
.tp-service-4-item {
	background-image: none!important;
}
.tp-service-4-icon {
	margin-bottom: 30px!important;
}
.tp-service-4-icon img {
	max-height: 100px;
}
.tp-service-4-title-sm, .tp-service-4-content p, .tp-service-4-link, .tp-service-4-link::after {
	color: #000!important;
}

/* Link Heading (layout 2 - Title 2) */
.cst-link-title2 {
	font-family: "Cormorant Garamond", Sans-serif!important;
	font-size: 28px;
}
@media only screen and (max-width: 600px) {
	.cst-link-title2 {
		font-size: 18px!important;
	}
}


/* CONTACT */
.cst-color-white label{
	color: #fff!important;
}
.cst-color-white input, .cst-color-white textarea {
	color: #fff!important;
	border-bottom: 1px solid rgba(255, 255, 225, 1)!important;
}


/* testing */
.banner-parallax-cst {
	background-attachment: fixed;
}


@media only screen and (max-width: 767px) {
/* 	.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a {
		font-size: 24px!important;
	} */
}