/*
 Theme Name:   Panda Child Theme
 Theme URI:    https://panda.axiomthemes.com
 Description:  Panda Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     panda
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  panda
*/

/* Main header
--------------------------------------------------------------------- */

section.elementor-top-section .elementor-widget-trx_sc_layouts_search {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

    .main-header__logo.elementor-element .logo_image {
        max-height: 40px !important;
    }
}

/* Promo welcome
--------------------------------------------------------------------- */

@media screen and (max-width: 440px) {

    .promo-welcome__title h1 {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 360px) {

    .promo-welcome__title h1 {
        font-size: 26px !important;
    }
}

/* Steps grid
--------------------------------------------------------------------- */

.steps-grid__item {
    position: relative;
}

.steps-grid__item .sc_item_subtitle {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 36px;
    height: 36px;
    margin: 0;
    padding-top: 6px;
    border-radius: 50%;
    border: 1px solid #8F6DFF;
    background-color: white;

    font-size: 20px;
    text-align: center;
    line-height: 1;
    font-weight: 400 !important;
    color: #8F6DFF;
}

.steps-grid__item .sc_item_descr {
    font-weight: 500 !important;
}

/* Blog post content
--------------------------------------------------------------------- */
body.single-post article.hentry ol li,
body.single-post article.hentry ul li {
    margin-bottom: 16px;
}

/* Page about
--------------------------------------------------------------------- */

@media screen and (min-width: 992px) {

    body.page-id-25121 .content_wrap {
        max-width: 992px !important;
    }
}

/* Main footer
--------------------------------------------------------------------- */

/* Menu */

ul.menu_footer_nav li.menu-item a {
    font-weight: 400;
}

/* Contacts */

.main-footer a.underline_anim {
    padding-bottom: 4px !important;
}

.phone-socials img {
    display: inline-block;
    max-width: 20px;
    height: auto;
    margin: 0 3px;
    vertical-align: middle;
    opacity: .7;
	}
