/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
:root {
    --facebook: #3A599A;
    --instagram: #B53C9F;
    --twitter: #0186B3;
    --linkedin: #307AB1;
    --youtube: #EB3222;
    --pinterest: #AF2626;
    --tiktok: #ff0050;
}

.consent-wrp {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.fusion-tabs .tab-pane {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.edf-flex-grow {
    flex-grow: 1;
}

/** search page */
#edf-search-bottom-link * {
    transition: 0.5s;
}
#edf-search-bottom-link .fusion-column-anchor {
    background-color: var(--awb-color3);
}
#edf-search-bottom-link:hover *{
    color: var(--awb-color1) !important;
    text-shadow: 0 1px rgba(0,0,0,0.5);
}
#edf-search-bottom-link:hover .fusion-column-anchor {
    background-color: var(--awb-color5);
    color: var(--awb-color1);
}
.edf-search-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.edf-search-meta li {
    display: inline-block;
    margin-right: 20px;
}
.edf-search-meta li i {
    display: inline-block;
    margin-right: 5px;
}
/** end search page */

/** Menu */
#edf-top-menu .fusion-menu > li:last-child .background-default,
#edf-top-menu .fusion-menu > li:last-child .background-active{
    border-right-width: 0 !important;
}
#edf-top-menu .fusion-menu .sub-menu {
    border-top: 2px solid var(--awb-color5);
}

/** add border-top to submenu panels */
#edf-main-menu .fusion-megamenu,
#edf-main-menu .fusion-menu > li > ul {
    border-top: 3px solid var(--awb-color5);
}

#edf-main-menu .fusion-megamenu-menu .fusion-megamenu .menu-item .fusion-megamenu-title {
    padding-left: 20px;
}
#edf-main-menu .fusion-megamenu-menu .fusion-megamenu .menu-item:hover .fusion-megamenu-title a {
    color: var(--awb-color5) !important;
}
#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item  {
    border-right: 1px solid #efefef;
    padding: 0 15px 15px;
}
#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item:last-child  {
    border-right: none;
}

#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item > .sub-menu > .menu-item > a > span,
#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item > .sub-menu > .menu-item .menu-item > a > span,
#edf-main-menu .fusion-menu > .menu-item > ul > .menu-item > a > span{
    display: inline-block;
    transition: 0.5s;
    padding-right: 15px;
}
#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item > .sub-menu > .menu-item.menu-item-has-children > a,
#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item > .sub-menu > .menu-item.menu-item-has-children:hover > a {
    color: var(--awb-color6) !important;
    cursor: default !important;
    pointer-events: none;
}
#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item > .sub-menu > .menu-item.menu-item-has-children > a::after {
    content: "\f107";
    font-family: awb-icons;
    pointer-events: all;
}
#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item > .sub-menu > .menu-item.menu-item-has-children:hover,
#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item > .sub-menu > .menu-item.menu-item-has-children:focus-within,
#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item > .sub-menu > .menu-item.menu-item-has-children:hover > a {
    background-color: transparent !important;
}
#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item > .sub-menu > .menu-item:not(.menu-item-has-children):hover > a > span,
#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item > .sub-menu > .menu-item .menu-item:hover > a > span,
#edf-main-menu .fusion-menu > .menu-item > ul > .menu-item:hover > a > span{
    padding-left: 15px;
    padding-right: 0;
}

#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item > .sub-menu > .menu-item.menu-item-has-children > .deep-level {
    height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out !important;
}
#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item > .sub-menu > .menu-item.menu-item-has-children:hover > .deep-level {
    height: auto;
}
#edf-main-menu .fusion-megamenu-menu .fusion-megamenu > .menu-item > .sub-menu > .menu-item.menu-item-has-children > .deep-level.off {
    height: 0;
}

#edf-main-menu:not(.collapse-enabled):not(.submenu-mode-flyout) #menu-main-menu > li > a > span.menu-text{
    line-height: 100px;
}
/** fix the distance from menu to submenu panels when menu is in sticky mode */
.fusion-container-stuck #edf-main-menu:not(.collapse-enabled):not(.submenu-mode-flyout) #menu-main-menu > li > a > span.menu-text {
    line-height: 60px;
}

