/*
Theme Name:     Bootstrap Child
Description:    this is the child theme of bootstrap theme
Author:         admin_ata
Template:       wp-bootstrap-4

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

@media (min-width: 768px){
	.hentry.card .card-body {
	    padding: 1.5rem;
	}
}
.site-main .card{
	border: 0;
}
.btn-wrnt{
	padding: 0.35rem 2.5rem;
}
.navbar.bg-dark{
	display: inline-block;
	width:100%;
	text-align:center;
}
.sgtech_left li{
    float: left;
    text-decoration: none;
    color: #fff;
    display: inline-block;
}
.sgtech_right{
    text-align:right;
    float:right;
    padding-top: 8px;
}
.sgtech_right a{color:#fff;}
.sgtech_left{
    float: left;
    margin-bottom: 0;
    padding-left: 0
}
.sgtop{
        border-top: 5px solid #fff;
}
body .ml-auto{margin-left:0px !important;}
body .navbar-dark .navbar-nav .nav-link{color:#fff !important;opacity:1 !important;}
#search_wrnt{ max-width:200px; display: inline-block; }
.top-bar-6 h3{ display: inline-block; }
.well{
    min-height: 20px;
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
}
.top-bar-6{ border-bottom: 2px solid #dddddd; padding-bottom: 15px; }
.warranty_head{ width: 100%; display: flex;}
.warranty_head img{max-width:24px;}
#employee-grid td, #employee-grid th, #employee-grid-revoked td, #employee-grid-revoked th{text-align:center;    font-weight: normal;
    font-size: 13px;vertical-align:middle;}
#employee-grid_wrapper, #employee-grid-revoked_wrapper{font-size:13px !important;}
.form-control:disabled, .form-control[readonly] {
    color: #999;
}
.waterp{
    padding: 150px 0;
    position: relative;
}
.waterp h2{
    position: absolute;
    top: 5%;
    right: 2%;
    font-family: inherit;
    font-weight: 300;
    font-size: 42px;
}
h3.fancy-btn {
    color: #F9A05C;
    background: #333;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    font-size: 22px;
    text-align: center;
}
.home .mt-3r, .home .entry-content{ margin: 0; }
.home .hentry.card .card-body{ padding: 0; }
.home footer#colophon{ display: none; }
.home .foot-bottom{
    background-position: center center !important;
    padding-top: 10px; 
    background-size: contain !important;
}
.home .login_link,
.home .logout_link{
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 25px;
}
#myContactModal .close{
    text-align: right;
    padding-right: 12px;
    padding-top: 5px;
}
.home .login_link a,
.home .logout_link a{
    color: #fff;
    text-decoration: none;
    padding: 4px 18px;
    background: #F8A05B;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
}
.home .login_link a:hover,
.home .logout_link a:hover{
    color: #F8A05B;
    background: #fff;
}

@media screen and (max-width: 480px){
    .sgtech_right{
        text-align: center;
    }
}

#printarea .form-group{
    margin-bottom: 20px;
}
#printarea label b{
    font-weight: 400;
}

.cmpny_details p{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.cmpny_details {
    margin-top: 75px;
}
.entry-title.h2{
    padding-top: 50px;
}
.sg-clear{
    margin-top: 50px;
}