/**
 * Theme Name: Bauer Child
 * Template: bauer
 * Version: 1.0
 * Description: Construction and Industrial WordPress Theme
 * Author: Ninzio
 **/

 #footer-widgets .widget .widget-title {
    color: #000;
 }
 #footer-widgets .widget.widget_links ul li a {
     color: #000
 }
 #footer-widgets .widget.widget_links ul li a:hover {
     color: #f35c27
 }
 #footer-widgets .widget {
     color: #000
 }
 #message, .message-wrap textarea {
    font-family: "Poppins", sans-serif;
    color: #777;
    background-color: #f7f9fa;
    padding: 11px 25px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e7e7;
    font-size: 15px;
    margin-bottom: 10px;
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: all ease 0.3s;
 }

 .form-group label {
     font-size: 1.5rem;
 }
 #header-aside .info-c {
     font-size: 14px;
 }
 .header-button a {
     font-size: 13px;
     text-decoration: none;
 }
 #header-aside {
     margin-top: 25px;
 }
 #site-header .header-button {
     display: block;
 }
 #main-nav-mobi {
    background-color: #fff;
 }
 #main-nav-mobi ul li a {
     color: #000;
 }
 #main-nav-mobi ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#main-nav-mobi .menu-item-has-children .arrow {
    color: #000;
}
.contact-link {
    color: #f35c27;
    font-size: 13px;
    text-decoration: underline;
}
.bauer-subscribe {
    display: none;
}
.footer-promotion .promo-btn {
    font-size: 14px;
    text-decoration: none;
}
.contact-heading {
    font-size: 18px;
    font-weight: 700;
}
.contact-content {
    font-size: 15px;
    line-height: 30px;
}
.bauer-grid-box.grid2 .grid-item {
    width: 100%;
}
.contact-content a {
    color: #fff;
    text-decoration: underline;
}

/*Table */
table, th, td {
    border: 1px solid #cdcbcb;
}

td.head {
    font-size: 17px;
    word-break: break-word;
    font-weight: 500;
    color: #fff;
    background: #f35c27ba;
    padding: 8px 10px 0px 10px;
    text-align: center;
}

td.sec-head {
    font-size: 16px;
    font-weight: 500;
    background: #000;
    color: #fff;
    text-align: center;
}
tr {
    font-size: 16px;
    text-align: center;
}
tr:nth-child(even) {
    background-color: #dddddd;
}

th, td {
    text-align: center;
    min-width: 150px;
}

/*Application*/

.bauer-images-carousel .owl-theme .owl-nav [class*="owl-"]:after {
    color: #fff;
    border-color: #f35c27;
}
.bauer-images-carousel.has-arrows.arrow-center .owl-theme .owl-nav .owl-next {
    right: -3%;
}
.bauer-images-carousel.has-arrows.arrow-center .owl-theme .owl-nav .owl-prev {
    left: -3%;
}

.owl-theme .owl-nav [class*="owl-"]:after {
   background-color: #f35c27;

}

.bauer-grid-box.grid2 .grid-item {
    width: 50%;
}
/* 
.wpb_wrapper {
    position: relative;
}
.bauer-single-heading {
    position: absolute;
    bottom: 15%;
    left: 5%;
}
span.heading { 
    background: #ef4050;
    font-size: 20px !important;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
} */

@media (max-width: 425px) {
	#site-header .header-button a {
        width: 135px;
    }
}
@media (max-width: 525px) {
	tr {
        font-size: 11px;
        text-align: center;
    }
    td.head {
        font-size: 13px;
    }
    td.sec-head {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
	#header-aside {
        display: none;
    }
}

@media (max-width: 1000px) {
	table {
        width: 1000px;
    }
    table.grade-table {
        width: 100%;
    }
}