diff --git a/www/wp-content/themes/enfold-cille/style.css b/www/wp-content/themes/enfold-cille/style.css index 0e16802..0abfdd0 100644 --- a/www/wp-content/themes/enfold-cille/style.css +++ b/www/wp-content/themes/enfold-cille/style.css @@ -150,6 +150,36 @@ ul > li > br { padding-top: 1em; } +.blocks-title { + margin-bottom: 14px; +} +.blocks-title a.avia-button { + border-radius: 0; + padding: 0 5px !important; + text-align: left; +} +.blocks-title a span.avia_iconbox_title { + display: block; + padding: 0 !important; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 18px; + letter-spacing: 1px; + line-height: 33px; +} +.blocks-title a span.avia_iconbox_title:after { + content: "\2197"; + font-size: 1em; + line-height: 0; + position: relative; + vertical-align: super; +} +.blocks-title a span.avia_button_background { + height: 33px; + padding: 0 !important; +} + #keep-calm h2 { font-weight: 500 !important; line-height: 1.3em !important;