/* Minify_CSS_UriRewriter::$debugText

*/

/* wpsite-follow-us-badges.css */

/* 1   */ /* FRONT-END CSS (Widget Output) */
/* 2   */
/* 3   */ .widget_wpsite_follow_us_badges {}
/* 4   */
/* 5   */ .wpsite_follow_us_div {display: block;padding: 10px 0;clear: both; overflow: hidden;}
/* 6   */ 	.widget .twitterbox {display:block;padding:5px;}
/* 7   */ 	.widget .facebookbox {display:block;padding:5px;}
/* 8   */ 	.widget .linkedinbox {display:block;padding:5px;}
/* 9   */ 	.widget .googlebox {display:block;padding:5px;}
/* 10  */ 	.widget .pinterestbox {display:block;padding:5px;}
/* 11  */ 	.widget .youtubebox {display:block;padding:5px;}
/* 12  */ 	.widget .tumblrbox {display:block;padding:0;margin:5px;border: none !important;}
/* 13  */
/* 14  */ .wpsite_follow_us_div .fb-like { overflow: hidden;  width: 100%;} /* prevent text from going off page */
/* 15  */ .wpsite_follow_us_div iframe {margin-bottom: 0;}  /* prevent Twitter row from inconsistent spacing */
/* 16  */
/* 17  */ .wpsite_follow_us_div_link {
/* 18  */ 	margin: 10px 0px 10px 0px;
/* 19  */ 	width: 150px;
/* 20  */ }
/* 21  */
/* 22  */ .wpsite_follow_us_div_inline {
/* 23  */ 	display: inline-block !important;
/* 24  */ 	width: auto;
/* 25  */ 	padding: 10px;
/* 26  */ 	margin: 0 auto;
/* 27  */ 	max-width: 200px;
/* 28  */ 	max-height: 47px;
/* 29  */ }
/* 30  */
/* 31  */ .wpsite_follow_us_div_link a {
/* 32  */ 	position: relative;
/* 33  */ 	color: white !important;
/* 34  */ 	text-decoration: none;
/* 35  */ 	font-family: 'Oswald';
/* 36  */ 	display: block;
/* 37  */ 	-webkit-border-radius: 6px;
/* 38  */ 	-moz-border-radius: 6px;
/* 39  */ 	border-radius: 6px;
/* 40  */ 	font-size: 16px;
/* 41  */ 	padding: 10px 15px 10px 60px;
/* 42  */ 	-webkit-transform: translate(0,0);
/* 43  */ 	-moz-transform: translate(0,0);
/* 44  */ 	transform: translate(0,0);
/* 45  */ 	-webkit-transition: all .2s ease;
/* 46  */ 	-moz-transition: all .2s ease;
/* 47  */ 	-ms-transition: all .2s ease;
/* 48  */ 	-o-transition: all .2s ease;
/* 49  */ 	transition: all .2s ease;
/* 50  */ }

/* wpsite-follow-us-badges.css */

