/* Minify_CSS_UriRewriter::$debugText

*/

/* content.css */

/* 1   */ /**
/* 2   *|  * Strong Testimonials Default template
/* 3   *|  */
/* 4   */ /* Clears
/* 5   *| -----------------------------------------------*/
/* 6   */ .clear {
/* 7   */   clear: both;
/* 8   */ }
/* 9   */
/* 10  */ /**
/* 11  *| Minimum paragraph width means no short words in skinny space next to image
/* 12  *| in columns or small screens.
/* 13  *|
/* 14  *| This workaround is needed until we can use flexbox properly
/* 15  *| or CSS offers container queries.
/* 16  *|
/* 17  *| Thanks https://css-tricks.com/minimum-paragraph-widths/
/* 18  *| */
/* 19  */ .maybe-clear {
/* 20  */   content: "";
/* 21  */   /* this value seems to work well in both responsive and Masonry */
/* 22  */   width: 6em;
/* 23  */   display: block;
/* 24  */   overflow: hidden;
/* 25  */ }
/* 26  */
/* 27  */ /* Base
/* 28  *| -----------------------------------------------*/
/* 29  */ .strong-view.wpmtst-default {
/* 30  */   display: block;
/* 31  */   width: 100%;
/* 32  */ }
/* 33  */ .strong-view.wpmtst-default div {
/* 34  */   box-sizing: border-box;
/* 35  */ }
/* 36  */ .strong-view.wpmtst-default .wpmtst-testimonial {
/* 37  */   max-height: none;
/* 38  */   max-width: none;
/* 39  */   padding: 0;
/* 40  */   width: 100%;
/* 41  */ }
/* 42  */ .strong-view.wpmtst-default .wpmtst-testimonial.t-slide {
/* 43  */   margin-top: 0;
/* 44  */   margin-bottom: 0;
/* 45  */ }
/* 46  */ .strong-view.wpmtst-default .wpmtst-testimonial-inner {
/* 47  */   display: block;
/* 48  */   width: 100%;
/* 49  */   height: 100%;
/* 50  */ }

/* content.css */

/* 51  */ .strong-view.wpmtst-default .wpmtst-testimonial-image {
/* 52  */   max-width: 50%;
/* 53  */ }
/* 54  */ .strong-view.wpmtst-default .wpmtst-testimonial-field-before {
/* 55  */   margin-right: 0.5em;
/* 56  */ }
/* 57  */ .strong-view.wpmtst-default a.readmore,
/* 58  */ .strong-view.wpmtst-default a.readmore-toggle {
/* 59  */   white-space: nowrap;
/* 60  */   z-index: 100;
/* 61  */ }
/* 62  */ .strong-view.wpmtst-default a.readmore-toggle:hover {
/* 63  */   cursor: pointer;
/* 64  */ }
/* 65  */
/* 66  */ .strong-view.slider-container {
/* 67  */   opacity: 1;
/* 68  */ }
/* 69  */ .strong-view .screen-reader-text {
/* 70  */   clip: rect(1px, 1px, 1px, 1px);
/* 71  */   height: 1px;
/* 72  */   overflow: hidden;
/* 73  */   position: absolute !important;
/* 74  */   width: 1px;
/* 75  */   word-wrap: normal !important;
/* 76  */ }
/* 77  */
/* 78  */ /* Template
/* 79  *| -----------------------------------------------*/
/* 80  */ .strong-view.wpmtst-default .strong-content {
/* 81  */   margin: 20px auto 0;
/* 82  */ }
/* 83  */ .strong-view.wpmtst-default .wpmtst-testimonial {
/* 84  */   border: 1px solid #E6E6E6;
/* 85  */   margin: 20px auto;
/* 86  */   text-align: left;
/* 87  */ }
/* 88  */ .strong-view.wpmtst-default .wpmtst-testimonial:first-child {
/* 89  */   margin-top: 0;
/* 90  */ }
/* 91  */ .strong-view.wpmtst-default .wpmtst-testimonial:last-child {
/* 92  */   margin-bottom: 0;
/* 93  */ }
/* 94  */ .strong-view.wpmtst-default .wpmtst-testimonial-inner {
/* 95  */   border: 1px solid #FFFFFF;
/* 96  */   padding: 20px;
/* 97  */   text-align: left;
/* 98  */ }
/* 99  */ .strong-view.wpmtst-default .wpmtst-testimonial-inner > *:not(:nth-last-child(2)):not(:last-child) {
/* 100 */ 	margin-bottom: 5px;

/* content.css */

/* 101 */ }
/* 102 */ .strong-view.wpmtst-default .wpmtst-testimonial-heading {
/* 103 */   background: url("img/quotes.png") no-repeat scroll left center transparent;
/* 104 */   margin-top: 0;
/* 105 */   padding-left: 40px;
/* 106 */   text-align: left;
/* 107 */ }
/* 108 */ .strong-view.wpmtst-default .wpmtst-testimonial-content p:first-of-type {
/* 109 */   margin-top: 0;
/* 110 */   padding-top: 0;
/* 111 */ }
/* 112 */ .strong-view.wpmtst-default .wpmtst-testimonial-content p:last-of-type {
/* 113 */   margin-bottom: 0;
/* 114 */   padding-bottom: 0;
/* 115 */ }
/* 116 */ .strong-view.wpmtst-default .wpmtst-testimonial-image {
/* 117 */   margin-top: 0.25em;
/* 118 */   margin-right: 1em;
/* 119 */   margin-bottom: 0.25em;
/* 120 */   float: left;
/* 121 */ }
/* 122 */ .strong-view.wpmtst-default .wpmtst-testimonial-image img {
/* 123 */   background: none repeat scroll 0 0 #FFFFFF;
/* 124 */   border: 1px solid #EFEFEF;
/* 125 */   padding: 6px;
/* 126 */   margin: 0 auto;
/* 127 */ }
/* 128 */ .strong-view.wpmtst-default .wpmtst-testimonial-image a {
/* 129 */   text-decoration: none;
/* 130 */   box-shadow: none;
/* 131 */ }
/* 132 */ .strong-view.wpmtst-default .wpmtst-testimonial-image .initials {
/* 133 */   background: none repeat scroll 0 0 #FFFFFF;
/* 134 */   border: 1px solid #EFEFEF;
/* 135 */   padding: 6px;
/* 136 */   margin: 0 auto;
/* 137 */   text-align: center;
/* 138 */   font-size: 42px;
/* 139 */   font-weight: bold;
/* 140 */   display: table-cell;
/* 141 */   vertical-align: middle;
/* 142 */ }
/* 143 */ .strong-view.wpmtst-default .wpmtst-testimonial-field {
/* 144 */   text-align: right;
/* 145 */ }
/* 146 */ .strong-view.wpmtst-default .wpmtst-testimonial-name {
/* 147 */   font-weight: bold;
/* 148 */ }
/* 149 */ .strong-view.wpmtst-default .readmore {
/* 150 */   margin-top: 1em;

/* content.css */

/* 151 */ }
/* 152 */ .strong-view.wpmtst-default .strong-view-footer {
/* 153 */   margin-bottom: 20px;
/* 154 */ }
/* 155 */ .strong-view.wpmtst-default .readmore-page {
/* 156 */   margin-top: 20px;
/* 157 */   padding: 1em;
/* 158 */   text-align: center;
/* 159 */   border: 1px solid #E6E6E6;
/* 160 */ }
/* 161 */
/* 162 */ /* Pagination
/* 163 *| -----------------------------------------------*/
/* 164 */ /* Simple pagination
/* 165 *| -----------------------------------------------*/
/* 166 */ .strong-view.wpmtst-default.strong-pager {
/* 167 */   display: none;
/* 168 */ }
/* 169 */
/* 170 */ .simplePagerList {
/* 171 */   /* match .strong-content container */
/* 172 */   margin: 20px auto;
/* 173 */   text-align: center;
/* 174 */ }
/* 175 */
/* 176 */ .strong-view ul.simplePagerNav {
/* 177 */   margin: 0 auto;
/* 178 */   padding: 0;
/* 179 */   display: inline-block;
/* 180 */ }
/* 181 */ .strong-view ul.simplePagerNav li {
/* 182 */   display: inline;
/* 183 */   list-style: none;
/* 184 */   margin: 0;
/* 185 */   padding: 0;
/* 186 */ }
/* 187 */ .strong-view ul.simplePagerNav li a {
/* 188 */   margin: 0 0.2em;
/* 189 */   padding: 0.1em 0.3em;
/* 190 */   outline: none;
/* 191 */   text-decoration: none;
/* 192 */   transition: background 0.2s ease;
/* 193 */ }
/* 194 */ .strong-view ul.simplePagerNav li a:hover {
/* 195 */   background: #BBB;
/* 196 */   color: #FFF;
/* 197 */ }
/* 198 */ .strong-view ul.simplePagerNav li.currentPage a {
/* 199 */   text-decoration: none;
/* 200 */   background: #999;

/* content.css */

/* 201 */   color: #FFF;
/* 202 */ }
/* 203 */
/* 204 */ .strong-view.rtl ul.simplePagerNav li {
/* 205 */   float: right;
/* 206 */ }
/* 207 */
/* 208 */ /* Standard pagination
/* 209 *| -----------------------------------------------*/
/* 210 */ .strong-view .nav-links {
/* 211 */   margin: 20px auto;
/* 212 */   text-align: center;
/* 213 */ }
/* 214 */ .strong-view .nav-links a, .strong-view .nav-links span {
/* 215 */   display: inline-block;
/* 216 */   line-height: 1.5;
/* 217 */   margin: 0 0.2em;
/* 218 */   padding: 0.1em 0.3em;
/* 219 */   transition: background 0.2s ease;
/* 220 */ }
/* 221 */ .strong-view .nav-links a.current, .strong-view .nav-links span.current {
/* 222 */   background: #999;
/* 223 */   color: #FFF;
/* 224 */ }
/* 225 */ .strong-view .nav-links a {
/* 226 */   outline: none;
/* 227 */   text-decoration: none;
/* 228 */ }
/* 229 */ .strong-view .nav-links a:hover,
/* 230 */ .strong-view .nav-links a.prev:hover,
/* 231 */ .strong-view .nav-links a.next:hover,
/* 232 */ .strong-view .nav-links span:hover {
/* 233 */   background: #BBB;
/* 234 */   color: #FFF;
/* 235 */ }
/* 236 */
/* 237 */ /* Slideshow
/* 238 *| -----------------------------------------------*/
/* 239 */ .strong-view.wpmtst-default.slider-container {
/* 240 */   /* If vertical or fade slideshow, move border from individual testimonials to viewport. */
/* 241 */ }
/* 242 */ .strong-view.wpmtst-default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport {
/* 243 */   border: 1px solid #E6E6E6;
/* 244 */ }
/* 245 */ .strong-view.wpmtst-default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmtst-testimonial {
/* 246 */   border: 0;
/* 247 */ }
/* 248 */ .strong-view.wpmtst-default.slider-container .strong-content {
/* 249 */   margin: 0 auto;
/* 250 */ }

