/*
 Theme Name:   ProRange Child Theme
 Theme URI:    https://prorange.ancorathemes.com
 Description:  ProRange Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com
 Template:     prorange
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  prorange
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.top_panel_custom {
    position: absolute !important;
    width: 100%;
    background-color: transparent !important;
}

.sc_testimonials_accent {
    .sc_testimonials_item {
        @include box-shadow(none);

        &:before {
            color: #E96738 !important;
            width: 47px !important;
            height: 40px !important;
            scale: 1.5;
        }

        border-radius: 25px;
    }
}

.home .sticky-menu nav.elementor-nav-menu--main ul li a.elementor-item {
    color: #fff !important;
    font-size: 18px;
    padding: 13px 10px !important;
}

.home .sticky-menu nav.elementor-nav-menu--main ul li a:hover {
    color: #E96738 !important;
}

.sticky-menu nav.elementor-nav-menu--main ul li a.elementor-item {
    color: #fff;
    font-size: 18px;
}

.sticky-menu nav.elementor-nav-menu--main ul li a:hover {
    color: #E96738 !important;
}

.menu-item:hover .fas.fa-angle-down::before {
    content: "\f106";
}

.home-search,
.toggle-icon--custom,
.page-search {
    margin: 0px !important;
}

.swiper-pagination-bullet-active,
.scroll_to_top_style_default {
    background-color: #E96738 !important;
    border-color: #E96738 !important;
}


.sc_testimonials_item_author {
    display: flex;
    align-items: center;
}

.sc_testimonials_avatar_with_initials {
    width: 78px;
    height: 78px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    text-transform: uppercase;
}

.sc_testimonials_item_content p {
    color: #000;
}

.sc_testimonials_item_author_avatar {
    height: 70px !important;
    width: 70px !important;
}

h4.sc_testimonials_item_author_title {
    color: #E96738 !important;
    font-size: 20px !important;
}

.swiper-pagination-bullet:hover {
    background-color: #E96738 !important;
    border-color: #E96738 !important;
}

.logo-carousel img {
    opacity: 1;
    transition-duration: 0.5s;
}

.logo-carousel img:hover {
    opacity: 1;
}

.slider_prev {
    margin-right: 15px !important;
}

.slider_next {
    margin-left: 15px !important;
}


.custom-footer-mobile-menu {
    position: absolute;
    bottom: -90%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 70%;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    line-height: 25px;
}

.custom-footer-mobile-menu img {
    display: block;
    margin: 20px auto 0;
    max-width: 150px;
}

.elementor-top-section nav .elementor-nav-menu li a {
    padding: 13px 10px !important;
}

/* .elementor-top-section nav .elementor-nav-menu li ul.sub-menu li a.elementor-sub-item {
    color: #fff !important;
    text-transform: uppercase !important;
} */

.elementor-nav-menu .menu-item ul.sub-menu li.menu-item a {
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 18px;
}

.sub-menu {
    padding: 15px !important;
}

span.elementor-button-icon-qty[data-counter="0"] {
    display: none !important;
}

/* aside.widget_shopping_cart {
    display: none !important;
} */

.woocommerce-shop ul.products li a img {
    height: 400px !important;
    width: auto !important;
    object-fit: contain;
}

.tp-bullet-title {
    display: none !important;
}

a.trx_addons_scroll_to_top {
    display: none !important;
}

.sc_testimonials_accent .sc_item_slider .sc_testimonials_item {
    height: 100%;
}


#read-more-subtitle span.sc_item_subtitle {
    margin-bottom: 15px !important;
}

footer .elementor-widget-container ul.elementor-icon-list-items li a span.elementor-icon-list-text:hover,
footer .elementor-widget-container ul.elementor-icon-list-items > li.elementor-icon-list-item > a:hover,
footer .elementor-widget-container ul li:hover span {
    color: #fff !important;
}

.archive nav.woocommerce-pagination {
	text-align: center !important;
}

.dashicons,
.dashicons-before:before {
    font-family: dashicons !important;
}

@media only screen and (max-width: 1438px) and (min-width: 1279px) {
    .sticky-menu nav.elementor-nav-menu--main ul li a.elementor-item {
        font-size: 0.9em !important;
    }
}


