/*
 Theme Name:   Xceramics Child
 Theme URI:    http://cimplux.com/xceramics/
 Description:  X-Ceramics Child Theme
 Author:       Mehedi Chowdhury
 Author URI:   http://mehedis.com
 Template:     xceramics
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  xceramics
*/

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.creative-layout .top-bar-section {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: initial;
    margin-right: 0 !important;
}

.top-contact {
    width: 25%;
}

.branding {
    width: 50%;
}

.branding .title-area {
    width: 100%;
    margin: auto;
    text-align: center;
}

.top-contact .social-icons {
    display: flex;
    justify-content: flex-end;
}

.text-bold {
    font-weight: 700;
}