/* Minify_CSS_UriRewriter::$debugText

*/

/* email-subscribers-public.css */

/* 1   */ /**
/* 2   *|  * All of the CSS for your public-facing functionality should be
/* 3   *|  * included in this file.
/* 4   *|  */
/* 5   */
/* 6   */ .es_caption {
/* 7   */     padding-bottom: 1em;
/* 8   */     padding-right: 0.5em;
/* 9   */ }
/* 10  */
/* 11  */ .es_msg {
/* 12  */     padding-top: 5px;
/* 13  */     padding-bottom: 5px;
/* 14  */     color: #F00;
/* 15  */ }
/* 16  */
/* 17  */ .es_textbox {
/* 18  */     padding-bottom: 10px;
/* 19  */ }
/* 20  */
/* 21  */ .es_button {
/* 22  */     padding-top: 10px;
/* 23  */     padding-bottom: 5px;
/* 24  */ }
/* 25  */
/* 26  */ .es_textbox_class {
/* 27  */     width: 200px;
/* 28  */ }
/* 29  */
/* 30  */ .es_lablebox {
/* 31  */     padding-bottom: 3px;
/* 32  */ }
/* 33  */
/* 34  */ .es_subscription_message.success {
/* 35  */     color: #008000;
/* 36  */     font-size: 16px;
/* 37  */ }
/* 38  */
/* 39  */ .es_subscription_message.error {
/* 40  */     color: #ff0000;
/* 41  */     font-size: 16px;
/* 42  */ }
/* 43  */
/* 44  */ .es_spinner_image {
/* 45  */     display: none;
/* 46  */     float: right;
/* 47  */ }
/* 48  */ .es-field-wrap{
/* 49  */     margin-bottom: 0.6em;
/* 50  */ }

/* email-subscribers-public.css */