@media only screen and (max-width: 767px) {
    .home-banner-mobile {
        padding-top: 50px !important;
    }
}

@media only screen and (max-width: 600px) {
    .form-style-3 p {
        display: flex;
        flex-direction: column;
    }

    .wpcf7-form-control-wrap {
        order: 1;
    }

    .wpcf7-spinner {
        order: 2;
    }

    .wpcf7-submit-style {
        order: 3;
        width: 50%;
    }


    .home .elementor-section .sc_blogger_content .sc_blogger_grid_wrap {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: 1fr 1fr !important;
        align-items: stretch !important;
    }

    .sc_blogger_item:nth-child(1) {
        grid-column: 1 / 2 !important;
        grid-row: 1 / 2 !important;
        height: 100% !important;
    }

    .sc_blogger_item:nth-child(2),
    .sc_blogger_item:nth-child(3) {
        grid-column: 2 / 3 !important;
        display: block !important; 
    }

    .sc_blogger_item:nth-child(2) {
        grid-row: 1 / 2 !important;
        height: 50% !important; 
    }

    .sc_blogger_item:nth-child(3) {
        grid-row: 1 / 2 !important;
        height: 50% !important;
        margin-top: 75% !important;
    }

    .sc_blogger_item:nth-child(4) {
        grid-column: 1 / 3 !important;
        grid-row: 2 / 3 !important;
        height: 100% !important;
    }
}

.post-type-archive-product .content_wrap {
    padding-top: 100px;
}

.socials_mobile {
    display: none !important;
}

.menu_mobile_content_wrap_inner nav.menu_mobile_nav_area {
    text-align: left;
    line-height: 3;
}

.menu_mobile_content_wrap_inner ul.menu_mobile_nav {
    text-transform: uppercase;
}

.menu_mobile_content_wrap_inner ul.menu_mobile_nav li a {
    padding-left: 0px !important;
    color: #fff;
}



/* footer */
.get-icons .elementor-icon-list-icon svg {
    padding-top: 5px;
    height: 25px !important;
}

/* search header icon logo - Home */
.home-search .search_header_wrap img {
   width: 102px !important; 
}

/* search header icon logo - Other Pages */
.page-search img {
    width: 102px !important;
}






/* Latest Blog Posts - Home Page */
@media only screen and (max-width: 1024px) and (min-width:600px) {
    .home-latest-posts .post-title {
        line-height: 50px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-size:40px;
    }
}

/* Content - Other Pages */
.archive .content_wrap, .search .content_wrap  {
    padding-top: 100px !important;
}

.archive .widget_shopping_cart {
    padding: 0px !important;
}

.widget_shopping_cart_content .elementor-menu-cart__footer-buttons a {
    background-color: #E96738 !important;
    color: #fff !important;
}

.widget_shopping_cart_content .elementor-menu-cart__footer-buttons a:hover {
    background-color: #fff !important;
    color: #E96738 !important;
    border: 1px solid #E96738 !important;
}


.woocommerce-shop .woocommerce-pagination ul {
    display: flex !important;
    justify-content: center;
}







/* Style for the pagination container */
.search-results .pagination {
    display: flex;
    justify-content: center; /* Center the pagination buttons horizontally */
    align-items: center;
    margin: 20px 0;
}

/* Style each page number link */
.search-results .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background-color: #fff;  /* White background for inactive pages */
    border: 1px solid #dadada; /* Light gray border (#dadada) for inactive pages */
    text-align: center;
    color: #000;  /* Black text color for inactive pages */
    font-size: 17px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 40px;  /* Ensure all pagination boxes have the same width */
    height: 40px;  /* Ensure all pagination boxes have the same height */
    line-height: 40px;  /* Vertically center the text */
}

/* Hover effect for pagination numbers */
.search-results .page-numbers:hover {
    background-color: #f4f4f4; /* Light gray background on hover */
    color: #000;  /* Text color remains black */
    border-color: #000; /* Darker border on hover */
}

/* Style for the current page */
.search-results .page-numbers.current {
    background-color: #000; /* Black background for active page */
    color: #fff;  /* White text for active page */
    border-color: #000; /* Black border for active page */
}

