/**
* Theme Name: Poco Child
* Description: This is a child theme of Poco, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: poco
* Version: 2.2.2
*/

:root {
    /* --primary: #ffc222;
    --primary_hover: #eeac00; */
    --primary: #009cbf;
    --primary_hover: #50505062;
    --secondary: #00a149;
    --body: #808080;
    --heading: #1e1d23;
    --light: #999999;
    --dark: #282828;
    --border: #e5e5e5;
    --background: #ffffff; }


/*-------------------------------------------------------------
1.3 Grid
--------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 1320px) {
    .col-full {
        padding-left: 20px;
        padding-right: 20px;
        width: auto; } }

/*-------------------------------------------------------------
2.4 Breadcrumb
--------------------------------------------------------------*/

.poco-breadcrumb {
    margin: 0;}
    .single-post .poco-breadcrumb, .single-product .poco-breadcrumb {
        margin-bottom: 0px;}
        @media (max-width: 768px) {
        .single-post .poco-breadcrumb, .single-product .poco-breadcrumb {
            margin-bottom: 0px; } }
    .poco-breadcrumb .breadcrumb-heading {
        margin-bottom: 0px; }

/*-------------------------------------------------------------
3.0 Main content area
--------------------------------------------------------------*/
.site-main {
    margin: 0 auto;
    width: 85%;}

.site-content {
    outline: none;
    }

/* body:not(.page-template-template-homepage) .site-content {
margin-top: 70px;
} */

@media (max-width: 1120px) {
    .site-main {
        width: 100%;}
    }

/*-------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
.site-search form {
    display: flex;
    position: relative;
     /* border: 1px solid var(--primary); */
    /* border: 1px solid #009cbf; */
    background-color: #fff;
    border-radius: 50px; }

/*--------------------------------------------------------------
16.0 Layout
--------------------------------------------------------------*/
@media (min-width: 768px) {
.poco-breadcrumb {
    padding: 2.2906835em 0;
    /* margin: 0 0 5.9968353111em; */
    min-height: 240px;
    display: flex;
    align-items: center; }
    .poco-breadcrumb .breadcrumb-heading {
    font-size: 52px;
    /* margin-bottom: 10px; */
    text-transform: capitalize; }
    /* .post-type-archive-product .poco-breadcrumb,
    .tax-product_cat .poco-breadcrumb {
    margin-bottom: 60px; } */
}


/* マップ表示デザインのコンフリクト解消のため */
.elementor-kit-7 button, .elementor-kit-7 input[type="button"], .elementor-kit-7 input[type="submit"], .elementor-kit-7 .elementor-button{
    background-image: none;
}