/*
Theme Name: Picozo-Child
Theme URI: https://parkofideas.com/picozo/
Text Domain: picozo-child
Description: Coworking and Office Space WordPress Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: picozo
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.home-portfolio-custom .c-item__content .c-item__button {
	display: none;
}

.hero_icon_blue svg path{
	fill: #2f9dff;
	/*fill: #6EC1E4*/
}

.c-to-top-button {
	background-color: #2f9dff !important;
}

.c-header__col-left, .c-header__logo  {
	display: none !important;
}

.c-header__col-center {
	min-height: 140px !important;
}

.c-top-menu .c-top-menu__item.current-menu-item > a
{
	color: #151965 !important;
}

#top-menu-desktop .c-top-menu__item > a {
	color: #FFFFFF !important;
}

#top-menu-desktop .c-top-menu__item > a:hover {
	color: #151965 !important;
}

#top-menu-desktop .c-top-menu__item.current-menu-item > a {
	color: #151965 !important;
}

@media (max-width: 1169px) {
	.c-header__row-1 {
		justify-content: space-between;
	}
}

.grecaptcha-badge {
	visibility: hidden !important;
}

.qlwapp__button--bubble .qlwapp__text {
	opacity: 0;
	transform: translateX(20px);
	transition: all 0.3s ease;
	pointer-events: none; /* so it won’t block hover */
	background-color: #25d366 !important;
	color: #fff !important;
	width: auto !important;
	border-radius: 50px !important;
	height: auto !important;
	padding: 0 15px !important;
}

.qlwapp__button--bubble:hover .qlwapp__text, .qlwapp__button--bubble .qlwapp__text:hover {
	opacity: 1;
	transform: translateX(0);
}

.c-to-top-button {
	right: 25px !important;
}

.weglot-container {
	margin-left: 23px;
	top: -2px;
	position: relative;
}

@media (max-width: 1169px) {
	.c-to-top-button {
		bottom: 95px !important;
		right: 16px !important;
	}

	.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button {
		margin-right: 15px !important;
	}
}

.country-selector {
	margin-top: 30px;
}

.country-selector i, .country-selector input{
	display: none !important;
}

.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
	padding-right: 30px;
}