/*!
Theme Name: Polimark Child theme
Theme URI: http://layerdrops.com/linoorwp
Template: polimark
Author: Layerdrops
Author URI: https://themeforest.net/user/layerdrops
Description: This is a Child theme for Linoor Wordpress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: polimark-child
*/

.call-to-action-two .inner-container:nth-child(odd), .call-to-action-two .inner-container:nth-child(odd) .call-to-action-two__background-image{
	background-color: none;
}

.call-to-action-two__background-image{
	opacity: 1;
	mix-blend-mode: normal;
}

:root{
	--polimark-color-black: #0E4581 !important;
	--polimark-color-background-primary: #025195 !important;
	--polimark-color-base: #E74124 !important;
}

.page-header::before{
	display: none;
}

.page-header .image-layer{
	clip-path: none !important;	
}

.footer-bottom{
	background: none !important;
}

.hidden{
	display: none !important;
}

.blog-details-post.team{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

.blog-details-post.team .blog-details__content{
    max-width: 50%;
    border-radius: 0;
}

.blog-details-post.team .post-thumbnail{
    border-radius: 0;
}

.blog-details-post.team .list-unstyled.blog-one-card__meta{
    display: none;
}

.blog-details-post.team .blog-details__content .text{
    margin: 0;
}

.team-card .team-card__social{
	display: none;
}

.page-header .page-header__text{
	display: none;
}

.team-card img{
	display: none;
}

.team-card .team-card__image{
	margin: 0;
	border-radius: 5%;
}

.team-card .team-card__image img{
	display: block;
}

.team-card .team-card__top{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.team-card .team-card__meta{
	text-align: center;
	margin-top: 30px;
}

.team-card .team-card__text{
	display: none;
}

.team-card .team-card__designation{
	margin-bottom: 0;
}

.team-card-two__social{
	display: none;
}

.elementor-widget-google_maps{
	margin-bottom: 0 !important;
}

.video-candidato{
    max-width: 50%;
}

.btn-biografia{
    margin-top: 20px;
}

.team-one .team-card{
    text-align: center;
}

.blog-details__content .thm-btn.about-two__btn{
    margin-top: 20px;
}

.blog-details__content .thm-btn.about-two__btn:hover{
    color: #fff !important;
}

@media (min-width: 1200px) {
    .page-header {
        padding-top: 225px;
        padding-bottom: 0;
    }
}

/* Media Queries per Mobile */
@media (max-width: 767px) {
    .blog-details-post.team {
        flex-direction: column;
        gap: 0;
        border-radius: 10px;
        overflow: hidden;
    }

    .team-template-default .blog-details{
        padding-top: 15px;
    }

    .blog-details-post.team .blog-details__content {
        max-width: 100%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}