/*!
Theme Name: ezraider
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>ezraider</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: ezraider
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.

ezraider 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

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

.hero__title {
    z-index: 2500;
}

.page-header .lang {
    border-left: 0;
    border-right: 1px solid rgba(45,65,91,.4);
    padding-left: 0;
    padding-right: 25px;
    margin-right: 15px;
}

.page-header .lang ul {
    left: 0;
    right: auto;
}

.block--about .about-columns__col .col-title:before {
    right: -70px;
}

.block--description .desc-list li:before {
    left: auto;
    right: -45px;
    margin-right: 0;
    margin-left: 11px;
}

.page-footer .creator span {
    text-align: left;
}

.page-footer__menu li:not(:last-child) {
    margin-left: 3%;
}

.page-footer__lang .lang-icon {
    margin-left: 15px;
}

.block--contact-us .contact-list__main .main-item svg {
    margin-right: 0;
    margin-left: 15px;
}

.block--contact-us .contact-list__links svg {
    margin: 0 10px;
}

.block--tours .tours {
    justify-content: flex-end;
}

.block--tours .tours-slider {
    right: 10%;
}

/* media query */
@media  (max-width: 1600px) {
    .block--description {
        padding: 80px 80px;
    }
}

@media  (max-width: 1280px) {
    .page-footer__menu {
        justify-content: flex-start;
        margin-left: 0;
        margin-right: auto;
    }
}

@media (max-width: 992px) {
    .page-footer__menu {
        margin-left: 0;
        margin-right: 0;
        justify-content: center;
    }

    .page-footer .creator span {
        text-align: center;
    }
}

@media  (max-width: 667px) {
    .block--description {
        padding: 40px 20px;
    }

    .block--description .desc-list li:before {
        right: -25px;
    }

    .hero img {
        left: 50px;
    }

    .ezraider-slider .slide .slide-title:before {
        left: auto;
        right: -20px;
    }
}

@media (max-width: 321px) {
    .hero img {
        left: 50px;
    }
}