/* content.css */

/* 251 */ .strong-view.wpmtst-default.slider-container .wpmtst-testimonial:not(:first-child) {
/* 252 */   display: none;
/* 253 */ }
/* 254 */ .strong-view.wpmtst-default.nav-position-inside .wpmtst-testimonial-inner {
/* 255 */   padding-bottom: 48px;
/* 256 */ }
/* 257 */ .strong-view.wpmtst-default.controls-type-sides .wpmtst-testimonial-inner {
/* 258 */   padding-left: 50px;
/* 259 */   padding-right: 50px;
/* 260 */ }
/* 261 */ .strong-view.wpmtst-default.slider-stretch .wpmtst-testimonial-inner {
/* 262 */   /* to force same height for all slides */
/* 263 */   height: 100%;
/* 264 */ }
/* 265 */
/* 266 */ /* Responsive
/* 267 *| -----------------------------------------------*/
/* 268 */ @media only screen and (max-width: 320px) {
/* 269 */   .strong-view.wpmtst-default .wpmtst-testimonial-image {
/* 270 */     float: none;
/* 271 */     margin-left: auto;
/* 272 */     margin-right: auto;
/* 273 */   }
/* 274 */ }
/* 275 */ /* Remove quote background image */
/* 276 */ @media only screen and (max-width: 320px) and (orientation: portrait) {
/* 277 */   .strong-view.wpmtst-default .wpmtst-testimonial-heading {
/* 278 */     background: none;
/* 279 */     padding-left: 0;
/* 280 */   }
/* 281 */ }
/* 282 */ /* RTL
/* 283 *| -----------------------------------------------*/
/* 284 */ .strong-view.wpmtst-default.rtl .wpmtst-testimonial,
/* 285 */ .strong-view.wpmtst-default.rtl .wpmtst-testimonial-inner,
/* 286 */ .strong-view.wpmtst-default.rtl .wpmtst-testimonial-heading {
/* 287 */   text-align: right;
/* 288 */ }
/* 289 */ .strong-view.wpmtst-default.rtl .wpmtst-testimonial-image {
/* 290 */   float: right;
/* 291 */   margin-left: 1em;
/* 292 */ }
/* 293 */ .strong-view.wpmtst-default.rtl .wpmtst-testimonial-field {
/* 294 */   text-align: left;
/* 295 */ }
/* 296 */
/* 297 */ .strong-view.wpmtst-default.rtl .wpmtst-testimonial-heading {
/* 298 */   padding-right: 40px;
/* 299 */   background-position: right;
/* 300 */ }

