/*

Theme Name: FurlanTheme
Text Domain: FurlanTheme
Version: 1.0
Description: Sheila Furlan Website
Author: vueste UG
Author URI: https://vueste.de
Tags: Art, Custom, Responsive, vueste

*/

:root {
    --padding-inline: calc(50vw - 500px);

    --light-grey: #F1F1F1;
    --grey: #CFCFCF;
    --text-grey: #4B4B4B;
    --light-text-grey: #A6A6A6;
    --mid-grey: #595959;
    --main: rgb(56, 92, 114);
}

*, html, body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.wp-content {
    margin-inline: var(--padding-inline);
    width: calc(100vw - 2*var(--padding-inline) - var(--scrollbarWidth));
}

@media (max-width: 1100px) {
    :root {
        --padding-inline: 50px;
    }
    .wp-content {

    }
}

@media (max-width: 460px) {
    :root {
        --padding-inline: 20px;
    }
}

p {
    color: var(--text-grey);
}

p.less-opacity {
    color: var(--light-text-grey);
}


h2 {
    color: var(--main);
    margin-block: 50px;
    font-size: 28px;
    margin-top: 110px;
    letter-spacing: 1px;
    text-transform: lowercase;
}

h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--main);
    font-size: 24px;
    min-height: 60px;
    margin-block: 13px;
    letter-spacing: .7px;
}

h4 {
    color: var(--main);
    margin-block: 50px;
    text-transform: lowercase;
}

h4 a {
    background-color: white;
    padding-block: 5px;
    padding-right: 15px;
}

h4 hr {
    width: 100%;
    margin-top: -5px;
    border: 1px solid var(--grey);
}

h5 {
    color: var(--text-grey);
    font-weight: 400;
    font-size: 16px;
}

.block-square-info-line.oneline p {
    float: left;
    margin-right: 20px;
}

.block-square-info-line.oneline {
    overflow: hidden;
}

.block-square-info-line {
    margin-block: 30px;
}

.block-square-info-line:not(.oneline) span.block-square {
    margin-inline: 10px;
    margin-left: 0;
    margin-top: 2.5px;
}

.block-square-info-line p {
    font-weight: 700;
    height: unset !important;
    margin-block: 5px;
    line-height: 23px;
}

/** Quote **/
.wp-block-quote {
    margin-block: 50px;
}

.wp-block-quote p {
    font-size: 15px;
    color: var(--text-grey);

}

.wp-block-quote p strong {
    color: var(--light-text-grey);
    font-weight: 400;
}

p.author {
    margin-top: 20px;
    font-weight: 500;
    margin-left: 30px;
}

a.author {
    margin-left: 20px;
}

p.author::before, span.block-square {
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--main);
    display: block;
    opacity: .3;
}

span.block-square {

    float: left;
    margin-right: 20px;
}

p.author::before {

    position: absolute;
    margin-left: -30px;
}

p.block-margin-30 {
    margin-block: 30px;
}

/** Info Box **/
.info-block {
    padding-left: 10px;
    border-left: 2px solid var(--text-grey);
}

.info-block p strong {
    font-weight: 600;
}

.info-block .placeholder:nth-child(n+2) {
    width: 100%;
    height: 20px;
}

.info-block p {
    line-height: 22px;
    font-size: 16px;
}

.info-block p a {
    color: var(--light-text-grey);
    text-decoration: none;
}

.info-block p a:hover {
    text-decoration: underline;
}

@media (max-width: 420px) {
    .contact-div {
     flex-direction: column;
    }
    .contact-div img {
        height: 300px !important;
        object-fit: cover;
        object-position: 0 -20px;
    }
    .contact-info {
        order: 2;
    }
}


.contact-info {
    width: 100%;
}

.contact-info p {
    margin-block: 20px;
    color: var(--text-grey);
    font-weight: 300;
}

.contact-info p a {
    color: var(--text-grey);
    text-decoration: none;
}

.contact-info p a:hover {
    text-decoration: underline;
}

.contact-info p strong {
    margin-block: 20px;
    font-weight: 500;
}

.contact-info p br {
    margin-block: 2px;
}

.contact-info p br:nth-child(2) {
    margin-block: 10px;
}

.social-media-link.instagram {
    line-height: 25px;
    margin-left: 27px;
}

.social-media-link.instagram::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("assets/images/instagram.svg");
    opacity: .7;
    margin-left: -27px;
    margin-top: 5px;
}


.metaslider .slides img {
    min-height: 300px;
    object-fit: cover;
}

@media (max-width: 1000px) {
    .metaslider .flexslider .flex-direction-nav li a {
        margin: -40px 0 0 !important;
    }
}



.back-button {
    width: fit-content;
    margin-right: auto;
    margin-block: 70px;
    margin-top: 100px;
}

.back-button a {
    color: var(--text-grey);
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    opacity: .6;
}

.back-button a img {
    width: 13px;
    float: left;
    opacity: .9;
    margin-right: 12px;
    transition: margin .2s;
}

.back-button a:hover img {
    margin-left: -3px;
    margin-right: 15px;
}