/*
File Name: style.css
Theme Name: MaxiWork Theme
Author: Synio
Version: 0.7
Author URI: https://syn.io
Theme URI: https://www.maxiwork.be
Description: MaxiWork theme by Synio
Text Domain: businesslounge
Template: businesslounge
*/

.businesslounge-dark-header .header-col .main-menu > li.big-btn > a > span {
    background: #224099;
    border: 3px solid #224099;
    color: white;
    margin-left: 15px;
    transition: all 0.25s ease-out;
}

.businesslounge-dark-header .header-col .main-menu > li:hover > a > span {
    color: #224099 !important;
}

.businesslounge-dark-header .header-col .main-menu > li.big-btn:hover > a > span {
    background: white;
    border: 3px solid #224099;
    color: #224099 !important;
}

#footer {
    color: #ddd;
}

#footer li.faded-link a {
    color: #555;
}

#footer li.faded-link a:hover {
    color: #aaa;
}

#footer .big-btn a {
    color: #496cd6;
}

#sticky-logo img {
    padding: 8px 0;
}

#footer ul li:before {
    color: #496cd6;
}

#logo,
#sticky-logo {
    border-width: 0 !important;
}

.align-left .gallery-item-holder {
    margin: auto auto auto 0 !important;
}

.loop.type-portfolio.hover-1:hover .image-thumbnail img {
    -webkit-filter: none;
    filter: none;
}

.loop.type-portfolio.hover-1 a {
    cursor: auto;
    pointer-events: none;
}
.loop.type-portfolio.hover-1 a:hover {
    color: black;
    opacity: 1;
}

.wpcf7-form [type="submit"] {
    background-color: #224099 !important;
    transition: all 0.25s ease;
}
.wpcf7-form [type="submit"]:hover {
    background-color: black !important;
}

.mw-floating-contact-button {
    right: 0;
    top: 50%;
    bottom: auto;
    left: auto;
    -webkit-transform: rotate(270deg) translate(100%,-50%);
    -moz-transform: rotate(270deg) translate(100%,-50%);
    -ms-transform: rotate(270deg) translate(100%,-50%);
    transform: rotate(270deg) translate(100%,-50%);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    position: fixed!important;
    z-index: 1999999998!important;
    overflow: visible!important;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    background: #224099;
    color: white;
    padding: 1rem;
    text-decoration: none;
    padding: 1rem 2rem;
    font-weight: bold;
    transition: all 0.25s ease;
    border-radius: 1rem 1rem 0 0;
}
.mw-floating-contact-button:hover,
.mw-floating-contact-button:focus {
    background: black;
    color: white;
    text-decoration: none;
}

body.blog #main_content article.type-post .featured_media {
    max-width: 363px;
    overflow: hidden;
    height: 290px;
}

body.blog #main_content article.type-post .featured_media a {
    height: 100%;
    width: 100%;
}

body.blog #main_content article.type-post .featured_media img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
