/*
Theme Name: Casamento
Version: 1.0
Author: Proex Digital
Author URI: https://proexdigital.com.br/
Text Domain: html5
*/


/* ------------- Default ---------------------------------------------------- */

body {
	font-size: 19px;
	line-height: 30px;
	color: #554D45;
	font-family: 'Montserrat', sans-serif;
	max-width: 1920px;
	margin: auto;
    box-sizing: border-box;
}

body * {
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
    text-underline-offset: 4px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
    color: #554D45;
}

input, button {
	outline: 0;
}

.container, .page-content > *:not(.alignfull), .wp-block-cover__inner-container {
	max-width: 1080px;
	margin-left: auto;
    margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}

.wp-block-cover {
    padding-left: 0;
    padding-right: 0;
}

.page-content > .wp-block-cover, .page-content > .wp-block-columns, .page-content > .wp-block-group {
	margin-top: 100px;
	margin-bottom: 100px;
}

.page-content > .wp-block-cover:first-child, .page-content > .wp-block-columns:first-child, .page-content > .wp-block-group:first-child {
	margin-top: 0;
}

#menu-mobile-close {
    display: none;
}

#menu-mobile-button {
    display: none;
}

.header {
    margin-top: 55px;
}

.header .custom-logo-link {
    display: block;
    margin: auto;
    width: 81px;
}

.header .custom-logo-link img {
    display: block;
}

.header .menu-featured {
    margin-top: 50px;
}

.header .menu-featured ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px 55px;
}

.header .menu-featured a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    color: #988F79;
}

.header .menu-featured .menu-item-featured a {
    background-color: #C2A661;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding: 0 12px;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    transition: all 0.5s;
    text-align: center;
}

#sj-flores1 {
    position: absolute;
    top: 30px;
    left: 0;
}

#sj-flores2 {
    position: absolute;
    top: 20px;
    right: 0;
}

.page-content {
    margin: 50px auto 0;
    border-radius: 3px 3px 0 0;
    background-color: rgb(242 231 220 / 12%);
    width: 90%;
    max-width: 1720px;
    border: 2px solid rgb(242 231 220 / 15%);
    border-bottom: none;
    min-height: calc(100dvh - 292px);
    padding: 80px 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 4%) inset;
}

.sj-home h2 {
    margin: 0;
    font-size: 25px;
    line-height: 32px;
    font-weight: 300;
    color: #5E4D2C;
    margin-right: 140px;
}

.sj-home h2 strong {
    font-weight: 300;
    display: block;
    margin-left: 377px;
    margin-top: 14px;
}

.sj-home h1 {
    margin: 100px 0 80px;
    font-family: 'Libre Baskerville';
    font-size: 80px;
    line-height: 105px;
    color: #D2AE64;
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: sans-serif;
    color: #BFB499;
    font-weight: 300;
}

.countdown .time {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75px;
}

.countdown .number {
    font-size: 38px;
    line-height: 1;
}

.countdown .label {
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 4px;
}

.countdown .dot {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 52px;
}

.page-title {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 38px;
    line-height: 48px;
    color: #5E4D2C;
}

.page-title + .wp-block-group {
    margin: 50px auto 0;
}

iframe {
    display: block;
    width: 100%;
}

.produto-list {
    margin: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    list-style-type: none;
    padding: 0;
}

.produto-item {
    border: 1px solid #C2A661;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding: 15px;
}

.produto-image img {
    display: block;
    width: 100%;
    border-radius: 3px;
}

.produto-info {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

.produto-info > div {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
}

.produto-info > img {
    border: 2px solid #000;
    border-radius: 3px;
    width: 35%;
}

.produto-info h3 {
    margin: 0;
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
}

.produto-info span {
    color: #D3AE63;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
}

.produto-item button {
    display: block;
    width: 100%;
    margin-top: 15px;
    background-color: #C2A661;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 9px 12px;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    transition: all 0.5s;
    border: none;
    text-transform: uppercase;
}

.produto-item button.copiado {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%) inset;
    background-color: #90c261;
}

.page-load-status:not(.active) {
    display: none;
}

.sj-button {
    display: block;
    width: 100%;
    margin-top: 15px;
    background-color: #C2A661;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 11px 42px;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    transition: all 0.5s;
    border: none;
    text-transform: uppercase;
}

.sj-button:disabled {
    background-color: #a58c4f;
    box-shadow: none;
}

.form-mensagem .sj-button {
    width: auto;
    margin: auto;
}

.form-mensagem form {
    margin: 50px auto 0;
    max-width: 500px;
    display: none;
}

.form-mensagem form input, .form-mensagem form textarea {
    display: block;
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 30px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #c2a661;
    outline: 0;
}

.form-mensagem form textarea {
    height: 150px;
}

.form-mensagem form + p {
    text-align: center;
    margin: 40px 0 0;
    font-weight: 500;
    color: #a38a4d;
    font-size: 22px;
    line-height: 32px;
}

.mensagem-content {
    margin-top: 85px;
}

.mensagem-list {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 70px;
    font-size: 18px;
    line-height: 29px;
    font-style: italic;
    max-width: 700px;
}

.mensagem-list p {
    font-style: italic;
    font-weight: 300;
}

.mensagem-list h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    font-style: italic;
}

.form-confirmacao form {
    display: block;
}

.menu-mobile {
    display: none;
}

body .trp-floating-switcher {
    width: auto;
    padding: 0;
}

