/*
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,
.service-section ul{
	list-style: disc;
	margin: 0 0 16px 16px;
}
.service-details ul{
	list-style: none;
	margin: 0;
}

/*
*	Team
*/
.team-box {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 80px;
}
.team-box .box {
    width: calc((100% - 96px) / 3);
}
.team-box .team-member-photo {
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 24px;
}
.team-box .team-member-photo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.team-box .team-member-title {
    display: block;
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 16px;
}
.team-box .team-member-title b {
    display: block;
}
.team-box p:last-of-type {
    margin: 0 0 24px;
}
.team-box .team-member-contacts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 14px;
}
.team-box .team-member-contacts a {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.2s ease-in-out;
}
.team-box .team-member-contacts a:hover {
    transform: translateY(-3px);
}
.team-box .team-member-contacts .linkedin-link {
    background-image: url(images/linkedin-icon.svg);
}
.team-box .team-member-contacts .x-link {
    background-image: url(images/x-icon.svg);
}
.team-box .team-member-contacts .website-link {
    background-image: url(images/website.svg);
}
.team-invitation-box {
    max-width: 870px;
    width: 100%;
    text-align: center;
    background-color: #c2d473;
    border-radius: 190px;
    padding: 50px 16px;
    margin: 0 auto;
}
.team-invitation-box h3 {
    margin: 0 0 16px;
}
.team-invitation-box p:last-of-type {
    margin: 0 0 24px;
}
.team-invitation-box .basic-button {
    width: 190px;
    margin: 0 auto !important;
}
/*
*	Story Featured Image
*/
.description-col img{
	width: 100%;
	height: auto;
}

.gates-img {
	max-width: 660px;
	position: relative;
	margin: 50px auto 0;
}
.gates-img img {
	display: block;
	width: 100%;
	height: auto;
}
.gates-img .circle {
	position: absolute;
	border-radius: 50%;
	z-index: -1;
}
.gates-img .circle.orange {
	background-color: #F08835;
	width: 320px;
	height: 320px;
	top: -20px;
	left: -20px;
}
.gates-img .circle.blue {
	background-color: #4FC2C5;
	width: 130px;
	height: 130px;
	bottom: 200px;
	left: 100%;
}

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

@media only screen and (max-width: 1023px) {
    .footer-hold .contacts-list {
        align-items: center;
    }

	.team-box {
        -moz-column-gap: 16px;
        column-gap: 16px;
        row-gap: 40px;
    }
    .team-box .box {
        width: calc((100% - 32px) / 3);
    }
}

@media only screen and (max-width: 767px) {
	.team-box .box {
        width: 100%;
    }
    .team-box .team-member-photo {
        height: auto;
    }
    .team-invitation-box {
        max-width: inherit;
        width: auto;
        border-radius: 0;
        margin: 0 -16px;
    }

    .gates-img .circle.orange {
		width: 170px;
		height: 170px;
		left: 0;
	}
	.gates-img .circle.blue {
		width: 55px;
		height: 55px;
		right: 40px;
		bottom: 100%;
		left: auto;
	}
}

@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;
	}
}