/*
 Theme Name:   HR Contractors
 Theme URI:    https://hrcontractors.net/
 Description:  HR Contractors
 Author:       Joel Smith
 Author URI:   https://erunaheru.com
 Template:     erunaheru-bootstrap-starter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hrcontractors
*/

/* General */
a:hover {
    color: #dc3443;
    text-decoration: none;
}

a {
    color: #8b022b;
}

body {
    font-family: Raleway,sans-serif;
    text-rendering: optimizeLegibility;
}

main#main {
    margin-top: 0;
}

h1, h2, h3, p {
    font-weight: 300;
}

.white-text {
    color: white;
}

strong {
    font-weight: 700;
}

.smokey-back {
    background-color: rgba(0, 0, 0, 0.7);
}

ul.checkmarks {
    list-style: none;
    padding-left: 0;
}

ul.checkmarks li:before {
    content: "\2713";
    font-weight: bold;
    padding-right: 10px;
}

blockquote, blockquote.wp-block-quote {
    border-left: none;
    margin: 0;
    padding: 0;
    font-size: 28px;
    text-align: center;
    line-height: 50.4px;

}

blockquote:before, blockquote.wp-block-quote:before {
    color: #ececec;
    content: "\f10e";
    opacity: .6;
    top: 0;
    font: var(--fa-font-solid);
    font-size: 35px;
}

cite, .wp-block-quote cite, .cite {
    font-size: 17.5px;
    line-height: 1.4;
    display: block;
}

.wide-container {
    margin-left: 40px;
    margin-right: 40px;
    max-width: fit-content;
}

/* Wide Title */
.wide-title h1 {
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    color: white;
    font-weight: 300;
}

.wide-title>div {
    width: 100%;
    height: 100%;
    padding: 50px;
}

.wide-title-breadcrumb {
    text-align: center;
    color: white;
}

.wide-title-breadcrumb a {
    color: white;
    font-size: 14px;
}

.wide-title-breadcrumb a:hover {
    color: white;
    text-decoration: underline;
}

.wide-title-breadcrumb .breadcrumb-arrow {
    font-size: 12px;
}

.wide-title-noparallax{
    background-color: #636363;
}


/* Header */

#social-menu li {
    border-right: 1px solid #ececec;
    display: inline-block;
}

#social-menu li:first-child {
    border-left: 1px solid #ececec;
}

#social-menu ul {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    float: left;
}

#social-menu li a {
    color: inherit;
    padding: 8px 12px;
    display: block;
    font-size: 14px;
}

#social-menu li a:hover {
    color: #dc3443;
}

#social-header {
    border-bottom: 1px solid #ececec;
}

.navbar-brand {
    padding-top: 0;
}
.navbar-brand img {
    height: unset;
}

#navbar {
    float: right;
    flex-grow: 0;
}

#navbar li a {
    border-top: 3px solid transparent;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 76px;
    padding: 9px 16px 12px;
    display: block;
    color: inherit;
}

#navbar ul.dropdown-menu li a {
    border-top: 3px solid transparent;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 9px 16px 12px;
    display: block;
}

#navbar ul.dropdown-menu {
    border: b
}

#navbar li.current-menu-item a {
    color: #8b022b;
    border-color: #8b022b;
}

#navbar a:hover {
    color: #8b022b;
    border-color: #8b022b;
}

#navbar .dropdown-item:hover {
    color: #8b022b;
}

#navbar .dropdown-item.active {
    color: #8b022b;
    background-color: #e9ecef;
}

.navbar-toggler {
    background-color: #32313b;
    border: 0;
    border-radius: 0;
    padding: 12px 15px;
    color: white;
}

.navbar-toggler:hover {
    background-color: #ddd;
    color: #dc3443;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
    font-size: 14px;
}

#header {
    padding-top:0;
}

/* Footer */

#footer-social-menu li {
    display: inline-block;
}

#footer-social-menu ul {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    display: flex;
}

#footer-social-menu li a {
    color: inherit;
    padding: 8px 12px;
    display: block;
    font-size: 22px;
}

#footer-social-menu li a:hover {
    color: #dc3443;
}