/* content.css */

/* 301 */
/* 302 */ /* Option: Image Right
/* 303 *| -----------------------------------------------*/
/* 304 */ .strong-view.wpmtst-default.image-right .wpmtst-testimonial-image {
/* 305 */   float: right;
/* 306 */   margin-top: .25em;
/* 307 */   margin-bottom: 0.25em;
/* 308 */   margin-left: 1em;
/* 309 */ }
/* 310 */ .strong-view.wpmtst-default.image-right .wpmtst-testimonial-field {
/* 311 */   text-align: left;
/* 312 */ }
/* 313 */
/* 314 */ .strong-view.wpmtst-default.image-right.rtl .wpmtst-testimonial-image {
/* 315 */   float: left;
/* 316 */   margin-left: 0;
/* 317 */   margin-right: 1em;
/* 318 */ }
/* 319 */ .strong-view.wpmtst-default.image-right.rtl .wpmtst-testimonial-field {
/* 320 */   text-align: right;
/* 321 */ }
/* 322 */
/* 323 */ /* Option: No Quotes
/* 324 *| -----------------------------------------------*/
/* 325 */ .strong-view.wpmtst-default.no-quotes .wpmtst-testimonial-heading {
/* 326 */   background: none;
/* 327 */   padding-left: 0;
/* 328 */ }
/* 329 */
/* 330 */ /* Option: Dark Theme
/* 331 *| -----------------------------------------------*/
/* 332 */ .strong-view.wpmtst-default.dark .wpmtst-testimonial {
/* 333 */   border: 1px solid #777;
/* 334 */ }
/* 335 */ .strong-view.wpmtst-default.dark .wpmtst-testimonial-inner {
/* 336 */   border: 1px solid #333;
/* 337 */ }
/* 338 */ .strong-view.wpmtst-default.dark .readmore-page {
/* 339 */   border: 2px solid #777;
/* 340 */ }
/* 341 */ .strong-view.wpmtst-default.dark ul.simplePagerNav li a:hover {
/* 342 */   background: #777;
/* 343 */   color: #FFF;
/* 344 */ }
/* 345 */ .strong-view.wpmtst-default.dark ul.simplePagerNav li.currentPage a {
/* 346 */   background: #555;
/* 347 */   color: #FFF;
/* 348 */ }
/* 349 */
/* 350 */ .disabled {

/* content.css */

/* 351 */   display: none !important;
/* 352 */ }
/* 353 */
/* 354 */ .wpmslider-controls.disabled {
/* 355 */     display: block !important;
/* 356 */ }
/* 357 */
/* 358 */ /*  Compatibility with metaslider pro layers display
/* 359 *| ----------------------------------------------------*/
/* 360 */
/* 361 */ .msHtmlOverlay .layer .disabled {
/* 362 */     display: block !important;
/* 363 */ }
/* 364 */
/* 365 */
/* 366 */ /*  Readmore Inline
/* 367 *| ----------------------------------------------------*/
/* 368 */ .readmore-excerpt-inline,
/* 369 */ .readmore-content-inline:not([hidden]),
/* 370 */ .readmore-content-inline:not([hidden]) p {
/* 371 */     display: inline;
/* 372 */ }
/* 373 */
/* 374 */ .wpmtst-inline-readme {
/* 375 */     margin-left: 5px;
/* 376 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* ewd-ufaq.css */

/* 1   */ .ewd-ufaq-hidden {
/* 2   */   display:none;
/* 3   */ }
/* 4   */
/* 5   */ .ewd-ufaq-faq-category-title-toggle {
/* 6   */   cursor: pointer;
/* 7   */ }
/* 8   */
/* 9   */ .ewd-ufaq-faq-category-body-hidden {
/* 10  */   display: none;
/* 11  */ }
/* 12  */
/* 13  */ .ewd-ufaq-clear {
/* 14  */   clear:both;
/* 15  */ }
/* 16  */
/* 17  */ .ewd-ufaq-permalink {
/* 18  */   margin: 24px 0;
/* 19  */ }
/* 20  */ .ewd-ufaq-permalink-image {
/* 21  */ 	background: url("../img/insert_link.png");
/* 22  */ 	height: 21px;
/* 23  */ 	width: 30px;
/* 24  */ 	margin-top: -32px;
/* 25  */ 	margin-left: 112px;
/* 26  */ }
/* 27  */
/* 28  */
/* 29  */ .ewd-ufaq-author {
/* 30  */   font-weight: 600;
/* 31  */ }
/* 32  */ .ewd-ufaq-date {
/* 33  */   font-weight: 600;
/* 34  */ }
/* 35  */
/* 36  */ .ewd-ufaq-faq-category-title {
/* 37  */   width: 100%;
/* 38  */   clear: both;
/* 39  */   display: flex;
/* 40  */   align-items: center;
/* 41  */   justify-content: space-between;
/* 42  */ }
/* 43  */
/* 44  */ .ewd-ufaq-faq-category{
/* 45  */   margin-bottom: 20px;
/* 46  */ }
/* 47  */
/* 48  */ .ewd-ufaq-faq-category-inner {
/* 49  */   margin-bottom: 48px;
/* 50  */ }

/* ewd-ufaq.css */

/* 51  */
/* 52  */ .ewd-ufaq-faq-body {
/* 53  */   padding:10px 25px;
/* 54  */   padding-left: 55px;
/* 55  */ }
/* 56  */ .ewd-ufaq-faq-search{
/* 57  */   margin:5px 0 !important;
/* 58  */ }
/* 59  */ .ewd-ufaq-highlight-search-term {
/* 60  */   background: #f7ff00;
/* 61  */ }
/* 62  */ .ewd-ufaq-no-results-found {
/* 63  */   margin-top: 16px;
/* 64  */ }
/* 65  */
/* 66  */ .ewd-otp-field-label{
/* 67  */ width: auto !important;
/* 68  */ }
/* 69  */ .ewd-ufaq-text-input {
/* 70  */   border-radius: 0 !important;
/* 71  */   margin:15px !important;
/* 72  */ }
/* 73  */ .ewd-ufaq-submit{
/* 74  */ border-radius: 0 !important;
/* 75  */ }
/* 76  */ .ewd-ufaq-faq-header{
/* 77  */   margin:10px;
/* 78  */ }
/* 79  */ .ewd-ufaq-faq-header a:hover{
/* 80  */   text-decoration: none;
/* 81  */ }
/* 82  */ div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin{
/* 83  */   text-decoration: none;
/* 84  */ }
/* 85  */ div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{
/* 86  */   text-decoration: none;
/* 87  */   float: left;
/* 88  */   text-align: center;
/* 89  */  /* width:35px;
/* 90  *|   height: 35px;*/
/* 91  */   width: auto;
/* 92  */   height: auto;
/* 93  */   margin-right: 15px;
/* 94  */   padding: 2px 0px 0px 2px;
/* 95  */   line-height: 1;
/* 96  */   border-style: solid;
/* 97  */   border-width: 0;
/* 98  */ }
/* 99  */ .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span{
/* 100 */ display: inline-block;

/* ewd-ufaq.css */

/* 101 */ font-size: 30px;
/* 102 */ margin: 0 auto;
/* 103 */ }
/* 104 */ .ewd-ufaq-faq-title-text {
/* 105 */   float: left;
/* 106 */   width: 85%;
/* 107 */ }
/* 108 */ .ewd-ufaq-faq-title h1,
/* 109 */ .ewd-ufaq-faq-title h2,
/* 110 */ .ewd-ufaq-faq-title h3,
/* 111 */ .ewd-ufaq-faq-title h4,
/* 112 */ .ewd-ufaq-faq-title h5,
/* 113 */ .ewd-ufaq-faq-title h6 {
/* 114 */   display:inline-block;
/* 115 */   margin:5px !important;
/* 116 */ }
/* 117 */
/* 118 */
/* 119 */
/* 120 */
/* 121 */ .ewd-ufaq-custom-field-label, .ewd-ufaq-custom-field-value {
/* 122 */   position: relative;
/* 123 */   float: left;
/* 124 */   margin-top: 14px;
/* 125 */ }
/* 126 */ .ewd-ufaq-custom-field-label {
/* 127 */   font-weight: normal;
/* 128 */ }
/* 129 */
/* 130 */ .ewd-ufaq-faq-body .comment-respond {
/* 131 */   margin-top: 24px;
/* 132 */ }
/* 133 */ .ewd-ufaq-faq-body li.comment {
/* 134 */   list-style-type: none;
/* 135 */ }
/* 136 */ .ewd-ufaq-faq-body textarea {
/* 137 */   clear: both;
/* 138 */   display: block;
/* 139 */   position: relative;
/* 140 */   width: 35%;
/* 141 */   height: 100px;
/* 142 */ }
/* 143 */ .ewd-ufaq-faq-body .comment-form-comment label {
/* 144 */   clear: both;
/* 145 */   display: block;
/* 146 */   position: relative;
/* 147 */   width: 100%;
/* 148 */ }
/* 149 */ .ewd-ufaq-faq-body .submit {
/* 150 */   width: auto;

/* ewd-ufaq.css */

/* 151 */   background: transparent;
/* 152 */   cursor: pointer;
/* 153 */   color: #111;
/* 154 */   margin-bottom: 20px;
/* 155 */ }
/* 156 */ .ewd-ufaq-faq-body .submit:hover {
/* 157 */   background: #111;
/* 158 */   color: #fff;
/* 159 */ }
/* 160 */ .ewd-ufaq-faq-body .comment-author img {
/* 161 */   margin-right: 8px;
/* 162 */ }
/* 163 */ .ewd-ufaq-faq-body .comment-body p {
/* 164 */   margin: 10px 0;
/* 165 */   margin-top: 10px !important;
/* 166 */ }
/* 167 */ .ewd-ufaq-faq-body .reply {
/* 168 */   text-transform: uppercase;
/* 169 */ }
/* 170 */
/* 171 */ .ewd-ufaq-faq-body .ewd-ufaq-back-to-top-link {
/* 172 */   cursor: pointer;
/* 173 */ }
/* 174 */
/* 175 */ .ewd-ufaq-ratings {
/* 176 */   padding: 14px 0 0;
/* 177 */   display: inline-block;
/* 178 */   width: 100%;
/* 179 */   margin-bottom: 20px;
/* 180 */ }
/* 181 */ .ewd-ufaq-down-vote {
/* 182 */   background-position: 0px 8px !important;
/* 183 */   height: 50px !important;
/* 184 */ }
/* 185 */
/* 186 */
/* 187 */ /***********************
/* 188 *| * Pagination
/* 189 *| ***********************/
/* 190 */ .ewd-ufaq-bottom {
/* 191 */   clear: both;
/* 192 */ }
/* 193 */ .ewd-ufaq-previous-faqs h4 {
/* 194 */   float: left;
/* 195 */   padding-left: 12px;
/* 196 */   cursor: pointer;
/* 197 */   font-weight: 600;
/* 198 */ }
/* 199 */ .ewd-ufaq-next-faqs h4 {
/* 200 */   float: right;

/* ewd-ufaq.css */

/* 201 */   padding-right: 12px;
/* 202 */   cursor: pointer;
/* 203 */   font-weight: 600;
/* 204 */ }
/* 205 */ .ewd-ufaq-load-more h4 {
/* 206 */   text-align: center;
/* 207 */   cursor: pointer;
/* 208 */   font-weight: 600;
/* 209 */ }
/* 210 */
/* 211 */
/* 212 */ /***********************
/* 213 *| * Columns
/* 214 *| ***********************/
/* 215 */ .ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-two {
/* 216 */   width: 48%;
/* 217 */   margin-right: 2%;
/* 218 */   float: left;
/* 219 */   clear: none;
/* 220 */ }
/* 221 */ .ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-three {
/* 222 */   width: 31%;
/* 223 */   margin-right: 2%;
/* 224 */   float: left;
/* 225 */   clear: none;
/* 226 */ }
/* 227 */ .ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-four {
/* 228 */   width: 23%;
/* 229 */   margin-right: 2%;
/* 230 */   float: left;
/* 231 */   clear: none;
/* 232 */ }
/* 233 */
/* 234 */ @media only screen and (max-width: 960px) {
/* 235 */   .ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-three.ewd-ufaq-faq-responsive-columns-1,
/* 236 */   .ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-four.ewd-ufaq-faq-responsive-columns-1 {
/* 237 */     width: 48%;
/* 238 */     margin-right: 2%;
/* 239 */   }
/* 240 */ }
/* 241 */ @media only screen and (max-width: 520px) {
/* 242 */   .ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-two.ewd-ufaq-faq-responsive-columns-1,
/* 243 */   .ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-three.ewd-ufaq-faq-responsive-columns-1,
/* 244 */   .ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-four.ewd-ufaq-faq-responsive-columns-1 {
/* 245 */     width: 100%;
/* 246 */     margin-right: none;
/* 247 */   }
/* 248 */ }
/* 249 */
/* 250 */ /***********************

/* ewd-ufaq.css *|

/* 251 *| Color Block Style
/* 252 *| ***********************/
/* 253 */ .ewd-ufaq-faq-display-style-color_block .ewd-ufaq-post-margin-symbol {
/* 254 */   background-color: #1188cc;
/* 255 */   color: #ffffff;
/* 256 */ }
/* 257 */
/* 258 */ .ewd-ufaq-Circle {
/* 259 */   border-radius: 18px;
/* 260 */ }
/* 261 */
/* 262 */ .ewd-ufaq-Square {
/* 263 */   border-radius: 0px;
/* 264 */ }
/* 265 */
/* 266 */
/* 267 */ /***********************
/* 268 *| Block Style
/* 269 *| ***********************/
/* 270 */ .ewd-ufaq-faq-div {
/* 271 */   margin: 2px 0;
/* 272 */   padding:2px 0;
/* 273 */   clear: both;
/* 274 */ }
/* 275 */ .ewd-ufaq-faq-toggle:hover, .ewd-ufaq-faq-toggle a:hover{
/* 276 */   cursor: pointer;
/* 277 */   cursor: hand;
/* 278 */   text-decoration: none;
/* 279 */ }
/* 280 */ .ewd-ufaq-faq-display-style-block a, .ewd-ufaq-faq-display-style-block a:visited, .ewd-ufaq-faq-display-style-block a:active{
/* 281 */   text-decoration: none;
/* 282 */ }
/* 283 */ .ewd-ufaq-faq-display-style-block:hover,
/* 284 */ .ewd-ufaq-faq-display-style-block:hover a,
/* 285 */ .ewd-ufaq-faq-display-style-block:hover h1,
/* 286 */ .ewd-ufaq-faq-display-style-block:hover h2,
/* 287 */ .ewd-ufaq-faq-display-style-block:hover h3,
/* 288 */ .ewd-ufaq-faq-display-style-block:hover h4,
/* 289 */ .ewd-ufaq-faq-display-style-block:hover h5,
/* 290 */ .ewd-ufaq-faq-display-style-block:hover h6 {
/* 291 */   text-decoration: none !important;
/* 292 */   color:#fff;
/* 293 */   background: #1188cc;
/* 294 */ }
/* 295 */ .ewd-ufaq-faq-display-style-block.ewd-ufaq-post-active, .ewd-ufaq-faq-display-style-block.ewd-ufaq-post-active a{
/* 296 */   color:#fff;
/* 297 */   background: #1188cc;
/* 298 */ }
/* 299 */
/* 300 */

/* ewd-ufaq.css */

/* 301 */ /***********************
/* 302 *| List Style
/* 303 *| ***********************/
/* 304 */ .ewd-ufaq-faq-header-title a {
/* 305 */   display: inline-block;
/* 306 */ }
/* 307 */
/* 308 */
/* 309 */ /***********************
/* 310 *| Border Block Style
/* 311 *| ***********************/
/* 312 */ .ewd-ufaq-faq-div {
/* 313 */   margin: 2px 0;
/* 314 */   padding:2px 0;
/* 315 */   clear: both;
/* 316 */ }
/* 317 */ .ewd-ufaq-faq-toggle:hover, .ewd-ufaq-faq-toggle a:hover{
/* 318 */   cursor: pointer;
/* 319 */   cursor: hand;
/* 320 */   text-decoration: none;
/* 321 */ }
/* 322 */ .ewd-ufaq-faq-display-style-border_block a, .ewd-ufaq-faq-display-style-border_block a:visited, .ewd-ufaq-faq-display-style-border_block a:active{
/* 323 */   text-decoration: none;
/* 324 */ }
/* 325 */ .ewd-ufaq-faq-display-style-border_block:hover,
/* 326 */ .ewd-ufaq-faq-display-style-border_block:hover a,
/* 327 */ .ewd-ufaq-faq-display-style-border_block:hover h1,
/* 328 */ .ewd-ufaq-faq-display-style-border_block:hover h2,
/* 329 */ .ewd-ufaq-faq-display-style-border_block:hover h3,
/* 330 */ .ewd-ufaq-faq-display-style-border_block:hover h4,
/* 331 */ .ewd-ufaq-faq-display-style-border_block:hover h5,
/* 332 */ .ewd-ufaq-faq-display-style-border_block:hover h6 {
/* 333 */   text-decoration: none !important;
/* 334 */   color:#fff;
/* 335 */   background: #1188cc;
/* 336 */ }
/* 337 */ .ewd-ufaq-faq-display-style-border_block.ewd-ufaq-post-active, .ewd-ufaq-faq-display-style-border_block.ewd-ufaq-post-active a{
/* 338 */   color:#fff !important;
/* 339 */   background: #1188cc;
/* 340 */ }
/* 341 */ .ewd-ufaq-faq-display-style-border_block .ewd-ufaq-faq-body {
/* 342 */   color:#555 !important;
/* 343 */   background: #fff;
/* 344 */   border: 3px solid #1188cc;
/* 345 */   border-bottom: 2px solid #1188cc;
/* 346 */ }
/* 347 */ .ewd-ufaq-faq-display-style-border_block .ewd-ufaq-faq-body a {
/* 348 */   color:#000 !important;
/* 349 */   background: transparent;
/* 350 */ }

/* ewd-ufaq.css */

/* 351 */
/* 352 */ .ewd-ufaq-faq-display-style-border_block .ewd-ufaq-faq-tags, .ewd-ufaq-faq-display-style-border_block .ewd-ufaq-social-links {
/* 353 */ margin-top: 4px;
/* 354 */ }
/* 355 */ .ewd-ufaq-faq-display-style-border_block .ewd-ufaq-social-links ul {
/* 356 */ float: left;
/* 357 */ margin-bottom: 14px;
/* 358 */ position: relative;
/* 359 */ width: auto;
/* 360 */ }
/* 361 */ .ewd-ufaq-faq-display-style-border_block .ewd-ufaq-permalink {
/* 362 */ margin: 24px 0;
/* 363 */ }
/* 364 */ .ewd-ufaq-faq-display-style-border_block .ewd-ufaq-permalink-image {
/* 365 */ margin-top: -32px;
/* 366 */ margin-left: 112px;
/* 367 */ }
/* 368 */
/* 369 */ .ewd-ufaq-faq-display-style-border_block .ewd-ufaq-author-date {
/* 370 */   margin-bottom: 14px;
/* 371 */ }
/* 372 */
/* 373 */ .ewd-ufaq-faq-display-style-border_block .ewd-ufaq-faq-categories {
/* 374 */   margin: 14px 0;
/* 375 */ }
/* 376 */
/* 377 */ .ewd-ufaq-faq-display-style-border_block.ewd-ufaq-post-active .ewd-ufaq-faq-title-text {
/* 378 */   color: #fff !important;
/* 379 */ }
/* 380 */
/* 381 */ .ewd-ufaq-faq-display-style-border_block .comment-reply-title {
/* 382 */   background: transparent !important;
/* 383 */   color: #000 !important;
/* 384 */ }
/* 385 */ .ewd-ufaq-faq-display-style-border_block:hover .comment-reply-title {
/* 386 */   color: #000 !important;
/* 387 */ }
/* 388 */
/* 389 */
/* 390 */
/* 391 */ /***********************
/* 392 *| Contemporary Style
/* 393 *| ***********************/
/* 394 */ .ewd-ufaq-faq-display-style-contemporary {
/* 395 */ border-bottom: 1px solid #ccc;
/* 396 */ padding: 0;
/* 397 */ margin: 0;
/* 398 */ }
/* 399 */ .ewd-ufaq-faq-display-style-contemporary:first-of-type {
/* 400 */ border-top: 1px solid #ccc;

/* ewd-ufaq.css */

/* 401 */ }
/* 402 */ .ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-faq-title {
/* 403 */ background: #f7f7f7;
/* 404 */ padding: 8px 0 8px 4px;
/* 405 */ }
/* 406 */ .ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-post-margin-symbol {
/* 407 */ float: right;
/* 408 */ height: auto;
/* 409 */ }
/* 410 */ .ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-faq-body {
/* 411 */ padding: 20px 25px 10px;
/* 412 */ padding-left: 40px;
/* 413 */ }
/* 414 */ .ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-faq-tags, .ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-social-links {
/* 415 */ margin-top: 4px;
/* 416 */ }
/* 417 */ .ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-social-links ul {
/* 418 */ float: left;
/* 419 */ margin-bottom: 14px;
/* 420 */ position: relative;
/* 421 */ width: auto;
/* 422 */ }
/* 423 */ .ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-permalink {
/* 424 */ margin-left: 0;
/* 425 */ margin-bottom: 10px;
/* 426 */ }
/* 427 */ .ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-back-to-top {
/* 428 */   margin-bottom: 14px;
/* 429 */ }
/* 430 */
/* 431 */ .ewd-ufaq-social-links-label {
/* 432 */   float: left;
/* 433 */   margin-right: 8px;
/* 434 */   position: relative;
/* 435 */   top: 3px;
/* 436 */ }
/* 437 */
/* 438 */
/* 439 */
/* 440 */
/* 441 */ /***********************
/* 442 *| Ratings
/* 443 *| ***********************/
/* 444 */ .ewd-ufaq-rating-button {
/* 445 */   position: relative;
/* 446 */   float: left;
/* 447 */   width: 60px;
/* 448 */   height: 48px;
/* 449 */   margin-right: 12px;
/* 450 */   line-height: 48px;

/* ewd-ufaq.css */

/* 451 */   font-weight: 600;
/* 452 */   cursor: pointer;
/* 453 */
/* 454 */ }
/* 455 */ .ewd-ufaq-rating-button img {
/* 456 */   position: absolute;
/* 457 */   top: 0;
/* 458 */   left: 0;
/* 459 */   width: 75%;
/* 460 */   height: auto;
/* 461 */ }
/* 462 */ .ewd-ufaq-rating-button span {
/* 463 */   text-align: right;
/* 464 */   width: 100%;
/* 465 */   display: block;
/* 466 */ }
/* 467 */ .ewd-ufaq-up-vote {
/* 468 */   background: transparent;
/* 469 */   background-repeat: no-repeat;
/* 470 */ }
/* 471 */ .ewd-ufaq-down-vote {
/* 472 */   background: transparent;
/* 473 */   background-repeat: no-repeat;
/* 474 */ }
/* 475 */ .ewd-ufaq-ratings-custom-image {
/* 476 */   background: transparent;
/* 477 */ }
/* 478 */ .ewd-ufaq-rating-button.ewd-ufaq-rating-button-custom-up-image,
/* 479 */ .ewd-ufaq-rating-button.ewd-ufaq-rating-button-custom-down-image {
/* 480 */   background: none;
/* 481 */   padding-left: 0;
/* 482 */ }
/* 483 */ .ewd-ufaq-rating-button.ewd-ufaq-rating-button-custom-up-image img,
/* 484 */ .ewd-ufaq-rating-button.ewd-ufaq-rating-button-custom-down-image img {
/* 485 */   position: relative;
/* 486 */   float: left;
/* 487 */   width: 48px;
/* 488 */   height: auto;
/* 489 */   margin-right: 4px;
/* 490 */ }
/* 491 */
/* 492 */
/* 493 */ /************************
/* 494 *| * Expand/Collapse
/* 495 *| ************************/
/* 496 */ .ewd-ufaq-expand-all,
/* 497 */ .ewd-ufaq-collapse-all {
/* 498 */   text-decoration: none;
/* 499 */   cursor: pointer;
/* 500 */   font-size: 0.9em;

/* ewd-ufaq.css */

/* 501 */ }
/* 502 */
/* 503 */ /*
/* 504 *| ==============================================
/* 505 *| Toggle Font
/* 506 *| ==============================================
/* 507 *| */
/* 508 */
/* 509 */ @font-face { /* declare fonts */
/* 510 */   font-family: 'ewd-toggle-icon';
/* 511 */   src: url("../fonts/ewd-toggle-icon.eot");
/* 512 */     src: url('../fonts/ewd-toggle-icon.woff2') format('woff2'),
/* 513 */          url('../fonts/ewd-toggle-icon.woff') format('woff'),
/* 514 */          url("../fonts/ewd-toggle-icon.ttf") format("truetype"),
/* 515 */     url("../fonts/ewd-toggle-icon.svg#ewd-toggle-icon") format("svg");
/* 516 */     font-weight: normal;
/* 517 */     font-style: normal;
/* 518 */ }
/* 519 */
/* 520 */ .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol,
/* 521 */ .ewd-ufaq-faq-category-title .ewd-ufaq-category-post-margin-symbol,
/* 522 */ .ewd-ufaq-toggle-all-symbol {
/* 523 */   font-family: 'ewd-toggle-icon';
/* 524 */ }
/* 525 */
/* 526 */
/* 527 */ /*
/* 528 *| ==============================================
/* 529 *| PChanges
/* 530 *| ==============================================
/* 531 *| */
/* 532 */
/* 533 */ .ewd-ufaq-question-update{
/* 534 */ font-size: 1.2em;
/* 535 */ margin-bottom: 20px;
/* 536 */ }
/* 537 */ .ewd-ufaq-question-form .form-field {
/* 538 */   margin-bottom: 20px;
/* 539 */ }
/* 540 */
/* 541 */ .rrssb-buttons li a .rrssb-text {
/* 542 */ color: #fff;
/* 543 */ margin-left: 5px;
/* 544 */ }
/* 545 */
/* 546 */ .ewd-ufaq-social-links .rrssb-buttons li {
/* 547 */ margin-bottom: 5px;
/* 548 */ }
/* 549 */
/* 550 */ .ewd-ufaq-permalink{

/* ewd-ufaq.css */

/* 551 */ clear: both;
/* 552 */ }
/* 553 */ @media only screen and (max-width: 810px) {
/* 554 */
/* 555 */ .ewd-ufaq-faq-title-text {
/* 556 */ width: 80%;
/* 557 */ }
/* 558 */
/* 559 */ }
/* 560 */
/* 561 */
/* 562 */
/* 563 */ /*
/* 564 *| ==============================================
/* 565 *| Pagination
/* 566 *| ==============================================
/* 567 *| */
/* 568 */ .ewd-ufaq-previous-faqs, .ewd-ufaq-next-faqs {
/* 569 */     margin-top: 16px;
/* 570 */ }
/* 571 */ .ewd-ufaq-previous-faqs {
/* 572 */     float: left;
/* 573 */ }
/* 574 */ .ewd-ufaq-next-faqs {
/* 575 */     float: right;
/* 576 */ }
/* 577 */
/* 578 */ /* clears the 'X' from Internet Explorer */
/* 579 */ #ewd-ufaq-jquery-ajax-search input[type=search]::-ms-clear {
/* 580 */   display: none; width : 0; height: 0;
/* 581 */ }
/* 582 */ #ewd-ufaq-jquery-ajax-search input[type=search]::-ms-reveal {
/* 583 */   display: none; width : 0; height: 0;
/* 584 */ }
/* 585 */
/* 586 */ /* clears the 'X' from Chrome */
/* 587 */ #ewd-ufaq-jquery-ajax-search input[type="search"]::-webkit-search-decoration,
/* 588 */ #ewd-ufaq-jquery-ajax-search input[type="search"]::-webkit-search-cancel-button,
/* 589 */ #ewd-ufaq-jquery-ajax-search input[type="search"]::-webkit-search-results-button,
/* 590 */ #ewd-ufaq-jquery-ajax-search input[type="search"]::-webkit-search-results-decoration {
/* 591 */   -webkit-appearance: none;
/* 592 */ }
/* 593 */
/* 594 */ #ewd-ufaq-jquery-ajax-search * {
/* 595 */   vertical-align: middle;
/* 596 */ }
/* 597 */ #ewd-ufaq-jquery-ajax-search .search-field {
/* 598 */   display:  inline-block;
/* 599 */   margin:  15px;
/* 600 */   position: relative;

