/*
Theme Name: Iconic Research
Author: Evgen Gavrilov
Author URI: https://www.linkedin.com/in/evgengavrilov
Version: 1.0.0
Description: Custom wordpress theme for Iconic Research
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.awards-logos figure{
	height: 80px;
}
.post-section ul {
    list-style: disc;
	margin: 0 0 16px 16px;
}
.title-blog-post .category a{
	color: #fff;
	text-decoration: none;
}
.title-blog-post .category a:hover{
	text-decoration: underline;
}
.post-section .post-categories{
	list-style: none;
}
.page-id-852 .services-section .box{
	background-color: #E7E0D8;
}

@media only screen and (min-width: 1024px) {
    .drop-lang-hold .sub-menu {
        width: 100px;
        padding: 16px;
        font-weight: 400;
    }
    .main-menu .drop-lang-hold .sub-menu a {
        padding: 8px 24px 0 0;
        text-align: center;
    }
    .main-menu .drop-lang-hold .sub-menu a:before {
        display: none;
    }
	.basic-footer .container {
		padding: 0 120px;
	}
}

.top_colored_section{
	border-radius: 12px;
	padding: 24px;
	margin: 0 0 16px;
}
.top_colored_section .aligncenter{
	margin: 20px auto;
}

/* FAQ */
.faq-accordion {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 0 50px;
    row-gap: 24px;
}
.faq-accordion details {
    padding: 20px 32px;
    background-color: #fae9da;
    border-radius: 60px;
}
.faq-accordion summary {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    user-select: none;
    list-style: none;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
}
.faq-accordion summary::-webkit-details-marker {
    display: none;
}
.faq-accordion summary::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 24px;
    transform: translateY(-50%);
    transition: transform 0.2s;
}
.faq-accordion details[open] summary::after {
    content: '−';
}
.faq-accordion .content {
    margin-top: 20px;
}
.faq-accordion .content p:last-of-type {
    margin: 0;
}

@media only screen and (max-width: 1023px) {
    .faq-accordion {
        row-gap: 16px;
		margin: 0 0 50px;
    }
    .faq-accordion details {
		border-radius: 16px;
        padding: 16px 20px;
    }
    .faq-accordion summary {
        font-size: 16px;
        line-height: 25px;
    }
    .faq-accordion .content {
        margin-top: 16px;
    }
}

/* Company */
.company-section {
    display: flex;
    align-items: center;
    margin: 0 0 50px;
    padding: 40px 50px;
    color: #fff;
    column-gap: 50px;
    background-color: #f08835;
    border-radius: 45px;
    row-gap: 16px;
}
.company-section .company-success-img {
    width: 200px;
    min-width: 200px;
}
.company-section .col {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
}
.company-section p:last-of-type {
    margin: 0;
}

@media only screen and (max-width: 1023px) {
    .company-section {
        margin: 0 0 30px;
        padding: 16px;
        column-gap: 16px;
        border-radius: 16px;
    }
    .company-section .company-success-img {
        width: 150px;
        min-width: 150px;
		margin: 0 auto;
    }
    .company-section .col {
        font-size: 16px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .company-section {
        flex-direction: column;
		align-items: flex-start;
    }
}
