/* ========================================================================== Text Radio Buttons ========================================================================== */ .text_radio_button_control:after { content: " "; display: block; clear: both; } .text_radio_button_control .radio-buttons { display: inline-block; } .text_radio_button_control .radio-button-label > input { display: none; } .text_radio_button_control .radio-button-label span { background: rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.1); color: #555; margin: 0; text-align: center; padding: 0.5em 2em; flex-grow: 1; } .text_radio_button_control .radio-button-label span:hover { background-color: #fff; color: #2885bb; } .text_radio_button_control .radio-button-label > input:checked + span { background-color: #3498DB; color: #fff; } .text_radio_button_control .radio-button-label > input:checked + span:hover { color: #fff; } li#customize-control-beauty_salon_spa_footer_widget .text_radio_button_control .radio-button-label span, li#customize-control-beauty_salon_spa_grid_column .text_radio_button_control .radio-button-label span{ padding: 0.5em 2.3em; } @media screen and (max-width: 1440px){ .text_radio_button_control .radio-button-label span{ padding: 0.5em 1.5em !important; } }