/*!
Theme Name: kamatera
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: kamatera
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.

kamatera 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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/*# sourceMappingURL=common.css.map */

     .search_faq {
        max-width: 840px;
        padding-top:120px;
        padding-bottom:120px;
    }

    .search_faq p {
        color: #0D3380;
        margin-bottom: 20px;
        line-height: 1.6;
        font-size: 18px;
    }

    .search_faq .search_bar {
        display: flex;
        position: relative;
    }

    .search_faq .search_bar input {
        display: block;
        background: #FFFFFF;
        border: 1px solid #AEBED0;
        border-radius: 3px;
        padding: 14px 43px;
        width: 100%;
    }

    .search_faq .search_bar input::placeholder{
        color: #AEBED0;
    }

    .search_faq .search_bar>svg {
        position: absolute;
        top: 50%;
        left: 14px;
        transform: translateY(-50%);
    }

    .search_faq .search_bar > svg circle,
    .search_faq .search_bar > svg path {
        stroke: #AEBED0;
    }


    .search_faq .search_bar button {
        border: none;
        position: relative;
        flex-shrink: 0;
        margin-left: 18px;
    }

    .search_faq .search_bar button svg {
        display: none;
    }

    @media screen and (max-width:576px) {
        .search_faq .search_bar button svg{
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

        .search_faq .search_bar>svg{
            display: none;
        }

        .search_faq .search_bar button{
            font-size: 0;
            width: 47px;
            min-width: 47px;
        }

        .search_faq .search_bar input{
            padding: 14px 24px;
        }

        .search_faq p{
            margin-bottom: 12px;
        }
        
        .search_faq {            
            padding-top:60px;
            padding-bottom:60px;
        }

    }
    
    .faq li::before{
        display:none;
    }
    
    .privacy_content .right .faq ol li{
        list-style:auto;
    }
    


    
    .wp-block-table{
    	    max-width: 1180px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 30px 24px;
            border: 1px solid #CBD9E9;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
border-radius: 8px;
    }
    
    table *{
    	border:none !important;
    }
    
    table{
   		background: #FFFFFF;
		border: none;
   	}
    
    table th{
    	padding: 12px 24px !important;
        font-weight: 500;
font-size: 12px;
line-height: 16px;
/* identical to box height, or 133% */

letter-spacing: 0.05em;
text-transform: uppercase;

color: #142a6e;
    }
    
    table td{
    	padding: 16px 24px !important;
        font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #142a6e;
    }
    
    table tr:nth-child(even) td,
    table thead tr th{
    	background: rgba(221, 233, 255, 0.2);
    }
    table thead tr{
    	border-bottom: 1px solid #CBD9E9 !important;
    }
    
    .wp-block-table.column-header th:first-child,
    .wp-block-table.column-header td:first-child{
    	border-right: 1px solid #CBD9E9 !important;
        background: rgba(221, 233, 255, 0.2);
    }
    
    .privacy_content .right contact_us p{
    	margin-bottom:0;
    }

