.text-black {
color: black; }
body {
height: 100%;
font-family: 'Open Sans', sans-serif;
color: #666666;
font-size: 0.95rem; }
button,
h1,
h2,
h3,
h4,
h5,
h6,
input {
font-family: 'Montserrat', sans-serif; }
p {
line-height: 1.785; }
.header-top {
background-color: #eb212e;
font-family: 'Montserrat', sans-serif; }
.text-red-underline {
border-bottom: 2px solid #eb212e;
padding-bottom: 1.5rem;
display: inline-block; }
.edge-seprator {
height: 2px;
display: inline-block;
width: 50px;
background: #eb212e; }
.heading-1 {
font-weight: 800;
color: #ff4241;
font-size: 3rem;
font-family: sans-serif; }
@media (max-width: 576px) {
.heading-1 {
font-size: 1.875rem; } }
.bg-gradient {
background-image: -webkit-gradient(linear, left top, right bottom, from(#eb212e), color-stop(#c90f4f), color-stop(#9b225e), color-stop(#6a2c5c), color-stop(#3f2b49), color-stop(#32293e), color-stop(#282631), color-stop(#222223), color-stop(#252526), color-stop(#282828), color-stop(#2b2b2b), to(#2e2e2e));
background-image: -webkit-linear-gradient(left top, #eb212e, #c90f4f, #9b225e, #6a2c5c, #3f2b49, #32293e, #282631, #222223, #252526, #282828, #2b2b2b, #2e2e2e);
background-image: -o-linear-gradient(left top, #eb212e, #c90f4f, #9b225e, #6a2c5c, #3f2b49, #32293e, #282631, #222223, #252526, #282828, #2b2b2b, #2e2e2e);
background-image: linear-gradient(to right bottom, #eb212e, #c90f4f, #9b225e, #6a2c5c, #3f2b49, #32293e, #282631, #222223, #252526, #282828, #2b2b2b, #2e2e2e); }
#mainNav {
font-size: 0.85rem;
font-family: 'Montserrat', sans-serif;
font-weight: 400; }
#mainNav .logo {
width: 250px;
height: 75px;
margin-left: -40px; }
@media (max-width: 576px) {
#mainNav .logo {
width: 195px;
height: 60px;
margin-left: -20px; } }
#mainNav .custom-logo {
width: 230px;
height: 70px;
margin-left: -40px; }
@media (max-width: 576px) {
#mainNav .custom-logo {
width: 195px;
height: 60px;
margin-left: -20px; } }
#mainNav .nav-link {
margin-left: 15px;
color: #101010; }
#mainNav li.current_page_item a {
-webkit-box-shadow: inset 0 0 0 white, inset 0 -2px 0 #dc3545;
box-shadow: inset 0 0 0 white, inset 0 -2px 0 #dc3545;
text-decoration: none; }
#mainNav button.navbar-toggler {
background-color: #eb212e;
border-color: rgba(0, 0, 0, 0); }
@media (max-width: 576px) {
#mainNav .button.navbar-toggler {
margin-right: 10px; } }
#mainNav .dropdown-menu {
background-color: #44464a;
padding-top: 0;
padding-bottom: 0; }
#mainNav .dropdown-menu a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
#mainNav .dropdown-menu img {
margin-right: auto;
height: 35px; }
@media (max-width: 576px) {
#mainNav .dropdown-menu a img {
display: none; } }
#mainNav .dropdown-menu li:n-of-type(3) img {
height: 55px; }
#mainNav .dropdown-menu li:last-of-type img {
height: 50px; }
#mainNav .dropdown-menu li {
border-bottom: 1px solid gray; }
#mainNav .dropdown-menu .dropdown-item {
font-size: 0.85rem;
padding-top: 10px;
padding-bottom: 10px;
color: #e6e6e6; }
#mainNav .dropdown-menu .dropdown-item:focus,
#mainNav .dropdown-menu .dropdown-item:hover {
background-color: #44464a; }
#mainNav ul.dropdown-menu.show {
margin-left: 30px; }
@media (max-width: 576px) {
#mainNav ul.dropdown-menu.show {
margin-left: 0px;
width: 95%; } }
@media (max-width: 992px) {
#mainNav #navbarResponsive.navbar-collapse ul li {
padding-top: 10px; } }  .carousel {
margin-bottom: 4rem;
background-color: #4d4f50; }
.carousel .transparent-cover {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.65); } .carousel-caption {
bottom: 3rem;
z-index: 10; }
.carousel-caption h1 {
font-weight: 800;
font-family: sans-serif;
color: #ff4241; } .carousel-item {
height: 25rem; }
.carousel-item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem; }
@media (min-width: 40em) { .carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.785; } } footer {
border-top: 1px solid lightgray;
min-height: 51px;
font-size: 0.8rem;
color: gray; }
footer a,
footer p {
color: gray; }
@media (max-width: 576px) {
footer {
font-size: 0.685rem; } }
.front-page .hero-image {
background-image: url(//fostermech.com/wp-content/themes/custum-fostermech/img/home-page-min.jpg);
background-size: cover;
min-height: 98vh;
background-position: center center;
position: relative; }
.front-page .hero-image .transparent-cover {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.55); }
.front-page .hero-image .info-box {
padding-top: 150px;
font-family: 'Montserrat', sans-serif; }
.front-page .hero-image .info-box .foster-text {
font-weight: 800;
color: #eb212e;
font-family: sans-serif; }
@media (max-width: 576px) {
.front-page .hero-image .info-box .foster-text {
font-size: 2rem; } }
.front-page .hero-image .info-box .btn-danger {
background-color: #eb212e;
border-color: #eb212e;
font-weight: 600;
font-size: 0.85rem;
border-radius: 0;
padding: 10px 40px; }
.front-page .hero-image .info-box .service-text {
font-weight: 500;
letter-spacing: 3px; }
.front-page .hero-text {
text-align: left;
position: absolute;
top: 40%;
left: 43%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: white;
background-color: rgba(0, 0, 0, 0.4); }
.opportunities-page .card-title {
font-size: 2rem;
font-weight: 800;
font-family: sans-serif; }
.opportunities-page .transparent-cover {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.7); }
.opportunities-page .text-block {
position: absolute;
bottom: 35%;
left: 50%;
color: white;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.opportunities-page .text-block h1 {
font-family: "Montserrat", Sans-serif;
font-size: 2.6rem;
font-weight: 800;
text-transform: capitalize;
font-style: normal; }
@media (max-width: 768px) {
.opportunities-page .text-block h1 {
font-size: 1.5rem; } }
@media (max-width: 576px) {
.opportunities-page .text-block h1 {
font-size: 1.2rem; } }
.opportunities-page p {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
line-height: 1.875; }
@media (max-width: 576px) {
.opportunities-page .heading-1 {
font-size: 1.5rem; } }
.contactus-page .contact-wrapper {
padding-top: 100px;
padding-bottom: 100px; }
@media (max-width: 576px) {
.contactus-page .contact-wrapper {
padding-bottom: 20px; } }
.contactus-page .contact-wrapper .edge-seprator {
height: 3px;
display: inline-block;
width: 50px;
background: #eb212e; }
.contactus-page #wpforms-form-215 .wpforms-field-container input {
height: 50px;
margin-bottom: 10px; }
.contactus-page #wpforms-form-215 .red-button {
color: white;
background-color: #eb212e;
border: 2px solid #eb212e;
border-radius: 3px;
padding-left: 20px;
padding-right: 20px;
font-weight: 800;
font-size: 0.9rem; }
.contactus-page #wpforms-form-215 .red-button:hover {
background-color: white;
color: #eb212e;
border: 2px solid #eb212e; }
.contactus-page .nf-form-cont .nf-form-fields-required,
.contactus-page .nf-form-cont .ninja-forms-req-symbol {
display: none; }
.contactus-page .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.contactus-page .nf-form-cont .nf-form-content input:not([type=button]),
.contactus-page .nf-form-cont .nf-form-content textarea {
background-color: white; }
.contactus-page .nf-form-cont input#nf-field-8 {
background-color: #eb212e;
border: 2px solid #eb212e;
border-radius: 3px;
padding-left: 20px;
padding-right: 20px;
font-weight: 800;
font-size: 0.9rem; }
.contactus-page .nf-form-cont input#nf-field-8:hover {
background-color: white;
color: #eb212e;
border: 2px solid #eb212e; }
.contactus-page .nf-form-cont .nf-response-msg {
background-color: #fffefe;
padding: 10px;
margin: 5px;
text-align: center;
color: green;
font-weight: 500;
border: 4px solid #beffbe; }
.basic-information-page .header-section {
padding-top: 15px;
padding-bottom: 15px; }
.basic-information-page .header-section p {
font-size: 18px; }
.basic-information-page .bg {
background-color: #fcfcfc; }
@media (min-width: 992px) {
.basic-information-page .double-border {
border-bottom: 3px double lightgray; }
.basic-information-page .header-section {
padding-top: 100px;
padding-bottom: 100px; } }
.basic-information-page .jumbotron {
background-color: #4d4f50; }
@media (max-width: 576px) {
.basic-information-page {
padding-bottom: 2rem; }
.basic-information-page hr {
display: inline-block;
width: 250px; } }
.basic-information-page .section-we-do {
padding-top: 2rem;
padding-bottom: 4rem; }
.basic-information-page .section-we-do .block {
padding-bottom: 2rem; }
.basic-information-page .section-we-do .block:last-of-type {
padding-bottom: 1rem; }
.basic-information-page .section-we-do .card-title {
color: #39394e; }
.basic-information-page .section-we-do .fas {
color: white;
background-color: #eb212e;
font-size: 2rem; }
.basic-information-page .section-staff-residential {
padding-top: 3rem;
padding-bottom: 3rem; }
.basic-information-page .section-staff-residential p {
line-height: 1.785; }
@media (max-width: 567px) {
.basic-information-page {
padding-bottom: 0rem; } }
.strengths-page .img-container {
position: relative;
background: url(//fostermech.com/wp-content/themes/custum-fostermech/img/goebel-fixtures-cropped-1-min.jpg) no-repeat center;
background-size: cover; }
.strengths-page .transparent-cover {
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.65); }
.strengths-page .text-block {
position: absolute;
bottom: 35%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.strengths-page .text-block h1 {
font-family: "Montserrat", Sans-serif;
color: white;
font-size: 2.6rem;
font-weight: 800;
text-transform: capitalize;
font-style: normal; }
@media (max-width: 768px) {
.strengths-page .text-block h1 {
font-size: 1.5rem; } }
@media (max-width: 576px) {
.strengths-page .text-block h1 {
font-size: 1rem; } }
.strengths-page .strengths-list {
margin-top: 5rem; }
.strengths-page .strengths-list p {
line-height: 1.785; }
.strengths-page .strengths-list h3 {
color: black;
margin-bottom: 1rem; }
.strengths-page .strengths-list .number {
font-family: 'Barlow Condensed';
position: relative;
top: 50%;
left: 50%;
font-size: 7vw;
font-weight: bold;
font-style: normal;
width: 100px;
height: 100px;
color: #eb212e; }
@media (max-width: 576px) {
.strengths-page .strengths-list h3 {
font-size: 20px;
border-bottom-style: none; } }
.commercial-page .btn-danger,
.residential-page .btn-danger {
background-color: #eb212e;
border-color: #eb212e;
font-weight: 600;
font-size: 0.85rem;
border-radius: 0;
padding: 10px 40px; }
.commercial-page .hvac-list,
.commercial-page .plumbing-list,
.commercial-page .refrigeration-list,
.residential-page .hvac-list,
.residential-page .plumbing-list,
.residential-page .refrigeration-list {
margin-top: 5rem;
margin-bottom: 5rem; }
.commercial-page .hvac-list span,
.commercial-page .plumbing-list span,
.commercial-page .refrigeration-list span,
.residential-page .hvac-list span,
.residential-page .plumbing-list span,
.residential-page .refrigeration-list span {
margin-top: -3px; }
.commercial-page .hvac-list .card,
.commercial-page .plumbing-list .card,
.commercial-page .refrigeration-list .card,
.residential-page .hvac-list .card,
.residential-page .plumbing-list .card,
.residential-page .refrigeration-list .card {
border-radius: 0; }
.commercial-page .hvac-list h5,
.commercial-page .plumbing-list h5,
.commercial-page .refrigeration-list h5,
.residential-page .hvac-list h5,
.residential-page .plumbing-list h5,
.residential-page .refrigeration-list h5 {
color: black; }
.commercial-page .hvac-list .fa-circle,
.commercial-page .plumbing-list .fa-circle,
.commercial-page .refrigeration-list .fa-circle,
.residential-page .hvac-list .fa-circle,
.residential-page .plumbing-list .fa-circle,
.residential-page .refrigeration-list .fa-circle {
font-size: 0.55rem; }
.commercial-page .image-section hr,
.residential-page .image-section hr {
margin-bottom: 3rem; }
@media (min-width: 786px) {
.commercial-page .image-section hr,
.residential-page .image-section hr {
width: 60%;
margin-bottom: 8rem; } }
.commercial-page .image-section .caption,
.residential-page .image-section .caption {
font-size: 15px;
font-family: Montserrat, sans-serif;
font-weight: bold; }
@media (min-width: 576px) {
.commercial-page .image-section caption,
.residential-page .image-section caption {
font-size: 16px; } }
.commercial-page .hvac-list .fa-circle,
.commercial-page .refrigeration-list .fa-circle,
.commercial-page .plumbing-list .fa-circle,
.residential-page .hvac-list .fa-circle,
.residential-page .refrigeration-list .fa-circle,
.residential-page .plumbing-list .fa-circle {
color: gray; }
.residential-page .residential-list span,
.residential-page .additional-list span {
margin-top: -3px; }
.residential-page .additional-list {
margin-bottom: 5rem; }
.residential-page .fa-circle {
font-size: .55rem;
color: gray; }
.residential-page .furnace-section {
background-color: #fcfcfc;
padding-bottom: 20px; }
@media (min-width: 992px) {
.residential-page .furnace-section {
padding-top: 100px;
padding-bottom: 100px; } }
.residential-page .furnace-section img {
width: 100%;
max-height: 500px; }
@media (min-width: 992px) {
.residential-page .double-border {
border-bottom: 3px double lightgray; } }
.certificate-page .section-certificate {
padding-top: 3rem;
padding-bottom: 3rem; }
.project-page .card-title {
margin-top: 70px;
margin-bottom: 70px;
font-size: 2rem;
font-weight: 800;
font-family: sans-serif; }
.project-page .project-desc {
font-size: 18px; }
@media (min-width: 576px) {
.project-page .gallery {
margin-top: 70px;
margin-bottom: 70px; } }
.privacy-page .banner .lock-icon {
font-size: 2.5rem;
background-color: white;
color: #2d2d2d;
border: 1px solid #dcdcdc;
border-radius: 50%;
padding: 35px 30px; }
.privacy-page h1 {
color: black;
font-family: arial;
font-weight: 800; }
.privacy-page h5 {
color: black;
font-weight: 600; }
@media (max-width: 576px) {
.privacy-page h5 {
font-size: .9rem; } }
.privacy-page h6 {
color: black;
font-weight: 700; }
.privacy-page .badge {
padding: .5em .8em; }
.privacy-page ul {
list-style: square; }
.privacy-page ul li {
margin-bottom: 15px; }