/*
Theme Name:         Wide Eye - Purple
Description:        A WordPress starter theme created by the team at Wide Eye
Version:            2.0.1
Author:             Wide Eye
Author URI:         http://www.wideeyecreative.com/
Description:        Latest base theme from Wide Eye
*/

#custom-mid-menu .menu {
    margin: auto;
    text-align: center;
}
#custom-mid-menu ul li {
    float: none;
    display: inline-block;
    width: auto;
}
#custom-mid-menu ul li a {
    font-size: 16px;
    font-family: cerebri-sans-medium;
    display: block;
    text-align: center;
    color: #2cbda8;
    position: relative;
    margin: 5px 10px;
    padding: 20px 0 20px 0;
}
#custom-mid-menu ul li a:before {
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 2px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #2cbda8;
    opacity: 0;
    transition: .35s;
}
#custom-mid-menu li a:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2cbda8;
    opacity: 0;
    transition: .35s;
}
#custom-mid-menu ul li a:hover {
    background: transparent;
}
#custom-mid-menu ul li a:hover:after, #custom-mid-menu ul li a:hover:before {
    opacity: 1;
}

#custom-mid-menu .vc_wp_custommenu , #custom-mid-menu .vc_wp_custommenu li{
    margin: 0px;
}
.custom-width-image .story-img.wp-post-image {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}
.timeline-content .full-width {
    display: none;
}
.opportunity-work-center-text .wpb_text_column p {
   color: #1cb69f;
    line-height: 20px;
}
.opportunity-work-center-text .wpb_text_column {
    background: rgb(255 255 255 / 90%);
    max-width: 470px;
    width: 100%;
    padding: 15px 30px;
}
#opportunity-for-all-work {
    position: relative;
}
#opportunity-for-all-btn {
    position: absolute;
    z-index: 999;
    bottom: 30px;
    left: 30px;
}
#resources-message .vc_message_box-icon>* {
    top: 40px;
}
#resources-message h4 {
    font-size: 22px;
    line-height: 26px;
}
#approach-resilience .resilience-img .vc_column-inner {
    padding: 0px;
}
#work-quote p {
    max-width: 420px;
    font-size: 27px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    margin: 10px auto;
	font-family: 'cerebri-sans-bold';
}
