/*
 Theme Name:   Sylift
 Description:  Sylift Theme
 Author:       Sylift
 Author URI:   https://www.sylift.fr
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

label {
    color: #000;
    font-size: 16px;
}

.elementor-alert .elementor-alert-description {
    font-size: 14px;
}

input[type=email], input[type=date], input[type=search], input[type=number], input[type=text], input[type=tel], input[type=url], input[type=password], textarea, select  {
    background: #fff;
    color: #000;
}

/* https://stackoverflow.com/a/54427320/1041229 */
#your-type .wpcf7-list-item {
    text-align: center
}

#your-type .wpcf7-list-item.last {
    margin-left: 35px
}

#your-type .wpcf7-list-item:before {
    content: '';
    width: 80px;
    height: 93px;
    display: inline-block;
    background-size: cover;
}

#your-type .wpcf7-list-item.first:before {
    background-image: url('../../uploads/2021/02/escalier-droit.jpg');
}

#your-type .wpcf7-list-item.last:before {
    background-image: url('../../uploads/2021/02/escalier-tournant.jpg');
}
/* end of https://stackoverflow.com/a/54427320/1041229 */

.st-hotspot-v1 .hotspot-content .btn,
.st-hotspot-v1 .hotspot-content .hotspot-content-image,
.st-hotspot-v1 .hotspot-content .hotspot-content-title {
    display: none;
}

.st-hotspot-v1 .hotspot-content .hotspot-content-text {
    margin-bottom: 0;
}

.title-size-small {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pswp__bg {
    opacity: 0.5 !important
}

.menu-simple-dropdown li a {
    font-size: 18px;
}

#menu-item-11368 .sub-menu-dropdown {
    width: 280px;
}

#menu-item-11369 .sub-menu-dropdown {
    width: 280px;
}

.mobile-menu-widget li a {
    color: #2d2a2a;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3;
}

body.home footer .main-footer {
    display: none;
}

#text-16 {
    text-align: center;
}

table tbody th, table tfoot th {
    font-size: 16px;
}