/*
 Theme Name:   Elever Child
 Theme URI:    https://reactheme.com/products/wordpress/elever/construction
 Description:  Elever Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     elever
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
 
html {
    background-color: #eeebe7;
}

.site .aktiv, 
.site h1, 
.site h2,
.site h3,
.site h4, 
.site h5, 
.site h6, 
.site p, 
.site div, 
.site li, 
.site span, 
.site a {
	font-family: "aktiv-grotesk", sans-serif !important;
}

.elementor-heading-title {
	line-height: 1.2;
}

.elementor-7 .elementor-element.elementor-element-d77c1ff .reveal-item, .elementor-15272 .elementor-element.elementor-element-e692403 .reveal-item {
	max-width: 100%;
}
 
 
.homepage-image-container .elementor-widget-container {
    display: flex;
    width: 100px;
    height: 100px !important;
    align-items: center;
    justify-content: center;
    background: #1F1F23;
    border: 1px solid #2A2A31;
    box-shadow: 0px 10px 35px rgba(17, 17, 20, 0.7);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-white);
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}
.homepage-image-container img {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #1F1F23;
    border: 1px solid #2A2A31;
    box-shadow: 0px 10px 35px rgba(17, 17, 20, 0.7);
    z-index: -1;
    border-radius: 50%;
    transition: .3s;
}

.menu-link {
	transition: all .2s;
}
#reactheme-header.sticky-header-on.sticky-header {
	box-shadow: none !important;
}

#page {
	background-color: #efebe7;
}

body .main-contain #content {
	padding-top: 0px;
	padding-bottom: 0px;
}

.footer-icon-box .elementor-icon-box-icon {
	background-color: white;
	border-radius: 50%;
	padding: 20px;
}
#poweredBy p {
	margin-bottom: 0px;
}
#poweredBy a {
	color: white;
	transition: all .2s;
}
#poweredBy a:hover {
	opacity: .8;
}
#poweredBy img {
    width: 150px;
    margin-left: 2px;
    margin-bottom: 0px;
    filter: brightness(0) invert(1);
}
footer .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    flex-direction: row;
    text-align: start;
    display: flex;
    align-items: center;
}
footer .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px);
    display: inline-flex;
    flex: 0 0 auto;
}



.cy-icon-list .elementor-icon-list-icon {    
	font-size: 16px;
    padding: 10px;
    background-color: #F6F2F0;
    color: var(--e-global-color-primary);
    border-radius: 50%;
    fill: #fff;
    line-height: 1;
    text-align: center;
    transition: all .3s;
}
.cy-icon-list .elementor-icon-list-text {
	padding-inline-start: 15px !important;
}

.contact-icon-boxes .elementor-icon {
	background-color: #b52626;
	padding: 10px;
	border-radius: 5px;
}


#e-n-tab-title-928112421 {
	display: none !important;
}


.cy-styles ::placeholder, .cy-styles .gf_placeholder, .cy-styles select {
	color: #858585 !important;
}
.cy-styles input, .cy-styles select, .cy-styles textarea {
	background-color: whitesmoke !important;
	border-color: whitesmoke !important;
}
.cy-styles input[type="submit"] {
	background-color: #b52626 !important;
	border-radius: 5px !important;
}
.cy-styles .gform_fields {
	row-gap: 20px !important;
}


.jig-imageContainer .jig-overflow {
	border-radius: 10px;
}


.masonry-grid div { 
	width: calc(33% - 12.5px);
	margin-bottom: 25px;
}
.masonry-grid img {
	border-radius: 10px;
}
@media screen and (max-widtH: 1210px) {
	.masonry-grid div { 
		width: calc(33% - 15px);
	}	
}
@media screen and (max-width: 768px) {
	.masonry-grid div { 
		width: calc(50% - 20px);
	}
}

.page-error {
	background-color: #efebe7 !important;
}
.page-error .reacbutton {
	background: #b52626 !important;
}
.page-error .reacbutton:hover {
	background: #1e1e20 !important;
}
.error-msg {
	margin-bottom: 10px !important;
}

.error404 #reactheme-header.sticky-header-on:not(.fixed-header) {
    background-color: #eeebe7 !important;
}