/*
Theme Name:translationagency
Theme URI:https://www.translationkings.nl/
Author: Yatnam
Author URI: https://www.translationkings.nl/
Description:  We like to cut right to the chase. Yes, you read that right.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: KNEIP
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.languages-cnt .expandable-sec {
    height: auto !important;
}
.inner-contents-outer-sec .content-area ul li {
    margin: 0 0 ;
    line-height: 36px;

    font-size: 18px;
    color: #000;
    font-weight: 400;

}

.blog-items-outer ul > li:nth-child(8n+2) > .blog-info-bar li, .blog-items-outer ul > li:nth-child(8n+8) .blog-info-bar li{
color:#fff;
}
.heading-holder h2 span {
    padding-right: 15px;
}
.blog-items-outer .height_element{
position:relative;
}
.blog-items-outer .height_element a.read-more-btn{
position:absolute;
bottom:20px;
}
.super_excerpt{
padding-bottom:20px;
}
.list-lang{
margin:0 !important;
}
.list-lang .left{
padding:10px 20px;
}
.services-items-sec li a{
    font-size: 17px;
    color: #000;
}
.staff-list{
position:relative;


}

.team-member-box {
height:100%;
margin-bottom:0 !important;


}
.client-list{
padding:20px 10px !important;
}
.services-items-sec li a:hover{
opacity:0.8;
}
::-moz-selection { /* Code for Firefox */
    color: #000;
    background: yellow;
}

::selection {
    color: #000;
    background: yellow;
}

@media screen and ( min-width: 700px ) and ( max-width: 767px ) 
{
.staff_desc{
padding-bottom:30px;
display:inline-block;
margin-bottom:30px;
}
.staff-list .bottom_line {
position:absolute;
left:0;
right:0;
bottom:30px;
width:100%;

margin:10px auto;
}
}
@media screen and ( min-width: 481px ) 
{
.staff-list .bottom_line {
/*position:absolute;
left:0;
right:0;*/
bottom:30px;
width:100%;

margin:10px auto;
}
}


.ai-box { width: 96%; display: block; text-align: center; margin: 0 auto 17px; position: relative; z-index: 999; height: 100%; margin-bottom: 0 !important; }
.ai-box .ai-fl { position: relative; margin-top: 10px; transform: rotate(30deg); margin-bottom: -20px; margin-left: 260px; }
.ai-box .ai-fl .ai-type { background-color: #f9ce28; color: black; border: 4px solid #000; border-radius: 50%; font-weight: bold; display: inline-block; width: 75px; height: 40px; line-height: 15px; }
.ai-box .ai-fl .ai-type.ai { padding-top: 9px; }
.ai-box .ai-box-inn { width: 100%; padding: 20px 10px; background: #fff; margin: 0; display: block; border: 3px solid #f9ce28; border-radius: 40px; }
.ai-box .ai-box-inn p.ai-img { margin: 10px 0px; }
.ai-box .ai-box-inn p.ai-desc { margin: 0px 0px 10px; font-weight: bold; }
.ai-box .ai-box-inn ul { list-style: none; margin-left: 0px; padding-left: 0px; }
.ai-box .ai-box-inn ul li:before { content: '✓ '; width: 6%; vertical-align: top; }
.ai-box .ai-box-inn ul li { color: #000; text-align: left; font-weight: bold; }
.ai-box .ai-box-inn ul li span { display: inline-block; width: 94% }
.ai-box a.button-large { margin-top: 20px; font-size: 22px; }

.call-to-action-outer-sec .ai-row { margin-bottom: 20px; }
.call-to-action-outer-sec .ai-box .ai-box-inn p { width: 100%; font-size: 15px; text-align: left; font-weight: bold; }
.call-to-action-outer-sec .ai-box .ai-box-inn p.ai-img { text-align: center; }
.call-to-action-outer-sec .ai-box .ai-box-inn p.ai-desc { color: #000; }
.call-to-action-outer-sec .ai-box .ai-box-inn p.ai-desc, .call-to-action-outer-sec .ai-box .ai-box-inn p.ai-desc1 { padding: 0px 10px; }


.tk-faq {
	max-width: 900px;
	margin: 0 auto 4rem auto;
	padding: 2.5rem 1.5rem;
	background: #ffffff;
	color: #000000;
}

/* Titel met geel accent */
.tk-faq h2 {
	font-size: 2rem;
	margin: 0 0 1.25rem 0;
	padding-left: 0.75rem;
	border-left: 6px solid #f9ce28; /* geel */
}

.tk-faq__details {
    padding: 0.75rem 1.25rem 1rem 1.25rem;
}

/* Intro */
.tk-faq__intro {
	max-width: 60ch;
	margin: 0 0 2rem 0;
	line-height: 1.6;
}

/* Lijst container */
.tk-faq__list {
	display: flex;
	flex-direction: column;
	gap: 0; 
}
.tk-faq__item {
	margin: 1rem 0 1rem 0;
}

/* Extra geel voor oneven vragen (1e, 3e, 5e, …) */
.tk-faq__item:nth-child(odd) .tk-faq__details {
    background: #f9ce28;
}

/* Vraag (summary) */
.tk-faq__question {
	font-size: 1rem;
	font-weight: 600;
	margin: 0.45rem 0 0.45rem 0;
	cursor: pointer;
}

/* Antwoord-container */
.tk-faq__answer {
    margin-top: 0.35rem;
}

/* Antwoord tekst zelf */
.tk-faq__answer p {
    margin: 0.25rem 0 0.25rem 0;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Desktop spacing */
@media (min-width: 768px) {
	.tk-faq {
		padding: 3rem 0;
	}
}
