/*
 Theme Name:   Neve Child
 Theme URI:    https://example.com/
 Description:  Child theme for Neve
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     neve
 Version:      1.0.0
*/

/* Company Header */

.custom-company-header {
    background: linear-gradient(45deg, #002062, #093b9f);
}

.custom-company-header-content {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 18px;
    padding: 20px 0px;
}

.custom-company-logo {
    line-height: 1;
    display: inline-block;
    padding: 0;
}

.custom-company-logo img {
    height: 100px;
    width: 100px;
    margin: 0;
    border-radius: 15px;
}

.custom-company-header-content div h1 {
    font-size: 36px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 2px;
}

.custom-company-header-content div p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    margin-bottom: 0px;
}

/* Company Main */

.custom-company-main {
    display: flex;
    justify-content: space-between;
    align-items: top;
    gap: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.custom-hr {
    border: none;
    height: 1px;
    background-color: #dddde3;
}

/* Company Meta */

.custom-company-meta {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.custom-company-meta a {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 8px;
}

.custom-company-meta a p {
    margin-bottom: 0px;
    color: #FFF;
    font-weight: 400;
}

.custom-company-meta a img {
    height: 24px;
}

.custom-company-meta a.instagram {
    background: radial-gradient(
        circle at 30% 110%,
        #e1d46a 0%,
        #e1d46a 5%,
        #e24a3b 45%,
        #b61e84 60%,
        #1f4bd8 90%
    );
}

.custom-company-meta a.facebook {
    background-color: #1877F2;
}

.custom-company-meta a.tiktok {
    background-color: #000;
}

/* Company Sidebar */

.custom-company-sidebar {
    width: 420px;
    min-width: 420px;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Company Contact */

.custom-company-contact {
    width: 100%;
    min-width: 100%;
    background-color: #EEEEF3;
    padding: 30px;
    border-radius: 15px;
    height: fit-content;
}

.custom-company-contact h2 {
    color: #1D2432;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.custom-company-contact div {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #CCCCD3;
}

.custom-contact-label {
    font-weight: 600;
    font-size: 14px;
    color: #343C4C;
    margin-bottom: 0px;
}

.custom-contact-data {
    font-weight: 400;
    font-size: 15px;
    color: #343C4C;
    margin-bottom: 0px;
}

/* Company Events */

.custom-company-events {
    width: 100%;
    min-width: 100%;
    background-color: #EEEEF3;
    padding: 30px;
    border-radius: 15px;
    height: fit-content;
}

.custom-company-events h2 {
    color: #1D2432;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.custom-company-event-image-link {
    display: inline-block;
    line-height: 1;
}

.custom-company-event-box {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #CCCCD3;
}

.custom-company-event-image img {
    height: 80px !important;
    width: 80px !important;
    border-radius: 10px;
}

a.custom-company-event-title:link, 
a.custom-company-event-title:visited, 
a.custom-company-event-title:active, 
a.custom-company-event-title:hover {
    color: #1D2432;
    font-size: 17px;
    font-weight: 500;
}

.custom-company-event-date {
    color: #2D3442;
}

/* Flats */

.company-flats {
    padding-bottom: 50px;
}

.custom-company-flats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 25px;
}

.custom-flat-box {
    /*display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;*/
    background-color: #EEEEF3;
    border-radius: 15px;
    overflow: hidden;
}

.custom-flat-box-image-wrapper {
    position: relative;
    display: inline-block;
}

.custom-flat-box-image-wrapper img {
    display: block;
    width: 100%;
}

.custom-flat-box-image-wrapper span {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(45deg, #002062, #093b9f);
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
    border-radius: 50px;
    border: 1px solid #FFF;
}

a.custom-flat-box-title:link, 
a.custom-flat-box-title:visited, 
a.custom-flat-box-title:active, 
a.custom-flat-box-title:hover {
    color: #1D2432;
    font-size: 22px;
    font-weight: 600;
}

.custom-flat-tags {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.custom-flat-tags span {
    color: #093b9f;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 10px;
    line-height: 1.4;
    background-color: #FFF;
    border-radius: 50px;
    border: 1px solid #CCCCD3;
}

.custom-flat-box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 15px 20px 15px;
}

.custom-flat-box-location {
    color: #666673;
    font-size: 15px;
    margin-bottom: 0px;
}

.custom-flat-box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.custom-flat-box-bottom .price {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 17px;
}

a.custom-box-details-button:link,
a.custom-box-details-button:visited {
    display: inline-block;
    color: #2D3442;
    font-weight: 500;
    font-size: 13px;
    padding: 6px 10px;
    border: 2px solid #2D3442;
    border-radius: 50px;
}
























































