/*
Theme Name: Admitere UTCB
Theme URI: https://underscores.me/
Author: Digital Willow
Author URI: https://digitalwillow.ro/
Description: Tema custom pentru website-ul Admitere UTCB bazata pe tema Underscores.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: admitere-utcb
*/

body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 16px;
    line-height: 1.3em;
    color: #41566c;
}

a {
    color: #41566c;
}

.fs-12{font-size:12px}
.fs-13{font-size:13px;line-height:13px}
.fs-20{font-size:20px}
.fs-24{font-size:24px}
.fs-36{font-size:36px}
.fs-42{font-size:42px;line-height:42px}

h2 {
    font-size: 24px;
}

img.logo-utcb {
    max-width: 100%;
    max-height: 80px;
}

img.logo-conexus {
    max-width: 100%;
    max-height: 55px;
}

.main-navigation {
    margin-top: 15px;
    background-color: #f1f2f4;
    padding-top: 20px;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.main-navigation ul li {
    display: inline-block;
    margin: 0 20px 20px 0;
}

.main-navigation ul li:first-child {
    margin-left: 0;
}

.main-navigation ul li:last-child {
    margin-right: 0;
}

.main-navigation ul li a {
    color: #41566c;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .main-navigation ul li a {
        font-size: 18px;
    }
}

.main-navigation ul li.current_page_item a {
    color: #9ea7b6;
}

.background-wall {
    background-image: url('assets/images/bg-wall.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #41566c;
    border-radius: 30px;
    padding-top: 15px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.background-wall .border-vertical > div {
    position: relative;
}

.background-wall .border-vertical > div:not(:last-child)::after {
    border-right: 1px solid #41566c;
    content: '';
    position: absolute;
    right: 0;
    top: 13%;
    width: 2px;
    height: 74%;
}

.background-wall img.wip-band {
    height: 30px;
    object-fit: cover;
    object-position: left;
    margin-bottom: -1px;
}

.green-bg .background-wall a {
    color: #41566c!important;
    text-decoration: underline!important;
}

.custom-text .background-wall p {
    margin-bottom: 0;
}

a.cta-blue {
    background-color: #41566c;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    padding: 5px 45px;
    border-radius: 20px;

    box-shadow: 1px 5px 10px 0 rgba(150,150,150,0.8);
    -webkit-box-shadow: 1px 5px 10px 0 rgba(150,150,150,0.8);
    -moz-box-shadow: 1px 5px 10px 0 rgba(150,150,150,0.8);
}

.green-break {
    color: #fff;
    background-image: url('assets/images/green-break.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.calendar {
    font-size: 20px;
    color: #677687;
}

.calendar .content {
    margin-top: 15px;
    margin-left: 25px;
    font-family: sans-serif;
}

.calendar .content .title {
    font-weight: 700;
    margin-bottom: 5px;
}

.calendar .content .description {
    margin: 0;
}

.timeline-item {
    display: flex;
    align-items: stretch;
    position: relative;
    margin-bottom: 20px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 0;
    bottom: -20px;
    width: 2px;
    background-color: #84c441;
    z-index: 1;
}

.timeline-item:last-child::before {
    display: none;
}

.marker {
    position: relative;
    width: 8px;
    background-color: #41566c;
    z-index: 2;
    flex-shrink: 0;
    border-radius: 20px;
}

.marker::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 30px;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #41566c;
}

.green-bg {
    background-color: #84c441;
    color: #fff;
    padding: 0  0 20px 0;
}

.green-bg img.wip-band {
    margin-top:-22px;
}

.green-bg a {
    color: #fff;
    text-decoration: underline;
}

.green-bg .background-wall {
    background-color: #fff;
    color: #526579;
    padding: 30px 5px;
    height: 100%;
}

.border-white {
    border: 2px solid #fff;
    border-radius: 30px;
    height: 100%;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
}

.accordion-button {
    box-shadow: none !important;
    background-color: #84c441!important;
    color: #fff !important;
    border-radius: 0!important;
    font-size: 16px;
    font-weight: 700;
}

.accordion-button::after {
    background-image: none !important;
    content: "+";
    font-size: 1.5rem;
    transform: none !important;
    width: auto;
    height: auto;
    margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
    content: "–";
}

.accordion-body {
    text-align: left;
    background-color: #84c441;
    color: #fff;
    padding-top: 0;
}

.accordion-body a {
    color: #fff;
}