@media (min-width: 992px) {

    .sj-button:hover {
        background-color: #a58c4f;
        box-shadow: none;
    }

    .produto-item button:hover {
        background-color: #a58c4f;
        box-shadow: none;
    }

    .header .menu-featured .menu-item-featured a:hover {
        text-decoration: none;
        background-color: #a58c4f;
        box-shadow: none;
    }

    .header .menu-featured a:hover {
        text-decoration: underline;
    }

    a:hover {
        text-decoration: underline;
    }

}

@media (max-width: 1500px) {

    #sj-flores1 {
        width: 140px;
    }

    #sj-flores2 {
        width: 150px;
    }

    .page-content {
        padding: 50px 0;
    }

    .sj-home h2 {
        font-size: 22px;
        line-height: 22px;
    }

    .sj-home h1 {
        margin: 60px 0 0;
        font-size: 65px;
        line-height: 90px;
    }

    .sj-home {
        margin-bottom: 45px !important;
    }

    .countdown .number {
        font-size: 28px;
    }

    .countdown .label {
        font-size: 15px;
    }
    
}

@media (max-width: 1200px) {

    .header .menu-featured ul {
        flex-wrap: wrap;
    }

    .header .menu-featured ul li:last-child {
        width: 100%;
        text-align: center;
    }

    .header .menu-featured .menu-item-featured a {
        display: inline-block;
    }

    .produto-list {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 991px) {

    #sj-flores1 {
        width: 95px;
        top: 8px;
    }

    #sj-flores2 {
        width: 90px;
        top: 5px;
    }

    .header {
        margin-top: 20px;
    }

    .header .custom-logo-link {
        width: 50px;
    }

    .menu-mobile {
        display: flex;
        list-style-type: none;
        padding: 0;
        margin: 30px 0 0;
        justify-content: center;
        gap: 30px;
        align-items: center;
        flex-direction: column;
    }

    .header .menu-featured {
        display: flex;
        position: fixed;
        top: 0;
        left: -120%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 5;
        margin: 0;
        padding: 50px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 1s;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    }

    .header .menu-featured.active {
        left: 0;
    }

    .header .menu-featured ul {
        flex-direction: column;
    }

    .header .menu-featured a {
        font-size: 17px;
    }

    .header .menu-featured .menu-item-featured a {
        font-size: 15px;
        padding: 3px 12px;
    }

    #menu-mobile-close {
        display: flex;
        color: #988F79;
        background: none;
        border: none;
        align-items: center;
        font-size: 16px;
        justify-content: center;
        padding: 0;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    #menu-mobile-close svg {
        fill: #988F79;
        width: 18px;
        height: auto;
    }

    #menu-mobile-button {
        background: none;
        border: none;
        align-items: center;
        gap: 10px;
        background-color: #C2A661;
        color: #fff;
        display: flex;
        font-size: 13px;
        font-weight: 500;
        padding: 5px 10px;
        border-radius: 3px;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
        transition: all 0.5s;
        text-align: center;
        text-decoration: none;
        line-height: 18px;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
    }

    #menu-mobile-button svg {
        width: 18px;
        height: auto;
        fill: #fff;
    }

    .menu-mobile a {
        background-color: #C2A661;
        color: #fff;
        display: block;
        font-size: 13px;
        font-weight: 500;
        padding: 5px 10px;
        border-radius: 3px;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
        transition: all 0.5s;
        text-align: center;
        text-decoration: none;
        line-height: 18px;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
    }

    .container, .page-content > *:not(.alignfull), .wp-block-cover__inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sj-home h2 {
        margin: 0;
        font-size: 18px;
        line-height: 28px;
    }

    .sj-home h2 strong {
        margin: 0;
    }

    .sj-home h1 {
        margin-top: 30px;
        font-size: 38px;
        line-height: 50px;
    }

    .sj-home {
        margin-bottom: 30px !important;
    }

    .countdown .time {
        width: 43px;
    }

    .countdown .number {
        font-size: 22px;
    }

    .countdown .label {
        font-size: 13px;
        line-height: 18px;
    }

    .countdown .dot {
        margin-bottom: 43px;
    }

    body, main, main > section, main > section > article {
        min-height: calc(100dvh - 245px);
        margin-top: 35px;
    }

    .page-content {
        padding: 30px 0 45px;
        margin-top: 35px;
        min-height: calc(100dvh - 245px);
    }

    .page-title {
        font-size: 25px;
        line-height: 35px;
    }

    .page-title + .wp-block-group {
        margin-top: 20px;
    }

    body {
        font-size: 15px;
        line-height: 24px;
    }

    .form-mensagem form {
        margin-top: 30px;
    }

    .form-mensagem form input, .form-mensagem form textarea {
        padding: 12px 20px;
        margin-bottom: 20px;
    }

    .sj-button {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 15px;
    }

    .form-mensagem .sj-button {
        width: 100%;
    }

    .produto-list {
        grid-template-columns: 1fr;
        margin: 30px 0;
    }

    .produto-info h3 {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .produto-info span {
        font-size: 19px;
        line-height: 29px;
    }

    .produto-item button {
        font-size: 15px;
        padding: 7px 10px;
    }

    .mensagem-content {
        margin-top: 40px;
    }

    .mensagem-list {
        font-size: 15px;
        line-height: 25px;
        gap: 35px;
    }

    .mensagem-list h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .form-mensagem form + p {
        font-size: 18px;
        line-height: 28px;
    }

    body .trp-language-switcher {
        padding: 0;
        width: auto;
    }

    body .trp-language-item-name {
        font-size: 12px;
    }

    body .trp-language-item {
        padding: 5px 12px;
    }

}

@media (max-width: 425px) {

    .produto-info {
        align-items: center;
    }

}