/*!
Theme Name: Alix Niteka
Theme URI: Marketing Websites
Author: Marketing Websites
Author URI: Marketing Websites
Description: Custom Theme Development for Alix Niteka
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alix-niteka
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.

Alix Niteka is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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.
 */

 

/*** NEIGHBORHOODS ***/

.neighborhoods .spr>div {
    padding: 0px 20px;
}

.neighborhoods .item {
    padding: 17px 17px;
    padding-bottom: 47px;
}

.neighborhoods .imgstyle {
    aspect-ratio: 1 / 1.25;
    display: inline-block;
    position: relative;
}

.neighborhoods .imgstyle img {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
    object-fit: cover;
    object-position: center;
}

.neighborhoods .imgstyle:hover img {
    transform: scale(1.1);
}

.neighborhoods .imgstyle img {
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 1;
}

.neighborhoods .imgstyle::before {
    top: 15px;
    left: 15px;
}

.neighborhoods .imgstyle:after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    pointer-events: none;
} 

.neighborhoods .owl-theme .owl-nav {
    text-align: right;
}

.neighborhoods .owl-theme .owl-nav button {
    width: 100px;
    height: 60px;
    background: #000 !important;
    border-radius: 0px;
    transition: all .3s;
    color: #fff;
}

.neighborhoods .imgstyle h3 {
    position: absolute;
    bottom: 0;
    margin: 0;
    z-index: 5;
    top: 0;
    right: unset;
    display: flex;
    align-items: flex-end;
    padding: 0 30px 30px;
    color: #010101;
    text-shadow: 0 20px 20px rgb(0 0 0 / 7%);
    font-weight: bold;
    width: 50%;
    line-height: 1.1;
    pointer-events: none;
    cursor: pointer;
    text-align: left;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
}

body.home .about .welcome_photo {
    bottom: 0;
    top: auto;
}

section.about ul {
    color: #525252;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    padding-left: 18px;
}

section.contact-form .contact-list li a{
	font-size:20px;
}

section.contact-form .contact-list li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.contact-form canvas {
    width: 40%;
    height: auto;
    display: block;
    background-size: cover;
    background-position: 60% 50%;
    background-repeat: no-repeat;
    border-radius: 50% 50% 0px 0px;
    border-radius: 400px 400px 0px 0px;
	margin-bottom:40px;
}