/* 51  */
/* 52  */ .wpsite_follow_us_div_link  a:active {
/* 53  */    	-webkit-transform: translate(0, 3px);
/* 54  */ 	-moz-transform: translate(0, 3px);
/* 55  */ 	transform: translate(0, 3px);
/* 56  */ }
/* 57  */
/* 58  */ /* Twitter */
/* 59  */
/* 60  */ .wpsite_follow_us_div_link a.twitter::before{
/* 61  */ 	background: url("https://plasticisrubbish.com/wp-content/cache/img/twitter.png") no-repeat center center;
/* 62  */ 	content: "";
/* 63  */ 	width: 30px;
/* 64  */ 	height: 30px;
/* 65  */ 	position: absolute;
/* 66  */ 	left: 10px;
/* 67  */ 	top: 10%;
/* 68  */ }
/* 69  */
/* 70  */ .wpsite_follow_us_div_link a.twitter {
/* 71  */ 	background:#2CA9E1;
/* 72  */ 	-webkit-box-shadow: 0px 6px 0px #2695BC;
/* 73  */ 	-moz-box-shadow: 0px 6px 0px #2695BC;
/* 74  */ 	box-shadow: 0px 6px 0px #2695BC;
/* 75  */ }
/* 76  */
/* 77  */ .wpsite_follow_us_div_link a.twitter:active{
/* 78  */ 	-webkit-box-shadow: 0px 2px 0px #2695BC;
/* 79  */     -moz-box-shadow: 0px 2px 0px #2695BC;
/* 80  */     box-shadow: 0px 2px 0px #2695BC;
/* 81  */ }
/* 82  */
/* 83  */ /* Facebook */
/* 84  */
/* 85  */ .wpsite_follow_us_div_link a.facebook::before{
/* 86  */ 	background: url("https://plasticisrubbish.com/wp-content/cache/img/facebook.png") no-repeat center center;
/* 87  */ 	content: "";
/* 88  */ 	width: 30px;
/* 89  */ 	height: 30px;
/* 90  */ 	position: absolute;
/* 91  */ 	left: 10px;
/* 92  */ 	top: 10%;
/* 93  */ }
/* 94  */
/* 95  */ .wpsite_follow_us_div_link a.facebook {
/* 96  */ 	background:#3B5997;
/* 97  */ 	-webkit-box-shadow: 0px 6px 0px #293F63;
/* 98  */ 	-moz-box-shadow: 0px 6px 0px #293F63;
/* 99  */ 	box-shadow: 0px 6px 0px #293F63;
/* 100 */ }

/* wpsite-follow-us-badges.css */

/* 101 */
/* 102 */ .wpsite_follow_us_div_link a.facebook:active{
/* 103 */ 	-webkit-box-shadow: 0px 2px 0px #293F63;
/* 104 */ 	-moz-box-shadow: 0px 2px 0px #293F63;
/* 105 */ 	box-shadow: 0px 2px 0px #293F63;
/* 106 */ }
/* 107 */
/* 108 */ /* Google */
/* 109 */
/* 110 */ .wpsite_follow_us_div_link a.google::before{
/* 111 */ 	background: url("https://plasticisrubbish.com/wp-content/cache/img/gplus.png") no-repeat center center;
/* 112 */ 	content: "";
/* 113 */ 	width: 30px;
/* 114 */ 	height: 30px;
/* 115 */ 	position: absolute;
/* 116 */ 	left: 10px;
/* 117 */ 	top: 10%;
/* 118 */ }
/* 119 */
/* 120 */ .wpsite_follow_us_div_link a.google {
/* 121 */ 	background:#353631;
/* 122 */ 	-webkit-box-shadow: 0px 6px 0px #141412;
/* 123 */ 	-moz-box-shadow: 0px 6px 0px #141412;
/* 124 */ 	box-shadow: 0px 6px 0px #141412;
/* 125 */ }
/* 126 */
/* 127 */ .wpsite_follow_us_div_link a.google:active{
/* 128 */ 	-webkit-box-shadow: 0px 2px 0px #141412;
/* 129 */ 	-moz-box-shadow: 0px 2px 0px #141412;
/* 130 */ 	box-shadow: 0px 2px 0px #141412;
/* 131 */ }
/* 132 */
/* 133 */ /* LinkedIn */
/* 134 */
/* 135 */ .wpsite_follow_us_div_link a.linkedin::before{
/* 136 */ 	background: url("https://plasticisrubbish.com/wp-content/cache/img/linkedin.png") no-repeat center center;
/* 137 */ 	content: "";
/* 138 */ 	width: 30px;
/* 139 */ 	height: 30px;
/* 140 */ 	position: absolute;
/* 141 */ 	left: 10px;
/* 142 */ 	top: 10%;
/* 143 */ }
/* 144 */
/* 145 */ .wpsite_follow_us_div_link a.linkedin {
/* 146 */ 	background:#0073B2;
/* 147 */ 	-webkit-box-shadow: 0px 6px 0px #005377;
/* 148 */ 	-moz-box-shadow: 0px 6px 0px #005377;
/* 149 */ 	box-shadow: 0px 6px 0px #005377;
/* 150 */ }

/* wpsite-follow-us-badges.css */

