/* 
Theme Name: The Missing Piece
Theme URI: https://github.com/elementor/hello-theme-child/
Description: DSD Hello Elementor Child is a child theme of Hello Elementor
Author: Day Shift Digital
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Overflow */

body {
    overflow-x: hidden;
}

p {
    font-family: "Lyon", sans-serif;
    font-size: 20px;
}

body.single-post .post-content ul li {
    font-family: "Lyon", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 1.2;
    }
    h2.is-style-caption.wp-block-heading.is-style-caption {
        font-size: 17px;
    }
    body.single-post .post-content ul li {
        font-size: 16px;
    }
}

.wp-block-button .wp-block-button__link {
    padding: 13px;
    border-radius: 10px;
    background: #ffd971;
    color: #0a1a33;
    border: 1px solid #ffd971;
    font-size: 17px;
    font-family: "BasisGrotesqueMedium", sans-serif;
    transition: all .3s ease;
    line-height: inherit;
    margin-bottom: 10px;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus-within {
    background: transparent;
    border: 1px solid #0a1a33;
}

@media (max-width: 767px) {
    .wp-block-button .wp-block-button__link {
        padding: 13px;
        border-radius: 5px;
        font-size: 13px;
    }
}

/* Button Interaction */

.elementor-widget-button svg {
    transition: all .3s ease;
}

.elementor-widget-button:hover svg,
.elementor-widget-button:focus-within svg {
    transform: translateX(5px);
}

/* Menu */
header .menu-item a span {
    transition: all .4s ease;
}

header .menu-item a.highlighted span {
    transform: translateY(5px);
}

header .menu-item.image-submenu .menu-item a .menu-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 300px;
}

header .menu-item .menu-item img {
    width: 76px;
    margin-right: 30px;
}

header .menu-item .menu-item:first-of-type img {
    margin-right: 45px;
}

header .menu-item .menu-item-content span.menu-item-description {
    margin-top: 10px;
    font-size: 17px;
    white-space: normal;
}

header .elementor-nav-menu--main .elementor-nav-menu ul,
header .elementor-nav-menu--main .elementor-nav-menu {
    z-index: 10;
}

.elementor-nav-menu--main ul li ul li {
    margin: 20px;
    padding-bottom: 20px;
}

