/*
 * Theme Name:  Swyft Child
 * Theme URI:   https://swyft.codesupply.co/
 * Description: Swyft Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    swyft
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

.search .cs-page__header {
    margin-top: -35px !important;
}

div.entry-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

.entry-content * {
    max-width: 100% !important;
}

div.widgettitle {font-weight: 700;}
div.widget_categories ul {margin-top: 10px !important;}
div.widget_categories div.widgettitle {margin-top: 40px !important;}

div.ez-toc-title-container label.ez-toc-title {
    color: #1D1D1F !important;
}