/*
Theme Name: Helpo - Child
Author: Artureanec
Author URI: http://artureanec.com
Description: -
Version: 1.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: helpo
*/

.helpo_header_lang_container {
    align-self: center;
}
.helpo_header_lang_container ul{
	    display: flex;
    list-style: none;
    margin: 0 15px;
    padding: 0;
}
.helpo_header_lang_container ul a{
	    font-family: Quicksand, sans-serif;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    color: #515266;
    text-transform: uppercase;
    padding: 10px;
    font-size: 1.1em;
}
.helpo_header_lang_container ul .current-lang a{
	color:#efc940;
}
.helpo_header_lang_container ul li:not(.current-lang) a:hover{
	color:#efc940;
}
.helpo_header-logo__link.helpo_retina_logo, header.helpo_transparent_header_on .helpo_header-logo__link.helpo_retina_logo, header.helpo_transparent_header_on.helpo_transparent_header_with_color .helpo_header-logo__link.helpo_retina_logo {
    height: auto !important;
    background-size: contain !important;
    max-width: 150px;
    padding-bottom: 44%;
}
@media (min-width: 991px){
	.helpo_header .helpo_dropdown-trigger{
		display:none!important;
	}
.elementor-2188 .elementor-element.elementor-element-62d8545 .elementor-counter-number-wrapper,
	.elementor-2188 .elementor-element.elementor-element-0c13564 .elementor-counter-number-wrapper,
	.elementor-2188 .elementor-element.elementor-element-6ddfe31 .elementor-counter-number-wrapper{
 
    font-size: 80px!important;
  
}
	.elementor-2188 .elementor-element.elementor-element-d781d84 > .elementor-element-populated,
	.elementor-2188 .elementor-element.elementor-element-4efbb49 > .elementor-element-populated,
	.elementor-2188 .elementor-element.elementor-element-d63dee3 > .elementor-element-populated{
    align-content: space-between;
}
	
}
@media (min-width: 1200px){
	.elementor-2188 .elementor-element.elementor-element-62d8545 .elementor-counter-number-wrapper,
	.elementor-2188 .elementor-element.elementor-element-0c13564 .elementor-counter-number-wrapper,
	.elementor-2188 .elementor-element.elementor-element-6ddfe31 .elementor-counter-number-wrapper{
 
    font-size: 100px!important;
  
}
}
@media(min-width: 576px) {
.helpo_button.helpo_button--squared-1 {
display: none;
}
}
@media(max-width: 575px) {
.helpo_aside-dropdown .helpo_button.helpo_button--squared-1 {
    padding: 11px 10px 11px 10px;
	border-radius: 5px;
	font-size: 12px;
	}
}
@media(min-width: 576px) {
.footer_type_1 .row.row-copyright {
	justify-content: space-between;
}
}
@media(max-width: 575px) {
.footer_type_1  .row.row-copyright {
	justify-content: center;
}
.footer_type_1  .helpo_copyright_container {
text-align: center;
}
}
@media (min-width: 768px) {
    .col-sm-6.helpo_copyright_container {
        -ms-flex: 0 0 80%;
        -webkit-box-flex: 0;
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%;
    }
}
.elementor-2188 .elementor-element.elementor-element-4e881799 .helpo_content_slide {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    }
@media (min-width: 1024px) {
    .helpo_header-logo {
        padding-top: 7px;
        margin-left: 10px;
    }
	.helpo_header-logo__link.helpo_retina_logo {
	    max-width: 200px;
	}
	.helpo_main-menu li:not(:last-of-type), body .quadmenu-navbar-nav li:not(:last-of-type) {
    margin-right: 25px;
	}
	header.helpo_header .row {
    gap: 10px;
}
.helpo_main-menu > li, body .quadmenu-navbar-nav > li {
    padding: 35px 0 35px 0;
}
}