.elementor-nav-menu--main ul li ul li a {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.elementor-nav-menu--main ul li ul li:hover a {
    border-radius: 10px;
}

.elementor-nav-menu--main ul li ul li:last-child {
    margin-bottom: 0px;
}

.elementor-nav-menu--main ul ul {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.elementor-nav-menu--main ul li.menu-item-47 ul {
    width: auto;
    transform: translateX(-22px);
}

.elementor-nav-menu--main ul li.menu-item-47 a {
    margin-right: 0px;
    margin-left: 0px;
}

.elementor-nav-menu--main ul li.menu-item-47 li.current-menu-item a {
    border-radius: 10px;
}

.mobile-menu ul li {
    border-bottom: 1px solid #F3EFE8;
    position: relative;
}

.mobile-menu ul li a.elementor-item-active {
    outline: none;
}

.mobile-menu ul li:hover a,
.mobile-menu ul li:focus-within a {
    padding: 16px 0px;
}

.mobile-menu ul li a {
    padding: 16px 0px;
}

.mobile-menu ul li:last-child {
    border-bottom: 1px solid transparent;
}

.mobile-menu ul li a:after {
    content: url('./assets/cta-arrow-right-beige.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    right: 0px;
    top: 14px;
    opacity: 1 !important;
}

.mobile-menu ul li li a:after {
    display: none;
}

.mobile-menu ul li.menu-item-has-children > a:after {
    content: url('./assets/Plus.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    right: 0px;
    top: 14px;
    opacity: 1 !important;
}

.mobile-menu ul li.menu-item-has-children > a.highlighted:after {
    content: url('./assets/minus-beige.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    right: 0px;
    top: 20px;
    opacity: 1 !important;
}

.mobile-menu ul ul li div.menu-item-content {
    font-family: "Lyon", sans-serif;
    font-size: 15px;
}

.mobile-menu ul ul li.menu-item span.menu-item-description {
    font-size: 13px;
    font-weight: 500;
}

.mobile-menu ul ul li.menu-item img {
    width: 61px;
    margin-right: 20px;
}

.mobile-menu-close-btn {
    display: none;
}

#search-open svg {
    transition: all .3s ease;
}

#search-open:hover svg,
#search-open:focus-within svg {
    opacity: 0.5;
}

@media (max-width: 1250px) {
    .nav-cta a {
        width: 100%;
        border-radius: 5px !important;
    }
}

/* Reading time widget */
.reading-time {
    font-family: "BasisGrotesqueMedium", sans-serif;
    font-size: 17px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .reading-time {
        font-size: 13px;
        display: inline-block;
        margin-bottom: 5px;
    }
}

.reading-time:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FFD971;
    margin-right: 10px;
    display: inline-block;
}

.single .reading-time:before {
    display: none;
}

.single .reading-time:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FFD971;
    margin-left: 15px;
    display: inline-block;
}

/* Read More */

.read-more-dropdown.elementor-widget-n-accordion .e-n-accordion-item {
    flex-direction: column-reverse;
}

.read-more-dropdown .e-n-accordion-item:hover, 
.read-more-dropdown .e-n-accordion-item:focus-within {
    opacity: 1 !important;
}

.read-more-dropdown .e-n-accordion-item:hover summary, 
.read-more-dropdown .e-n-accordion-item:focus-within summary {
    opacity: 0.8 !important;
}

/* Slider */

.elementor-widget-container .elementor-swiper div.elementor-swiper-button-prev {
    left: auto;
    right: 70px;
    top: auto;
    bottom: -30px;
    z-index: 11;
}

div.elementor-widget-container div.elementor-swiper-button svg:hover,
div.elementor-widget-container div.elementor-swiper-button svg:focus-within {
    opacity: .8;
}

@media (max-width: 767px) {
    .elementor-widget-container div.elementor-swiper-button.elementor-swiper-button-prev,
    .elementor-widget-container div.elementor-swiper-button.elementor-swiper-button-next {
        display: none;
    }
}

.elementor-widget-container .elementor-swiper div.elementor-swiper-button-next {
    left: auto;
    right: 20px;
    top: auto;
    bottom: -30px;
    z-index: 11;
}

div.elementor-widget-container div.elementor-swiper-button svg {
    width: 36px !important;
    height: auto !important; 
    transition: all .3s ease;
}

div.elementor-widget-container div.elementor-swiper-button svg path + path {
    fill: transparent;
}

@media (max-width: 767px) {
    body main div.elementor-element.elementor-arrows-yes .elementor-swiper .elementor-main-swiper {
        width: 100% !important;
    }

    .elementor-element .elementor-main-swiper .swiper-slide {
        border-radius: 0px !important;
    }
}

/* Footer */

footer .elementor-menu-toggle {
    width: 33px;
}

footer .footer-close-btn {
    height: 0px;
    width: 0px;
}

footer .elementor-menu-toggle.elementor-active .footer-close-btn {
    width: auto;
    height: auto;
}

footer ul li a div {
    position: relative;
}

footer ul li:hover a div:after,
footer ul li:focus-within a div::after{
    opacity: .5;
}

footer ul li a div:after,
footer ul li a div:after,
footer ul li a div:after,
footer ul li a div:after {
    content: url('../the-missing-piece/assets/FooterArrow.svg');
    height: auto;
    width: 11px;
    position: absolute;
    right: -17px;
    top: -1px;
    z-index: 2;
}

@media (max-width: 767px) {
    footer ul li a div:after,
    footer ul li a div:after,
    footer ul li a div:after,
    footer ul li a div:after {
        width: 9px;
        height: auto;
        top: -1px;
        right: -18px;
    }

    footer nav {
        overflow: hidden !important;
    }

    footer .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        opacity: 0;
        animation: none !important;
    }

    footer .social-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container,
    footer .footer-additional .elementor-nav-menu--dropdown.elementor-nav-menu__container{
        opacity: 1;
    }

    .elementor-active + .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        top: -20px !important;
        position:  relative !important;
        left: 0px !important;
        transition: all 0s ease;
        opacity: 1;
    }

    .elementor-menu-toggle.elementor-active {
        top: -24px;
        position: relative;
    }
}


footer .social-menu ul li a div:after {
    display: none;
}

/* FAQ Module */

.e-n-accordion-item {
    transition: all .3s ease;
}

.e-n-accordion-item:hover {
    opacity: 0.8;
}

/* FAQ Counter */

#breakdown .e-n-accordion-item-title,
#breakdown .e-n-accordion-item-title-header {
    align-items: center;
}

#breakdown .counter {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    background: #4268A4;
    margin-right: 20px;
    font-size: 24px;
}

@media (max-width: 767px) {
    #breakdown .counter {
        width: 24px;
        height: 24px;
        margin-right: 10px;
        font-size: 13px;
    }
}

#breakdown ul li {
    margin-bottom: 10px;
}

.e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* Gravity Form Newsletter */

footer .gform_wrapper.gravity-theme #field_submit {
    position: absolute;
    top: 13px;
    right: 16px;
}

