/*
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: #0A66C2;
    --youtube: #EB3222;
    --pinterest: #AF2626;
    --tiktok: #ff0050;
    --btn-hover-color: #7FA51F;
}

.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 */
/** 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 .awb-menu__mega-wrap,
#edf-main-menu .fusion-menu > li > ul {
    border-top: 3px solid var(--awb-color5);
}
#edf-main-menu .awb-menu__mega-wrap {
    box-shadow: var(--awb-box-shadow);
}
#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;
}
*/
.commodities-mega-menu .awb-menu__mega-wrap {
    max-width: 1050px !important;
}
.commodity-header a{
    color: var(--awb-color7) !important;
}
.commodity-header.commodity-coffee a:hover {
    color: var(--awb-custom_color_3) !important;
}
.commodity-header.commodity-mlp a:hover {
    color: var(--awb-custom_color_5) !important;
}
.commodity-header.commodity-sugar a:hover {
    color: var(--awb-custom_color_4) !important;
}
.menu-commodity-headline {
    min-height: 90px;

}
.menu-commodity-subtitle {
    min-height: 60px;
}

/** 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;
}


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-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: 1em;
}
.edf-testimonials .author span strong::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "- ";
}
.edf-testimonials .testimonial-pagination a{
    background-color: var(--btn-hover-color) !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;
    background-size: contain !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 */
.menu-bar-links {
    background-color: var(--awb-color5);
}
.menu-bar-links ul {
    min-height: 3em;
    max-height: 3em;
}
.menu-bar-links .menu-item {
    border-right: 1px solid #FFFFFF;
    width: 25%;
    text-align: center;
}
.menu-bar-links.collapse-enabled .menu-item {
    border-right: 0;
    width: 100%;
}
.menu-bar-links .menu-item:last-child {
    border-right: 0;
}
.menu-bar-links a{
    display: flex;
    margin: 0 5px;
    text-align: center;
    height: 4em;
    vertical-align: middle;
    font-size: 0.70em;
}
.menu-bar-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 */

/* Buttons */
.thjm-search-button {
    display: flex !important;
    justify-content: flex-end;
}
#thjm_job_filter_reset {
    order: 1;
}
#thjm_job_filter_filter {
    order: 0;
}

.thjmf-job-button,
.thjm-job-button,
.thjm-job-filters-button,
.thjm-load-more-button-wrapper button {
    background-color: var(--awb-color5);
    border-radius: 3px !important;
    border: 0 !important;
    color: #FFFFFF;
    margin: 10px 0 !important;
    padding: 10px 25px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    height: auto !important;
    transition: 0.3s;
    cursor: pointer;
}
.thjmf-job-button:hover,
.thjm-job-button:hover,
.thjm-job-filters-button:hover,
.thjm-load-more-button-wrapper button:hover {
    color: #000000 !important;
    background-color: var(--btn-hover-color) !important;
    border-color: var(--btn-hover-color) !important;
}
.thjm-search-button  .thjm-job-filters-button {
    margin-right: 10px !important;
}

.thjmf-share-job {
    display: none;
}
.thjm-job-listing-filter-wrapper,
.thjm-job-filters select,
.thjm-job-filters label,
.thjm-job-filters select option {
    font-family: var(--body_typography-font-family) !important;
}

.thjm-job-listing-filter-wrapper {
    background: #f8f9fa !important;
    border: 1px solid var(--awb-color4) !important;
    border-radius: 5px !important;
    padding: 10px 20px 20px !important;

}
.thjm-job-filters select {
    border-color: var(--awb-form-focus-border-hover-color) !important;
    padding: 0.5em 1em !important;
    min-height: auto !important;
}

.thjm-job-filters label {
    color: var(--awb-form-label-color) !important;
    text-transform: uppercase !important;
    font-size: 0.8em !important;
    font-weight: bold !important;
}

.thjmf-single-job .thjmf-field-file .thjmf-input-wrapper{
    align-items: flex-start;
}

.thjm-listing-loop-content table.thjm-listing-solo-table {
    border-top: 0 !important;
}
.thjm-listing-loop-content .thjm-job-single-more,
.thjm-loop-job .thjm-loop-job-details-button{
    text-align: left !important;
    padding-left: 10px !important;
    text-transform: lowercase !important;
    display: none !important;
}
.thjm-listing-loop-content .thjm-job-single-excerpt,
.thjm-share-job,
.thjm-loop-job-excerpt {
    display: none !important;
}
.thjm-listing-loop-content h3,
.thjm-loop-job h2 {
    font-size: 1.2em !important;
    text-transform: none !important;
}

