/*
Theme Name: Energium Child
Theme URI: http://demo.artureanec.com/themes/energium/
Template: energium
Author: Artureanec
Author URI: https://demo.artureanec.com/
Description: Meet WordPress Theme by Artureanec - really amazing, powerful, clean and ultramodern product, that created with love and attention to details. We know it's difficult to represent yourself on the web in the right way, that's why we spent a lot of time trying to make our Theme more effective. It's flexible, easy customizable, high-quality and really easy to use! So everyone can make awesome website with it. Hope you'll like it. Enjoy!
Version: 1.0.16.1761976993
Updated: 2025-11-01 12:03:13

*/

.footer-column.footer-menu-container {
    display: none;
}
.logo.retina-logo img {
    max-width: 70%;
}
.logo-container {
    margin: 15px;
}

/* Menu */
.header-row .header-icons-container .header-icon.header-button-container {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch;
    margin: 10px 15px -7px -15px;
}

.header-button.size-small {
    min-height: 44px !important;
    height: 75%;
    margin: 0;
    min-width: 60px;
    width: 100%;
}
.header-icon a {
    background: #1c1666;
    color: white !important;
    padding: 15px 35px !important;
    position: relative;
}
.header-button.size-small:hover {
    background: black;
}
.header-icon a::before {
    border: 1px solid #fff;
    border-right: 0;
}
.header-icon a::after {
    border: 1px solid #fff;
    border-left: 0;
}
.header-icon a::after {
    position: absolute;
    content: '';
    height: calc(100% - 10px);
    width: 40px;
    background: transparent;
    border: 1px solid #ffffff;
    border-left: 0;
    top: 5px;
    right: 5px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.header-icon a::before {
    position: absolute;
    content: '';
    height: calc(100% - 10px);
    width: 40px;
    background: transparent;
    border: 1px solid #ffffff;
    border-right: 0;
    top: 5px;
    left: 5px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.wp-block-group.has-background {
    background: black !important;
}

.header-icon a:hover::after {
    color: #fff;
    width: 20px;
}

.header-icon a:hover::before {
    color: #fff;
    width: 20px;
}
/* Hide */
.header .main-menu > li.menu-item-has-children > a:after, .header .main-menu > li ul.sub-menu > li.menu-item-has-children > a:after, .energium-content-slider-widget .slider-progress-wrapper .slider-progress-track .progress, .energium-testimonial-carousel-widget .slider-progress-wrapper .progress, .header .main-menu > li ul.sub-menu > li > a:before{
	display:none;
}

/* Back to top */
.footer-scroll-top:hover{
	background: #1C1666 !important;
}
.footer-scroll-top.active {
    background: black;
}