/* Style for previous and next buttons */
.search-results .page-numbers.prev, .search-results .page-numbers.next {
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #dadada;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

/* Hover effect for previous/next buttons */
.search-results .page-numbers.prev:hover, .search-results .page-numbers.next:hover {
    background-color: #f4f4f4;
    color: #000;
    border-color: #000;
}

/* Add ellipsis style for skipped pages (e.g., 1, 2, 3, ..., 10) */
.search-results .page-numbers.dots {
    background-color: transparent;
    color: #000;
    border: none;
    padding: 0;
}


/* BETA Website QA FEEDBACKS START */


/* Other Pages Header */
.other-page-header a.elementor-item {
    color: #ffffff !important;
}

.other-page-header a.elementor-item.elementor-item-active {
    color: #E96738 !important;
}

/* Beta Home Page */


    #rev_slider_2_2 {
        margin-top: 30px;
    }

    @media screen and (max-width:325px) {
        #rev_slider_2_2 {
            margin-top: 80px !important;
        }
        }
        

#we-recommend .sc_item_subtitle, .price .woocommerce-Price-amount.amount,
#view-more-products-home .sc_button, #what-we-are .sc_item_subtitle,
 p,.sc_button_title, #what-our-client-says .sc_item_subtitle,
 #read-more-subtitle .sc_item_subtitle   {
    font-family: 'Montserrat';
}

.home-latest-posts .post-meta {
    font-family: 'Proxima Nova';
}

@media screen and (max-width:1028px) {
img.attachment-large.size-large.wp-image-26780 {
    position: relative;
    left: -1em;
}
}



/* Beta About Page */
.page-id-18312 #what-we-are span.sc_item_subtitle,
.page-id-18312 #our-portfolio .sc_item_subtitle,
.page-id-18312 .sc_title_default span {
    font-family: 'Montserrat';
}

/* Cart Page */
.cart-ui .product-info a,.woocommerce-Price-amount.amount {
    font-family: 'Montserrat' !important;
} 

.cart_totals .woocommerce-Price-amount.amount bdi {
    font-family: 'Montserrat' !important;
}

.widget_shopping_cart_content .product-price .quantity span {
    color: #E96738;
}

.widget_shopping_cart_content .product-name {
    font-size: 18px;
}

.widget_shopping_cart_content .product-name a {
    color: #000 !important;
}

.woocommerce .cart-collaterals .cart_totals table {
    border-collapse:unset; 
}
p#billing_country_field {
    display: none !important;
}



/* Product Inner Page */
.post_item_single .woocommerce-breadcrumb span, .cart .single_add_to_cart_button, #commentform .comment-form-comment label, 
#commentform .comment-form-rating label, .woocommerce-Reviews #submit {
    font-family: 'Montserrat' !important;
} 

.woocommerce-Reviews .woocommerce-noreviews {
    font-family: 'DM SANS', sans-serif;
}

#review_form_wrapper .comment-form-rating .required, #review_form_wrapper .comment-form-comment .required {
    color: #E96738 !important;
}

@media screen and (max-width:768px){
    .single-product .product_title {
        line-height: 1.1em;
    }
    
}

@media screen and (max-width:428px){
    .stars .star-rating:before {
       color: #D9D9D985 !important;
    }
    
}


/* Navigation Pages */


/* Gallery box arrows
.right-arrow {
    position: relative;
    display: inline-block;
  }
  
  .right-arrow::after {
   content:"→";
    position: absolute;
    bottom: -5px;
    left: 100px;
    margin: 0 1px 0 3px;
    color: #fff;
    font-size: 20px; 
  }

  @media screen and (max-width:428px) {
    .right-arrow::after {
        left: 125px;
    }
  } */

.box-gallery .elementor-container.elementor-column-gap-extended {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}

@media screen and (max-width:600px) {
    .box-gallery .elementor-container.elementor-column-gap-extended {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

/* Css for box gallery with only 2 categories */
@media screen and (min-width:1439px) {
.dual-boxes img {
    min-width:40em !important;
}
}

/* Box Gallery inner product */
.archive-description {
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: center;
}

/* Flooring list images*/
.flooring-list .image-column {
    overflow:hidden;
}

.flooring-list img {
    width:40em;
    height: 230px;
}

/* BETA Website QA FEEDBACKS END */



