/*
Theme Name:		 UniCt WordPress Theme Child
Theme URI:		 http://childtheme-generator.com/
Description:	 UniCt WordPress Theme Child is a child theme of UniCt WordPress Theme, created by ChildTheme-Generator.com
Author:			 OFFLINE Agency
Author URI:		 http://childtheme-generator.com/
Template:		 unict-wordpress-theme
Version:		 1.0.76
Text Domain:	 unict-wordpress-theme-child
*/


/*
    Add your custom styles here
*/

:root {
    --primary-color: #003366;
    --secondary-color: #0E65B1;
}

/* Generals */

.cmp-hero .it-hero-wrapper .it-hero-text-wrapper .hero-text p {
    font-size: 1rem !important;
}

.wpb_text_column ul {
    list-style: initial;
    padding: 0 0 0 2rem;
    margin: 0 0 1rem 0;
}

.card.card-bg:after {
    margin: 0px;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #FFF !important;
}

.vc_tta-panels-container .vc_active .vc_tta-panel-heading, .mega-menu-link {
    background-color: var(--secondary-color) !important;
}

.vc_tta-panels-container .vc_active .vc_tta-panel-heading h5 > a {
    color: #FFF !important;
}

.vc_tta-panels-container .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #FFF !important;
}

.vc_tta-panel-heading span {
    font-size: 1.2rem;
}

.oa-archive-intro .wpb_text_column {
    margin-bottom: 0px;
}

.archive-page-content .wpb_text_column {
    margin-bottom: 0px;
}

a, a:hover, .oa-initiatives-card a, .oa-initiatives-card a:hover  {
    color: var(--secondary-color) !important;
    text-decoration: none !important;
}

.it-footer-main .it-brand-wrapper a, .vc_btn3, .vc_btn3:hover, .rev-btn, .rev-btn:hover {
    color: #FFF !important;
}

.oa-carousel-single-post img {
    height: 24rem;
    object-fit: cover;
}

.cmp-navscroll .navbar.it-navscroll-wrapper .link-list-wrapper .accordion .accordion-header .accordion-button, .link-list-wrapper ul li a span, #shareActions, #viewActions, .link-list-wrapper ul li a:hover:not(.disabled) span {
    color: var(--secondary-color) !important;
}

#shareActions, #viewActions {
    padding: 0px;
}

.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span {
    color: var(--primary-color);
}

aside .cmp-navscroll .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
    border-left: 2px solid var(--primary-color);
}

.progress-bar {
    background-color: var(--secondary-color);
}

.link-list-wrapper ul li a:hover:not(.disabled) .icon, .icon-primary, .cmp-input-search-button.form-group .input-group-prepend svg, .search-modal .modal-title .search-link svg {
    fill: var(--secondary-color) !important;
}

.oa-initiatives-card .category-top div {
    background: #5C6F82;
    width: fit-content;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
}

.oa-initiatives-card .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oa-results-section p {
    color: #FFF;
}

.oa-banner-home {
    background: var(--secondary-color);
    height: 12rem;
}

.oa-card {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1) !important;
}

.oa-card:after {
    display: none !important;
}

.oa-title-section {
    text-align: center;
    font-family: Playfair Display;
    font-weight: 700;
    font-style: normal;
}

.oa-padding-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.oa-dark-button, .btn, .btn:hover, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #003366;
    color: #FFFFFF;
    font-size: 18px;
    padding: 1rem 2.5rem;
    font-weight: 600;
}

.btn-primary {
    background-color: #003366 !important;
    color: #FFFFFF !important;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #003366 !important;
    color: #FFFFFF !important;
    padding: 12px 24px !important;
    font-size: 1rem;
    white-space: normal;
    text-decoration: none;
    box-shadow: none !important;
}

.vc_btn3-shape-square {
    font-size: 18px !important;
    padding: 1rem 2.5rem !important;
    font-weight: 600;
}

.oa-card {
    cursor: pointer;
}

.oa-results-card {
    border: 1px solid transparent;
    font-size: 1em;
    padding: 28px 28px;
    word-wrap: break-word;
    border-radius: 5px;
}

.btn-outline-primary {
    color: var(--primary-color) !important;
    box-shadow: inset 0 0 0 2px var(--primary-color) !important;
}

.btn-outline-primary:hover {
    font-weight: 700;
}

.oa-content-single-cp img {
    width: 100%;
    object-fit: contain;
    height: auto;
}

.oa-text-small p {
    font-size: 14px;
    margin-bottom: 0px;
}

.wp-singular li {
    font-size: 16px;
}

.oa-privacy-policy li span {
    font-size: 1.125rem !important;
}

