/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body{
	overflow-x: hidden;
}

/* Base Style Overrides */

.elementor-widget-theme-post-content ul:not([class]) {
    margin-block: 0.9rem;
}

.elementor [type=button],
.elementor [type=submit],
.elementor button {
    border: none;
}

.elementor-text-editor>ul {
    margin-bottom: 1em;
}

table {
    font-size: var(--e-global-typography-text-font-size);
}

/* Back to top button */

#rb-btt {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 2.5em;
    height: 2.5em;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#rb-btt i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em;
    display: flex;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#rb-btt:hover {
    background: rgba(0, 0, 0, 0.9);
}

/*
    Add your custom styles here
*/
/*MEGA MENU*/
.elementor-location-header>div {
    position: relative;
}

#mega-menu {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(15px);
    position: fixed;
    top: auto;
    left: 0;
    width: 100%;

    z-index: 100;
    display: none;
}

#mega-menu.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
    transform: translateY(0px);
    display: block
}

@media(max-width:1024px) {

    #mega-menu,
    #mega-menu.active {
        display: none;
    }
}

/*Team Member*/
.elementor-post.team_member {
    position: initial;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.elementor-post.team_member .elementor-post__text {
    padding: 20px;
}

.elementor-post.team_member .elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
    width: 100%;
    display: block;
}

.elementor-post.team_member .elementor-post__thumbnail__link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.elementor-post.team_member .team-member--info {
    margin-bottom: 10px;
}

.elementor-post.team_member .team-member--info p {
    text-align: left;
    margin-bottom: 0px !important;
}

.elementor-post.team_member .team-member--content-inner p {
    margin-bottom: 10px;
}

.elementor-post.team_member .team-member--content-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 6px #000;
    max-width: 550px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: none;
}

.elementor-post.team_member .elementor-post__title {
    margin-bottom: 20px !important;
}

.elementor-post.team_member .team-member--content-inner .elementor-post__title {
    margin-bottom: 10px !important;
}

.elementor-post.team_member .team-member--content-inner .icon {
    position: absolute;
    right: 5px;
    font-size: 30px;
    top: 5px;
    cursor: pointer;
}

.elementor-post.team_member:after {
    width: 10000px;
    height: 5000px;
    content: "";
    background: #000000a8;
    position: absolute;
    left: -1000px;
    bottom: top;
    top: -1000px;
    z-index: 1;
    visibility: hidden;
    transition: all 0.3s ease;
    display: none;
}

.elementor-post.team_member.active .team-member--content-inner,
.elementor-post.team_member.active:after {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    display: block;
}

.elementor-post.team_member .team-member--wrap {
    position: relative;
    display: block;
}

.elementor-post.team_member .team-member--wrap:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .3s ease;
    z-index: 1;
    top: 0;
    left: 0;
}

.elementor-post.team_member .elementor-post__title,
.elementor-post.team_member .elementor-post__thumbnail__link {
    pointer-events: none;
}

.elementor-post.team_member:hover .team-member--wrap:after,
.elementor-post.team_member:hover .team-member--wrap .team-member-view {
    opacity: 1;
    transition: all .3s ease;
}

.elementor-post.team_member .team-member--wrap .team-member-view {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease;
    z-index: 10;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.site-template-page {
    overflow: hidden;
}

@media(max-width: 1023px) {
    .elementor-post.team_member .team-member--content-inner {
        width: 100%;
        max-width: 700px;
    }
}

.skin-affiliate--wrapper {
    display: flex;
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.skin-affiliate--wrapper .skin-affiliate--thumbnail {
    flex: 0 0 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #01343d;
     background-image: url(/wp-content/uploads/2021/10/ACCPA-Logo_Primary_Orange-_-White-1.png);
    background-repeat: no-repeat;
    background-position: center; */
}

.skin-affiliate--wrapper .skin-affiliate--thumbnail .elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
    display: block;
    line-height: 1;
    height: 100%;
}

.skin-affiliate--wrapper .skin-affiliate--thumbnail .elementor-post__thumbnail__link .elementor-post__thumbnail {
    height: 100%;
}

.skin-affiliate--wrapper .skin-affiliate--thumbnail .elementor-post__thumbnail__link .elementor-post__thumbnail img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
    object-position: top center;
}

.skin-affiliate--wrapper .skin-affiliate--content {
    flex-grow: 1;
    font-size: 16px;
    padding-left: 20px;
}

.skin-affiliate--wrapper .skin-affiliate--content .heading {
    display: flex;
    justify-content: space-between;
}

.skin-affiliate--wrapper .extra-content--top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(112 112 112 / 17%);
}

