/* GLOBALS */
.text-white,
.text-white p,
.text-white a {
    color: #fff;
}

.uk-breadcrumb>:last-child>span {
    font-weight: 600;
}

.uk-breadcrumb > li:first-child a {
	content: url('https://www.lucoakademi.se/wp-content/uploads/2022/09/house-icon.svg');
}


/* STARTSIDAN 
------------------*/
.hero-list .el-item {
    background-color: rgba(10, 46, 63, 0.87);
    color: rgba(254, 242, 222, 1);
    border-radius: 50px;
    padding: 15px 20px;
    height: fit-content;
    margin: 8px 10px 8px 0;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.04em;
}

.hero-list .el-item p {
    margin: 0 !important;
}

#luco-toggle-btns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    margin-left: 0;
}

#luco-toggle-btns > div {
    margin-left: 0;
}

#luco-toggle-btns div > div:nth-child(2) > a {
    margin-left: 0;
}

#luco-toggle-btns .el-item {
    padding-left: 0;
}

#luco-toggle-btns .el-item a {
	padding: 0px!important;
    border-bottom: 2px solid #cfcfcf;
}

#luco-toggle-btns .el-item a.uk-active {
    border-bottom: 2px solid #232323;
}

.uk-tile-muted .el-content p {
    margin: 0 0 12px 0;
}

.list-icon {
    margin-right: 17px;
}

.start-course-grid .el-image {
    width: 100%;
    object-fit: cover;
    min-height: 160px;
}

.start-course-grid .el-content {
    font-family: Open Sans !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
}

.start-course-grid .el-meta {
    width: fit-content;
    padding: 7px 15px;
    background: #ffc66d;
    border-radius: 25px;
    color: #014563;
    padding-right: 15px;
   
}

.start-course-grid .el-meta .price::after {
	 content:  url(https://www.lucoakademi.se/wp-content/uploads/2022/06/pricetag-icon.svg);
	padding-left: 5px;
/*     background-image: url(https://www.lucoakademi.se/wp-content/uploads/2022/06/pricetag-icon.svg);
    background-repeat: no-repeat;
    background-size: 13%;
    background-position: 5% 50%; */
}

.start-course-grid .el-link {
    box-shadow: 0px 10px 20px 0px #00000033;
}

@media (max-width: 960px) {
    .start-course-grid .el-item {
        padding: 30px 20px;
    }

    .start-course-grid .el-link {
        padding: 5px 15px;
        line-height: 35px;
    }
}

@media (min-width: 960px) {
    .start-course-grid .el-element {
        max-width: 625px;
    }
}

/* DISTANSUTB. Bokningsförfrågan-formulär 
------------------------------------------*/
.frm_opt_container {
    display: flex;
    align-items: baseline;
}
.frm_opt_container a {
    margin-left: 3px;
    font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Tahoma,
        sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #444444;
    line-height: 1.4 !important;
}

#form_bokningsfrfrgan .frm_form_fields > fieldset {
    padding: 30px !important;
	border-radius: none !important;
}

#form_bokningsfrfrgan .frm_form_title {
	font-size: 24px !important;
	text-align: left;
	margin-bottom: 12px !important;
}

#form_bokningsfrfrgan label {
	font-size: 14px;
}

/* Gul prislapp på singelsidor */
.course-buttons .uk-button-primary {
    width: fit-content;
    padding: 0px 15px;
    background: #ffc66d;
    border-radius: 25px;
    color: #014563;
    padding-right: 15px;
   pointer-events: none;
}

.course-buttons .price::after {
	 content:  url(https://www.lucoakademi.se/wp-content/uploads/2022/06/pricetag-icon.svg);
	padding-left: 5px;
}

/* Site reviews */
.glsr-review {
	border: 1px solid #222;
	padding: 20px;
}

/* UTBILDNINGSOMRÅDEN 
------------------------*/
.edu-areas-list .el-item {
    padding: 20px;
}

.edu-areas-list .el-title {
    padding-bottom: 8px;
    color: #232323;
}

@media (max-width: 960px) {
    .edu-areas-section > div {
        max-width: none;
        padding: 0;
        margin: 0;
    }

    .edu-areas-section .top-column {
        padding: 0 20px 0 40px;
    }

    .educator-card {
        width: 90% !important;
        max-width: 350px;
    }

    .edu-areas-list .el-title,
    .educator-card .el-meta,
    .educator-card .el-title {
        font-size: 18px;
    }
}

.educator-card {
    border: 1px solid #232323;
    padding: 18px 50px;
}

@media (min-width: 960px) {
    .edu-areas-list {
        max-width: 655px;
    }

    .edu-areas-list .el-item {
        padding: 30px;
    }

    .educator-card {
        padding: 40px 50px;
    }
}

.educator-card .el-meta {
    font-weight: 400;
    border-top: 2px solid #efefef;
    padding-top: 17px;
}

.educator-card .el-content img {
    /* padding-right: 17px; */
    padding: 8px 17px 8px 0;
}

/* LITTERATUR
-------------------- */
@media (max-width: 960px) {
    .literature-btn .uk-button-large {
        padding: 0 90px;
    }
}

/* KONTAKT
------------------- */
.contact-section > div {
    background-position: 80% 50%;
}

.frm_submit button {
    font-family: "Open Sans";
    font-weight: 600 !important;
}

@media (min-width: 960px) {
    #frm_form_2_container {
        border-radius: 16px;
        border: 1px solid #ffc66d;
        box-shadow: 0px 12px 30px rgb(0 0 0 / 10%);
    }

    #form_kontakt > .frm_form_fields > fieldset {
        border-radius: 10px;
        padding: 62px 140px !important;
        /* box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.1); */
    }

    .contact-section {
        background: transparent;
    }

    .frm_form_title {
        font-size: 36px !important;
    }
}

/* BOTTOM & FOOTER 
------------------*/

.grey-bottom-desktop div {
    background-position: 0 123%;
}

.grey-totop {
    background-image: url("img/arrow-up-circle.svg");
    background-repeat: no-repeat;
    background-position: 101% 0%;
    /* margin-left: -30px; */
    padding-top: 5px;
    padding-bottom: 2px;
    width: 158px;
}

.grey-totop p {
    font-size: 14px;
    font-weight: 600;
}

.footer {
    background-color: #101010;
}

.footer p,
.footer a {
    color: #ffffff;
}

.footer .copyright {
    font-size: 10px;
}

@media (min-width: 960px) {
    .grey-bottom-desktop h4 {
        font-size: 48px;
    }

    .footer {
        padding-bottom: 30px;
    }
}

@media (min-width: 1214px) {
	#luco-toggle-btns div > div:nth-child(2) > a {
	border-left: 2px solid #cfcfcf;
	border-right: 2px solid #cfcfcf;
    }
}

/* 404-sida */
.error404 .grey-bottom-section {
	display: none;
}
