| 1 |
.tooltipster-sidetip.tooltipster-borderless.tooltipster-optin-cat .tooltipster-box { |
| 2 |
background-color: #DE607C; |
| 3 |
border-radius: 5px; |
| 4 |
margin-top: 10px; |
| 5 |
font-size: 14px; |
| 6 |
font-family: sans-serif; |
| 7 |
} |
| 8 |
.tooltipster-sidetip.tooltipster-borderless.tooltipster-optin-cat-admin .tooltipster-box { |
| 9 |
background-color: #555; |
| 10 |
color: white; |
| 11 |
} |
| 12 |
.tooltipster-arrow-border { |
| 13 |
border-top-color: #DE607C !important; |
| 14 |
} |
| 15 |
|
| 16 |
.fca_eoi_featherlight { |
| 17 |
z-index: 9999998; |
| 18 |
} |
| 19 |
|
| 20 |
.fca_eoi_featherlight .featherlight-content { |
| 21 |
background-color: transparent; |
| 22 |
padding: 0; |
| 23 |
overflow: visible !important; |
| 24 |
} |
| 25 |
.fca_eoi_featherlight .featherlight-inner { |
| 26 |
text-align: right; |
| 27 |
} |
| 28 |
|
| 29 |
/* OLD ICON */ |
| 30 |
.fca_eoi_featherlight-close { |
| 31 |
display: none; |
| 32 |
} |
| 33 |
|
| 34 |
span.featherlight-close-icon.featherlight-close { |
| 35 |
display: none; /* hide until after animation */ |
| 36 |
} |
| 37 |
|
| 38 |
div.fca_eoi_layout_postbox_wrapper { |
| 39 |
text-align: center; |
| 40 |
width: 100%; |
| 41 |
} |
| 42 |
|
| 43 |
.fca_eoi_layout_postbox, |
| 44 |
.fca_eoi_layout_popup, |
| 45 |
.fca_eoi_layout_widget { |
| 46 |
width: 100%; |
| 47 |
font-family: sans-serif; |
| 48 |
text-align: center; |
| 49 |
border: 1px solid transparent; |
| 50 |
} |
| 51 |
|
| 52 |
@media ( min-width: 680px ) { |
| 53 |
|
| 54 |
.fca_eoi_featherlight .featherlight-content { |
| 55 |
min-width: 650px; |
| 56 |
} |
| 57 |
|
| 58 |
} |
| 59 |
/* <layout-2> */ |
| 60 |
|
| 61 |
.fca_eoi_form_wrapper, |
| 62 |
.fca_eoi_form_content { |
| 63 |
margin: 0; |
| 64 |
padding: 0; |
| 65 |
} |
| 66 |
|
| 67 |
.fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper, |
| 68 |
.fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper { |
| 69 |
display: table; |
| 70 |
} |
| 71 |
|
| 72 |
.fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper .fca_eoi_form_content, |
| 73 |
.fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper .fca_eoi_form_content { |
| 74 |
display: table-cell; |
| 75 |
margin: 0; |
| 76 |
} |
| 77 |
|
| 78 |
.fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content, |
| 79 |
.fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content { |
| 80 |
padding: 0 10px; |
| 81 |
} |
| 82 |
|
| 83 |
@media ( max-width: 450px ), ( max-height: 450px ) { |
| 84 |
.fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content, |
| 85 |
.fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper.fca_eoi_layout_2_wrapper .fca_eoi_form_content { |
| 86 |
padding: 0; |
| 87 |
} |
| 88 |
} |
| 89 |
|
| 90 |
/* </layout-2> */ |
| 91 |
|