@charset "UTF-8";

/* 
    Created on      :   Sep 15, 2018
    Author          :   Ashish Singh Maharjan
    Description     :   This theme is created by Moodia
*/


/* -------------------- FONT FACES -----------------------  */

@font-face {
    font-family: "MetaPlus";
    src: url("fonts/MetaPlus.woff2") format("woff2"), url("fonts/MetaPlus.woff") format("woff"), url("fonts/MetaPlus.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MPBlackRoman";
    src: URL("fonts/MetaPlusBlack_Roman.ttf") format("truetype");
}

@font-face {
    font-family: "MPBoldRoman";
    src: URL("fonts/MetaPlusBold_Roman.ttf") format("truetype");
}

@font-face {
    font-family: "MPNormalRoman";
    src: URL("fonts/MetaPlusNormal-Roman.ttf") format("truetype");
}

@font-face {
    font-family: "MPMediumRoman";
    src: URL("fonts/MetaPlusMedium-Roman.ttf") format("truetype");
}

html,
body {
    /* font-family: 'MetaPlus' !important; */
    /* height: 100%; */
    overflow-x: hidden;
}

h1 {
    font-weight: 900;
}

.btn {
    border-radius: 0px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.main-wrapper {
    padding: 0px;
    padding-top: 0px !important;
}

.main-wrapper .col3_mod {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-wrapper .col3_mod .search {
    padding-bottom: 5px;
}


/* ------------------------------- Common section ------------------------------- */


/* --- Original VH --- */

.h-10 {
    height: 10vh !important;
}

.h-20 {
    height: 20vh !important;
}

.h-30 {
    height: 30vh !important;
}

.h-40 {
    height: 40vh !important;
}

.h-50 {
    height: 50vh !important;
}

.h-60 {
    height: 60vh !important;
}

.h-70 {
    height: 70vh !important;
}

.h-80 {
    height: 80vh !important;
}

.h-90 {
    height: 80vh !important;
}

.h-100 {
    height: 100vh !important;
}

.global_fullheight {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    /* border-top: 1px solid rgba(0, 0, 0, 0.2); */
}


/* --- Top nav --- */

#topnav .container-fluid {
    min-height: 2rem;
    font-size: 0.8rem !important;
}

#topnav .container-fluid .row {
    min-height: 2rem;
}

#topnav .topnav-left,
#topnav .topnav-center {
    float: left;
}

#topnav .topnav-right {
    font-size: 80%;
    padding-right: 20px;
}

#topnav .topnav-right a {
    color: #000 !important;
}


/* --- Header --- */

#mainNav {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.06em;
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.2);
}

#mainNav ul li a:not(:only-child)::after {
    padding-left: 4px;
}

#mainNav a {
    margin-top: 10px;
}

#mainNav .active a {
    font-weight: bolder;
}

#mainNav .col3_mod .searchmenu-search ::-webkit-input-placeholder {
    font-style: italic;
}

#mainNav .logo {
    height: 40px;
}

#mainNav .navbar-brand {
    color: #000;
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: none;
    background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}

#mainNav .navbar-toggler {
    border: 1px solid #000;
    font-size: 80%;
    padding: 0.75rem;
}

#mainNav .navbar-toggler:focus {
    outline: none;
}

#mainNav .parent:hover .nav-child {
    display: block;
}

#mainNav .parent .nav-child {
    position: absolute;
    display: none;
    list-style: none;
    padding: 0px;
    font-size: 1rem !important;
    font-weight: bold;
    background: #fff;
    box-shadow: 0 4px 10px rgba(10, 20, 30, 0.4);
}

#mainNav .parent .nav-child .nav-item {
    border-bottom: 1px solid #DDE0E7;
}

#mainNav .parent .nav-child .nav-item a:hover {
    background: #eee;
    color: #111;
}

#mainNav .parent .nav-child .nav-link {
    padding: 1rem !important;
}

#mainNav .item-158 a {
    border-bottom: none !important;
    margin-top: 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}


