/*
Theme Name: Summit Compliance
Description: Summit Compliance - Child theme for Uncode theme framework
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

#main-logo .navbar-brand img {
  width: 165px;
}
.style-dark .ui-bg, .style-light .style-dark .ui-bg, .style-dark code, .style-light .style-dark code, .style-dark kbd, .style-light .style-dark kbd, .style-dark pre, .style-light .style-dark pre, .style-dark samp, .style-light .style-dark samp, .style-dark input[type="submit"], .style-light .style-dark input[type="submit"], .style-dark input[type="reset"], .style-light .style-dark input[type="reset"], .style-dark input[type="button"], .style-light .style-dark input[type="button"], .style-dark button[type="submit"], .style-light .style-dark button[type="submit"], .style-dark .divider .divider-icon, .style-light .style-dark .divider .divider-icon {
  background-color: #009fe3;
}
.style-light form p{
    color:#333;
}
.style-light input{
    border-color:#000;
}
.style-light input[type="submit"]{
    background-color:#009Fe3;
    border-color:#009Fe3;
    color:#fff;
}
button, input, input[type="submit"], optgroup, select, textarea{
    width:100%;
}

input[type="submit"]{
    margin-top:40px;
}

.check-list {
  margin: 0;
}

.check-list li {
  position: relative;
  list-style-type: none;
  font-weight:700;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}

.check-list li:before {
content: '';
display: block;
position: absolute;
left: 0;
top: -2px;
width: 8px;
height: 17px;
border-width: 0 2px 2px 0;
border-style: solid;
border-color: #009FE3;
transform-origin: bottom left;
transform: rotate(45deg);
}
.panel-title a span{
    font-size: 24px;
    padding-right:60px;
}
.t-entry-visual *{
    min-height:250px;
}
}