/* ---- MENU ----- */ #indico-data-menu { display: flex; justify-content: space-between; align-items: center; /*padding: 0 10px;*/ padding: 0; flex-wrap: wrap; display: none; } #indico-data-menu hr { flex-basis: 100%; margin: 15px 0; } #indico-data-menu .buttons { display: flex; flex-grow: 2; justify-content: left; } #indico-data-menu .buttons ul { padding: 0; } #indico-data-menu .buttons .item { line-height: initial; margin: 3px 3px; border: 0; border-radius: 0px; background-color: #34699a !important; } #indico-data-menu .buttons .item.active { background-color: #dadada !important; border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; /*border-color: #34699a !important;*/ } #indico-data-menu .buttons .item:hover { /*background-color: #00a8b5 !important;*/ border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; /*border-color: #34699a !important;*/ } #indico-data-menu .search { height: 33px; } #indico-data-menu.stick { background-color: #f2f2f5; position: fixed; left: 0; width: 100%; z-index: 10000; box-shadow: 0px -13px 10px 10px #093365; padding: 10px; } @media only screen and (max-width: 980px) { #indico-data-menu.stick { top: 0px; } #wpadminbar { /*display: none;*/ } } @media only screen and (min-width: 981px) and (max-width: 1203px) { #indico-data-menu.stick { top: 176px; } } @media only screen and (min-width: 1204px) { #indico-data-menu.stick { top: 140px; } } #indico-data-menu.stick hr { display: none; } /* FIX */ #main-header:after { height: 0; } /* ---- ITEMS ----- */ #indico-data-items { min-height: 400px; margin-bottom: 40px; /*display: none;*/ } #indico-data-items .items-separator { margin: 15px 0 0 0px; font-size: 30px; color: var(--e-global-color-primary ); font-weight: bold; font-weight: 800; font-size: 50px; font-family: "aktiv-grotesk-condensed", Sans-serif; display: none; } #indico-data-items .items-separator hr { margin-top: 0; border-color: #337ab7; border-width: 2px; } #indico-data-items .item { display: flex; flex-wrap: wrap; padding: 10px; margin: 10px 0; /*background-color: #f6f6f6;*/ transition: background-color 0.4s, border-color 1s; /*border-bottom: 1px solid #34699a;*/ border: 2px solid #379421 ; color: gray; } #indico-data-items .item:hover { /*background-color: #eeeeef;*/ transition: background-color 0.4s, border-color 1s; /*border-bottom: 1px solid #337ab7;*/ } /* ---- ITEM ----- */ #indico-data-items .item .header { /*width: 90%;*/ cursor: pointer; flex-grow: 2; flex-basis: 200px; } #indico-data-items .item .arrow { content: '\25BC'; font-size: 25px; color: #dcdce0; /*transform: rotate(90deg);*/ /*transition: transform 0.4s ease-in-out;*/ transform-origin: center center; width: 30px; height: 30px; text-align: center; cursor: pointer; font-weight: 700; } #indico-data-items .item .arrow.open { /*transform: rotate(180deg); transform-origin: center center; transition: transform 0.4s ease-in-out;*/ } #indico-data-items .item .header h1 { font-weight:800; font-size:30px; font-family: "aktiv-grotesk-condensed", Sans-serif; color: #379421; line-height: 1 !important; padding: 0; margin: 0; text-transform: Uppercase; } #indico-data-items .item .header h2 { font-size: 20px !important; font-weight:400; color: #1C2C4F; font-family: "aktiv-grotesk-condensed", Sans-serif; padding: 0; margin: 0; } #indico-data-items .item .body { padding: 0px 5%; margin-top: 8px; /*border-top: 2px solid rgb(227, 227, 230);*/ width: 100%; display: none; text-align: justify; } #indico-data-items .item .body h3 { font-size: 18px !important; color: #379421; font-weight: bold; border-bottom: 1px solid #e3e3e6; margin: 10px 0 15px 0; } #indico-data-items .item .body h4 { font-size: 19px !important; color: gray; font-weight: normal; font-weight: bold; line-height: 1.3; } #indico-data-items .item .body h4 a { color: #e73e4b; } #indico-data-items .item .body h5 { font-size: 16px !important; color: gray; font-weight: normal; display: inline; } #indico-data-items .item .body ul { list-style-type: none; margin-left: 0px; padding-left: 0px; margin-bottom: 15px; display: flex; flex-direction: column; } #indico-data-items .item .body ul li { margin-left: 0px; display: inline; } #indico-data-items .item .body hr { margin: 0 0 20px 0; border: 0.5px solid #e3e3e6; } #indico-data-items .item .body hr:last-of-type { display: none; } #indico-data-items .item .body p { padding-bottom: 20px; } .presenters a { color: #e73e4b; } .presenters a:hover { color: #414140; } /*:target {*/ /*outline: 2px solid red;*/ /*}*/