/*!
Theme Name: vienouvelle
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vienouvelle
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vienouvelle is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Tilda Sans', sans-serif;
    color: #171412;
    transition: .3s ease;
}

strong, b{
    font-weight: 500!important;
}

a{
    color: #171412;
    text-decoration: none;
}

.garamond{
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 300
}

.container{
    max-width: 1280px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.mt-top{
    margin-top: 50px;
}

/* Header */

header .top-header{
    background: #f5f5f5;
    padding: 15px 0px;
}

header .top-header .row{
    display: grid;
    align-items: center;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 20px;
}

header .top-header .row .left{
    display: flex;
    align-items: center;
    gap: 20px;
}

header .top-header .row .center{
    display: flex;
    align-items: center;
    justify-content: center;
}

header .top-header .row .left .social-group{
    display: flex;
    align-items: center;
    gap: 20px;
}

header .top-header .row .left .social-group ul{
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
}

header .top-header .row .left .social-group ul img{
    display: block;
    height: 18px;
    width: auto;
    object-fit: contain;
}

header .top-header .row .left .phone-num a,
header .top-header .row .left .phone-num span.text{
    font-size: 14px;
    text-decoration: none;
}

header .top-header .row .left .phone-num a{
    display: flex;
    align-items: center;
    gap: 5px;
}

header .top-header .row .left .phone-num span.img img{
    display: block;
    width: auto;
    height: 18px;
    object-fit: contain;
}

header .top-header .row .right{
    display: flex;
    list-style: none;
    gap: 15px;
    justify-content: flex-end;
}

header .top-header .row .right .menu-right ul{
    display: flex;
    list-style: none;
    gap: 15px;
}

header .top-header .row .right .menu-right ul a{
    text-decoration: none;
}

header .top-header .row .right .langs li{
    list-style-type: none;
}

header .top-header .row .right .langs li.active{
    color: #000;
    font-weight: 500
}

header .top-header .row .right .langs {
    display: flex;
    align-items: center;
    gap: 15px;
}

header .top-header .row .center{
    font-weight: 500;
}

header .main-header .row{
    display: flex;
    padding: 30px 0px;
    align-items: center;
    justify-content: space-between;
}

header .main-header .row .logo img{
    max-width: 180px;
    display: block;
}

header .main-header .row .menu ul{
    display: flex;
    align-items: center;
    gap: 20px;
    list-style-type: none;
}

header .main-header .row .menu ul a{
    text-decoration: none;
    height: 40px;
    display: flex;
    align-items: center;
}

header .main-header .row .menu ul li:last-child a{
    color: #D25B78
}

header .main-header .row .right-icons-active ul{
    display: flex;
    align-items: center;
    gap: 15px;
    list-style-type: none;
}

header .main-header .row .right-icons-active ul img{
    max-width: 25px;
    max-height: 25px;
    object-fit: contain;
    display: block;
}

header .main-header .row .menu ul li a:hover{
    color: #D25B78;
}

/* Footer */

.top-footer{
    padding: 15px 0px;
    background: #404245;
}

.top-footer ul{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    list-style-type: none;
}

.top-footer ul li{
    color: #fff;
    font-weight: 500;
}

.footer .footer-container {
    padding: 50px 0px;
}

.footer .footer-container .row{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}

.footer .footer-container .row .column .footer-title p{
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 10px;
}

.footer .footer-container .row .column .footer-menu ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.footer .footer-container .row .column .footer-menu ul a{
    text-decoration: none;
}

.footer .footer-container .row .phone-link{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 0px;
}

.footer .footer-container .row .phone-link a img{
    width: 14px;
    display: block;
}

.footer .footer-container .row .phone-link a{
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer .footer-container .row .social-media a img{
    width: auto;
    height: 20px;
    object-fit: contain;
}

.footer .footer-container .row .social-media{
    display: flex;
    align-items: center;
    gap: 10px;
}

.under-footer .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}

.under-footer .row a{
    text-decoration: none;
}

footer{
    background: #F5F5F5;
}

table.variations .label{
	display: none!important;
}

table.variations{
	width: 100%;
}

table.variations select{
	width: 100%;
    display: block;
    height: 50px;
    border: 1px solid #dedede;
    padding: 10px;
}