/* Import all CSS here */
@import "../vendor/bootstrap/css/bootstrap.min.css";
@import "../vendor/fontawesome-free/css/all.min.css";
@import "../vendor/animate/animate.min.css";
@import "../vendor/simple-line-icons/css/simple-line-icons.min.css";
@import "../vendor/owl.carousel/assets/owl.carousel.min.css";
@import "../vendor/owl.carousel/assets/owl.theme.default.min.css";
@import "../vendor/rs-plugin/css/settings.css";
@import "../vendor/rs-plugin/css/layers.css";
@import "../vendor/rs-plugin/css/navigation.css";

@import "theme.css";
@import "theme-elements.css";
@import "skins/default.css";


/* Add here all your CSS customizations */

.content-body {
    padding: 50px 100px;
    box-shadow: 0 1px 1px 0 rgba(158, 158, 158, 0.2);
}

p, h1, h2, h3, h4, h5, li, a {
    font-family: Arial, Helvetica, sans-serif !important;
}

h2 {
    margin-bottom: 10px;
}

.page-header {
    padding-top: 160px !important;
    padding-bottom: 30px !important;
}

.header-logo img {
    width: 180px !important;
    height: auto !important;
}

.sticky-header-active .header-logo img {
    width: 100px !important;
}

/* Increase menu bar font size */
#mainNav a {
    font-size: 1rem !important;
}

/* Home page */

#weather-row > div {
    max-width: 320px;
    margin: auto !important;
}

#weather-row img {
    width: 80px;
    margin-left: 20px;
}

#weather-row .current {
    max-width: 140px;
}

#weather-row p {
    margin: 0;
    padding: 0;
}

.current-temp {
    font-size: 40px;
}

.current-temp sup {
    font-size: 16px;
    top: -1em;
}

html section.section-secondary {
    background-color: white !important;
}

html section.section-secondary p {
    color: #6b6b6b;
}

.about-us-container {
    border-bottom: 1px solid rgba(225, 225, 225, 0.72) !important;
}

.looking-for-bottom > div {
    background-color: rgba(0, 23, 49, 0.84);
}

.feature-box.custom-feature-box {
    margin-bottom: 1.2rem;
}

.s-img-container {
    width: 100% !important;
    height: auto !important;
    padding-left: 0 !important;
}

.s-img-container {
    width: 100%;
    max-width: 400px;
    display: block;
    margin-left: 0;
}

.s-img-container img {
    width: 100%;
    max-width: 400px;
}

/* About page */
.about-partners > div {
    display: flex;
    margin-bottom: 20px;
}

.about-partners img {
    width: 100%;
    max-width: 230px;
    min-width: 200px;
    margin: auto;
}

.custom-feature-box .card {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 10px;
}

.custom-feature-box .card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.custom-feature-box .card {
    max-width: 450px;
}


/*
    Service detail page
 */

.feature-model-1,
.feature-model-2,
.feature-model-3 {
    height: 500px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.feature-model-1 {
    background-image: url('../img/services/spraycast.jpg') !important;
}

.feature-model-2 {
    background-image: url('../img/services/bincast.jpg') !important;
}

.feature-model-3 {
    background-image: url('../img/services/beetcast.jpg') !important;
}


.feature-model-1 > div,
.feature-model-2 > div,
.feature-model-3 > div {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    height: 160px;
    padding-top: 10px;
}

.other-models .card-header {
    color: #484848;
}

.other-models .card-header,
.other-models .card-footer {
    background-color: transparent;
}

.other-models .card-footer {
    padding: 5px;
    text-align: right;
}

/*
    Equipment page
 */
.equipment-suppliers {
    justify-content: center;
}

.equipment-suppliers img {
    max-width: 200px;
    width: 100%;
}

.equipment-suppliers .col-sm-3 {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 580px) {
    .equipment-suppliers .col-sm-3 {
        max-width: 200px;
    }

    .feature-box-info {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .tp-caption {
        font-size: 15px !important;
    }

    .slide-subtext {
        display: none;
    }

    #projects .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 1000px) {

    .content-body {
        padding: 30px 10px;
    }

    .header-logo,
    .header-logo img {
        width: 150px !important;
    }
}

@media only screen and (max-width: 1200px) {
    #mainNav a {
        padding: 0.7rem !important;
    }
}

@media only screen and (max-width: 1250px) {
    .header-container {
        margin-left: 5px;
        margin-right: 5px;
        max-width: 100%;
    }
}
