/*!
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
*/

@media (min-width: 992px) {
    .team2 .col-lg-6 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
}	
	.a-und-g .team-card__image,
	.team-card__text + img{
		display: none;
	}
	
	.team-card__top{
		display: block;
	}
	

	
	.team-card__meta{
		padding-top: 30px;
	}
	
	.team-card__image{
		margin: auto;
	}
	.team-card{
		text-align: center;
	}
	
	
@media (min-width: 992px) {
    .team-card {
        padding: 60px 30px;
    }
}



footer a,
.footer-widget li a{
	color: #fff;
}

.footer-widget__news__meta li:not(:last-child)::after{
	color: #fff !important;
}


.footer-widget li a:hover,
footer p,
footer li{
	color: var(--polimark-color-base) !important;
}


.page-header::before {
    background-image: none !important;
}

.slider-one__bg{
	animation: none !important;
}










.slider-one .container .row{
display: block
}

.slider-one .container .col-lg-6{
width: 100%
}


.slider-one .slider-one__bg{background-size: cover;
background-position:center; }







:root {
	--polimark-color-background-primary: #009ee0 !important;
    --polimark-color-background: #009ee0 !important;
}