.widget-title {
    font-size: 1rem;
}

.textwidget p {
    margin-bottom: 0px !important;
}

.is-search-input {
    font-family: "Titillium Web" !important;
}

#oa-search .is-search-form {
    display: flex;
    gap: 1rem;
}

#oa-search .is-form-style.is-form-style-3 label {
    width: 100% !important;
}

#oa-search .is-search-input {
    height: 4rem !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    font-size: 2rem !important;
}

#oa-search .is-search-icon {
    height: 4rem;
    width: 4rem;
    padding: 0px !important;
    position: relative;
    border: 0;
    background: var(--primary-color);
}

#oa-search .is-search-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#oa-search .is-search-submit path {
    fill: #FFF;
}

.is-form-style button.is-search-submit {
    height: auto;
    width: auto;
}

.logo-desktop {
    display: block;
}

.logo-mobile {
    display: none;
}

.oa-hero-pages .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.oa-hero-pages .cmp-hero {
    position: relative;
    z-index: 2;
}

.cmplz-btn {
    bottom: 0px !important;
}

.publication-list .vc_grid-item {
    padding-bottom: 0px !important;
}

.oa-action-taken-list .vc_grid-item .vc_gitem_row {
    display: flex;
    align-items: center;
}

#in-programmazione {
    padding-bottom: 0px !important;
}

.calendar {
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.calendar-top {
    background-color: var(--secondary-color);
    color: #FFF;
    padding: 0.5rem 2.5rem;
    font-size: 40px;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.calendar-bottom {
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.cmplz-manage-consent {
    display: none;
}

/* End Generals */

/* Header */

.it-header-slim-wrapper, .it-header-slim-wrapper .it-header-slim-wrapper-content a {
    background: var(--primary-color) !important;
}

.navbar, .it-header-center-wrapper, .it-header-navbar-wrapper {
    background: var(--secondary-color) !important;
}

.it-header-navbar-wrapper a, .it-header-slim-wrapper .it-header-slim-wrapper-content a, .it-brand-title, .it-brand-tagline {
    color: #FFF !important;
}

.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item a, .unict-title-image-section h5 {
    color: var(--secondary-color) !important;
}

.navbar-collapsable .close-div {
    stroke: var(--secondary-color);
}

.navbar-collapsable .menu-wrapper {
    width: 100%;
}

/* End Header */

/* Footer */

.it-footer-main {
    background-color: var(--secondary-color) !important;
}

.it-footer-main .it-brand-wrapper a {
    justify-content: end;
}

/* End Footer */

/* Small Devices */

@media screen and (max-width: 767px) {
    .cmp-hero .it-hero-wrapper .it-hero-text-wrapper {
        width: 20rem;
    }

    .oa-banner-home {
        height: 10rem;
    }

    .it-footer-main .it-brand-wrapper a {
        justify-content: start;
    }

    .it-header-wrapper .navbar-collapsable .logo-hamburger {
        color: var(--secondary-color);
        text-decoration: none;
    }

    .oa-regulatory-framework .unict-title-image-section {
        flex-direction: column-reverse;
    }

    .oa-member-card {
        padding-bottom: 0px !important;
    }

    .navbar-collapsable .close-div {
        stroke: #FFF !important;
    }

    .navbar .navbar-collapsable.expanded .menu-wrapper {
        background: var(--secondary-color);
    }

    .it-header-center-wrapper {
        height: 8rem !important;
    }

    .logo-desktop {
        display: none !important;
    }

    .logo-mobile {
        display: block !important;
    }

    .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text {
        gap: 1rem;
        padding-right: 0px !important;
    }

    .it-brand-title {
        font-size: 1rem !important;
    }

    .it-header-wrapper .search-link {
        width: 2rem;
        height: 2rem;
        margin-left: 0px;
    }

    .logo-mobile svg, .logo-hamburger svg {
        width: 4rem;
        height: auto;
    }

    .logo-mobile image, .logo-hamburger image {
        width: 4rem;
        height: 4rem;
    }

    #search-icon-btn span {
        display: none;
    }

    #oa-search .is-search-form {
        flex-wrap: wrap;
    }

    .oa-header-title {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 992px) {
    .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
        height: 5rem !important;
        margin-right: 0px !important;
    }

    .it-header-wrapper .it-brand-wrapper .icon image {
        width: auto !important;
        height: inherit !important;
    }

    .it-brand-tagline, .it-brand-tagline p {
        font-size: 1rem !important;
    }

    #search-popup {
        padding: 10rem !important;
    }

    #search-popup div {
        min-width: -webkit-fill-available;
    }

    .oa-header-title {
        font-size: 1.5rem;
    }
}