#edf-main-menu:not(.collapse-enabled):not(.submenu-mode-flyout) #menu-main-menu > li::after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 2px;
    width: 0;
    border-top: 2px solid var(--awb-color5);
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    transform: translateX(-50%);
}
#edf-main-menu:not(.collapse-enabled):not(.submenu-mode-flyout) #menu-main-menu > li:hover::after{
    width: 100%;
}

/* fix mega menu spacing*/
.fusion-megamenu-holder {
    max-width: 1170px !important;
}

/** End - Menu */
#edf-top-menu-container  .fusion-social-links .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper .fusion-social-network-icon {
    background-color: transparent !important;
    border: none !important;
    transition: 0.5s;
}
#edf-top-menu-container  .fusion-social-links .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper .fusion-social-network-icon:hover {
    background-color: initial !important;
}

/** About Supply Chain Hotspots */
#edf-about-supply-title {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
}

#edf-about-supply .edf-hotspot-content {
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
}
#edf-about-supply .edf-hotspot-content h5,
#edf-about-supply .edf-hotspot-content img {
    margin: 0 0 15px 0;
}
#edf-about-supply.awb-image-hotspots .popover .arrow {
    display: none !important;
}
#edf-about-supply.awb-image-hotspots .popover {
    box-shadow: 0 5px 30px rgba(0,0,0,.4) !important;
}
#edf-about-supply .awb-image-hotspots-hotspot {
    font-size: 0;
}
#edf-about-supply .awb-image-hotspots-hotspot i.fas{
    font-size: 12px;
    transition: transform .5s ease-in-out;
}
#edf-about-supply .awb-image-hotspots-hotspot i.fas:hover{
    transform: rotate(90deg);
}
/** End - About Supply Chain Hotspots */

ul.edf-checklist {
    list-style: none;
    padding: 0;
}

ul.edf-checklist .edf-icon {
    display: inline-block;
    margin-right: 10px;
    color: var(--awb-color5);
}

.edf-table tbody tr:nth-child(odd){
    background: #e6e6e6;
}
.edf-table td, .edf-table th {
    padding: 10px;
}

.flexslider {
    margin-bottom: 0 !important;
    border-width: 0 0 2px !important;
}
.flexslider ul.slides li:not(.flex-active-slide) {
    opacity: 0.7;
}
.flexslider.edf-flexslider-carousel li {
    cursor: pointer;
}

#edf-office-social ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
/*    text-align: right;*/
}
#edf-office-social ul li{
    display: inline-block;
    padding: 0;
    margin: 0;
}
#edf-office-social ul li a{
    padding: 10px;
    background: #efefef;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 23px;
    text-align: center;
    color: #777777;
    font-size: 14px;
}
#edf-office-social ul li:last-child a{
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}
#edf-office-social ul li:first-child a{
     border-top-left-radius: 3px;
     border-bottom-left-radius: 3px;
}
#edf-office-social a:hover {
    color: #FFFFFF !important;
}

#edf-office-social a.edf-social-facebook {
    color: var(--facebook);
}
#edf-office-social a.edf-social-facebook:hover {
    background: var(--facebook);
}

#edf-office-social a.edf-social-instagram {
    color: var(--instagram);
}
#edf-office-social a.edf-social-instagram:hover {
    background: var(--instagram);
}

#edf-office-social a.edf-social-twitter {
    color: var(--twitter);
}
#edf-office-social a.edf-social-twitter:hover {
    background: var(--twitter);
}

#edf-office-social a.edf-social-linkedin {
    color: var(--linkedin);
}
#edf-office-social a.edf-social-linkedin:hover {
    background: var(--linkedin);
}

#edf-office-social a.edf-social-youtube {
    color: var(--youtube);
}
#edf-office-social a.edf-social-youtube:hover {
    background: var(--youtube);
}

#edf-office-social a.edf-social-pinterest {
    color: var(--pinterest);
}
#edf-office-social a.edf-social-pinterest:hover {
    background: var(--pinterest);
}
#edf-office-social a.edf-social-tiktok {
    color: var(--tiktok);
}
#edf-office-social a.edf-social-tiktok:hover {
    background: var(--tiktok);
}

.aioseo-breadcrumbs a,
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
    color: var(--awb-color2);
}
.dark-breadcrumbs .aioseo-breadcrumbs a,
.dark-breadcrumbs .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
    color: var(--awb-color7);
}
.aioseo-breadcrumbs a:hover {
    color: var(--awb-color5);
}



