/************************* Cappuccino CUSTOMIZER CUSTOM CSS **************************************/ .wp-core-ui .btn-upgrade, #about-cappuccino { background-color: #f9556d; border: 1px solid #f9556d; box-shadow: none; color: #fff; margin-top: 10px; border-radius: 0; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .wp-core-ui .btn-upgrade:hover, #about-cappuccino:hover, .wp-core-ui .btn-upgrade:focus, #about-cappuccino:focus { background-color: #bbb; border: 1px solid #bbb; box-shadow: none; color: #fff; } #cappuccino-upgrade{ display: block; float: left; width: 100%; } #about-cappuccino{ display: block; padding: 10px 0px 10px 0; text-align: center; margin: -5px; } #customize-controls .control-section-cappuccino .accordion-section-title:hover, #customize-controls .control-section-cappuccino .accordion-section-title:focus { background-color: #fff; } .control-section-cappuccino .accordion-section-title .button { margin-top: -4px; font-weight: 400; margin-left: 8px; } .rtl .control-section-cappuccino .accordion-section-title .button { margin-left: 0; margin-right: 8px; }