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

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

    height:100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* 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;
    line-height: 1.5;
}

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

.theme-contacts ul {
    overflow:hidden;
    text-align:center;
    /*padding:15px;*/
}

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

    list-style-type: none;
    width:49%;
}

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

.theme-contacts ul li a {

    display: flex;
    flex-direction:row;
    margin: 8px;
    height:35px;

    margin-bottom:15px;
    border-radius:30px;
    align-items: center;
    justify-content: space-between;

    color: inherit;
    line-height: 1.2;
}

.theme-contacts ul li a i {
    text-align: center;
    font-size: 30px;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    margin-left:-5px;
}

.theme-contacts ul li a span {
    display: inline-block;
    margin-left: 40px;
    width: 100%;
}

.theme-contacts ul li a span strong {
    display:none;
}

.theme-contacts span small:before {
    content: '' !important;
}

.theme-contacts span small:after {
    content: '' !important;
}

/* 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;

    padding:0 20px;
    height: 40px;
    font-size: 16px;
    border-radius:30px;
}