footer .gform_validation_errors + form #field_submit{
    top: 82px !important;
}

@media (max-width: 767px) {
    footer .gform_validation_errors + form #field_submit{
        top: 99px !important;
    }
}

@media (max-width: 500px) {
    footer .gform_validation_errors + form #field_submit{
        top: 114px !important;
    }
}

footer .gform_wrapper.gravity-theme #field_submit input {
    width: 26px !important;
}

footer .gform_wrapper.gravity-theme {
    font-family: "BasisGrotesqueMedium", sans-serif;
    font-size: 15px;
}

footer .gform_wrapper.gravity-theme .gfield input.large {
    border: none;
    border-radius: 10px;
    height: 54px;
    /* background-image: url(../the-missing-piece/assets/cta-arrow-right.svg) !important; */
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 97.5% 50%;
    padding: 0px 20px;
    background-color: white !important;
}

footer .gform_wrapper.gravity-theme .gfield input.large:-webkit-autofill ,
footer .gform_wrapper.gravity-theme .gfield input.large:-internal-autofill-selected{
    /* background-image: url(../the-missing-piece/assets/cta-arrow-right.svg); */
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 99% 50%;
    appearance: none;
    background-color: white !important;
}

@media (max-width: 767px) {
    footer .gform_wrapper.gravity-theme .gfield input.large {
        border-radius: 5px;
        background-position: 95% 50%;
    }
}

footer .gform_wrapper.gravity-theme input[type="checkbox"] {
    background: white;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    appearance: none;
    margin-right: 10px;
    flex-shrink: 0;
}

footer .gform_wrapper.gravity-theme input[type="checkbox"]:checked {
    background: #4268a4;
}

footer .gform_wrapper.gravity-theme  .ginput_container.ginput_container_consent {
    display: flex;
    align-items: center;
}

footer .gform_wrapper.gravity-theme .gfield--type-consent {
    grid-column: span 12 !important;
}

div.gform_wrapper.gravity-theme .gfield_required {
    color: #4268a4;
}

footer .gform_wrapper.gravity-theme label,
div.gform_wrapper.gravity-theme .gfield_required {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    font-size: 17px !important; 
    font-family: "BasisGrotesqueMedium", sans-serif;
    letter-spacing: 0px;
}

@media (max-width: 767px) {
    footer .gform_wrapper.gravity-theme label,
    div.gform_wrapper.gravity-theme .gfield_required {
    font-size: 12px;
}
}

/* Guide Form */

.gform_wrapper.gravity-theme input {
    border-color: #0A1A33;
    font-family: "BasisGrotesqueMedium", sans-serif;
    border-radius: 10px;
    font-size: 15px;
}

.gform_wrapper.gravity-theme p,
.gform_wrapper.gravity-theme p a {
    font-family: "BasisGrotesqueMedium", sans-serif;
    font-size: 15px;
}

.gform_wrapper.gravity-theme p a {
    color: #4268A4;
}

.gform_wrapper.gravity-theme p a:hover,
.gform_wrapper.gravity-theme p a:focus {
    text-decoration: underline;
}

.gform_wrapper.gravity-theme input::placeholder {
    color: #0A1A3380;
}

.gform_wrapper.gravity-theme input[type="submit"] {
    background: #F3EFE8;
    padding: 15px 40px 15px 15px;
    border-radius: 10px;
    font-size: 17px;
    font-family: "BasisGrotesqueMedium", sans-serif;
    color: #0A1A33;
    border: 1px solid #F3EFE8;
    position: relative;
    background-image: url('./assets/cta-arrow-right.svg');
    background-size: 20px;
    background-position: 92% 50%;
    background-repeat: no-repeat;
}

.gform_wrapper.gravity-theme input[type="submit"]:hover,
.gform_wrapper.gravity-theme input[type="submit"]:focus-within {
    background: white;
    border: 1px solid #0A1A33;
    background-image: url('./assets/cta-arrow-right.svg');
    background-size: 20px;
    background-position: 92% 50%;
    background-repeat: no-repeat;
}

/* Caroursel Pagination */

.elementor-widget-n-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,
.elementor-widget-loop-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFD971;
}

.elementor-widget-n-carousel .swiper-pagination-bullet,
.elementor-widget-loop-carousel .swiper-pagination-bullet {
    opacity: 1;
}

.elementor-widget-testimonial-carousel .swiper .swiper-pagination.swiper-pagination-bullets {
    bottom: -15px;
}

.elementor-testimonial__text,
.home-hero-testimonial .elementor-widget-heading .elementor-widget-container {
    position: relative;
}

