/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    z-index: 9999;
    box-shadow: none;
}
#sp-header.header-sticky,
body:not(.home) #sp-header {
    background: #fff;
}
#sp-header.header-sticky {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
    font-size: 18px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 18px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #000;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 20px 35px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: none;
    display: inline-block;
    color: #fff;
    background: #030541;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    color: #fff;
    background: #271206;
}
.btn-link {
    padding: 0;
    letter-spacing: 2px;
    font-size: 14px;
    text-decoration: underline !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn-link:hover {
    transform: scale(0.9);
}

/* Slider */
.slider {
    margin-top: -90px !important;
}
.slider > .sppb-row-overlay {
    border-radius: 0% 0% 45% 0%;
    background-image: url(https://localhost/joomla/Galussothemes/02-2023/gt-barista/images/2023/01/background-slider.jpg);
    background-position: center center;
    background-size: cover;
    opacity: 0.3;
    width: 65%;
}
.slider-img {
    position: absolute;
    left: 0;
    z-index: 2;
    top: 100px;
}
.slider-img img {
    border-radius: 200px 200px 0 0;
}
.slider-img:hover img {
    opacity: 0.8;
}

/* About */
.about-img:hover img {
    opacity: 0.8;
}
.about-column .clearfix:nth-child(3), .about-column .clearfix:nth-child(4) {
    width: 50%;
    float: left;
    padding-right: 20px !important;
}
.about-column .clearfix:last-child {
    display: inline-block;
}

/* Counter */
.counter .sppb-row.sppb-no-gutter {
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 10%);
    background: #fff;
    padding-top: 10px;
}
.counter-item h1 {
    font-size: 60px;
}
.counter-item h5 {
    font-size: 21px;
}

/* Skill */
.skill-img img {
    border-radius: 0% 0% 0% 50%;
}
/* Skill */
.skill-item,
.skill-item .skill,
.skill-item .skill .skill-title,
.skill-item .skill .skill-bar {
    width: 100%;
    float: left;
}
.skill-item .skill {
    margin-bottom: 30px;
}
.skill-item .skill .skill-title {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}
.skill-item .skill .skill-bar {
    height: 15px;
    border-radius: 3px;
    background: #eaeaea;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skill-item.active .skill .skill-bar {
    width: 100%;
}
.skill-item .skill .skill-bar span {
    float: left;
    width: 0%;
    height: 15px;
    border-radius: 3px;
    position: relative;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skill-item .skill .skill-bar span b {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
    opacity: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    top: -22px;
}


/* Team */
.team .sppb-col-md-4 {
    margin-bottom: 30px;
}
.team .sppb-col-md-4 .sppb-column-overlay {
        background-image: linear-gradient(180deg, #27120600 0%, #271206 100%);
}
.team-column, .team-column .sppb-column-overlay {
    border-radius: 200px 200px 0px 0px;
}

/* Services */
.services {
    background-position: -265px 44%;
    background-repeat: no-repeat;
    background-size: 31% auto;
}
#services:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    background: #fff;
    width: 100%;
}
.services .sppb-row-overlay {
    background: url('images/2023/02/03/Boho-1.png');
    background-position: 105% 83%;
    background-repeat: no-repeat;
    background-size: 20% auto;
    opacity: 0.94;
}
.services .sppb-col-md-4 {
    margin-bottom: 30px;
}
.services-column,
.services-column .sppb-column-overlay {
    border-radius: 200px 200px 0px 0px;
}
.services-column .sppb-column-overlay {
    background-image: linear-gradient(180deg, #27120600 0%, #271206 100%);
}
.services-item i {
    height: 100px !important;
    width: 100px !important;
    line-height: 100px !important;
    background: #fff;
    border-radius: 50%;
}
.services-column:hover .services-item i {
    color: #fff;
}

/* Testimonials */
#testimonials {
    max-width: 1290px;
    margin: 0 auto;
}

/* Class */
.class .sppb-col-md-12 {
    margin-bottom: 30px;
}
.class-column .clearfix:first-child {
    width: 15%;
    float: left;
    padding-top: 30px;
}
.class-column .clearfix:last-child {
    width: 85%;
    float: left;
}
.class-item .cont-left {
    width: 70%;
    float: left;
}
.class-item .cont-right {
    width: 30%;
    float: right;
    text-align: right;
    margin-top: 60px;
}
.class-item .cont-left h3 {
    font-size: 35px;
    margin-bottom: 20px;
}
.class-item .cont-left a {
    margin-right: 20px;
}
.class-item .cont-left strong {
    display: none;
}
.class-item .cont-left span {
    padding-right: 10px;
}
.class-item p.info {
    margin-bottom:  0px;
}

/* FAQs */
.faqs-item .sppb-panel-heading {
    padding: 15px 30px 15px 15px;
}
.faqs-item span.sppb-panel-title {
    font-size: 19px;
}

/* Maps */
.maps-column .clearfix:first-child {
    width: 100%;
}
.maps-column .clearfix {
    width: 48%;
    float: left;
    margin-right: 2% !important;
}

/* Beginner */
.beginner-item ul.left, .beginner-item ul.right {
    float: left;
    width: 50%;
}
.beginner-column .clearfix:last-child {
    position: relative;
    z-index: 1;
}
.beginner-column .clearfix:last-child:before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #271206;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.beginner-img img {
    border-radius: 200px 200px 0px 0px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
    overflow: hidden;
    margin: 0;
}
.jmm-image.mod-article-image img {
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
    transform: scale(1.12);
    filter: grayscale(100%);
}
.jmm-text {
    padding: 30px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
    margin-top: 20px;
}

/* Bg Section */
.bg-section, .bg-section > .sppb-row-overlay {
    border-radius: 0px 0px 300px 0px;
}
.bg-section-item strong {
    display: none;
}
.bg-section-item span {
    padding:  0 10px;
}

/* Support */
.support-img1 img {
    border-radius: 200px 200px 0px 0px;
}
.support-img2 img {
    border-radius: 0px 200px 0px 0px;
}

/* Images */
.images-item img {
    border-radius: 0px 0px 0px 100px;
}
.images-column {
    border-radius: 0px 100px 0px 0px;
}

/* Beginner */
.beginner-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.beginner-item ul li {
    padding-bottom: 10px;
}
.beginner-item ul strong {
    display: none;
}
.beginner-item ul span {
    padding-right: 10px;
}

/* Bottom */
#sp-bottom {
    z-index: 1;
    box-shadow: 0 0 4px 0 rgb(255 255 255 / 10%);
    line-height: 30px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}
