/** * Theme Name: Royal Child * Description: Child theme for the Royal * Author: LineThemes * Template: royal * Text Domain: royal-child *//* -------------------------------------------    HEADER ------------------------------------------ *//* top bar */.site-topbar {    padding: 0;}/* layout */.site-header-classic.header-brand-center .header-brand {     width: 350px;    top: 50%;}.site-header-sticky.header-brand-center .header-brand {    width: 200px;}@media (max-width:1340px) {    .site-header-classic.header-brand-center .header-brand {        top: 25%;    }    .site-header-sticky .site-header-inner {        height: 120px;    }        .site-header-sticky.header-brand-center .header-brand {        top: 25%;        left: 45%;    }    .site-header-sticky .off-canvas-toggle, .site-header-sticky .navigator .menu, .site-header-sticky .social-icons {        margin-top: 46px;    }}@media (max-width:959px) {    .site-header-classic.header-brand-center .header-brand {        top: 50%;    }    .site-header-sticky .site-header-inner {        height: 80px;    }        .site-header-sticky.header-brand-center .header-brand {        top: 50%;        left: 50%;    }    .site-header-sticky .off-canvas-toggle, .site-header-sticky .navigator .menu, .site-header-sticky .social-icons {        margin-top: 16px;    }}/* -------------------------------------------    PAGE - NO TITLE  ------------------------------------------ */.page-template-page-no-title .content-body-inner {    padding: 0px;}