/*
Theme Name: Toshiba 2019
Theme URI: 
Author: MoodsInnova
Author URI: 
Description: 
Version: 0.22
License: 
License URI:
Tags:
Text Domain: toshiba2019
*/

	p.wp-caption-text{
		font-style: italic !important;
	}

    #pre-footer-faq-section {
       padding-bottom: 60px;
       padding-top: 45px;
       margin-top: 15px;
    }

	#in-content-faq-section #pre-footer-faq-section {
		padding-top: 0;
		margin-top: 0;
	}

    #pre-footer-faq-section h2{
        margin-bottom: 45px;
    }
    #pre-footer-faq-section h3{
        font-size: 1.4rem;
        margin-bottom: 30px;
    }

    #pre-footer-faq-section h4{
        font-size: 1.0rem;
        color: #000;
    }

    .faq-item {
        border-bottom: 1px solid #e2e8f0;
        margin-bottom: 10px;
        background-color: #f5f5f5;
    }

    .faq-question-summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        list-style: none;
        
        padding: 15px 10px;
        
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none;    /* Firefox */
        -ms-user-select: none;     /* IE10+/Edge */
        user-select: none;         /* Standardi */
    }

    .faq-question-summary::-webkit-details-marker {
        display: none;
    }

    .faq-question-summary:focus {
        outline: none;
    }

    .faq-question-summary .faq-question-title {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
    }

    .faq-question-title{
        padding-right: 10px;
        line-height: 1.4;
    }

    .faq-toggle-icon::after {
        content: '+';
        font-size: 1.5rem;
        line-height: 1;
        color: #333;
    }

    details[open] .faq-toggle-icon::after {
        content: '-';
    }

    .faq-question-content {
        padding: 0 10px 0px 10px;
        line-height: 1.6;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }
    .faq-wrapper{
        max-width: 720px;
    }
    .faq-wrapper > div:not(:first-of-type) {
        margin-top: 60px;
    }

    .faq-item.is-open .faq-question-content {
        opacity: 1;

    }

    @media (max-width: 768px) {
        #pre-footer-faq-section {
            padding-bottom: 30px;
            padding-top: 15px;
            margin-top: 15px;
        }
        #pre-footer-faq-section h2{
            margin-bottom: 30px;
        }
        #pre-footer-faq-section h3{
            font-size: 1.2rem;
            margin-bottom: 30px;
        }

        #pre-footer-faq-section h4{
            font-size: 1.0rem;
            color: #000;
        }

        .faq-wrapper > div:not(:first-of-type) {
            margin-top: 30px;
        }
    }