/* --- Anmeldung Newsletter --- */

.anmeldung-newsletter .pb-custom-html {
    padding: 0rem;
}

.anmeldung-newsletter .pb-custom-html input {
    border-radius: 0;
}


/* --- Module Partner --- */

.mod-partner picture {
    padding: 10px;
}

.section-breadcrumb {
    padding: 5px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px;
}

.section-breadcrumb h2 {
    margin-bottom: 0;
}

.section-breadcrumb h2 i {
    margin-left: 1rem;
}


/* --- News Listing --- */

.news-listing {
    background: #f8f8f8;
    padding: 10px;
    min-height: 170px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px 30px;
}

.news-listing .cck_newsintro {
    max-height: 110px;
    overflow: hidden;
}

.news-listing .cck_newsintro a {
    color: #000;
    font-size: 16px;
}

.news-listing .cck_newsintro a:hover {
    text-decoration: underline;
}

.news-listing .cck_newsintro h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.news-listing .news-listing-media .read-more {
    background-color: #537ca8;
    border-color: #537ca8;
    padding: 5px;
    text-align: center !important;
    width: 140px;
}

.news-listing .news-listing-media .read-more a {
    color: #fff;
}

.news-listing .news-listing-media .read-more a:hover {
    text-decoration: none;
}

.news-listing .news-listing-media .news-main-img img {
    height: 150px !important;
    width: auto;
}

.news-listing .title a {
    color: #537ca8;
}

.section-news h5 {
    padding-left: 30px;
    padding-bottom: 10px;
}

.section-news .cck-odd {
    margin-bottom: 20px;
}

.section-news .cck-odd .container,
.section-news .cck-odd .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.section-news .cck-even {
    margin-bottom: 40px;
}