#thjm-job-listings-box .thjm-job-listing-filter-wrapper .thjm-search-filters .thjm-job-filters {
    width: 50%;
}
@media screen and (max-width: 1170px) {
    #thjm-job-listings-box .thjm-job-listing-filter-wrapper form {
        flex-direction: column !important;
    }
    #thjm-job-listings-box .thjm-job-listing-filter-wrapper .thjm-search-filters,
    #thjm-job-listings-box .thjm-job-listing-filter-wrapper .thjm-search-button {
        width: 100% !important;
    }
}
@media screen and (max-width: 700px) {
    #thjm-job-listings-box .thjm-job-listing-filter-wrapper .thjm-search-filters .thjm-job-filters {
        width: 100%;
    }
}
.thjm-single-job-page .thjm-field-has-placeholder-label .thjm-validation-message {
    border-radius: 4px !important;
}

.thjm-field-file .thjm-input-wrapper {
    border: 1px solid #e2e2e2 !important;
    border-radius: 4px !important;
}
#thjm_job_application {
    width: 50%;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    #thjm_job_application {
        width: 75%;
    }
}
@media screen and (max-width: 768px) {
    .thjm-single-job-page .thjm-form-row-first, .thjm-single-job-page .thjm-form-row-last {
        width: 100% !important;
    }
    #thjm_job_application {
        width: 100%;
    }
}
#are_you_eligible_to_work_in_the_country_of_application_field {
    width: 100%;
}
#thjm_show_form {
    display: block;
    margin: 0 auto 50px !important;
}

/* End - Buttons */

/** About */
.edf-nested-col .edf-inline-btn {
    display: inline-block;
    margin-bottom: 10px;
}


/** About Numbers grid */
#edf-about-grid {
    font-size: 26px;
}
#edf-about-grid > div {
    padding: 80px;
}
#edf-about-grid .edf-about-grid-item {
    margin: 0;

}
#edf-about-grid h3{
    line-height: 1.1em !important;
}
#edf-about-grid .edf-about-details p {
    line-height: 1.1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
#edf-about-grid .edf-about-grid-item > div {
    aspect-ratio: 1;
    margin: 7% !important;
}
@media screen and (max-width: 1400px) {
    #edf-about-grid {
        font-size: 25px;
    }
    #edf-about-grid > div {
        padding: 50px;
    }
}
@media screen and (max-width: 1200px) {
    #edf-about-grid {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) {
    #edf-about-grid {
        font-size: 20px;
    }

    #edf-about-grid > div {
        padding: 50px;
    }

    #edf-about-grid h6 {
        font-size: 0.6em !important;
    }
}

@media screen and (max-width: 640px) {
    #edf-about-grid > div {
        padding: 20px;
    }

}
@media screen and (max-width: 500px) {
    #edf-about-grid h6 {
        font-size: 0.6em;
    }
}
/** End - About Numbers grid */
/** End - About */


/* Taglines */
.edf-taglines .reading-box{
    display: flex;
    flex-direction: column;
    border-left-color: var(--awb-color5) !important;
    border-left-width: 5px !important;
    padding: 0 15px 0 25px !important;
    margin-bottom: 0 !important;
}
.edf-taglines .reading-box .button {
    order: 5;
    margin: 15px 0 0;
    width: calc( min(500px, 100%) / 4 );
    color: var(--awb-color5);
    text-align: center;
    padding: 5px 10px;
    border: 1px solid var(--awb-color5) !important;
    border-radius: 3px !important;
    font-size: 0.7em !important;
}
.edf-taglines .reading-box .button:hover {
    color: #FFFFFF !important;
    background: var(--btn-hover-color) !important;
    border-color: var(--btn-hover-color) !important;
}
.edf-taglines .reading-box h2 {
    font-size: 1.1em !important;
    text-transform: none !important;
}

/* End - Taglines */
.edf-brands-row img {
    max-height: 60px;
    width: auto;
}

@media screen and (max-width: 640px) {
    table {
        width:100%;
    }
    table:not(.thjm-listing-solo-table) thead {
        display: none;
    }
    tr:nth-of-type(2n) {
        background-color: inherit;
    }
    table:not(.thjm-listing-solo-table) 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;
    }
}

/** Everest Timeline Patch */
/*.et-timeline-item {
    background: transparent !important;
}
.et-timeline-date span {
    padding: 10px !important;
    border-radius: 3px !important;
}*/
/** End - Everest Timeline Patch */

/*
#edf-title-bar {
    background-attachment: initial !important;
    background-size: 100% auto !important;
    background-position: center top;
}
*/
/* Jobs Manager */
body.thjm-theme-Avada .thjm-job-button{
    height    : unset !important;
} 
.thjm-single-job .thjm-form-row .input-text,
.thjm-single-job .thjm-form-row select,
.thjm-single-job .thjm-form-row textarea {
    border-radius: 4px !important;
    font-size: var(--awb-form-font-size) !important;
    border-style: solid !important;
}
.thjm-single-job .thjm-form-row label {
    text-transform: uppercase !important;
    font-size: 0.8em !important;
    font-weight: bold !important;
}
#salary_field {
    margin-top: 39px !important;
}
.thjm-single-job textarea:focus-visible {
    outline: 0 !important;
}
#edf-article-layout .awb-imageframe-caption-title {
    display: none;
}