.theme-main {
    text-align:center;
}

.theme-main section {
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;

    height:100%;
    background-size: cover !important;

    background-attachment: fixed !important;
    background-position: center !important;
}

/* Infos */
.theme-main-info-primary {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size:18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}

.theme-main-info-secondary {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size:14px;
}

/* Contacts */
.theme-contacts {
    margin-top: 15px;
    width:100%;
    text-align:left;
}

.theme-contacts ul {
    /*overflow:hidden;*/
}

.theme-contacts ul li {
    display: flex;
    align-items: baseline;

    height: 40px;
    width: 100%;

    list-style-type: none;
    margin-bottom: 10px;
    line-height: 1.2;
}

.theme-contacts span {
    text-overflow: ellipsis;
    overflow: hidden;
}

.theme-contacts ul li:last-child {
    margin-bottom: 0;
}

.theme-contacts ul li a {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;

    color: inherit;
}

.theme-contacts ul li a {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theme-contacts ul li a i {
    text-align: center;
    margin-right: 8px;
    font-size: 26px;
    padding: 8px;
    border-radius:50px;
}

/* Buttons */
.theme-main-button-call {
    margin-top: 15px;
}

.theme-main-buttons li {
    margin-bottom: 15px;
    list-style-type: none;
}

.theme-main-buttons li:last-child {
    margin-bottom: 0;
}

.theme-main-button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 40px;
    font-size: 16px;
    border-radius:4px;
}