.section-news .cck-even .container,
.section-news .cck-even .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.section-news .twitte-box {
    min-height: 170px;
    background: #d2d2d2;
    padding: 0px 30px;
    position: relative;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-news .twitte-box img {
    position: absolute;
    top: 10px;
    right: 10px;
}

.section-news .mehr-anzeigen a {
    color: #000;
}

.section-news .news-main-img img {
    height: 170px;
}


/* --- Section Newsletter --- */

.section-newsletter .input-group {
    margin-top: 20px;
}

.section-newsletter input {
    border-radius: 0;
    padding: 20px;
}

.section-newsletter .btn {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: #547ca9;
    color: #fff;
}

.section-newsletter ::-webkit-input-placeholder {
    font-style: italic;
}


/* --- service box --- */

.services {
    padding: 32px 0px !important;
}

.services ._DblQBlAM__filter {
    /* background-color: #537ca8 !important;
  top: 0;
  left: 20% !important;
  right: 30% !important;
  width: 1024px; */
}

.services .grid__column {
    padding: 20px !important;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: #fff;
}


/*  --- Custom Link box --- */

.custom-link-box .first .col-lg-10 {
    min-height: 500px;
    background: #537ca8;
}

.custom-link-box .second {
    position: relative;
    top: -480px;
    right: 20px;
    margin-bottom: -350px;
}

.custom-link-box .second i {
    font-size: 2rem;
}

.custom-link-box .second .col-lg-4 {
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

.custom-link-box .second .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 50px;
    margin-bottom: 1rem;
}

.custom-link-box .second .col-first,
.custom-link-box .second .col-second,
.custom-link-box .second .service-grid-col-fourth,
.custom-link-box .second .service-grid-col-fifth,
.custom-link-box .second .service-grid-col-sixth {
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
}

.custom-link-box .second .service-grid-col-fourth,
.custom-link-box .second .service-grid-col-fifth,
.custom-link-box .second .service-grid-col-sixth {
    border-bottom: 1px solid #cecece;
}

.custom-link-box .second .service-grid-col-sixth {
    border-right: 1px solid #cecece;
}

.custom-link-box .second .col-first:hover,
.custom-link-box .second .col-second:hover {
    border-bottom: 2px solid #cecece;
    cursor: pointer;
}

.custom-link-box .second .col-first h6,
.custom-link-box .second .col-second h6 {
    color: #000;
}

.custom-link-box .second .col-first .img {
    background-image: url("/images/new/icon-setting.png");
}

.custom-link-box .second .col-second {
    color: #db0020;
}

.custom-link-box .second .col-second h6 {
    color: #db0020;
}

.custom-link-box .second .col-second .img {
    background-image: url("/images/new/icon-heating.png");
}

.custom-link-box .second .col-second:hover {
    background-color: #db0020;
    cursor: pointer;
    color: #fff;
}

.custom-link-box .second .col-second:hover h6 {
    color: #fff;
}

.custom-link-box .second .col-second:hover .img {
    background-image: url("/images/new/icon_heating_white.png");
}

.custom-link-box .second .col-third {
    background: none;
    color: #fff;
    text-align: center;
    padding: 30px;
}

.custom-link-box .second .col-third h6 {
    color: #fff;
    position: relative;
    font-size: 24px;
}

.custom-link-box .second .col-third .bar {
    width: 90px;
    border-bottom: 3px solid #fff;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    line-height: 0.5;
}

.custom-link-box .second .service-grid-col-fourth {
    color: #476588;
}

.custom-link-box .second .service-grid-col-fourth h6 {
    color: #476588;
}

.custom-link-box .second .service-grid-col-fourth .img {
    background-image: url("/images/new/icon-tap.png");
}

.custom-link-box .second .service-grid-col-fourth:hover {
    background-color: #476588;
    cursor: pointer;
    color: #fff;
}

.custom-link-box .second .service-grid-col-fourth:hover h6 {
    color: #fff;
}

.custom-link-box .second .service-grid-col-fourth:hover .img {
    background-image: url("/images/new/icon_tap_white.png");
}

.custom-link-box .second .service-grid-col-fifth {
    color: #fed572;
}

.custom-link-box .second .service-grid-col-fifth h6 {
    color: #fed572;
}

.custom-link-box .second .service-grid-col-fifth .img {
    background-image: url("/images/new/icon-plug.png");
}

.custom-link-box .second .service-grid-col-fifth:hover {
    background-color: #fed572;
    color: #fff;
    cursor: pointer;
}

.custom-link-box .second .service-grid-col-fifth:hover h6 {
    color: #fff;
}

.custom-link-box .second .service-grid-col-fifth:hover .img {
    background-image: url("/images/new/icon_plug_white.png");
}

.custom-link-box .second .service-grid-col-sixth {
    color: #548235;
}

.custom-link-box .second .service-grid-col-sixth h6 {
    color: #548235;
}

.custom-link-box .second .service-grid-col-sixth .img {
    background-image: url("/images/new/icon-klima.png");
}

.custom-link-box .second .service-grid-col-sixth:hover {
    background-color: #548235;
    color: #fff;
    cursor: pointer;
}

.custom-link-box .second .service-grid-col-sixth:hover h6 {
    color: #fff;
}

.custom-link-box .second .service-grid-col-sixth:hover .img {
    background-image: url("/images/new/icon-klima-white.png");
}

.section-blog-sidebar ._62k0rWD_ {
    padding-left: 50px;
}

.section-blog-sidebar ._62k0rWD_ a {
    color: #fff !important;
}

.section-blog-sidebar ._62k0rWD_ div.cck_value {
    line-height: 10px !important;
}


/* --- sidebar --- */

.section-heizung-sidebar .pf-form__submit {
    background-color: #db001f !important;
    border-color: #fff !important;
    text-align: left;
    width: 120px;
}

.section-heizung-sidebar .pf-form__submit .fa {
    float: right;
    top: 13px;
    right: 0;
    position: absolute;
}

.section-sanitar-sidebar .pf-form__submit {
    background-color: #476588 !important;
    border-color: #fff !important;
    text-align: left;
    width: 120px;
}

.section-sanitar-sidebar .pf-form__submit .fa {
    float: right;
    top: 13px;
    right: 0;
    position: absolute;
}

.section-elektro-sidebar .pf-form__submit {
    background-color: #f3bb42 !important;
    border-color: #fff !important;
    text-align: left;
    width: 120px;
}

.section-elektro-sidebar .pf-form__submit .fa {
    float: right;
    top: 13px;
    right: 0;
    position: absolute;
}


/* --- sidebar-form --- */

.sidebar-contact {
    margin: 0 40px;
    padding: 0 15px;
}

.sidebar-contact input,
.sidebar-contact select,
.sidebar-contact textarea {
    border: none;
}

.sidebar-contact #ff_elem195,
.sidebar-contact #ff_elem200,
.sidebar-contact #ff_elem209,
.sidebar-contact #ff_elem243 {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 5px 10px;
    width: 100%;
}

