/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/


/* Your customizations starts here */
.categories-style-default .hover-mask {
    background: rgb(255, 222, 173, 0.9);
    width: 100%;
    min-height: 84.8px;
}

.categories-style-default .hover-mask h3 {
    font-size: 22px;
    margin: auto;
}

div.woocommerce-additional-fields {
    display: none;
}

.navigation-wrap {
    border-top: none !important;
}

.right-column {
    width: unset !important;
}

.basel-navigation .sub-menu-dropdown{
    background-color: rgb(255, 222, 173, 1.0) !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.basel-product-categories li .children {
    background-color: rgb(3, 72, 58, 0.9) !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 50px;
}

.single-breadcrumbs-wrapper {
    background: #03483a;
}

.woocommerce-breadcrumb a{
    color: #fff;
}

@media (min-width:1025px) {
    #rowcat1 {
        width: 66%;
        margin: auto;
    }
}

@media (max-width:1024px) {
    .sticky-header {
        padding: 15px 0;
    }
    .basel-logo-wrap {
        display: inline-block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 48px;
    }

    #post-1765 .col-xs-6 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #post-1765 [class*="categories-space-"] {
        margin-bottom: 0px;
    }

    .cat-design-default .hover-mask {
        bottom: 0;
    }

    .cat-design-default .hover-mask h3 {
        position: absolute;
        padding: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 32px;
    }
}