/*!
Theme Name: ActivPrahovaPloiesti
Template: kadence
Author: Kadence WP + Hontryke
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/* general */
.hidden{
    display: none;
}

/* home */
.sectie_home .kt-blocks-info-box-media .kadence-info-box-image-intrisic:not(.kb-info-box-image-ratio) img {
    border-radius: 0!important;
}

/* footer */
p.titlu_widget {
    margin-top: 0;
}
footer ul.wp-block-social-links {
    padding-left: 0;
}
.site-footer .site-middle-footer-wrap .site-footer-row-container-inner a.wp-block-social-link-anchor:hover {
    color: var(--global-palette9)!important;
}
h2.widget-title {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    text-transform: uppercase;
    color: var(--global-palette9);
}
footer .menu a:hover, footer a:hover {
    color: var(--global-palette7) !important;
    text-decoration: underline;
}
footer .site-bottom-footer-wrap a{
	color: var(--global-palette7)!important;
}

/*arhiva posts*/
.post-archive-hero-section .entry-hero-container-inner {
    mix-blend-mode: luminosity!important;
}
.site .post-archive-title h1 {
    font-size: 33px;
    line-height: 1.4;
}

/* cookies banner */
button.cmplz-btn {
    font-family: Montserrat, sans-serif;
}

/* info publice */
.info_publice .wp-block-file {
    padding-left: 1.2em;
}
.info_publice .wp-block-file .wp-block-file__button {
    background: none;
    color: #000;
    padding: 0;
}
.info_publice .wp-block-file a.wp-block-file__button:active, .info_publice .wp-block-file a.wp-block-file__button:focus, .info_publice .wp-block-file a.wp-block-file__button:hover, .lista_fisiere .wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #000;
    opacity: .85;
    text-decoration: none;
}
.info_publice a.wp-block-file__button:before {
    font-family: FontAwesome;
    content: "\f019";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    color: #000;
    opacity: .85;
}