/*!
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0
Template: Divi   
Description: Divi Child Theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#main-header {
    line-height: 23px;
    font-weight: 500;
    top: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    position: relative;
    z-index: 99999;
    background: #202021;
        padding: 15px 0;
}
#main-header #top-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 22px;
}
#main-header #top-menu > li:last-child {
    padding-right: 0;
}
#main-header #top-menu > li:last-child > ul.sub-menu {
    right: 0;
}
#main-header #top-menu a {
    color: #aaaab5;
    text-decoration: none;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
}

#main-header #top-menu-nav > ul > li > a:hover{
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#main-header #top-menu-nav > ul ul > li > a{
    color: #666;
}
#main-header #logo{
    max-height: 62%;
}
#main-header.et-fixed-header #logo{
    max-height: 55%;
}
.top_divider_banner:before {
    content: '';
    background: url(https://www.minegeotech.com.au/wp-content/uploads/2020/08/divider.png) no-repeat;
    position: absolute;
    width: 100%;
    left: 0;
    background-size: 100% 107px;
    top: 0;
    height: 107px;
    z-index: 10;
}
.border_solid {
    height: 8px;
    background: #e21300;
    max-width: 324px;
    margin: 0 auto;
    width: 100%;
}
a.et_pb_button.et_pb_button_0.btn_new.et_pb_bg_layout_light {
    border-color: #fff;
    color: #fff;
    margin-top: 21px;
}

a.et_pb_button.et_pb_button_0.btn_new.et_pb_bg_layout_light:hover {
    background: hsla(0,0%,100%,.2);
    border-color: transparent;
}
.list ul li{
    margin: 10px 0;
}
.red_line h6 {
    border-bottom: 10px solid red;
    max-width: 320px;
}
.et_pb_toggle_open .et_pb_toggle_title:after {
    content: '\229D';
    display: block !important;
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #000;
    top: 50%;
    margin-top: -.5em;
}
.publication_ls ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

.publication_ls ul li {
    width: 49%;
    border: 1px solid #000;
    padding: 15px;
    color: #000;
    font-size: 16px;
}
.team-box-accord .et_pb_toggle.et_pb_toggle_open.et_pb_module.et_pb_accordion_item {
    background: -moz-linear-gradient(45deg, rgba(255,200,46,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,200,46,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(45deg, rgba(255,200,46,1) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(45deg, rgba(255,200,46,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,200,46,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(45deg, rgba(255,200,46,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc82e', endColorstr='#00ffffff',GradientType=1 );
}
.team-box-accord .et_pb_toggle.et_pb_toggle_open.et_pb_module.et_pb_accordion_item li:before {
    content: '\25BA';
    position: absolute;
    left: 0;
}

.team-box-accord .et_pb_toggle.et_pb_toggle_open.et_pb_module.et_pb_accordion_item ul li {
    list-style: none;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}
.team-box-accord .et_pb_toggle.et_pb_toggle_open.et_pb_module.et_pb_accordion_item p {
    font-weight: 400;
}
@media(max-width:767px){
    .publication_ls ul li{
        width: 100%;
        margin: 5px 0;
    }
}