/** Impact Stories Flip Cards */
.edf-flip-card {
    background-color: transparent;
    width: 100%;
    height: 250px;
    perspective: 1000px;
}

.edf-flip-card .fusion-column-wrapper,
.edf-flip-card .fusion-builder-row {
    height: 100%;
    width: 100%;
    position: relative;
}

.edf-flip-card .fusion-builder-row {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.edf-flip-card:hover .fusion-builder-row {
    transform: rotateY(180deg);
}

.edf-flip-card .edf-flip-card-front,
.edf-flip-card .edf-flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.edf-flip-card .edf-flip-card-front {
}

.edf-flip-card .edf-flip-card-back {
    transform: rotateY(180deg);
}
/** End - Impact Stories Flip Cards */

/** Pillars of Sustainability */
.edf-pillar {
    position: relative;
    overflow: hidden;
    min-height: 60vh;
}
.edf-pillar .edf-pillar-icon,
.edf-pillar .edf-pillar-text,
.edf-pillar .edf-pillar-title,
.edf-pillar .edf-pillar-btn {
    position: absolute !important;
    transition: 0.5s;
}
.edf-pillar .edf-pillar-icon {
    top: 60px !important;
}
.edf-pillar:hover .edf-pillar-icon {
    top: 40px !important;
}

.edf-pillar .edf-pillar-text {
    bottom: 110px !important;
    display: none !important;
}
.edf-pillar:hover .edf-pillar-text {
    bottom: 160px !important;
}

.edf-pillar .edf-pillar-title {
    bottom: 20px !important;
}
.edf-pillar:hover .edf-pillar-title {
    bottom: 70px !important;
}

.edf-pillar .edf-pillar-btn {
    bottom: -60px !important;
    opacity: 0;
    transition: 0.7s;
    cursor: pointer !important;
}
.edf-pillar-btn .button-icon-left {
    margin: 0 !important;
}

.edf-pillar:hover .edf-pillar-btn {
    bottom: 30px !important;
    opacity: 1
}
/** End - Pillars of Sustainability */

/** Edf Testimonials */
.edf-testimonials blockquote p{
    font-family: Georgia, serif !important;
    font-style: italic !important;
    text-align: center;
}
.edf-testimonials .author {
    display: flex;
    justify-content: center;
    text-align: center;
}
.edf-testimonials .author span {
    display: block;
    font-size: 0.8em;
}
.edf-testimonials .author span strong::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "- ";
}
.edf-testimonials .testimonial-pagination a{
    background-color: var(--awb-color5) !important;
    border: none !important;
    opacity: 0.5;
    width: 7px !important;
    height: 7px !important;
}
.edf-testimonials .testimonial-pagination a.activeSlide {
    opacity: 1;
}
/** Edf Testimonials */

/** Footer */
#edf-footer-recent-news a:hover {
    color: var(--awb-color5);
}
#edf-footer-recent-news article{
    margin-bottom: 10px;
}
#edf-footer-counter .counter-box-container {
    text-align: left;
    padding: 0 !important;
}
#edf-footer-counter .counter-box-content {
    /*display: none !important;*/
    color: var(--awb-color4) !important;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#edf-footer-counter .fusion-counter-box{
    margin-bottom: 0 !important;
}
#edf-footer-key-links li a::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    content: "\f105";
    padding-right: 10px;
}
#edf-copyright-menu .fusion-menu > li > a > span{
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px dotted transparent;
}
#edf-copyright-menu .fusion-menu > li > a:hover > span{
    border-bottom: 1px dotted #ffffff;
}
#footer-first-row .fusion-title h6,
#footer-first-row .fusion-widget-area h6 {
    color: #eee !important;
}
/** End - Footer */

/** Form */
.fusion-form label {
    text-transform: uppercase !important;
    font-size: 0.8em !important;
    font-weight: bold;
}
.fusion-form label .fusion-form-element-required {
    color: #ff0000;
}
/** End - Form */

/** Tags */
.edf-tags a {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid var(--awb-color4);
    color: var(--awb-color12);
    transition: 0.5s;
}
.edf-tags a:hover {
    border-color: var(--awb-color5);
    color: var(--awb-color5);
}

