.widget { margin: 30px 0 0; &:first-child { margin: 0; } select { max-width: 100%; } } /* Make sure select elements fit in widgets. */ .section-title { float: left; width: 100%; text-align: center; margin-bottom: 24px; .seperator { float: left; width: 100%; text-align: center; margin-bottom: 24px; margin-bottom: 5px; display: none; span { display: inline-block; position: relative; &:before, &:after { background-color: #ddd; content: ""; height: 1px; position: absolute; top: 50%; width: 60px; position: absolute; } &:before { right: 100%; } &:after { left: 100%; } } i { color: #6c50fb; font-size: 20px; font-family: "FontAwesome"; padding: 5px 15px; display: inline-block; } } } #home-page-widget-area { section { padding: 80px 0px; margin: 0; float: left; width: 100%; } .widget-title { color: #0a0b0c; display: block; font-size: 24px; font-weight: 600; margin-bottom: 35px; overflow: hidden; padding-left: 0px; text-align: center; text-transform: uppercase; line-height: 1; span { position: relative; &::before { background-color: #fff; content: ""; height: 1px; position: absolute; top: 0; width: 100px; right: 100%; margin-right: 30px; top: 46%; } &::after { background-color: #fff; content: ""; height: 1px; position: absolute; top: 0; width: 100px; left: 100%; margin-left: 30px; top: 46%; } } } .bg_enabled .widget-title span { &::before, &::after { background-color: #6c50fb; } } }