/* ewd-ufaq.css */

/* 601 */ }
/* 602 */ #ewd-ufaq-jquery-ajax-search .search-field .ewd-ufaq-text-input {
/* 603 */   margin: 0 !important;
/* 604 */   padding: 8px 30px 8px 12px !important;
/* 605 */ }
/* 606 */ #ewd-ufaq-jquery-ajax-search .clear-field {
/* 607 */   display: inline;
/* 608 */   padding: 0;
/* 609 */   margin: 0;
/* 610 */   height: 100%;
/* 611 */   background: transparent;
/* 612 */   position: absolute;
/* 613 */   top: 0;
/* 614 */   right: 0;
/* 615 */   color: black;
/* 616 */   transition: width 0.35s, opacity 0.25s;
/* 617 */   transform: translateX(15px);
/* 618 */   opacity: 0;
/* 619 */   width: 0;
/* 620 */ }
/* 621 */ #ewd-ufaq-jquery-ajax-search .clear-field.slide-in {
/* 622 */   opacity: 1;
/* 623 */   width: 30px;
/* 624 */   animation: slide-in-right 0.5s forwards;
/* 625 */   -webkit-animation: slide-in-right 0.5s forwards;
/* 626 */ }
/* 627 */ #ewd-ufaq-jquery-ajax-search .clear-field.slide-out {
/* 628 */   opacity: 0;
/* 629 */   width: 0;
/* 630 */   animation: slide-out-right 0.5s forwards;
/* 631 */   -webkit-animation: slide-out-right 0.5s forwards;
/* 632 */ }
/* 633 */ #ewd-ufaq-jquery-ajax-search .clear-field:hover,
/* 634 */ #ewd-ufaq-jquery-ajax-search .clear-field:focus {
/* 635 */   border-radius: 0;
/* 636 */ }
/* 637 */ @keyframes slide-in-right {
/* 638 */   100% {
/* 639 */     transform: translateX(0px);
/* 640 */   }
/* 641 */ }
/* 642 */ @keyframes slide-out-right {
/* 643 */   0% {
/* 644 */     transform: translateX(0px);
/* 645 */   }
/* 646 */   100% {
/* 647 */     transform: translateX(15px);
/* 648 */   }
/* 649 */ }
/* 650 */

