/* * ----------------- * 7 Widget Styles * ----------------- */ .widget { width: 100%; box-sizing: border-box; text-align: left; border-bottom: 1px solid $mediumgray; margin-top: 30px; border: $line; &:first-of-type { margin-top: 50px; } h2 { text-align: center; margin-bottom: 10px; @if $title_line_display == yes { @include arrowline($widget_title_bar_bg, $widget_title_bar_color, $line, 10px); } @else { position: relative; background: $widget_title_bar_bg; color: $widget_title_bar_color; } } p, div, iframe, ul, ol { padding: 10px; } } .widget_search { padding: 0px; .group { margin-bottom: -1px; } }