/*
 Theme Name:        SHC Hometown Facility
 Theme URI:         http://www.sig-ltc.com
 Description:       Theme for facilities in the Hometown segment, a child theme of the Facility Base theme.
 Author:            Jet A
 Author URI:        http://www.jetastudio.com
 Template:          facility-base
 Version:           0.1
 Text Domain:       facility-hometown
*/

/* CHILD THEME CSS STARTS HERE */

.support-message { background-color: #f7931d; }

body { background-color: #f7f7f7; }

.btn-warning,
.navbar.primary .navbar-nav>li>a:hover { background-color: #fcb813; }
.btn-warning:hover { background-color: #bd890a; }

.btn-success { background-color: #944128; }
.btn-success:hover { background-color: #581e0c; }



.form-group2 {
    margin-bottom: 15px;
}

.form-control2 {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select2 {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
}

select2, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 11px system-ui;
}

.ffgroup .ff{
    width: 100%;
    height: 35px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select{
	width: 100%;
	}
	
hidden{
	display: none !important;
    }
segment-brand-link{
	display: none!important;
}
.segment-brand-link{
	display: none!important;
}
#segment-brand-link{
	display: none!important;
}
support-message{background-color:#f0b36d!important;}
.support-message{background-color:#f0b36d!important;}
#support-message{background-color:#f0b36d!important;}