/*!
Theme Name: BusikTaxi24
Theme URI: http://underscores.me/
Author: SELECTOR.SPACE
Author URI: https://selector.space/
Description: Сучасна тема WordPress, створена веб-студією SELECTOR.SPACE, яка підходить для різноманітних типів сайтів — від невеликих лендінгів та каталогів до масштабних інтернет-магазинів. Гнучкий дизайн, чистий код і оптимізація для SEO забезпечують максимальну продуктивність і зручність у використанні.
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: busik-taxi
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.

BusikTaxi24 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.
 */
.main_services{
    margin: 110px 0;
}
.main_services .wrapper{
    margin: 0 auto;
}
.section_heading{
    margin-bottom: 30px;
}
.section_title{
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.section_heading p{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
}
.services_flow{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.service_item{
    padding: 4px;
    padding-bottom: 16px;
    background-color: #FFF;
    border-radius: 20px;
    text-decoration: none;
}
.service_item img{
    display: block;
    width: 100%;
    border-radius: 16px;
}
.service_title{
    padding: 0 12px;
    margin-top: 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.service_title svg{
    width: 50px;
}
@media screen and (min-width: 575px){
    .site_branding{
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .site-header .site_branding p{
        display: block;
    }
    .site-header .site_branding p span{
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0%;
        color: #06143366;
    }
    .site-header .site_branding p a{
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-decoration: none;
    }
    body .wrapper{
        width: 83.33%;
    }
    .page_main .main_init{
        margin-top: 190px;
    }
    .main_init .init_features {
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
    }
    .main_init .init_features p{
        width: calc(50% - 10px);
    }
    .fixed_nav .menu-fixed-menu-container{
        display: block;
        margin-right: 24px;
    }
    #fixed-menu{
        display: flex;
        align-items: center;
        list-style-type: none;
        gap: 24px;
    }
    .site-header .menu_fixed{
        padding-left: 24px;
        left: calc(50% - 245px);
        align-items: center;
    }
    .menu_fixed .fixed_nav{
        align-items: center;
    }
    #fixed-menu a{
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-decoration: none;
        white-space: nowrap;
    }
}