.sidebar-contact #ff_elem214 {
    height: 70px !important;
    padding: 5px 10px;
    margin-bottom: 20px;
    width: 100%;
}

.sidebar-contact #bfSubmitButton {
    background: #476588;
    border: 1px solid #fff;
    float: left;
    margin-bottom: 20px;
}

.sidebar-contact #bfSubmitButton span::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    padding-left: 10px;
}


/* -------------- SLIDER -------------- */

.tp-bannertimer {
    background: #537ca8 !important;
}


/* -------------- Sidebar for category -------------- */

.sidebar-for-category {
    /* background-color: #fbfbfb; */
}

.sidebar-for-category ul {
    list-style: square;
}

.sidebar-for-category-seblod .cck_newsimage,
.sidebar-for-category-seblod .img-thumbnail {
    height: 80px !important;
    width: 80px !important;
}

.sidebar-for-category-seblod div.cck-pad-8 .cck-ptb {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


/* -------------- TWITTER -------------- */

.TweetAction-icon {
    display: none;
}


/* -------------- Footer -------------- */

.footer-1 ul {
    list-style: none;
    padding-left: 10px;
}

.footer-1 li a {
    color: #000;
}

.footer-1 p {
    padding-left: 10px;
    padding-right: 90px;
}

.footer-1 .bottom {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-1 .custom a {
    color: #000;
}

.footer-1 .heading-bar {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-left: 10px;
}

.footer-1 .heading-bar .main-title-bar {
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #6f6f6f;
    right: 0;
    height: 0;
}

.footer-1 .heading-bar .main-title-bar .main-subtitle-bar {
    border-top: 6px solid #6f6f6f;
    width: 100px;
    position: absolute;
    top: -4px;
}

.footer-1 .social li {
    float: left;
    display: inline;
    padding: 6px;
}

.footer-1 .social li a {
    color: #6f6f6f;
}

.footer-1 .social li i {
    border: 1px solid #6f6f6f;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    /* position: absolute; */
    padding: 6px;
    text-align: center;
}

.footer-1 .top {
    background-color: #eeeeee;
    padding-top: 70px;
    padding-bottom: 70px;
}

.footer-1 .col-second {
    margin-top: 15px;
}

.footer-1 .col-second h6 {
    margin-bottom: 0rem;
}

.footer-1 .col-second p {
    padding: 0;
    margin-bottom: 0rem;
}

.footer-1 .col-three {
    margin-top: 15px;
}

.footer-1 .col-three h6 {
    margin-bottom: 0rem;
}

.footer-1 .col-three p {
    padding: 0;
    margin-bottom: 0rem;
}


/* -------------- Pages -------------- */


/* --- Kontakt Us --- */

.article-35 .kontakt-row {
    margin-top: 250px;
}

.article-35 .section-contactform .col-left {
    border: 1px solid #949494;
    /* box-shadow: 0 0 4px #eeeeee; */
    height: 730px;
    padding: 20px !important;
}

.article-35 .section-contactform .col-left input[type=text] {
    height: 40px;
    width: 100%;
}

.article-35 .section-contactform .col-left #bfLabel102 {
    width: auto;
    float: none;
    margin: -5px 0px 0px 10px;
}

.article-35 .section-contactform .col-right {
    border: 1px solid #949494;
    /* box-shadow: 0 0 4px #eeeeee; */
    padding: 20px !important;
    height: 730px;
}

.article-35 .section-contactform .gmap {
    padding-top: 0px;
}

.article-35 .section-contactform .social {
    padding-left: 0px;
}

.article-35 .section-contactform .social li {
    display: inline;
    padding: 3px;
}

.article-35 .section-contactform .social li a {
    color: #6f6f6f;
}

.article-35 .section-contactform .social li i {
    border: 1px solid #6f6f6f;
    border-radius: 50%;
    height: 30px;
    padding: 7px;
    width: 30px;
}


/*  --- Datenschutzerklarung --- */

.article-8 .col-content {
    font-family: "Open Sans", sans-serif;
}


/* --- Impressum --- */

.article-66 .col-content {
    font-family: "Open Sans", sans-serif;
}


/* --- Heizung --- */

.article-32 ._a9vNT1e9 {
    border: 1px solid #db0020;
}

.article-32 #mainNav .active a {
    border-bottom: 3px solid #db0020;
    font-weight: bolder;
}

