/*
Theme Name: CaltonHill
Template: hello-elementor
Version: 2.0.0
Text Domain: caltonhill
*/
.socials,
.project-meta {
    list-style: none;
    padding: 0;
}

.socials li,
.project-meta li {
    display: flex;
    align-items: center;
}

.socials li a,
.project-meta li a {
    color: #3d3d3d;
    transition: 300ms;
}

.socials li a:hover,
.project-meta li a:hover {
    color: #9600a4;
}

.socials li i,
.project-meta li i {
    color: #9600a4;
    padding-right: 12px;
    font-size: 24px;

}

.bu-media-loop-container {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bu-media-inner-container {
    max-width: min(100%, 1500px);
    width: 100%;
}

.bu-media-loop-title {
    color: #9600a4;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0;
}

.bu-media-loop-container:nth-child(odd) {
    background-color: #000;
}

.bu-media-loop-container:nth-child(odd) .bu-media-loop-title {
    color: #fff;
}

/*.bu-media-loop {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;

}*/
.bu-media-loop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.footer-links a {
    color: #CECECE;
}

footer a {
    color: #ffffff;
    transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
}

footer a:hover, footer a:active {
    color: #6e92bd;
}

/* shrinking header section */
body:not(.home) .shrinker {
    position: static;
}

body.home .shrinker {
    position: absolute;
    top: 0;
    left: 0;
}

.shrinker {
    width: 100% !important;
    background-color: #fff;
    /*background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.5494572829131652) 45%, rgba(0,0,0,0) 100%);*/
    height: 110px;
    transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
}

.shrinker.elementor-sticky--effects {
    background-color: #fff;
    height: 60px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
}

.shrinker.elementor-sticky--effects .jet-mega-menu-item__title {
    color: #00558e;
}

.shrinker.elementor-sticky--effects li:hover .jet-mega-menu-item__title {
    color: #fff;
}

.shrinker li.current_page_item .jet-mega-menu-item__title:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 100%;
    height: 3px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

/*body.home .shrinker .jet-mega-menu-item.jet-mega-current-menu-item.jet-mega-current-menu-item > .jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: #fff;
}*/

/*body:not(.home) .shrinker .jet-mega-menu-item.jet-mega-current-menu-item.jet-mega-current-menu-item > .jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: #00558e;
}
body:not(.home) .shrinker .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__title{
    color: #00558e;
}
.shrinker.elementor-sticky--effects li.current_page_item .jet-mega-menu-item__title:after {
    background-color: #00558e;
}

.shrinker.elementor-sticky--effects .jet-mega-menu-item.jet-mega-current-menu-item > .jet-mega-menu-item__inner .jet-mega-menu-item__title {
    color: #00558e;
}*/

/*body.home .shrinker .jet-mega-menu-item__label {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, .5);
}*/

/*.shrinker .jet-mega-menu-item__label {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, .5);
}*/

/*.shrinker.elementor-sticky--effects .jet-mega-menu-item__label {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0);
}*/

.shrinker .logo img {
    padding: 5px;
    height: 70px;
    transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
}

.shrinker.elementor-sticky--effects .logo img {
    height: 45px;
    width: auto;
}

span.blabel {
    font-weight: 700;
}

.gallery {
    display: flex;
    gap: 20px;
}


@media (max-width: 450px) {

    .shrinker {
        height: 60px;
    }

    .shrinker .logo.logo img {
        height: 35px;
    }

    .shrinker.elementor-sticky--effects .logo.logo img {
        height: 35px;
    }
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, -0px);
    }
}

.floating2 {
    animation-name: floating2;
    animation-duration: 3s;
    animation-delay: 200ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating2 {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, 10px);
    }
    100% {
        transform: translate(0, -0px);
    }
}

.floating3 {
    animation-name: floating3;
    animation-duration: 3s;
    animation-delay: 100ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating3 {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, -0px);
    }
}

.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left {
    display: none;
}
@media (max-width: 1024px) {
    .bu-media-loop-container {
        padding: 30px;
    }

    .bu-media-loop {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .bu-media-loop-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .bpa-front-dc--body {
        flex-direction: column;
    }

    .bpa-front-module--category .bpa-front-cat-items {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .bpa-frontend-main-container {
        padding: 0 !important;
    }

    .bpa-front-tabs.--bpa-top .bpa-front-tab-menu .bpa-front-tab-menu--item {
        margin-right: 10px !important;
    }

    .bpa-front-module-container.bpa-front-module--category .el-row:nth-child(2) > .el-col {
        padding: 0 20px;
    }

    .bpa-front-module--category .bpa-front-cat-items-wrapper .bpa-front-cat-items {
        padding: 0 !important;
    }

    .bpa-front-module--category .bpa-front-cat-items-wrapper {
        width: 100%;
        overflow-x: auto;
    }

    .bpa-front-module--category .bpa-front-cat-items {
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
    }
}


@media (max-width: 767px) {

    .bu-media-loop {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}