#sp-bottom p {
    line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
#sp-bottom h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}
#sp-position1 p strong {
    display: none;
}
#sp-position1 span {
    padding-right: 10px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 0px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 40px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
}
.shrewd_solution_icon ul li a:hover {
    color: #fff !important;
}
.shrewd_solution_icon strong {
    display: none;
}
#sp-bottom3 p strong {
    display: none;
}
#sp-bottom3 span {
    padding-right: 10px;
}
#sp-bottom .btn:hover {
    background: #222;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
.bottom:before, .footer:before {
    background-image: url(https://demos.galussothemes.com/gt-barista/wp-content/uploads/2022/07/bg-bottom.jpg);
    opacity: 0.1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255,255,255,0.1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (min-width: 991px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        font-size: 15px !important;
    }
}
/* Mobile Standard Layout */
@media (max-width: 991px) {
    #sp-header, #sp-header .logo {
        height: 70px;
    }
    #sp-footer p {
        text-align: center;
    }
    body #sp-header {
        padding: 0;
    }
    .btn-column .sppb-text-right {
        text-align: left;
    }
    .bg-section-item {
        text-align: left;
        margin-top: 20px;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    .about-column .clearfix:nth-child(3), .about-column .clearfix:nth-child(4) {
        width: 100%;
        padding-right: 0px !important;
    }
    .class-column .clearfix:first-child,
    .class-column .clearfix:last-child,
    .class-item .pull-left, .class-item .sppb-media-body,
    .class-item .cont-left, .class-item .cont-right,
    .maps-column .clearfix {
        width: 100% !important;
    } 
    .class-item .cont-right {
        text-align: left;
        margin-top: 20px;
    }
    .class-item .cont-left a {
        display: block;
    }
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.btn, .services-column:hover .services-item i,
.skill-item .skill .skill-bar span {
    background-color: var(--background-color);
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, 
.article-list .article .article-header h2 a:hover, .about-item i, .counter-item h1,
.services-item i, .testimonials-icon i, .contact-item i, .beginner-item ul span {
    color: var(--text-color);
}
.page-item.active .page-link {
    border-color: var(--text-color);
}