.article-32 .fa {
    color: #db0020;
}

.article-32 .fa-angle-right {
    color: #fff;
}

.article-32 .btn-mehr:hover {
    color: #cccccc !important;
}

.article-32 .section-newsletter {
    background-color: #db0020;
}

.article-32 .section-newsletter .btn {
    background-color: #e64d62;
}

.article-32 .searchmenu-search .btn {
    background-color: #db0020;
}

.article-32 .searchmenu-search .fa {
    color: #fff;
}

.article-32 ._43klRgVK {
    border: none;
}

.article-32 .pb-custom-html .btn {
    background-color: #e64d62;
    border: 1px solid rgba(255, 255, 255, 0.5);
}


/* --- Sanitar --- */

.article-96 .anmeldung-newsletter .btn {
    background-color: #476588;
    border: 1px solid #fff;
}

.article-96 .searchmenu-search .btn {
    background-color: #476588;
}

.article-96 .searchmenu-search .fa {
    color: #fff;
}

.article-96 .section-newsletter .btn {
    background-color: #476588;
    border: 1px solid #fff;
}


/* --- Elektro --- */

.article-102 .anmeldung-newsletter .btn {
    background-color: #fed572;
    border: 1px solid #fff;
}

.article-102 .searchmenu-search .btn {
    background-color: #fed572;
}

.article-102 .searchmenu-search .fa {
    color: #fff;
}

.article-102 .section-newsletter .btn {
    background-color: #fed572;
    border: 1px solid #fff;
}


/* --- heizung sub content & page --- */


/* Article - 87 -  */

.article-87 .col-sidebar form {
    padding-left: 50px;
    padding-right: 50px;
}

.article-87 .col-sidebar form .form-control {
    border-radius: 0;
}

.article-87 .col-sidebar form .btn {
    background-color: #db0020;
    color: #fff;
}

.article-87 .mod-partner h5 {
    color: #db0020 !important;
}

.article-87 .mod-partner picture {
    max-width: 200px !important;
}


/* --- Job .article-84 --- */

.article-84 .btn-slider {
    background: #929292;
    color: #fff;
    font-size: 20px;
}

.article-84 .card h6 {
    margin-top: 0.5rem;
    font-size: 1.1rem;
}

.article-84 .card .card {
    border: 0px !important;
}

.article-84 .card .joblocation {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: normal;
}

.article-84 .card img.card-img-top {
    border-radius: 0px;
    object-fit: cover;
    height: 150px;
    width: 100%;
}

.article-84 .component {
    display: none;
}

.article-84 .googleMap {
    height: 800px;
    width: 100%;
}

