/*
Theme Name: Areia Child
Theme URI: https://areia.qodeinteractive.com
Description: A child theme of Areia
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: areia
Template: areia
*/

/* START Scrollbar */

        html {
            scrollbar-width: thin;
        }

        /* width */
        ::-webkit-scrollbar {
            width: 9px;
            
        }

        /* Track */
        ::-webkit-scrollbar-track {
            /*box-shadow: inset 0 0 5px #FFF; */
            border-radius: 0px;
            background-color: #ccc;
        }

        /* Handle */
        ::-webkit-scrollbar-thumb {
            background: #666;
            opacity: 1;
            border-radius: 5px;
        }

            /* Handle on hover */
            ::-webkit-scrollbar-thumb:hover {
                opacity: 0.7;
            }
        /* END Scrollbar */

.qodef-header--standard #qodef-page-header {
    background-color: #fff !important;
}
.qodef-icon-holder a {
    line-height: 33px;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
    width: 10px !important;
    padding: 40px 40px;
}
#qodef-page-footer-top-area{
    background-image: url(https://conceptbrands.co.in/wp-content/uploads/2022/06/footer_bg.png) !important;
    background-position: bottom;
    background-repeat: repeat-x;
	background-size: 10%;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto;
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: auto;
}
.qodef-header-navigation>ul>li>a {
    font-size: 15px;
}
.title h2 {
    font-size: 40px;
}
.collection .qodef-e-media-image {
    border: 1px solid #BDB19E !important;
}
.collection .qodef-e-inner {
    text-align: center;
}
#qodef-page-footer h4 {
    font-size: 27px;
}
#nav_menu-3 ul li a {
    text-transform: capitalize !important;
    letter-spacing: 1px;
    font-size: 15px;
    color: #666;
}

#qodef-page-footer-top-area-inner {
    padding: 70px 0 79px;
}

span.qodef-shortcode.qodef-m.qodef-icon-holder.qodef-layout--normal.qodef-enabled-border {
    background-image: linear-gradient(#D615A2, #FEC721);
}

span.qodef-e-title-text {
    max-width: 200px;
    line-height: 28px;
}

.qodef-portfolio-slider-outer-nav {
    margin-top: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 45px;
}

@media only screen and (min-width: 991px) {
 div#nav_menu-3 {
    padding-left: 85px;
}
}


.qodef-portfolio .qodef-e-inner {
    display: flex;
    flex-direction: column-reverse;
}

.qodef-grid-item.qodef-col--3.qodef-portfolio-info {
    display: none;
}

.qodef-portfolio .qodef-grid-item.qodef-col--9 {
    width: 100% !important;
}

h1.qodef-e-title.entry-title.qodef-portfolio-title {
    display: none;
}
.size-full {
    width: 100%;
	margin-bottom: 25px;
}

#qodef-page-inner {
    padding: 70px 0px 130px 0;
}
.contact_box{
	margin-top:55px;
}

@media only screen and (max-width: 991px) {
 #qodef-page-inner {
    padding: 0px !important;
}
.contact_box{
	margin-top:0px;
}
}

@media only screen and (max-width: 1300px) {
.qodef-header-navigation>ul>li {
    height: 100%;
    margin: 0 17px;
}
.qodef-header-navigation>ul>li>a {
    font-size: 15px;
    letter-spacing: 1px;
}
}