/** End - Tags */

/** Pagination */
.pagination {
    justify-content: center !important;
}
.pagination > a.inactive,
.pagination > span.current {
    border-radius: 50% !important;
    border: 1px solid var(--awb-color4) !important;
    color: var(--awb-color5) !important;


}
.pagination > span.current,
.pagination > a.inactive:hover {
    border-color: var(--awb-color5) !important;
    background-color: var(--awb-color5) !important;
    color: var(--awb-color1) !important;
}
/** End - Pagination */

/** Placeholder */
.fusion-placeholder-image {
    background: url("assets/placeholder.png") no-repeat center center #efefef !important;
}
/** End - Placeholder */

/** Panel */
.edf-panel {
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    text-align: left;
}
.edf-panel-heading {
    font-weight: bold;
    background: #efefef;
    border-bottom: 1px solid #cdcdcd;
    padding: 5px 15px;
}
.edf-panel-content {
    padding: 15px;
}
.edf-media-contact-item {
    margin-bottom: 15px;
}
.edf-media-contact-item:last-child {
    margin-bottom: 0;
}
.edf-media-contact-item h6 {
    padding: 0;
    margin: 0;
}
/** End - Panel */

/** Footer Copyright */
#edf-copyright-menu li {
    border-right: 1px solid rgba(255,255,255, 0.5);
}
#edf-copyright-menu li:last-child {
    border-right: none;
}
/** End - Footer Copyright */

/** Office Post Card */
.edf-office-post-card-col {
    min-height: 200px;
}
.edf-office-card-name {
    position: absolute;
    bottom: 0;
    z-index:1000;
}
/** End - Office Post Card */

/** Tabs */
#edf-office-tabs .fusion-tabs .nav {
    border-bottom: 1px solid #eeeeee !important;
}
/** End - Tabs */

/** Description List */
dl.edf-dl {
    display: flex;
    flex-flow: row wrap;
}
dl.edf-dl dt,
dl.edf-dl dd{
    padding: 8px 10px;
}
dl.edf-dl dt {
    flex-basis: 20%;
    text-align: right;
}
dl.edf-dl dd {
    flex-basis: 70%;
    flex-grow: 1;
    margin: 0;
}
.edf-dl dt:nth-of-type(odd),
.edf-dl dd:nth-of-type(odd){
    background: #e6e6e6;
}
/** End - Description List */

/** Grid */
.edf-post-grid .fusion-filters {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    border: 1px solid #dedede;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block !important;
    line-height: 31px;
}
.edf-post-grid .fusion-filters li {
    margin: 0;
    padding: 0;
    border-right: 1px solid #dedede;
}
.edf-post-grid .fusion-filters li:last-child {
    border-right: 0;
}
.edf-post-grid .fusion-filters li a {
    padding: 10px 20px;
    color: #777777;
}
.edf-post-grid .fusion-filters li a:hover {
    color: #658D1B;
}
.edf-post-grid .fusion-filters li.fusion-active {
    background: var(--awb-color5);
    color: #ffffff;
}
/** End - Grid */

/** Our Company Top Links */
#our-company-top-links .menu-item {
    border-right: 1px solid #FFFFFF;
    flex-grow:1;
    flex-basis: 0;
    text-align: center;
}
#our-company-top-links.collapse-enabled .menu-item {
    border-right: 0;
    width: 100%;
}
#our-company-top-links .menu-item:last-child {
    border-right: 0;
}
#our-company-top-links a{
    display: flex;
    margin: 0 5px;
    text-align: center;
    height: 50px;
    vertical-align: middle;
}
#our-company-top-links a > span {
    display: inherit;
}
/** End - Our Company Top Links */

/* Lastest News Card */
.bottom-latest-news-card img {
    object-fit: contain !important;
}
/* End - Lastest News Card */


@media screen and (max-width: 640px) {
    table {
        width:100%;
    }
    thead {
        display: none;
    }
    tr:nth-of-type(2n) {
        background-color: inherit;
    }
    tr td:first-child {
        background: #f0f0f0;
        font-weight:bold;
        font-size:1.1em;
    }
    tbody td {
        display: block;
        background: #FFFFFF;
        text-align:center;
    }
    tbody td:before {
        content: attr(data-th);
        display: block;
        text-align:center;
    }
}