.article-84 .job .card {
    background-color: transparent !important;
}

.article-84 .job .content {
    padding-top: 40px;
}

.article-84 .job .row {
    background-color: #eeeeee;
}

.article-84 .jobSanitaertechnik a,
.article-84 .jobSanitaertechnik .fas,
.article-84 .jobSanitaertechnik .cat {
    color: #537ca8;
}

.article-84 .jobheizungtechnik a,
.article-84 .jobheizungtechnik .fas,
.article-84 .jobheizungtechnik .cat {
    color: #db0020;
}

.article-84 .jobElektrotechnik a,
.article-84 .jobElektrotechnik .fas,
.article-84 .jobElektrotechnik .cat {
    color: #fed572;
}

.article-84 .media {
    max-width: 350px !important;
}

.article-84 .media img {
    object-fit: cover;
    height: 130px;
    width: 120px;
}

.article-84 .media p {
    margin-bottom: 0.4rem !important;
}


/* ---------------- Media Screen ---------------- */

@media screen and (max-width: 767px) {
    .article-1 .section-one .grid__column {
        padding: 15px 30px !important;
    }
    .article-1 .custom-link-box .first {
        visibility: hidden;
    }
    .article-1 .custom-link-box .second {
        right: 0;
        margin: 0 20px;
        margin-bottom: -480px;
    }
    .article-1 .custom-link-box .second .col-lg-4 {
        border: 1px solid #cecece;
    }
    .article-1 .custom-link-box .second .col-third {
        display: none;
    }
    .section-news .news-listing-media {
        display: inline-block;
    }
    .section-news .news-listing-media .mr-3 {
        margin-right: 0 !important;
    }
    .section-news .news-listing-media .mr-3 img {
        width: 100%;
    }
    .article-84 .job {
        padding: 0 15px;
    }
    .article-84 .item-page {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .article-32 .handwerk-logo {
        bottom: 20px;
        right: 20px;
        position: absolute;
    }
    .article-32 ._3rMATxq9 {
        position: absolute;
        bottom: 0;
        left: -150px;
        height: 480px;
    }
    .article-96 ._l6pRugx6 {
        position: absolute;
        bottom: 0;
        left: -150px;
        height: 480px;
    }
    .article-102 ._YrzPTgAb {
        position: absolute;
        bottom: 0;
        left: -150px;
        height: 480px;
    }
    .article-117 ._8x1ZT5Rj {
        position: absolute;
        bottom: 0;
    }
    .cck_page_items .news-main-img img {
        height: 170px;
        width: 170px;
        object-fit: cover;
    }
}

@media screen and (max-width: 991px) {
    #mainNav .item-158 {
        display: none;
    }
    #mainNav .navbar-nav {
        text-align: center;
    }
    #mainNav .navbar-nav .container {
        display: initial;
        text-align: right;
    }
    #mainNav .current .nav-link {
        border-bottom: none;
    }
    #mainNav .parent .nav-child {
        width: 100%;
    }
    #mainNav .parent .nav-child li a::before {
        content: "- ";
    }
    #mainNav .parent:hover .nav-child {
        border-top: none;
    }
    #mainNav .searchmenu-search {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        -webkit-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
        /* height: 90px; */
    }
    #mainNav .nav-item {
        padding: 15px;
    }
    #mainNav .nav-link {
        /* height: 75px; */
        -webkit-transition: none;
        transition: none;
        /* padding: 15px 1.5rem; */
        color: #000;
    }
    #mainNav .nav-link:active {
        color: white;
    }
    #mainNav .nav-link:hover {
        color: #5f5f5f;
    }
    #mainNav .parent .nav-child {
        width: 200px;
    }
}

@media screen and (min-width: 1439px) {
    .col3_mod .searchmenu-search input {
        width: 250px;
    }
}

.sidebar-contact-form .inputbox {
    width: 220px !important;
}


/*# sourceMappingURL=custom.css.map */