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

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

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

.tp-header-logo img {
    width: 200px;
}

.menu-bg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    backdrop-filter: blur(8px);
    background: rgba(46, 46, 46, 0.9);
    border-radius: 100px;
    z-index: -1;
    width: 44% !important;
    height: 80px !important;
    left: 28% !important;
/*    width: 630px !important;
    height: 80px !important;
    left: 362px !important;*/
}

.tp-header-3-menu > nav > ul > li > a {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
    transition: 0.3s;
    display: inline-block;
    color: var(--tp-common-white);
}

.tp-header-3-menu > nav > ul > li {
    list-style: none;
    display: inline-block;
    margin: 10px 5px;
}

.tp-header-3-menu-box {
    display: inline-block;
    padding: 0px 0px;
    padding-right: 0px;
}
span.tp-el-number{min-width:150px;}


@media (max-width: 767px) {
    .blog-details-title{font-size: 40px;}
    .tp-portfolios-template .e-con-inner{padding-left:15px;}
}