.elementor-testimonial__text:before,
.home-hero-testimonial .elementor-widget-heading .elementor-widget-container:before {
    content: "“";
    position: absolute;
    z-index: 2;
    top: 0px;
    left: -13px;
    font-size: 25px;
    font-family: "Lyon", sans-serif;
}

@media (max-width: 767px) {
    .elementor-testimonial__text:before {
        content: "“";
        font-size: 15px;
        left: -8px;
    }
}

.home-hero-testimonial .elementor-widget-heading .elementor-widget-container:before {
    font-size: 20px;
    top: -3px;
    left: -11px;
}

@media (max-width: 750px) {
#tiers-carousel .swiper {
    padding-bottom: 40px !important;
}

}

/* Testimonials */

@media (max-width: 750px) {
    .elementor-1261 .elementor-element.elementor-element-6f4ddf6d .elementor-main-swiper .swiper-slide {
        padding: 20px !important;
    }

    .elementor-element .elementor-widget-testimonial-carousel .swiper-slide {
        border-bottom-right-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }

    .elementor-widget-testimonial-carousel .swiper .swiper-pagination.swiper-pagination-bullets {
        bottom: -5px;
    }
}

/* Careers Testimonials */

.careers-testimonial-images img {
    display: none;
    opacity: 0;
    transition: all .3s ease;
}

.careers-testimonial-images .active img {
    display: block;
    transition: all .3s ease;
    opacity: 1;
}


/* Hide Podcast Banner within Footer */

#podcast-banner-shape {
    display: none;
}

/* body.type-podcast #podcast-banner-shape, */
body.page-id-28 #podcast-banner-shape {
    display: block;
}

/* elementor-widget-text-editor ul style*/

.elementor-widget-text-editor li {
    margin-bottom: 10px;
}

/* Rollover Text Widget */

.rollover h3 {
    opacity: 0.8;
}

.rollover div.active h3 {
    opacity: 1;
}

.rollover-text-container {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.3s ease;
}

.rollover-text-container.active {
    opacity: 1;
    visibility: visible;
    max-height: 200px;
}


/* Rollover Highlight */

.highlight-text-container {
    opacity: 0.5;
    transition: all .3s ease;
}

.highlight-text-container:hover,
.highlight-text-container.active {
    opacity: 1;
}

/* Photo Carousel on Careers */


#photo-carousel .swiper  {
    overflow: visible;
}

#photo-carousel .swiper-slide {
    transition: all .5s ease;
    height: 500px;
}

#photo-carousel .swiper-slide-active + .swiper-slide {
    bottom: 20px;
    height: 540px;
    overflow: visible;
}

#photo-carousel .swiper-slide-active + .swiper-slide .e-con-inner {
    background: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    #photo-carousel .swiper-slide,
    #photo-carousel .swiper-slide-active + .swiper-slide {
        height: 150px;
        bottom: 0px;
    }

    #photo-carousel .swiper-slide-active {
        bottom: 10px;
        height: 170px;
    }
}

/* Resource Filters */

.resource-filter {
    width: 423px;
    border-radius: 10px;
    border: none;
    padding-right: 20px;
    appearance: none;
    color: #0A1A33;
    background-image: url('./assets/down-arrow.svg');
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 12px;
    appearance: none;
    background-color: white;
}

@media (max-width: 767px) {
    .resource-filter {
        width: 100%;
        font-size: 15px;
    }
}

button.resource-button {
    color: #0A1A33;
    background: #F3EFE8;
    border: 1px solid #0A1A33;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 35px 15px 15px;
    position: relative;
}

@media (max-width: 767px) {
    button.resource-button {
        font-size: 13px;
        padding: 10px 20px 10px 10px;
    }
}

button.resource-button:after {
    content: '';
    background-image: url('./assets/x.svg');
    background-repeat: no-repeat;
    background-position: 85% 50%;
    background-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    button.resource-button:after {
        right: 8px;
        width: 8px;
        height: 8px;
        background-size: 8px;
    }
}

button.resource-button:hover,
button.resource-button:focus {
    background: white;
}

button.clear-resources-button {
    font-size: 17px;
    font-weight: 500;
    border: none;
    background: none;
    padding: 0px;
    color: #0A1A3380;
}

@media (max-width: 767px) {
    button.clear-resources-button {
        font-size: 12px;
    }
}

button.clear-resources-button:hover,
button.clear-resources-button:focus {
    background: none;
    background-color: transparent;
    border: none;
    color: #0A1A33;
}

/* Resource Card */

.resource-card {
    transition: all .3s ease;
}