/* 151 */
/* 152 */ .wpsite_follow_us_div_link a.linkedin:active{
/* 153 */ 	-webkit-box-shadow: 0px 2px 0px #005377;
/* 154 */ 	-moz-box-shadow: 0px 2px 0px #005377;
/* 155 */ 	box-shadow: 0px 2px 0px #005377;
/* 156 */ }
/* 157 */
/* 158 */ /* Pinterest */
/* 159 */
/* 160 */ .wpsite_follow_us_div_link a.pinterest::before{
/* 161 */ 	background: url("https://plasticisrubbish.com/wp-content/cache/img/pinterest.png") no-repeat center center;
/* 162 */ 	content: "";
/* 163 */ 	width: 30px;
/* 164 */ 	height: 30px;
/* 165 */ 	position: absolute;
/* 166 */ 	left: 10px;
/* 167 */ 	top: 10%;
/* 168 */ }
/* 169 */
/* 170 */ .wpsite_follow_us_div_link a.pinterest {
/* 171 */ 	background:#CD1D1F;
/* 172 */ 	-webkit-box-shadow: 0px 6px 0px #8C151B;
/* 173 */ 	-moz-box-shadow: 0px 6px 0px #8C151B;
/* 174 */ 	box-shadow: 0px 6px 0px #8C151B;
/* 175 */ }
/* 176 */
/* 177 */ .wpsite_follow_us_div_link a.pinterest:active{
/* 178 */ 	-webkit-box-shadow: 0px 2px 0px #8C151B;
/* 179 */ 	-moz-box-shadow: 0px 2px 0px #8C151B;
/* 180 */ 	box-shadow: 0px 2px 0px #8C151B;
/* 181 */ }
/* 182 */
/* 183 */ /* YouTube */
/* 184 */
/* 185 */ .wpsite_follow_us_div_link a.youtube::before{
/* 186 */ 	background: url("https://plasticisrubbish.com/wp-content/cache/img/youtube.png") no-repeat center center;
/* 187 */ 	background-size: cover;
/* 188 */ 	content: "";
/* 189 */ 	width: 30px;
/* 190 */ 	height: 30px;
/* 191 */ 	position: absolute;
/* 192 */ 	left: 10px;
/* 193 */ 	top: 10%;
/* 194 */ }
/* 195 */
/* 196 */ .wpsite_follow_us_div_link a.youtube {
/* 197 */ 	background:#e52d27;
/* 198 */ 	-webkit-box-shadow: 0px 6px 0px #b31217;
/* 199 */ 	-moz-box-shadow: 0px 6px 0px #b31217;
/* 200 */ 	box-shadow: 0px 6px 0px #b31217;

/* wpsite-follow-us-badges.css */

/* 201 */ }
/* 202 */
/* 203 */ .wpsite_follow_us_div_link a.youtube:active{
/* 204 */ 	-webkit-box-shadow: 0px 2px 0px #b31217;
/* 205 */ 	-moz-box-shadow: 0px 2px 0px #b31217;
/* 206 */ 	box-shadow: 0px 2px 0px #b31217;
/* 207 */ }
/* 208 */
/* 209 */ /* Tumblr */
/* 210 */
/* 211 */ .wpsite_follow_us_div_link a.tumblr::before{
/* 212 */ 	background: url("https://plasticisrubbish.com/wp-content/cache/img/tumblr.png") no-repeat center center;
/* 213 */ 	background-size: cover;
/* 214 */ 	content: "";
/* 215 */ 	width: 30px;
/* 216 */ 	height: 30px;
/* 217 */ 	position: absolute;
/* 218 */ 	left: 10px;
/* 219 */ 	top: 10%;
/* 220 */ }
/* 221 */
/* 222 */ .wpsite_follow_us_div_link a.tumblr {
/* 223 */ 	background:#2c4762;
/* 224 */ 	-webkit-box-shadow: 0px 6px 0px #18324c;
/* 225 */ 	-moz-box-shadow: 0px 6px 0px #18324c;
/* 226 */ 	box-shadow: 0px 6px 0px #18324c;
/* 227 */ }
/* 228 */
/* 229 */ .wpsite_follow_us_div_link a.tumblr:active{
/* 230 */ 	-webkit-box-shadow: 0px 2px 0px #18324c;
/* 231 */ 	-moz-box-shadow: 0px 2px 0px #18324c;
/* 232 */ 	box-shadow: 0px 2px 0px #18324c;
/* 233 */ }