.elementor-post .skin-affiliate--wrapper .elementor-icon-list-icon {
    display: inline-block;
}

.elementor-post .skin-affiliate--wrapper .elementor-icon-list-text {
    color: #ff622f;
    margin-left: 10px;
}

.elementor-post .skin-affiliate--wrapper .elementor-icon-list-items:first-child .elementor-icon-list-text {
    padding-left: 0;
}

.elementor-post .skin-affiliate--wrapper .elementor-icon-list-items:hover .elementor-icon-list-text {
    color: #ff2d00;
}

.skin-affiliate--wrapper .elementor-icon-list-items {
    margin-bottom: 5px;
}

.skin-affiliate--wrapper .extra-content--bottom {
    display: flex;
    justify-content: space-between;
}

.skin-affiliate--wrapper .extra-content--bottom .price {
    font-weight: 700;
    color: #CF6E2D;
}

.skin-affiliate--wrapper .extra-content--bottom .price span {
    margin-left: 15px;
    font-weight: 400;
    color: #01343d;
}

@media(max-width: 1024px) {
    .skin-affiliate--wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.skin-affiliate--wrapper .share,
.skin-affiliate--wrapper .right {
    font-size: 22px;
}

.single-mec-events #main-content,
.post-type-archive-mec-events #main-content {
    margin-top: 40px;
    margin-bottom: 40px;
}

.single-mec-events #main-content .mec-event-content {
    padding-top: 0;
}

.single-mec-events #main-content .mec-events-event-image img {
    margin-bottom: 40px;
}

/*ELEMENTOR POSTs - Pagination*/
.elementor-element .elementor-pagination {
    display: flex;

    justify-content: flex-end;
}

.elementor-element .elementor-pagination .page-numbers.prev {
    order: 2;
    /*color: #01343D !important;*/
    margin-left: 15px;
}

.elementor-element .elementor-pagination .page-numbers.prev:before {
    content: "\f104";
    /*color: #05766f !important; */
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    margin-right: 8px;
}

.elementor-element .elementor-pagination .page-numbers.next {
    order: 3;
    /*color: #05766f !important;*/

}

.elementor-element .elementor-pagination .page-numbers.next:after {
    content: "\f105";
    /*color: #05766f !important;*/
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-left: 8px;

}

/*Read more*/
.moreless-button {
    display: none !important;
    padding: 7px 15px 7px 15px;
    font-family: "Proxima Nova", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    background-color: #DC6823;
    border-radius: 10px 10px 10px 10px;
    margin-top: 10px;
}

@media(max-width:767px) {
    .moreless-button {
        display: block !important;
    }

    .moreless-button:hover,
    .moreless-button:focus {
        background-color: #DC6823 !important;
        display: block !important;
        color: #fff !important;
        max-width: 160px;
    }

    .text-readmore .more-text {
        display: block;
        height: 0;
        overflow: ;
        transition: all .3s ease;
    }

    .text-readmore.read-more .more-text {
        height: auto;
        transition: all .3s ease;
        display: initial;
    }
}

.location-events {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;

}

.location-events h3,
.location-events p {
    color: #01343D;
    text-align: center;
}

.location-events p {
    font-size: 12px;

}

.accpa-get-terms {
    display: flex;
    flex-direction: column;
}

.accpa-get-terms a {
    color: currentcolor;
}

.gform_fields .gfield {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.gform_fields .gfield select {
    height: 42px;
}

.gform_submission_error.hide_summary,
.validation_message {
    display: none !important;
}

.gfield.gfield_error input,
.gfield.gfield_error select,
.gfield.gfield_error texarea {
    border: 1px solid red !important;
}

@media (min-width: 768px) {
    .gform_fields .gfield.gfield--width-half {
        display: inline-block;
        width: 50%;
    }
}

.gform_fields .gfield.gfield_visibility_hidden,
.gform_fields .gfield.hidden_label>label.gfield_label,
.gform_fields .gfield.gform_validation_container {
    display: none !important;
}

.elementor-post__meta-data .few_places {
    /*  */
    font-size: 12px;
    width: 70px;
    text-align: center;
    line-height: 1.3;
    background: #05766f;
    height: 70px;
    display: flex;
    align-items: center;
    font-weight: normal;
    position: absolute;
    top: -100%;
    transform: translateY(-5px);
    right: 0;
    justify-content: center;
}

.elementor-post__meta-data .few_places.multiple_dates {
    background: #ff2d00;
}

.elementor-post__meta-data .few_places+.few_places {
    top: -203%;
}

.concertina-item-title .elementor-heading-title {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.concertina-item-title .elementor-heading-title:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.concertina-item-title.active .elementor-heading-title:after {
    content: "\f068";
}