/* ewd-ufaq.css */

/* 651 */
/* 652 */ /***************
/* 653 *| BLOCK PATTERNS
/* 654 *| ***************/
/* 655 */ .ewd-ufaq-pattern-faqs,
/* 656 */ .ewd-ufaq-pattern-featured-faqs,
/* 657 */ .ewd-ufaq-pattern-search,
/* 658 */ .ewd-ufaq-pattern-submit {
/* 659 */ 	width: 100%;
/* 660 */ }
/* 661 */
/* 662 */ /***************
/* 663 *| CATEGORY TABS
/* 664 *| ***************/
/* 665 */ .ewd-ufaq-category-tabs-1 .ewd-ufaq-faqs {
/* 666 */   display: flex;
/* 667 */   width: 100%;
/* 668 */   position: relative;
/* 669 */ }
/* 670 */ .ewd-ufaq-category-tabs-1 .ewd-ufaq-faq-category {
/* 671 */   display: flex;
/* 672 */   flex-direction: column;
/* 673 */   margin-right: 40px;
/* 674 */ }
/* 675 */ .ewd-ufaq-category-tabs-1 .ewd-ufaq-category-tab-selected h3 {
/* 676 */   font-weight: bold;
/* 677 */   text-decoration: underline;
/* 678 */ }
/* 679 */ .ewd-ufaq-category-tabs-1 .ewd-ufaq-faq-category-inner {
/* 680 */   position: absolute;
/* 681 */   left: 0;
/* 682 */   top: 72px;
/* 683 */   width: 100%;
/* 684 */ }
/* 685 */ .ewd-ufaq-category-tabs-1 .ewd-ufaq-faq-category .ewd-ufaq-faq-category {
/* 686 */   position: relative;
/* 687 */   margin-right: 0;
/* 688 */   margin-top: 24px;
/* 689 */   width: 100%;
/* 690 */   clear: both;
/* 691 */   display: flex;
/* 692 */   flex-direction: column;
/* 693 */ }
/* 694 */
/* 695 */ .ewd-ufaq-faq-category-body-hidden {
/* 696 */   display: none;
/* 697 */ }
/* 698 */
/* 699 */
/* 700 */ /**********************/

