/* This is where you should put the CSS rules and declarations to control the look of your theme. Anything you define here will override styling defined by the Parent Theme. */

/* Example override for the primary background color * /
.primary-bg-color {
    background-color: #ddd;
}
*/

header.header .logo-img {
    max-width: 220px;
}



html,body {
    font-size: initial !important;
}
.top-bar { 
    width: 100%; 
    border-bottom: 1px #eee solid; 
    font-size: 12px;
    font-family: var(--wpex-body-font-family, var(--wpex-font-sans));
}
.top-bar-content {
    width: 100%; 
    height:50px;
    margin: 0px auto;
    max-width: 980px;
    padding:15px 0px;
    text-align: right;
}
.top-bar-content-child { 
    margin-right: 10px; 
    display: inline-block;
}
.top-bar a {
    color: #616161;
}
.ticon {
    display: inline-block;
    font: normal normal normal 14px/1 ticons;
    font-size: inherit;
    text-rendering: auto;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ticon-phone, .ticon-envelope {
    color:#469ae4;
    margin-left:16px;
    margin-right:2px;
}
.wpex-sticky-header-holder{
    border-bottom: 1px #eee solid;
}
#site-header-inner {
    margin: 0 auto;
    max-width: 980px;
}
.main-navigation-ul>.menu-item>a:hover {
    color: #459ceb !important;
    text-decoration: none !important;
}

/*** DESKTOP ONLY ***/
@media only screen and (min-width: 960px) {
    #site-logo .logo-img {
        max-width: 220px !important;
    }
    .client-home-cards .list-group .list-group-item {
        min-height: 60px;
    }
    .client-home-cards .card-header .btn {
        min-width: 150px;
    }
}

header.header .main-navbar-wrapper {
    padding: 0;
    padding: 10px 0px;
    background: #4699e0;
}
header.header .navbar a {
    color: #fff;
    font-size: 14px;
    padding-right: 3rem!important;
}
.navbar-nav .dropdown-menu {
    background: #4699e0;
}
.dropdown-item:focus, .dropdown-item:hover, header.header .dropdown-item.active, header.header .dropdown-item:active {
    color: #fff;
    background-color: #257ec9;
}
.main-navigation-ul>.menu-item>a {
    font-size: 13px;
}
.breadcrumb-item a { color: #000; }
.container {
    width: initial !important;
}
.client-home-cards .card-header .btn {
    color: #fff;
    padding: 10px 20px;
    background-color: #3283c9;
}
.client-home-cards .card-header .btn:hover {
    color: #fff;
}
.div-service-item {
    min-height: 50px;
}
.client-home-cards .card {
    border-top: 3px solid #eee;
}
.client-home-cards .card-header {
    background-color: #666;
    /* background-image: linear-gradient(90deg, #333333, #666666, #fff, #fff); */
}
.client-home-cards .card-title {
    color: #fff;
}
.client-home-cards .card-title {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}
.tiles .tile .highlight {
    background-color: #3283c9;
}


/* Temporary until footer changed */
footer.footer {
    padding: 10px 0 10px;
}
footer.footer .copyright {
    margin: 0px 0;
}