#footer {
    color: #789;
    background: #25242c;
    padding: 40px 0;
}

#footer .menu-item a[aria-current=page] {
    color: #dc3443;
}

#footer {
    color: #789;
    font-size: 14px;
}

#footer .nav-link {
    padding: 0px 5px 0px 5px;
    color: inherit;
    font-size: 16px;
}

#footer .nav-link:hover {
    color: #dc3443;
}

/* Tooltips */

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #8B022B !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #8B022B !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #8B022B !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #8B022B !important;
}

.tooltip-inner {
    background-color: #8B022B;
    padding: 15px;
    margin: 0;
}

/* Home Splash */
.home-splash {
    gap: 4px;
    color: #60001d;
    font-size: .9vw;
    font-weight: bold;
}

.home-splash h1, .home-splash h2, .home-splash h3  {
    font-weight: 500;
}

.home-splash p {
    font-weight: 600;
}

.home-splash a{
    color: #60001d;
}

.home-splash a:hover{
    color: #8b022b;
}

.home-splash h2 {
    font-size: 3.5vw; 
}

@media (max-width: 781px) {
    .home-splash {
        font-size: 1.8vw;
    }
    .home-splash h2 {
        font-size: 7vw; 
    }
}

.home-splash-left, .home-splash-right {
    background-position: center;
    background-size: cover;
}

.home-splash-left {
    background-image: url("/wp-content/uploads/2023/04/homesplashleft_scaled.jpg");
}

.home-splash-right {
    background-image: url("/wp-content/uploads/2023/04/homesplashright_scaled.jpg");
}

.home-splash-left .stretchy-wrapper, .home-splash-right .stretchy-wrapper {
    width: 100%;
    padding-bottom: 64%;
    position: relative;
}

.stretchy-wrapper > div {
    position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
    padding: 5%;
}

.home-splash-inner {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75); 
    text-align: center;
    padding: 3vw;
}

@media (max-width: 781px) {
    .home-splash-inner {
        padding: 6vw;
    }
}

.home-splash-button-left, .home-splash-button-right {
    background-color: #60001d;
    color: white;
    display: inline-block;
    border-radius: .5vw;
    margin-top: 1.5vw;
}

.home-splash a:hover .home-splash-button-left, .home-splash a:hover .home-splash-button-right {
    background-color: #8b022b;
}
.home-splash-button-left p, .home-splash-button-right p {
    padding: .5vw;
    margin: 0;
}

/* Home page */

h2.big-header {
    text-align: center;
    font-size: 42px;
    line-height: 1.1;
    text-transform: uppercase;
}

p.emphasized-text {
    font-size: 21px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    p.emphasized-text {
        width: 66.66666667%;
        margin-left: 16.66666667%;
    }
}

.container.home-padding {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 0;
}

.divider-field {
    display: table;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

.divider-left-justified {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
}

.divider-left, .divider-right {
    height: 1px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.divider-left-justified .divider-left {
    width: 0;
}

.text-divider {
    text-indent: -99999px;
    font-size: 4px;
    background-color: #8b022b;
    min-width: 70px;
    width: 70px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 6px;
}

.line-divider {
    border-top-style: solid;
    border-top-color: #ccc;
    border-top-color: #ccc;
    border-top-width: 1px;
    display: block;
}

.home-quote-4stars {
    color: rgb(154, 147, 149);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px
}

.home-quote-5stars {
    color: rgb(139, 2, 43);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px
}

#contact-map {
    width: 100%;
    height: 400px;
}

/* Slider */
.owl-dots {
    padding-top: 40px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 100 !important;
}

.owl-dot span {
    display: block;
    width: 24px;
    height: 10px;
    border: 1px solid #fff;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    background-color: #f7505a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.owl-dot.active span {
    opacity: 1;
    background-color: #8b022b;
}

.owl-dot {
    display: inline-block;
    padding: 6px 4px !important;
}

#contact-map .mapboxgl-popup {
    max-width: 350px;
}

.contact-items {
    font-size: 10pt;
    gap: 0;
}

.contact-items i:before {
    color: #8b022b;
}