/* ewd-ufaq.css */

/* 701 */ /** NEW META BUBBLES **/
/* 702 */ /**********************/
/* 703 */
/* 704 */ .ewd-ufaq-faq-categories,
/* 705 */ .ewd-ufaq-faq-tags {
/* 706 */ 	margin: 14px 0;
/* 707 */ 	display: flex;
/* 708 */ 	align-items: center;
/* 709 */ 	width: 100%;
/* 710 */ 	gap: 12px;
/* 711 */ 	color: #212427;
/* 712 */ }
/* 713 */ .ewd-ufaq-faq-categories a,
/* 714 */ .ewd-ufaq-faq-tags a {
/* 715 */ 	text-decoration: none;
/* 716 */ 	padding: 4px 12px;
/* 717 */ 	color: #212427;
/* 718 */ 	border: 1px solid #b1b1b1;
/* 719 */ 	border-radius: 100px;
/* 720 */ }
/* 721 */ .ewd-ufaq-faq-custom-fields {
/* 722 */   margin-bottom: 14px;
/* 723 */ }
/* 724 */ .ewd-ufaq-custom-field-label {
/* 725 */   color: #212427;
/* 726 */ }
/* 727 */
/* 728 */ /**********************/
/* 729 */ /**** COMPACT META ****/
/* 730 */ /**********************/
/* 731 */
/* 732 */ .ewd-ufaq-compact-faq-meta {
/* 733 */ 	display: flex;
/* 734 */ 	width: 100%;
/* 735 */ 	flex-wrap: wrap;
/* 736 */ 	justify-content: right;
/* 737 */ 	align-items: center;
/* 738 */ 	gap: 0;
/* 739 */ }
/* 740 */ .ewd-ufaq-compact-faq-meta > div {
/* 741 */ 	width: 100%;
/* 742 */ }
/* 743 */ .ewd-ufaq-compact-faq-meta .ewd-ufaq-permalink {
/* 744 */ 	width: auto;
/* 745 */ 	order: 25;
/* 746 */ }
/* 747 */ .ewd-ufaq-compact-faq-meta .ewd-ufaq-permalink a {
/* 748 */ 	font-size: 16px;
/* 749 */ 	color: #7a7a7a;
/* 750 */ 	font-weight: normal;

/* ewd-ufaq.css */

/* 751 */ 	text-decoration: none;
/* 752 */ }
/* 753 */ .ewd-ufaq-compact-faq-meta .ewd-ufaq-permalink-image {
/* 754 */ 	display: none;
/* 755 */ }
/* 756 */ .ewd-ufaq-compact-faq-meta .ewd-ufaq-social-links {
/* 757 */ 	width: auto;
/* 758 */ 	order: 26;
/* 759 */ }
/* 760 */ .ewd-ufaq-compact-faq-meta .ewd-ufaq-social-links-label {
/* 761 */ 	display: none;
/* 762 */ }
/* 763 */ .ewd-ufaq-compact-faq-meta .rrssb-buttons {
/* 764 */ 	height: auto;
/* 765 */ 	display: flex;
/* 766 */ 	align-items: center;
/* 767 */ 	margin: 0;
/* 768 */ 	float: none;
/* 769 */ 	gap: 4px;
/* 770 */ }
/* 771 */ .ewd-ufaq-compact-faq-meta .rrssb-buttons li {
/* 772 */ 	float: none;
/* 773 */ 	height: auto;
/* 774 */ 	line-height: initial;
/* 775 */ 	padding: 0;
/* 776 */ 	margin: 0;
/* 777 */ }
/* 778 */ .ewd-ufaq-compact-faq-meta .rrssb-buttons li a {
/* 779 */ 	height: auto;
/* 780 */ 	padding: 0;
/* 781 */ 	font-weight: normal;
/* 782 */ 	font-size: 16px;
/* 783 */ 	text-align: left;
/* 784 */ 	width: auto;
/* 785 */ 	border-radius: 0;
/* 786 */ }
/* 787 */ .ewd-ufaq-compact-faq-meta .rrssb-buttons li.rrssb-facebook a,
/* 788 */ .ewd-ufaq-compact-faq-meta .rrssb-buttons li.rrssb-twitter a,
/* 789 */ .ewd-ufaq-compact-faq-meta .rrssb-buttons li.rrssb-linkedin a,
/* 790 */ .ewd-ufaq-compact-faq-meta .rrssb-buttons li.rrssb-pinterest a,
/* 791 */ .ewd-ufaq-compact-faq-meta .rrssb-buttons li.rrssb-email a {
/* 792 */ 	background-color: transparent;
/* 793 */ }
/* 794 */ .ewd-ufaq-compact-faq-meta .rrssb-buttons li a .rrssb-icon,
/* 795 */ .ewd-ufaq-compact-faq-meta .rrssb-buttons li a .rrssb-text {
/* 796 */ 	display: none;
/* 797 */ }
/* 798 */ .ewd-ufaq-compact-faq-meta .ewd-ufaq-ratings {
/* 799 */ 	width: auto;
/* 800 */ 	order: 27;

/* ewd-ufaq.css */

/* 801 */ 	padding: 0;
/* 802 */ 	margin: 0;
/* 803 */ 	display: flex;
/* 804 */ 	align-items: center;
/* 805 */ }
/* 806 */ .ewd-ufaq-compact-faq-meta .ewd-ufaq-rating-button {
/* 807 */ 	float: none;
/* 808 */ 	width: auto;
/* 809 */ 	height: auto;
/* 810 */ 	margin: 0;
/* 811 */ 	line-height: initial;
/* 812 */ 	font-weight: normal;
/* 813 */   display: flex;
/* 814 */ }
/* 815 */ .ewd-ufaq-compact-faq-meta .ewd-ufaq-rating-button img {
/* 816 */ 	display: none !important;
/* 817 */ }
/* 818 */ .ewd-ufaq-compact-faq-meta .ewd-ufaq-rating-button span {
/* 819 */ 	width: auto;
/* 820 */   margin-left: 2px;
/* 821 */ }
/* 822 */ .ewd-ufaq-compact-faq-meta .ewd-ufaq-down-vote {
/* 823 */ 	height: auto !important;
/* 824 */ 	margin-left: 4px;
/* 825 */ }
/* 826 */ .ewd-ufaq-compact-faq-meta .ewd-ufaq-ratings-label {
/* 827 */ 	display: none;
/* 828 */ }
/* 829 */
/* 830 */ .ewd-ufaq-hidden {
/* 831 */   display: none;
/* 832 */ }
