/*
Theme Name: Liaison Touchscreen
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Header Styling */
.home-link{
    float:left;
    font-weight:700;
}
.home-link a{
    display: block;
   height: 18px;
   width: 160px;
   background-image: url(/wp-content/uploads/2022/03/internal_content_store_wht_txt.svg);
    background-position:50% 50%;
background-repeat:no-repeat;
background-origin:content-box;
   text-indent: -9999px;
   overflow: hidden;
}
#menu-secondary-menu{
padding-left:0 !important;
}
.breadcrumb {
padding:0px 0px 0px 30px;
}

/* SVG Styling */
svg.home_diagram {height: 65vh; /* Set height to 100% of viewport height */ width: auto; /* Maintain aspect ratio */}

/* Form Styling */
input.wpcf7-email,
textarea.wpcf7-textarea{
    background-color: rgba(64,64,64,0.1);
}

input.wpcf7-submit{
    background-color: #59315F;
    color:#fff;
}
input[type=submit],
input[type=button],
input[type=password],
input[type=email]{
    max-width:initial !important;
    width:100% !important;
    margin:10px 0px;
}
input[type=submit],
input[type=button]{
    max-width:initial !important;
    width:100% !important;
    margin:10px 0px;
    border-width:0px !important;
}
input[type=text]{
    max-width:initial !important;
    width:100% !important;
}