.resource-card img {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

@media (max-width: 767px) {
    .resource-card h3 {
        font-size: 21px !important;
    }
}


.resource-card:hover,
.resource-card:focus-within {
    cursor: pointer;
    opacity: 0.8;
}

/* Resources Load More */
.e-loop__load-more {
    display: flex;
    justify-content: center;
}

.e-loop__load-more a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 250px;
    svg {
        margin-left: 10px;
        position: relative;
        top: 3px;
        transition: all .3s ease;
        @media (max-width: 767px) {
            top: -1px;
        }
    }
}

.e-loop__load-more a:hover svg,
.e-loop__load-more a:focus svg{
    transform: translateX(5px);
}

@media (max-width: 767px) {
    div.e-loop__load-more a {
        border-radius: 5px !important;
        padding: 10px !important;
    }

    div.e-loop__load-more a svg {
        width: 13px;
    }
}



/* Single Post Terms */

.term-button li.elementor-icon-list-item {
    color: #0A1A33;
    background: #F3EFE8;
    border: 1px solid #0A1A33;
    font-size: 17px;
    font-weight: 500;
    padding: 13px;
    height: 50px;
    position: relative;
    display: inline-block;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .term-button li.elementor-icon-list-item {
        font-size: 13px;
        height: 29px;
        border-radius: 5px;
        padding: 0px 10px;
        line-height: 29px;
    }
}


/* Single Post Sidebar Navigation */

.sidebar-navigation li {
    margin-bottom: 20px;
}

.sidebar-navigation li:hover,
.sidebar-navigation li:focus-within {
    text-decoration: underline;
}

.single .posted-on span {
    font-family: "BasisGrotesqueMedium", sans-serif;
    font-weight: 500;
    font-size: 17px;
}

.elementor-widget-share-buttons .elementor-grid {
    display: flex;
    align-items: flex-start;
}

.single .elementor-share-btn_linkedin .elementor-share-btn__icon,
.single .elementor-share-btn_facebook .elementor-share-btn__icon,
.single .elementor-share-btn_email .elementor-share-btn__icon {
    display: none;
}

.single .elementor-share-btn {
    width: 50px;
    height: 50px;
}

.single .elementor-share-btn:hover,
.single .elementor-share-btn:focus-within {
    opacity: .8;
}
 
/* Align image border radius for single post content */

.post-content img {
    border-radius: 10px;
}

.post-content figure {
    margin-left: 0px;
    margin-right: 0px;
}


/* Search results */

.elementor-popup-modal .e-search-results-list .search-item {
    transition: all .3s ease;
}

.elementor-popup-modal .e-search-results-list .search-item:hover,
.elementor-popup-modal .e-search-results-list .search-item:focus-within {
    opacity: .8;
}

.elementor-popup-modal .e-search-results-list .search-item svg {
    transition: all .3s ease;
}

.elementor-popup-modal .e-search-results-list .search-item:hover svg,
.elementor-popup-modal .e-search-results-list .search-item:focus-within svg{
    transform: translateX(10px);
}

body.search-results article.elementor-post {
    padding-bottom: 20px;
    border-bottom: 2px solid #0A1A33;
    position: relative;
    transition: all .3s ease;
}

body.search-results article:hover,
body.search-results article:focus-within {
    opacity: .8;
}

body.search-results article.elementor-post:after {
    content: url('./assets/arrow-right-white.svg');
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    transition: all .3s ease;
}

body.search-results article.elementor-post:hover:after ,
body.search-results article.elementor-post:focus-within:after {
    right: 0px;
}


/* Popup Search */
.e-search-submit {
    visibility: hidden;
    width: 0px !important;
    height: 0px;
    padding: 0px !important;
    font-size: 0px;
}

.elementor-widget-search .e-search-form {
    flex-direction: row-reverse;
}

.e-search-label {
    right: 80px;
}

.elementor-widget-search .e-search-input {
    color: #0A1A3380;
}

.e-search-results-list .elementor-widget-theme-post-title {
    display: block;
}

.e-search-results-list  .elementor-divider-separator {
    display: block;
    height: 2px;
    width: 100%;
    background: #0A1A33;
}

/* Cookie Banner */

div.cky-consent-container div.cky-consent-bar {
    padding: 40px;
    border-radius: 10px;
}

div.cky-consent-container {
    width: 724px;
}

button.cky-btn-reject,
button.cky-btn-customize,
button.cky-btn-accept {
    border-width: 1px;
}

@media (max-width: 775px) {
    div.cky-consent-container {
        width: 100%;
    }
}


/* calendly-inline-widget */

.calendly-inline-widget input[type="submit"] {
    border-radius: 10px;
    background-color: #ffd971;
    padding: 13px;
}