/* 
Theme Name:		 Comunika Studio
Theme URI:		 http://childtheme-generator.com/
Description:	 Comunika Studio is a child theme of Hello Biz, created by ChildTheme-Generator.com
Author:			 Andrea Rago
Author URI:		 http://childtheme-generator.com/
Template:		 hello-biz
Version:		 0.0.16
Text Domain:	 comunika-studio
*/

/** header **/
/** if div doesn't have the transparent-header class, the logo-color is visible **/
header > .elementor-sticky:not(.transparent-header) .logo-white {
    display: none!important;
}

/** darker hamburger icon **/
header > .elementor-sticky:not(.transparent-header) .logo-white {
    display: none!important;
}

/** hide the top menu if sticky **/
header .elementor-sticky--effects .top {
    display: none;
}

/** make the hamburger icon darker if sticky active **/

header .elementor-sticky:not(.transparent-header) .hamburger svg,
header .elementor-sticky--effects .hamburger svg {
    color: var(--e-global-color-text)!important;
}


evidence,
h2 em,
.hero-section em {
    color: var(--e-global-color-text);
    background: var(--e-global-color-72bcd34);
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
    font-style: normal;
    padding: 0.0em 0.1em;
    font-size: 92%;
}

h2 span {
    /*color: var(--e-global-color-text);*/
    background: #EFF1EF;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
    font-style: normal;
    padding: 0.0em 0.1em;
    font-size: 92%;
}


@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/** square with icon **/
.square-icon:hover path,
.square-icon:hover rect {
    stroke:#FFF;
}

.square-icon:hover h4,
.square-icon:hover p {
    color: #FFF!important;
}

/** counter with number in the middle **/
.counter-number-middle .elementor-counter-number {
    margin-bottom: -33%;
}

/** reduce font of h2 in wp-block-heading **/
h2.wp-block-heading {
    font-size: 1.9em!important;
}


.move-dots .elementor-icon-box-icon {
    padding-top: 15px;
}


.move-dots-2 .elementor-icon-box-icon {
    padding-top: 4  px;
}


.post-82 .cs-email,
.post-82 .cs-phone {
    font-size: 1.5em!important;
    line-height: 1em!important;
    font-weight: 500;
    padding-top: 8px;
    display: block;
    word-break: break-all;

}

.type-post h2.wp-block-heading,
.type-post h3.wp-block-heading,
.type-post h4.wp-block-heading {
    color: #065F78!important;
}

/** quotes **/
.wp-block-quote{
    border-left: 6px solid var(--e-global-color-accent);
    padding-left: 12px;
}
