/*
Theme Name: Exponent Child
Description: Exponent Child Theme
Author: Brand Exponents
Template: exponent
Version: 1.0
*/

.hero .tatsu-section-background, .tatsu-section-background-wrap {
    left: auto;
    right: -5%;
}

.exp-entry-header {
    padding-top: 160px!important;
    padding-bottom: 80px!important;
}
.exp-entry-header .be-row {
    text-align: left;
    align-items: normal;
    justify-content: left;
}
.exp-breadcrumbs a:hover {
    color: #ffffff!important;
}
/* transparent header colours */
#tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-menu>ul>li:not(.tatsu-hovered):not(.current-menu-parent):not(.current-menu-item)>a {
    color: #0B0D17!important;
}
/* remove animation on hover */
.tatsu-menu-widget-wrap:not(.horizontal-menu) a:hover{left:0px}

/* 7 column layout for partner logos */
.flex-grid {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.flex-grid .col {
    flex: 10%;
    padding: 20px;
}
.flex-grid .col img {
    max-height: 50px;
}
.flex-grid.small .col {
    flex: 50%;
}
.flex-grid.small .col.first {
    flex: 100%;
}
@media only screen and (max-width : 767px) {
    .flex-grid .col {
        flex: 50%;
        padding-bottom: 40px;
    }
    .flex-grid .col.first {
        flex: 100%;
    }
}
/* remove padding from names in teams page */
.team h5 {
    padding-top: 10px!important;
    margin-bottom: 0!important;
    line-height: 100% !important;
}

/* make google maps responsive */
.map-responsive{
    overflow:hidden;
    padding-bottom:70%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