/* 51  */
/* 52  */ .ig-es-form-list-selection, .ig-es-form-list-selection td, .ig-es-form-list-selection tr {
/* 53  */     border: none;
/* 54  */ }
/* 55  */
/* 56  */ .ig_es_form_wrapper {
/* 57  */     width: 30%;
/* 58  */     margin: 0 auto;
/* 59  */     border: 2px #e8e3e3 solid;
/* 60  */     padding: 0.9em;
/* 61  */     border-radius: 5px;
/* 62  */ }
/* 63  */
/* 64  */ .ig_es_form_heading {
/* 65  */     font-size: 1.3em;
/* 66  */     line-height: 1.5em;
/* 67  */     margin-bottom: 0.5em;
/* 68  */ }
/* 69  */
/* 70  */ .ig_es_list_checkbox {
/* 71  */     margin-right: 0.5em;
/* 72  */ }
/* 73  */
/* 74  */ .ig_es_submit {
/* 75  */     color: #FFFFFF !important;
/* 76  */     border-color: #03a025 !important;
/* 77  */     background: #03a025 !important;
/* 78  */     box-shadow: 0 1px 0 #03a025;
/* 79  */     font-weight: bold;
/* 80  */     height: 2.4em;
/* 81  */     line-height: 1em;
/* 82  */     cursor: pointer;
/* 83  */     border-width: 1px;
/* 84  */     border-style: solid;
/* 85  */     -webkit-appearance: none;
/* 86  */     border-radius: 3px;
/* 87  */     white-space: nowrap;
/* 88  */     box-sizing: border-box;
/* 89  */     font-size: 1em;
/* 90  */     padding: 0 2em;
/* 91  */     margin-top: 1em;
/* 92  */ }
/* 93  */
/* 94  */ .ig_es_submit:hover {
/* 95  */     color: #FFF !important;
/* 96  */     background: #0AAB2E !important;
/* 97  */     border-color: #0AAB2E !important;
/* 98  */ }
/* 99  */
/* 100 */ .ig_es_form_wrapper hr {

/* email-subscribers-public.css */

/* 101 */     display: block;
/* 102 */     height: 1px;
/* 103 */     border: 0;
/* 104 */     border-top: 1px solid #ccc;
/* 105 */     margin: 1em 0;
/* 106 */     padding: 0;
/* 107 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* frontend.css */

/* 1 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* bootstrap-tooltip.css */

/* 1   */ /*!
/* 2   *|  * Bootstrap v3.3.7 (http://getbootstrap.com)
/* 3   *|  * Copyright 2011-2016 Twitter, Inc.
/* 4   *|  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
/* 5   *|  */
/* 6   */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* 7   */
/* 8   */ .tooltip {
/* 9   */     position: absolute;
/* 10  */     z-index: 1070;
/* 11  */     display: block;
/* 12  */     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 13  */     font-size: 12px;
/* 14  */     font-style: normal;
/* 15  */     font-weight: normal;
/* 16  */     line-height: 1.42857143;
/* 17  */     text-align: left;
/* 18  */     text-align: start;
/* 19  */     text-decoration: none;
/* 20  */     text-shadow: none;
/* 21  */     text-transform: none;
/* 22  */     letter-spacing: normal;
/* 23  */     word-break: normal;
/* 24  */     word-spacing: normal;
/* 25  */     word-wrap: normal;
/* 26  */     white-space: normal;
/* 27  */     filter: alpha(opacity=0);
/* 28  */     opacity: 0;
/* 29  */
/* 30  */     line-break: auto;
/* 31  */ }
/* 32  */ .tooltip.in {
/* 33  */     filter: alpha(opacity=90);
/* 34  */     opacity: .9;
/* 35  */ }
/* 36  */ .tooltip.top {
/* 37  */     padding: 5px 0;
/* 38  */     margin-top: -3px;
/* 39  */ }
/* 40  */ .tooltip.right {
/* 41  */     padding: 0 5px;
/* 42  */     margin-left: 3px;
/* 43  */ }
/* 44  */ .tooltip.bottom {
/* 45  */     padding: 5px 0;
/* 46  */     margin-top: 3px;
/* 47  */ }
/* 48  */ .tooltip.left {
/* 49  */     padding: 0 5px;
/* 50  */     margin-left: -3px;

/* bootstrap-tooltip.css */

/* 51  */ }
/* 52  */ .tooltip-inner {
/* 53  */     max-width: 200px;
/* 54  */     padding: 3px 8px;
/* 55  */     color: #fff;
/* 56  */     text-align: center;
/* 57  */     background-color: #000;
/* 58  */     border-radius: 4px;
/* 59  */ }
/* 60  */ .tooltip-arrow {
/* 61  */     position: absolute;
/* 62  */     width: 0;
/* 63  */     height: 0;
/* 64  */     border-color: transparent;
/* 65  */     border-style: solid;
/* 66  */ }
/* 67  */ .tooltip.top .tooltip-arrow {
/* 68  */     bottom: 0;
/* 69  */     left: 50%;
/* 70  */     margin-left: -5px;
/* 71  */     border-width: 5px 5px 0;
/* 72  */     border-top-color: #000;
/* 73  */ }
/* 74  */ .tooltip.top-left .tooltip-arrow {
/* 75  */     right: 5px;
/* 76  */     bottom: 0;
/* 77  */     margin-bottom: -5px;
/* 78  */     border-width: 5px 5px 0;
/* 79  */     border-top-color: #000;
/* 80  */ }
/* 81  */ .tooltip.top-right .tooltip-arrow {
/* 82  */     bottom: 0;
/* 83  */     left: 5px;
/* 84  */     margin-bottom: -5px;
/* 85  */     border-width: 5px 5px 0;
/* 86  */     border-top-color: #000;
/* 87  */ }
/* 88  */ .tooltip.right .tooltip-arrow {
/* 89  */     top: 50%;
/* 90  */     left: 0;
/* 91  */     margin-top: -5px;
/* 92  */     border-width: 5px 5px 5px 0;
/* 93  */     border-right-color: #000;
/* 94  */ }
/* 95  */ .tooltip.left .tooltip-arrow {
/* 96  */     top: 50%;
/* 97  */     right: 0;
/* 98  */     margin-top: -5px;
/* 99  */     border-width: 5px 0 5px 5px;
/* 100 */     border-left-color: #000;

/* bootstrap-tooltip.css */

/* 101 */ }
/* 102 */ .tooltip.bottom .tooltip-arrow {
/* 103 */     top: 0;
/* 104 */     left: 50%;
/* 105 */     margin-left: -5px;
/* 106 */     border-width: 0 5px 5px;
/* 107 */     border-bottom-color: #000;
/* 108 */ }
/* 109 */ .tooltip.bottom-left .tooltip-arrow {
/* 110 */     top: 0;
/* 111 */     right: 5px;
/* 112 */     margin-top: -5px;
/* 113 */     border-width: 0 5px 5px;
/* 114 */     border-bottom-color: #000;
/* 115 */ }
/* 116 */ .tooltip.bottom-right .tooltip-arrow {
/* 117 */     top: 0;
/* 118 */     left: 5px;
/* 119 */     margin-top: -5px;
/* 120 */     border-width: 0 5px 5px;
/* 121 */     border-bottom-color: #000;
/* 122 */ }
/* 123 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* frontend.css */

/* 1  */ /*
/* 2  *|  * WordPress plugin Social Media Follow Buttons Bar by Space X-Chimp ( https://www.spacexchimp.com ).
/* 3  *|  *
/* 4  *|  * @package     Social Media Follow Buttons Bar
/* 5  *|  * @author      Arthur Gareginyan
/* 6  *|  * @link        https://www.spacexchimp.com
/* 7  *|  * @copyright   Copyright (c) 2016-2020 Space X-Chimp. All Rights Reserved.
/* 8  *|  */
/* 9  */
/* 10 */
/* 11 */ /* All buttons */
/* 12 */ .sxc-follow-buttons {
/* 13 */     margin: 0 !important;               /* Reset */
/* 14 */     padding: 0 !important;              /* Reset */
/* 15 */     background: none !important;        /* Reset */
/* 16 */     background-image: none !important;  /* Reset */
/* 17 */     border: none !important;            /* Reset */
/* 18 */     box-shadow: none !important;        /* Reset */
/* 19 */ }
/* 20 */
/* 21 */ /* Each button */
/* 22 */ .sxc-follow-buttons .sxc-follow-button {
/* 23 */     display: inline-block !important;   /* Reset */
/* 24 */     margin: 0 !important;               /* Reset */
/* 25 */     padding: 0 !important;              /* Reset */
/* 26 */     background: none !important;        /* Reset */
/* 27 */     background-image: none !important;  /* Reset */
/* 28 */     border: none !important;            /* Reset */
/* 29 */     box-shadow: none !important;        /* Reset */
/* 30 */     list-style-type: none !important;   /* Reset */
/* 31 */     -webkit-user-select: none;          /* Reset */
/* 32 */     -moz-user-select: none;             /* Reset */
/* 33 */ }
/* 34 */ .sxc-follow-buttons .sxc-follow-button::before {
/* 35 */     content: "" !important;             /* Reset */
/* 36 */     content: none !important;           /* Reset */
/* 37 */ }
/* 38 */ .sxc-follow-buttons .sxc-follow-button::after {
/* 39 */     content: "" !important;             /* Reset */
/* 40 */     content: none !important;           /* Reset */
/* 41 */ }
/* 42 */
/* 43 */ .sxc-follow-buttons .sxc-follow-button a {
/* 44 */     display: block !important;          /* Reset */
/* 45 */     margin: 0 !important;               /* Reset */
/* 46 */     padding: 0 !important;              /* Reset */
/* 47 */     background: none !important;        /* Reset */
/* 48 */     background-image: none !important;  /* Reset */
/* 49 */     border: none !important;            /* Reset */
/* 50 */     box-shadow: none !important;        /* Reset */

/* frontend.css */

/* 51 */ }
/* 52 */
/* 53 */ .sxc-follow-buttons .sxc-follow-button a img {
/* 54 */     margin: 0 !important;               /* Reset */
/* 55 */     padding: 0 !important;              /* Reset */
/* 56 */     background: none !important;        /* Reset */
/* 57 */     background-image: none !important;  /* Reset */
/* 58 */     border: none !important;            /* Reset */
/* 59 */     box-shadow: none !important;        /* Reset */
/* 60 */     vertical-align: top;
/* 61 */ }
/* 62 */
/* 63 */ .sxc-follow-buttons .sxc-follow-button a br {
/* 64 */     display: none !important;           /* Reset */
/* 65 */ }
/* 66 */