/*
Theme Name: Do Diligence
Theme URI: https://dodiligence.com.au
Template: astra
Author: Do Diligence
Author URI: https://dodiligence.com.au
Version: 1.0.1572562287
Updated: 2019-10-31 22:51:27

*/

:root {
    --color-brand: #008fb4;
    --color-brand-secondary: #43c5e4;
    --color-brand-yellow: #E3931A;   
    --color-brand-background: #DBF1F8;   
    --color-white: #fff;
    --color-grey-light: #f7f7f7;
    --color-grey: #ddd;
    --color-grey-dark: #333;
    --color-body: #001e28;
    --box-shadow: 0 0 2rem rgba(0,0,0,.2);
    --box-shadow--hover: 0 0 2rem rgba(0,0,0,.2);
    --border-radius: 5px;
    --transition-duration: .1s;
}

body {
    color: #333;
}

.site-content {
    overflow: hidden;
}

#primary {
    margin-top: 0;
}

.entry-content h1 {
    font-weight: 700;
    text-transform: uppercase;
}

.link--action {
    font-weight: 700;
    position: relative;
}

.link--action:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--color-brand );
    border-top: 2px solid var(--color-brand );
    transform: rotate( 45deg );
    top: 11px;
    right: -20px;
    transition: var( --transition-duration );
    border-top-right-radius: 2px;
}

.link--action:hover:after {
    right: -24px;
}

.bg-color-white {
    background-color: var( --color-white );
}

.bg-color-light {
    background-color: var( --color-brand-secondary );
}

.bg-color-blue {
    background-color: var( --color-brand );
}

.bg-color-dark {
    background-color: var( --color-body );
}

.bg-color-gradient {
    background: linear-gradient(45deg, var(--color-brand) 0%,var(--color-brand-secondary) 100%);
}
@media (min-width: 769px) {
    .main-header-bar .ast-container {
        max-width: 1140px;
    }
}

.site-header {
    z-index: 9999;
}

.site-header .menu-item a {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.8;
    margin-top: 4px;
}

.site-header .sub-menu li a {
    padding: .5em 1em;
}

.menu-btn a {
    height: 70% !important;
    background-color: var(--color-brand);
    border-radius: 4px;
    color: #fff;
}
.menu-btn a:hover {
    color: #fff !important;
    filter: brightness(0.9);
}

.wp-block-separator {
    max-width: 30px;
    height: 3px;
    border-radius: 3px;
    margin-top: 0;
    margin-bottom: 1em;
}

.eyebrow {
    color: var( --color-brand-yellow );
    position: relative;
    font-weight: 700;
}
.eyebrow:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: var( --color-brand-yellow );
    border-radius: 2px;
    bottom: -16px;
    left: 50%;
    margin-left: -15px;
}
.eyebrow-left:after {
    left: 0;
    margin-left: 0;
}

.wp-block-button__link {
    border-radius: 2px;
    padding: 10px 40px;
    color: #ffffff;
    border-color: #089abf;
    background-color: #089abf;
    font-weight: 400;
}
.wp-block-button__link:hover {
    color: #ffffff;
    border-color: #0586ad;
    background-color: #0586ad;
}

.w-680 {
    max-width: 680px !important;
    margin: auto !important;
}

.dd_secondary_header {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.dd_secondary_header a {
    color: rgba( 250,250,250, 0.7);
    font-weight: 700;
}

.dd_secondary_header a:hover {
    color: rgba( 250,250,250, 1);
}

.dd_secondary_header .container {
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.dd_secondary_header svg {
    width: 20px;
    fill: rgba( 250,250,250, 0.7);
    margin-right: 8px;
    margin-left: 16px;
}

.dd-secondary-header__contact-links,
.dd-secondary-header__client-area {
    display: flex;
    align-items: center;
}

.main-navigation a {
    /* font-size: 16px; */
}

.wpls-logo-showcase button.slick-prev, 
.wpls-logo-showcase button.slick-prev:active,
.wpls-logo-showcase button.slick-next,
.wpls-logo-showcase button.slick-next:active {
	background-color: rgba(0,0,0,0.3) !important;
}

.testimonial_rotator_img,
.testimonial_rotator.template-longform .testimonial_rotator_img img {
	width: 120px !important;
	height: auto !important;
}

.wpls-logo-showcase-slider-wrp {
	margin-left: -140px;
    margin-right: -140px;
    max-width: unset;
    width: unset;
}
.ast-header-break-point .wpls-logo-showcase-slider-wrp {
	margin-left: auto;
	margin-right: auto;
}

.super-list-checkmark {
    position: relative;
    padding-left: 50px;
    margin-bottom: .2em !important;
}

.super-list-checkmark:before {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var( --color-brand-secondary );
    margin-right: 12px;
    border: 4px solid var( --color-brand-background );
    box-sizing: content-box; 
    left: 0;
}

.super-list-checkmark:after {
    position: absolute;
    display: block;
    content: '';
    width: 6px;
    height: 12px;
    border-bottom: 2px solid var( --color-brand-background );
    border-right: 2px solid var( --color-brand-background );
    transform: rotate(45deg);
    left: 17px;
    top: 12px
}

.super-list-text {
    padding-left: 50px;
}

@media ( max-width: 960px )  {
    .block-hero__container {
        grid-template-columns: 1fr; 
    }
}

@media ( max-width: 781px )  {
    .mobile-column-reverse {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .ast-separate-container.ast-right-sidebar #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container #primary, .ast-plain-container #primary {
        margin-top: 0 !important;
        padding-top: 0;
    }
}

@media ( max-width: 720px )  {
    .dd-secondary-header__contact-links {
        display: none;
    }

    .dd_secondary_header .container {
        justify-content: center;
    }

    .main-header-bar .ast-masthead-custom-menu-items {
        display: none;
    }
}