/*
Theme Name: ErgoCraft Child
Author: VamTam
Author URI: https://vamtam.com
Template: ergocraft
*/

.home header .vamtam-sticky-header {
    background-color: transparent !important;
}

.home header .vamtam-sticky-header--fixed-shown {
    background-color: #161513 !important;
}

.txtIntro {
    text-align: justify !important;
    text-align-last: center !important;
}

.elementor-widget-n-tabs.vamtam-has-theme-widget-styles .e-n-tab-title[aria-selected="true"]::before {
    background-color: #888580 !important;
}

.divMenuMobile nav {
    height: 100vh;
    display: flex;
    padding-top: 30px;
}

.h1Page h1 {
    color: #555555;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 20px;  
    letter-spacing: 1.8px;
}

.h2Page h2 {
    color: #555555;
    font-family: 'Shippori Mincho';
    font-size: 23px;
    font-weight: 300;
    text-transform: none;
    line-height: 27px;  
    letter-spacing: 0px;
}

.imgCollection .e-con-inner {
    position: relative;
}

.imgCollection .spanLegend {
    position: absolute;
    top: calc(50% - 80px);
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.imgCollection .spanLegend2 {
    position: absolute;
    top: calc(50% - 0px);
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.imgCollection img, .imgCollection .spanLegend, .imgCollection .spanLegend2 {
    transition: filter 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
}

.imgCollection:hover img {
    filter: brightness(45%);
}

.imgCollection:hover .spanLegend, .imgCollection:hover .spanLegend2 {
    opacity: 1; 
    visibility: visible;
}

.tblPolicy td, .tblPolicy th {
    border: 1px solid #999;
    padding: 5px 5px;
    color: #676566 !important;
}

.divForms p {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    text-align: left;
}

.divForms label  {
    font-weight: 300;
    color: #555;
}

.divForms p input, .divForms p select, .divForms p textarea {
    border-bottom: 1px solid #555555 !important;
    font-weight: 300;
}

.divForms p input::placeholder, .divForms p select::placeholder, .divForms p textarea::placeholder {
    font-weight: 300;
}

.divForms .wpcf7-list-item {
    margin-left: 0px;
}

.divForms input[type="checkbox"] {
    appearance: none;
    width: 16px;
    height: 17px !important;
    border: 1px solid #555 !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(85, 85, 85);
    margin-top: -3px;
    margin-right: 10px;
    cursor: pointer;
}

.divForms input[type="checkbox"]:checked::after {
  content: "X";
  color: #555;
  font-size: 14px;
  position: absolute;
  top: -1px;
  left: 3px;
}

.divforms .wpcf7-submit {
    background-color: transparent;
    padding: 0px;
    text-transform: none;
    font-weight: 300;
    font-size: 18px;
    text-align: right;
}

.divSubmit p {
    text-align: right;
}

.divSubmit .wpcf7-spinner {
    display: block;
}

.divSubmit .wpcf7-submit {
    background-color: transparent !important;
    padding: 0px !important;
    text-transform: none !important;
    font-weight: 300 !important;
    font-size: 16px !important;
}

.divSubmit .wpcf7-submit:hover {
    color: black !important;
}

#store_locator_search_box, .wpsl-search, #wpsl-result-list, .wpsl-info-actions, .divNone {
    display: none !important;
}

#wpsl-wrap {
    margin: 0px !important;
}

#wpsl-gmap {
    float: none !important;
    width: 100% !important;
    height: 450px !important;
}

.gm-style-iw {
    width: 275px !important;
}
.gm-style-iw-d {
    margin-top: -30px;
}

.gm-style div img {
    filter: grayscale(100%) !important;
}

.divShowroomsHide {
    display: none;
}

.divShowroomsInactive h2 {
    color: #999 !important;
}

.divPointer {
    cursor: pointer;
}

.elementor-field-group div {
    width: 100% !important;
}

@media (max-width: 768px) {
    .divForms p {
        padding-left: 5px;
        padding-right: 5px;
    }
}