/*
Theme Name: Steele Companies
Theme URI: https://steelecompanies.com
Author: Steele Companies
Description: Custom WordPress theme for Steele Companies - Bootstrap 4 based theme with sidebar navigation and company portfolio layout.
Version: 1.0.0
Text Domain: steele-companies
*/

/* ===== Base ===== */
html, body {
	height: 100%;
}

/* ===== Sidebar ===== */
#sidebar {
	background-color: #3e3d3d;
}

/* ===== Typography ===== */
.text-capitalize {
    text-transform: uppercase!important;
}

/* ===== Footer ===== */
#footer {
    background: #ed1c24;
    color: #f5f5f5;
}

#footer a {
    color: #f5f5f5;
}

/* ===== Buttons ===== */
.btn-danger {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.btn-dark {
    color: #fff;
    background-color: #3e3d3d;
    border-color: #3e3d3d;
}

/* ===== Hover Overlay Effect ===== */
.text-holder {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffffd1;
    color: #222;
    text-align: center;
    font-size: 26px;
    padding: 10%;
    opacity: 0;
}

.text-holder-2 {
	font-size: 26px;
}

.show-hover:hover .text-holder {
	display: block;
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	  -moz-transition: opacity .5s ease-in-out;
	  -o-transition: opacity .5s ease-in-out;
	  transition: opacity .5s ease-in-out;
}

#company .text-holder-2 {
    font-size: 16px;
}

/* ===== Custom List Bullets ===== */
ul {
  list-style: none;
}

ul li {
	position: relative;
}

ul li::before {
  content: "\2022";
    color: #ed1c24;
    font-weight: bold;
    display: inline-block;
    margin-left: -1em;
    position: absolute;
    font-size: 32px;
    top: -15px;
    left: 7px;
}

/* ===== Dark Overrides ===== */
.bg-dark {
    background-color: #3e3d3d!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #c3c3c3;
}

/* ===== Hero Backgrounds ===== */
.hero {
	background-size: cover !important;
}

.hero-ut {
	background: url(assets/images/ut.jpg);
}

.hero-ps {
	background: url(assets/images/plaza.jpg);
}

.hero-fc {
	background: url(assets/images/fastcash3.jpg);
}

.hero-uta {
	background: url(assets/images/muscatine-plaza1.jpg);
}

.hero-mpp {
	background: url(assets/images/muscatine-plaza2.jpg);
}

.hero-pc {
    background: url(assets/images/proclient-1.jpg);
}

/* ===== WordPress Specific ===== */
.wp-admin-bar #sidebar {
	padding-top: 32px;
}

.navbar.fixed-top {
	z-index: 1030;
}
