/*
Theme Name:   Godlike Child
Theme URI:    https://themeforest.net/user/_nK/portfolio
Author:       nK
Template:     godlike
Author URI:   https://nkdev.info/
Description:  Godlike Child Theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  godlike-child
Tags:
*/


/* Theme customization starts here
-------------------------------------------------------------- */

@media only screen and (min-width: 1025px) {
	.about-section {
		display: flex;
		align-items: center;
	}
	
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1400px!important;
	}
}
.home .bg-image.op-10.bg-image-parallax:after {
    content: ""!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    background: black!important;
    opacity: 0.4!important;
}
.custom_icon-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.nk-nav-logo > img {
	position: absolute;
    top: calc(50% - 15px);
    width: 130px;
}
#news .ngg-gallery-thumbnail img {
    height: 300px!important;
    width: 200px!important;
    object-fit: cover!important;
    margin-right: 10px!important;
}
.nk-nav.nk-nav-right.nk-nav-icons {
	display: none!important;
}
#films .ngg-gallery-thumbnail img {
    min-height: 283px;
    object-fit: cover;
}
.width-100 img {
	width: 1024px!important;
	max-width: 100%;
	height: 370px;
    object-fit: cover;
}
.home .nk-header-title .bg-image img {
	top: 48px!important;
}