
/* style.css */

/* 1   */ /**
/* 2   *|  * Like Button toolbar button, loading text & container styles
/* 3   *|  *
/* 4   *|  * @todo: doesn't look like "style.css" is used anymore.
/* 5   *|  */
/* 6   */ 
/* 7   */ 
/* 8   */ /* Master container */
/* 9   */ #jp-post-flair {
/* 10  */ 	padding-top: .5em;
/* 11  */ }
/* 12  */ 
/* 13  */ 
/* 14  */ /* Toolbar */
/* 15  */ #wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
/* 16  */ 	width: 61px;
/* 17  */ 	overflow: hidden;
/* 18  */ }
/* 19  */ 
/* 20  */ #wpadminbar iframe.admin-bar-likes-widget {
/* 21  */ 	width: 61px;
/* 22  */ 	height: 28px;
/* 23  */ 	min-height: 28px;
/* 24  */ 	border-width: 0px;
/* 25  */ 	position: absolute;
/* 26  */ 	top: 0;
/* 27  */ }
/* 28  */ 
/* 29  */ div.jetpack-likes-widget-wrapper {
/* 30  */ 	width: 100%;
/* 31  */ 	min-height: 50px;	/* Previous height, 60px */
/* 32  */ 	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
/* 33  */ }
/* 34  */ 
/* 35  */ div.jetpack-likes-widget-wrapper .sd-link-color {
/* 36  */ 	font-size: 12px;
/* 37  */ }
/* 38  */ 
/* 39  */ div.jetpack-likes-widget-wrapper.slim-likes-widget {
/* 40  */ 	width: 1px; /* initial default */
/* 41  */ 	min-height: 0;
/* 42  */ }
/* 43  */ 
/* 44  */ #likes-other-gravatars {
/* 45  */ 	display: none;
/* 46  */ 	position: absolute;
/* 47  */ 	padding: 10px;
/* 48  */ 	background-color: #000;
/* 49  */ 	border-width: 0;
/* 50  */ 	opacity: 0.88;

/* style.css */

/* 51  */ 	filter: alpha(opacity=88);
/* 52  */ 	box-shadow: 0 0 10px black;
/* 53  */ 	min-width: 130px;
/* 54  */ 	z-index: 1000;
/* 55  */ }
/* 56  */ 
/* 57  */ #likes-other-gravatars * {
/* 58  */ 	line-height: normal;
/* 59  */ }
/* 60  */ 
/* 61  */ #likes-other-gravatars .likes-text {
/* 62  */ 	color: white;
/* 63  */ 	font-size: 14px;
/* 64  */ 	padding-bottom: 5px;
/* 65  */ }
/* 66  */ 
/* 67  */ #likes-other-gravatars ul,
/* 68  */ #likes-other-gravatars li {
/* 69  */ 	margin: 0;
/* 70  */ 	padding: 0;
/* 71  */ 	text-indent: 0;
/* 72  */ 	list-style-type: none;
/* 73  */ }
/* 74  */ 
/* 75  */ #likes-other-gravatars li::before {
/* 76  */ 	content: "";
/* 77  */ }
/* 78  */ 
/* 79  */ #likes-other-gravatars ul.wpl-avatars {
/* 80  */ 	overflow: auto;
/* 81  */ 	display: block;
/* 82  */ 	position: absolute;
/* 83  */ 	max-height: 190px;
/* 84  */ }
/* 85  */ 
/* 86  */ #likes-other-gravatars ul.wpl-avatars li {
/* 87  */ 	width: 32px;
/* 88  */ 	height: 32px;
/* 89  */ 	float: left;
/* 90  */ 	margin: 0 5px 5px 0;
/* 91  */ }
/* 92  */ 
/* 93  */ #likes-other-gravatars ul.wpl-avatars li a {
/* 94  */ 	margin: 0 2px 0 0;
/* 95  */ 	border-bottom: none !important;
/* 96  */ 	display: block;
/* 97  */ }
/* 98  */ 
/* 99  */ #likes-other-gravatars ul.wpl-avatars li a img {
/* 100 */ 	background: none;

/* style.css */

/* 101 */ 	border: none;
/* 102 */ 	margin: 0 !important;
/* 103 */ 	padding: 0 !important;
/* 104 */ 	position: static;
/* 105 */ }
/* 106 */ 
/* 107 */ div.sd-box {
/* 108 */ 	border-top: 1px solid #ddd;
/* 109 */ 	border-top: 1px solid rgba(0,0,0,.13);
/* 110 */ }
/* 111 */ 
/* 112 */ .entry-content .post-likes-widget, .post-likes-widget,
/* 113 */ .comment-likes-widget {
/* 114 */ 	margin: 0;
/* 115 */ 	border-width: 0;
/* 116 */ }
/* 117 */ 
/* 118 */ 
/* 119 */ /* Loading text */
/* 120 */ .post-likes-widget-placeholder {
/* 121 */ 	margin: 0;
/* 122 */ 	border-width: 0;
/* 123 */ 	position: relative;
/* 124 */ }
/* 125 */ 
/* 126 */ .post-likes-widget-placeholder .button {
/* 127 */ 	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
/* 128 */ }
/* 129 */ 
/* 130 */ .post-likes-widget-placeholder .button span {
/* 131 */ }
/* 132 */ 
/* 133 */ .post-likes-widget-placeholder .loading {
/* 134 */ 	color: #999;
/* 135 */ 	font-size: 12px;
/* 136 */ }
/* 137 */ 
/* 138 */ .slim-likes-widget .post-likes-widget {
/* 139 */ 	width: auto;
/* 140 */ 	float: none;
/* 141 */ }
/* 142 */ 
/* 143 */ 
/* 144 */ /* Like Special cases (display on it's own) */
/* 145 */ div.sharedaddy.sd-like-enabled .sd-like h3 {
/* 146 */ 	display: none;
/* 147 */ }
/* 148 */ 
/* 149 */ div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
/* 150 */ 	width: 100%;

/* style.css */

/* 151 */ 	float: none;
/* 152 */ 	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
/* 153 */ 	top: 0;
/* 154 */ }
/* 155 */ 
/* 156 */ .comment-likes-widget {
/* 157 */ 	width: 100%;
/* 158 */ }
/* 159 */ 
/* 160 */ 
/* 161 */ /* Make ratings block. @todo: make !important unnecessary by removing inline style */
/* 162 */ .pd-rating {
/* 163 */ 	display: block !important;
/* 164 */ }
/* 165 */ 
/* 166 */ 
/* 167 */ /* Hide G+ title */
/* 168 */ .sd-gplus .sd-title {
/* 169 */ 	display: none;
/* 170 */ }
/* 171 */ 
/* 172 */ 

/* subscriptions.css */

/* 1 */ #subscribe-email input {
/* 2 */ 	width: 95%;
/* 3 */ 	padding: 1px 2px;
/* 4 */ }
/* 5 */ 
/* 6 */ .comment-subscription-form .subscribe-label {
/* 7 */ 	display: inline !important;
/* 8 */ }
/* 9 */ 

/* styles.css */

/* 1  */ div.wpcf7 {
/* 2  */ 	margin: 0;
/* 3  */ 	padding: 0;
/* 4  */ }
/* 5  */ 
/* 6  */ div.wpcf7-response-output {
/* 7  */ 	margin: 2em 0.5em 1em;
/* 8  */ 	padding: 0.2em 1em;
/* 9  */ }
/* 10 */ 
/* 11 */ div.wpcf7 .screen-reader-response {
/* 12 */ 	position: absolute;
/* 13 */ 	overflow: hidden;
/* 14 */ 	clip: rect(1px, 1px, 1px, 1px);
/* 15 */ 	height: 1px;
/* 16 */ 	width: 1px;
/* 17 */ 	margin: 0;
/* 18 */ 	padding: 0;
/* 19 */ 	border: 0;
/* 20 */ }
/* 21 */ 
/* 22 */ div.wpcf7-mail-sent-ok {
/* 23 */ 	border: 2px solid #398f14;
/* 24 */ }
/* 25 */ 
/* 26 */ div.wpcf7-mail-sent-ng {
/* 27 */ 	border: 2px solid #ff0000;
/* 28 */ }
/* 29 */ 
/* 30 */ div.wpcf7-spam-blocked {
/* 31 */ 	border: 2px solid #ffa500;
/* 32 */ }
/* 33 */ 
/* 34 */ div.wpcf7-validation-errors {
/* 35 */ 	border: 2px solid #f7e700;
/* 36 */ }
/* 37 */ 
/* 38 */ span.wpcf7-form-control-wrap {
/* 39 */ 	position: relative;
/* 40 */ }
/* 41 */ 
/* 42 */ span.wpcf7-not-valid-tip {
/* 43 */ 	color: #f00;
/* 44 */ 	font-size: 1em;
/* 45 */ 	display: block;
/* 46 */ }
/* 47 */ 
/* 48 */ .use-floating-validation-tip span.wpcf7-not-valid-tip { 
/* 49 */ 	position: absolute;
/* 50 */ 	top: 20%;

/* styles.css */

/* 51 */ 	left: 20%;
/* 52 */ 	z-index: 100;
/* 53 */ 	border: 1px solid #ff0000;
/* 54 */ 	background: #fff;
/* 55 */ 	padding: .2em .8em;
/* 56 */ }
/* 57 */ 
/* 58 */ span.wpcf7-list-item {
/* 59 */ 	margin-left: 0.5em;
/* 60 */ }
/* 61 */ 
/* 62 */ .wpcf7-display-none {
/* 63 */ 	display: none;
/* 64 */ }
/* 65 */ 
/* 66 */ div.wpcf7 img.ajax-loader {
/* 67 */ 	border: none;
/* 68 */ 	vertical-align: middle;
/* 69 */ 	margin-left: 4px;
/* 70 */ }
/* 71 */ 
/* 72 */ div.wpcf7 div.ajax-error {
/* 73 */ 	display: none;
/* 74 */ }
/* 75 */ 
/* 76 */ div.wpcf7 .placeheld {
/* 77 */ 	color: #888;
/* 78 */ }

/* widgets.css */

/* 1  */ /*
/* 2  *|  * Widget styles for Jetpack
/* 3  *|  */
/* 4  */ 
/* 5  */ /* Clear floats */
/* 6  */ .jetpack-image-container:after {
/* 7  */ 	clear: both;
/* 8  */ }
/* 9  */ .jetpack-image-container:before,
/* 10 */ .jetpack-image-container:after {
/* 11 */ 	display: table;
/* 12 */ 	content: "";
/* 13 */ }
/* 14 */ 

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: Magazine Basic
/* 3    *| Theme URI: https://themes.bavotasan.com/2008/magazine-basic/
/* 4    *| Author: c.bavota
/* 5    *| Author URI: http://bavotasan.com
/* 6    *| Description: Create a truly unique design with Magazine Basic, a lightweight and fully responsive HTML5 theme based on the Gridiculous boilerplate. Use the new Theme Options customizer to add your own background, page layout, site width and more. Distinguish each post with one of the eight supported post formats, such as: Video, Image, Aside, Status, Audio, Quote, Link and Gallery. Install JetPack to display each of your galleries through a tiled view and jQuery carousel. Compatible with bbPress & BuddyPress. Built using Twitter Bootstrap. Magazine Basic uses Google Fonts for improved typeface readability and works perfectly in desktop browsers, tablets and handheld devices. For a live demo go to http://demos.bavotasan.com/magazine-basic/.
/* 7    *| Version: 3.0.4
/* 8    *| Tags: white, black, gray, light, silver, one-column, two-columns, right-sidebar, left-sidebar, flexible-width, custom-background, custom-header, custom-menu, custom-colors, editor-style, featured-image-header, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready, theme-options, buddypress
/* 9    *| 
/* 10   *| License: GNU General Public License v2.0
/* 11   *| License URI: http://www.gnu.org/licenses/gpl-2.0.html
/* 12   *| */
/* 13   */ 
/* 14   */ /* =Normalize.css v2.1.0 by Nicolas Gallagher - http://necolas.github.com/normalize.css/
/* 15   *| -------------------------------------------------------------- */
/* 16   */ article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
/* 17   */ audio,canvas,video{display:inline-block}
/* 18   */ audio:not([controls]){display:none;height:0}
/* 19   */ [hidden]{display:none}
/* 20   */ html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
/* 21   */ body{margin:0}
/* 22   */ a:focus{outline:thin dotted}
/* 23   */ a:active,a:hover{outline:0}
/* 24   */ h1{font-size:2em;margin:0.67em 0}
/* 25   */ abbr[title]{border-bottom:1px dotted}
/* 26   */ b,strong{font-weight:bold}
/* 27   */ dfn{font-style:italic}
/* 28   */ hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
/* 29   */ mark{background:#ff0;color:#000}
/* 30   */ code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}
/* 31   */ pre{white-space:pre-wrap}
/* 32   */ q{quotes:"\201C" "\201D" "\2018" "\2019"}
/* 33   */ small{font-size:80%}
/* 34   */ sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
/* 35   */ sup{top:-0.5em}
/* 36   */ sub{bottom:-0.25em}
/* 37   */ img{border:0}
/* 38   */ svg:not(:root){overflow:hidden}
/* 39   */ figure{margin:0}
/* 40   */ fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
/* 41   */ legend{border:0;padding:0}
/* 42   */ button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
/* 43   */ button,input{line-height:normal}
/* 44   */ button,select{text-transform:none}
/* 45   */ button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
/* 46   */ button[disabled],html input[disabled]{cursor:default}
/* 47   */ input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
/* 48   */ input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
/* 49   */ input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
/* 50   */ button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}

/* style.css */

/* 51   */ textarea{overflow:auto;vertical-align:top}
/* 52   */ table{border-collapse:collapse;border-spacing:0}
/* 53   */ 
/* 54   */ /* =Clearfix by Nicolas Gallagher
/* 55   *| -------------------------------------------------------------- */
/* 56   */ .row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table;}
/* 57   */ .row:after,.clearfix:after{clear:both;}
/* 58   */ .row,.clearfix{zoom:1;}
/* 59   */ 
/* 60   */ /* =Gridiculous
/* 61   *| -------------------------------------------------------------- */
/* 62   */ *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word}
/* 63   */ body{font-size:100%;line-height:1.6875}
/* 64   */ .grid{margin:0 auto;max-width:1200px;min-width:320px;width:100%}
/* 65   */ img{max-width:100%;height:auto}
/* 66   */ .wfull{width:100%;max-width:100%}
/* 67   */ .w320{max-width:320px}
/* 68   */ .w640{max-width:640px}
/* 69   */ .w960{max-width:960px}
/* 70   */ .row{width:100%;margin-bottom:20px}
/* 71   */ .row .row{width:auto;margin:0 -20px}
/* 72   */ .c1{width:8.33%}
/* 73   */ .c2{width:16.66%}
/* 74   */ .c3{width:25%}
/* 75   */ .c4{width:33.33%}
/* 76   */ .c5{width:41.66%}
/* 77   */ .c6{width:50%}
/* 78   */ .c7{width:58.33%}
/* 79   */ .c8{width:66.66%}
/* 80   */ .c9{width:75%}
/* 81   */ .c10{width:83.33%}
/* 82   */ .c11{width:91.66%}
/* 83   */ .c12,.w320 .c1,.w320 .c2,.w320 .c3,.w320 .c4,.w320 .c5,.w320 .c6,.w320 .c7,.w320 .c8,.w320 .c9,.w320 .c10,.w320 .c11,
/* 84   */ .w640 .c1,.w640 .c2,.w640 .c3,.w640 .c4,.w640 .c5,.w640 .c6,.w640 .c7,.w640 .c8,.w640 .c9,.w640 .c10,.w640 .c11{width:100%}
/* 85   */ .c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{min-height:1px;float:left;padding-left:20px;padding-right:20px;position:relative}
/* 86   */ .s1{margin-left:8.33%}
/* 87   */ .s2{margin-left:16.66%}
/* 88   */ .s3{margin-left:25%}
/* 89   */ .s4{margin-left:33.33%}
/* 90   */ .s5{margin-left:41.66%}
/* 91   */ .s6{margin-left:50%}
/* 92   */ .s7{margin-left:58.33%}
/* 93   */ .s8{margin-left:66.66%}
/* 94   */ .s9{margin-left:75%}
/* 95   */ .s10{margin-left:83.33%}
/* 96   */ .s11{margin-left:91.66%}
/* 97   */ .end{float:right!important}
/* 98   */ 
/* 99   */ @font-face {
/* 100  */   font-family: 'FontAwesome';

/* style.css */

/* 101  */   src: url('http://macmegasite.com/wp-content/themes/magazine-basic/library/fonts/fontawesome-webfont.eot?v=3.0.1');
/* 102  */   src: url('http://macmegasite.com/wp-content/themes/magazine-basic/library/fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format("embedded-opentype"),
/* 103  */     url('http://macmegasite.com/wp-content/themes/magazine-basic/library/fonts/fontawesome-webfont.woff?v=3.0.1') format("woff"),
/* 104  */     url('http://macmegasite.com/wp-content/themes/magazine-basic/library/fonts/fontawesome-webfont.ttf?v=3.0.1') format("truetype");
/* 105  */   font-weight: normal;
/* 106  */   font-style: normal;
/* 107  */ }
/* 108  */ 
/* 109  */ /*  Font Awesome styles
/* 110  *|     ------------------------------------------------------- */
/* 111  */ [class^="icon-"],
/* 112  */ [class*=" icon-"] {
/* 113  */   font-family: FontAwesome;
/* 114  */   font-weight: normal;
/* 115  */   font-style: normal;
/* 116  */   text-decoration: inherit;
/* 117  */   -webkit-font-smoothing: antialiased;
/* 118  */ 
/* 119  */   /* sprites.less reset */
/* 120  */   display: inline;
/* 121  */   width: auto;
/* 122  */   height: auto;
/* 123  */   line-height: normal;
/* 124  */   vertical-align: baseline;
/* 125  */   background-image: none;
/* 126  */   background-position: 0% 0%;
/* 127  */   background-repeat: repeat;
/* 128  */   margin-top: 0;
/* 129  */ }
/* 130  */ 
/* 131  */ [class^="icon-"]:before,
/* 132  */ [class*=" icon-"]:before {
/* 133  */   text-decoration: inherit;
/* 134  */   display: inline-block;
/* 135  */   speak: none;
/* 136  */ }
/* 137  */ 
/* 138  */ /* makes sure icons active on rollover in links */
/* 139  */ a {
/* 140  */   [class^="icon-"],
/* 141  */   [class*=" icon-"] {
/* 142  */     display: inline-block;
/* 143  */   }
/* 144  */ }
/* 145  */ 
/* 146  */ .icon-search:before { content: "\f021"; }
/* 147  */ .icon-leaf:before { content: "\f022"; }
/* 148  */ .icon-reorder:before { content: "\f023"; }
/* 149  */ .icon-caret-down:before { content: "\f024"; }
/* 150  */ .icon-caret-up:before { content: "\f025"; }

/* style.css */

/* 151  */ .icon-caret-right:before { content: "\f026"; }
/* 152  */ .icon-quote-left:before { content: "\f027"; }
/* 153  */ 
/* 154  */ /* =General
/* 155  *| -------------------------------------------------------------- */
/* 156  */ body {
/* 157  */ 	color: #555;
/* 158  */ 	font-family: Arial, sans-serif;
/* 159  */ 	font-size: 14px;
/* 160  */ 	-moz-transition: left .25s ease-in-out;
/* 161  */ 	-webkit-transition: left .25s ease-in-out;
/* 162  */ 	transition: left .25s ease-in-out;
/* 163  */ 	position: relative;
/* 164  */ 	left: 0;
/* 165  */ 	}
/* 166  */ 
/* 167  */ a, h1, h2, h3, h4, h5, h6 {
/* 168  */ 	color: #333;
/* 169  */ 	}
/* 170  */ 
/* 171  */ 	a:hover {
/* 172  */ 		color: #000;
/* 173  */ 		}
/* 174  */ 
/* 175  */ h1, h2, h3, h4, h5, h6 {
/* 176  */ 	font-family: 'Cantata One', serif;
/* 177  */ 	font-weight: 400;
/* 178  */ 	}
/* 179  */ 
/* 180  */ ul ul,
/* 181  */ ol ol {
/* 182  */ 	margin: 0;
/* 183  */ 	}
/* 184  */ 
/* 185  */ pre {
/* 186  */ 	padding: 5px;
/* 187  */ 	background: #f6f6f6;
/* 188  */ 	border: 1px solid #e2e2e2;
/* 189  */ 	color: #666;
/* 190  */ 	font-size: 90%;
/* 191  */ 	white-space: pre;
/* 192  */ 	word-wrap: normal;
/* 193  */ 	overflow-x: scroll;
/* 194  */ 	}
/* 195  */ 
/* 196  */ table {
/* 197  */ 	width: 100%;
/* 198  */ 	}
/* 199  */ 
/* 200  */ 	td, th {

/* style.css */

/* 201  */ 		padding: 6px;
/* 202  */ 		border: 1px solid #bbb;
/* 203  */ 		text-align: left;
/* 204  */ 		}
/* 205  */ 
/* 206  */ 	th {
/* 207  */ 		background: #eee;
/* 208  */ 		font-weight: bold;
/* 209  */ 		}
/* 210  */ 
/* 211  */ 	.widget #calendar_wrap {
/* 212  */ 		padding: 0 20px 20px;
/* 213  */ 		}
/* 214  */ 
/* 215  */ .fl {
/* 216  */ 	float: left;
/* 217  */ 	}
/* 218  */ 
/* 219  */ .fr {
/* 220  */ 	float: right;
/* 221  */ 	}
/* 222  */ 
/* 223  */ .instructions {
/* 224  */ 	background-color: #FFFFE0;
/* 225  */ 	border: 1px solid #E6DB55;
/* 226  */ 	-moz-border-radius: 3px;
/* 227  */ 	-webkit-border-radius: 3px;
/* 228  */ 	border-radius: 3px;
/* 229  */ 	display: block;
/* 230  */ 	padding: 10px;
/* 231  */ 	margin-bottom: 20px;
/* 232  */ 	font-size: 12px;
/* 233  */ 	}
/* 234  */ 
/* 235  */ 	.instructions a {
/* 236  */ 		color: #21759B;
/* 237  */ 		text-decoration: none;
/* 238  */ 		}
/* 239  */ 
/* 240  */ /* =HTML5 Defaults
/* 241  *| -------------------------------------------------------------- */
/* 242  */ del {
/* 243  */ 	color: red;
/* 244  */ 	text-decoration: line-through;
/* 245  */ 	}
/* 246  */ 
/* 247  */ ins {
/* 248  */ 	border-bottom: 1px solid green;
/* 249  */ 	text-decoration: none;
/* 250  */ 	color: green;

/* style.css */

/* 251  */ 	}
/* 252  */ 
/* 253  */ /* =Inputs
/* 254  *| -------------------------------------------------------------- */
/* 255  */ input,
/* 256  */ textarea {
/* 257  */ 	padding: 8px;
/* 258  */ 	border: 1px solid #bbb;
/* 259  */ 	outline: none;
/* 260  */ 	font-weight: normal;
/* 261  */ 	color: #555;
/* 262  */ 	max-width: 100%;
/* 263  */ 	}
/* 264  */ 
/* 265  */ 	input:focus,
/* 266  */ 	textarea:focus {
/* 267  */ 		border-color: #AAA;
/* 268  */ 		-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
/* 269  */ 		-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
/* 270  */ 		box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
/* 271  */ 		}
/* 272  */ 
/* 273  */ 	input[type=text],
/* 274  */ 	input[type=password],
/* 275  */ 	input[type=email],
/* 276  */ 	input[type=url],
/* 277  */ 	input[type=number] {
/* 278  */ 		width: 240px;
/* 279  */ 		}
/* 280  */ 
/* 281  */ 	textarea {
/* 282  */ 		width: 100%;
/* 283  */ 		}
/* 284  */ 
/* 285  */ input[type="submit"] {
/* 286  */ 	margin-top: 0 !important;
/* 287  */ 	}
/* 288  */ 
/* 289  */ select {
/* 290  */ 	display: inline-block;
/* 291  */ 	height: 28px;
/* 292  */ 	line-height: 28px;
/* 293  */ 	border: 1px solid #aaa;
/* 294  */ 	padding: 4px;
/* 295  */ 	color: #555;
/* 296  */ 	}
/* 297  */ 
/* 298  */ 	.widget select {
/* 299  */ 		margin: 0 20px 20px;
/* 300  */ 		width: 70%;

/* style.css */

/* 301  */ 		}
/* 302  */ 
/* 303  */ /* =Assitive Text
/* 304  *| -------------------------------------------------------------- */
/* 305  */ .assistive-text,
/* 306  */ .remove {
/* 307  */ 	position: absolute !important;
/* 308  */ 	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
/* 309  */ 	clip: rect(1px, 1px, 1px, 1px);
/* 310  */ }
/* 311  */ 
/* 312  */ /* =Header
/* 313  *| -------------------------------------------------------------- */
/* 314  */ .title-logo-wrapper,
/* 315  */ #site-logo,
/* 316  */ #site-title {
/* 317  */ 	max-width: 100%;
/* 318  */ 	}
/* 319  */ 
/* 320  */ #site-logo {
/* 321  */ 	padding: 30px 20px 0;
/* 322  */ 	display: inline-block;
/* 323  */ 	}
/* 324  */ 
/* 325  */ #site-title {
/* 326  */ 	margin: 30px 0 10px;
/* 327  */ 	line-height: 1;
/* 328  */ 	font-size: 48px;
/* 329  */ 	}
/* 330  */ 
/* 331  */ 	#site-title a {
/* 332  */ 		text-decoration: none;
/* 333  */ 		}
/* 334  */ 
/* 335  */ #site-description {
/* 336  */ 	margin: 0;
/* 337  */ 	font-size: 120%;
/* 338  */ 	line-height: 1;
/* 339  */ 	font-weight: normal;
/* 340  */ 	font-family: 'Lato';
/* 341  */ 	}
/* 342  */ 
/* 343  */ 	#site-title,
/* 344  */ 	#site-description {
/* 345  */ 		padding: 0 20px;
/* 346  */ 		}
/* 347  */ 
/* 348  */ #header-img {
/* 349  */ 	display: block;
/* 350  */ 	clear: both;

/* style.css */

/* 351  */ 	}
/* 352  */ 
/* 353  */ #header .c12 {
/* 354  */ 	padding-left: 0;
/* 355  */ 	padding-right: 0;
/* 356  */ 	}
/* 357  */ 
/* 358  */ .header-group {
/* 359  */ 	margin-bottom: 30px;
/* 360  */ 	clear: left;
/* 361  */ 	}
/* 362  */ 
/* 363  */ 	#header .center {
/* 364  */ 		text-align: center;
/* 365  */ 		}
/* 366  */ 
/* 367  */ 		.center #site-logo {
/* 368  */ 			width: 100%;
/* 369  */ 			clear: both;
/* 370  */ 			}
/* 371  */ 
/* 372  */ #drop-down-search {
/* 373  */ 	clear: both;
/* 374  */ 	display: none;
/* 375  */ 	padding: 0 20px;
/* 376  */ 	}
/* 377  */ 
/* 378  */ 	#drop-down-search #searchform {
/* 379  */ 		padding-right: 18px;
/* 380  */ 		}
/* 381  */ 
/* 382  */ 	#drop-down-search #site-search {
/* 383  */ 		width: 100%;
/* 384  */ 		}
/* 385  */ 
/* 386  */ /* =Header Widgets
/* 387  *| -------------------------------------------------------------- */
/* 388  */ .header-widget {
/* 389  */ 	padding: 30px 20px;
/* 390  */ 	}
/* 391  */ 
/* 392  */ 	#header-widgets.fr,
/* 393  */ 	#header-widgets.center {
/* 394  */ 		float: left;
/* 395  */ 		}
/* 396  */ 
/* 397  */ 	#header-widgets.fl {
/* 398  */ 		float: right;
/* 399  */ 		}
/* 400  */ 

/* style.css */

/* 401  */ 	#header-widgets.center {
/* 402  */ 		display: block;
/* 403  */ 		text-align: center;
/* 404  */ 		width: 100%;
/* 405  */ 		}
/* 406  */ 
/* 407  */ 	.header-widget-title {
/* 408  */ 		padding: 0;
/* 409  */ 		border-bottom: 0;
/* 410  */ 		margin-bottom: 5px;
/* 411  */ 		-moz-box-shadow: none;
/* 412  */ 		-webkit-box-shadow: none;
/* 413  */ 		box-shadow: none;
/* 414  */ 		}
/* 415  */ 
/* 416  */ 	.header-widget.widget_search {
/* 417  */ 		margin-top: 15px;
/* 418  */ 		}
/* 419  */ 
/* 420  */ 	.header-widget img {
/* 421  */ 		padding: 0;
/* 422  */ 		}
/* 423  */ 
/* 424  */ /* =Main Navigation
/* 425  *| -------------------------------------------------------------- */
/* 426  */ #site-navigation,
/* 427  */ #site-sub-navigation {
/* 428  */ 	position: relative;
/* 429  */ 	z-index: 500;
/* 430  */ 	font-size: 13px;
/* 431  */ 	display: block;
/* 432  */ 	background: #444;
/* 433  */ 	clear: both;
/* 434  */ 	font-family: 'Cantata One', serif;
/* 435  */ 	font-weight: 400;
/* 436  */ 	}
/* 437  */ 
/* 438  */ 	#site-sub-navigation {
/* 439  */ 		background: none;
/* 440  */ 		font-size: 12px;
/* 441  */ 		z-index: 400;
/* 442  */ 		border-bottom: 1px solid #999;
/* 443  */ 		-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
/* 444  */ 		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
/* 445  */ 		box-shadow: 0 2px 3px rgba(0,0,0,0.2);
/* 446  */ 		font-family: Arial, sans-serif;
/* 447  */ 		}
/* 448  */ 
/* 449  */ 	#site-navigation ul,
/* 450  */ 	#site-sub-navigation ul {

/* style.css */

/* 451  */ 		padding: 0;
/* 452  */ 		margin: 0;
/* 453  */ 		}
/* 454  */ 
/* 455  */ 	#site-navigation li,
/* 456  */ 	#site-sub-navigation li {
/* 457  */ 		display: inline-block;
/* 458  */ 		position: relative;
/* 459  */ 		text-align: left;
/* 460  */ 		border-right: 1px solid #fff;
/* 461  */ 		-moz-transition: color .25s ease-in-out;
/* 462  */ 		-webkit-transition: color .25s ease-in-out;
/* 463  */ 		transition: color .25s ease-in-out;
/* 464  */ 		-moz-transition: background-color .25s ease-in-out;
/* 465  */ 		-webkit-transition: background-color .25s ease-in-out;
/* 466  */ 		transition: background-color .25s ease-in-out;
/* 467  */ 		}
/* 468  */ 
/* 469  */ 	#site-navigation .sub-menu li,
/* 470  */ 	#site-sub-navigation .sub-menu li,
/* 471  */ 	#site-navigation .children li,
/* 472  */ 	#site-sub-navigation .children li {
/* 473  */ 		border: 0;
/* 474  */ 		}
/* 475  */ 
/* 476  */ 		#site-sub-navigation li {
/* 477  */ 			margin-right: 8px;
/* 478  */ 			position: relative;
/* 479  */ 			border: 0;
/* 480  */ 		}
/* 481  */ 
/* 482  */ 		#site-sub-navigation li:before {
/* 483  */ 			content: "\2022";
/* 484  */ 			font-size: 18px;
/* 485  */ 			position: absolute;
/* 486  */ 			right: -8px;
/* 487  */ 			}
/* 488  */ 
/* 489  */ 			#site-sub-navigation li:last-child:before,
/* 490  */ 			#site-sub-navigation li li:before {
/* 491  */ 				content: none;
/* 492  */ 				}
/* 493  */ 
/* 494  */ 		#site-navigation li a,
/* 495  */ 		#site-sub-navigation li a {
/* 496  */ 			color: #fff;
/* 497  */ 			padding: 5px 15px;
/* 498  */ 			display: inline-block;
/* 499  */ 			text-shadow: 1px 1px 0 #000;
/* 500  */ 			text-decoration: none;

/* style.css */

/* 501  */ 			}
/* 502  */ 
/* 503  */ 			#site-navigation li a,
/* 504  */ 			#site-sub-navigation ul ul li a {
/* 505  */ 				width: 100%;
/* 506  */ 				}
/* 507  */ 
/* 508  */ 		#site-sub-navigation li,
/* 509  */ 		#site-sub-navigation li a {
/* 510  */ 			color: #000;
/* 511  */ 			text-shadow: none;
/* 512  */ 			text-transform: uppercase;
/* 513  */ 			}
/* 514  */ 
/* 515  */ 			#site-sub-navigation li li,
/* 516  */ 			#site-sub-navigation li li a {
/* 517  */ 				text-transform: none;
/* 518  */ 			}
/* 519  */ 
/* 520  */ 		#site-navigation li:hover {
/* 521  */ 			background: #222;
/* 522  */ 			}
/* 523  */ 
/* 524  */ 			#site-sub-navigation li:hover,
/* 525  */ 			#site-sub-navigation li li:hover  {
/* 526  */ 				background: #eee;
/* 527  */ 				}
/* 528  */ 
/* 529  */ 		#site-navigation li a:not(:last-child):after,
/* 530  */ 		#site-sub-navigation li a:not(:last-child):after {
/* 531  */ 			content: "\f024";
/* 532  */ 			font-family: FontAwesome;
/* 533  */ 			float: right;
/* 534  */ 			margin: 0 0 0 10px;
/* 535  */ 			}
/* 536  */ 
/* 537  */ 			#site-navigation ul ul li a:not(:last-child):after,
/* 538  */ 			#site-sub-navigation ul ul li a:not(:last-child):after {
/* 539  */ 				content: "\f026";
/* 540  */ 				}
/* 541  */ 
/* 542  */ 	#site-navigation ul ul,
/* 543  */ 	#site-sub-navigation ul ul {
/* 544  */ 		opacity: 0;
/* 545  */ 		position: absolute;
/* 546  */ 		left: -9999px;
/* 547  */ 		width: 188px;
/* 548  */ 		z-index: 99999;
/* 549  */ 		background: #222;
/* 550  */ 		-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);

/* style.css */

/* 551  */ 		-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
/* 552  */ 		box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
/* 553  */ 		-moz-transition: opacity .25s ease-in-out;
/* 554  */ 		-webkit-transition: opacity .25s ease-in-out;
/* 555  */ 		transition: opacity .25s ease-in-out;
/* 556  */ 		}
/* 557  */ 
/* 558  */ 		#site-sub-navigation ul ul {
/* 559  */ 			background: #eee;
/* 560  */ 			top: 2.5em;
/* 561  */ 			}
/* 562  */ 
/* 563  */ 		#site-navigation li li,
/* 564  */ 		#site-sub-navigation li li {
/* 565  */ 			clear: both;
/* 566  */ 			width: 100%;
/* 567  */ 			}
/* 568  */ 
/* 569  */ 			#site-navigation li li:hover {
/* 570  */ 				background: #000;
/* 571  */ 				}
/* 572  */ 
/* 573  */ 			#site-sub-navigation li li:hover {
/* 574  */ 				background: #ddd;
/* 575  */ 				}
/* 576  */ 
/* 577  */ 	#site-navigation ul li:hover > ul,
/* 578  */ 	#site-sub-navigation ul li:hover > ul {
/* 579  */ 		opacity: 1;
/* 580  */ 		left: 0;
/* 581  */ 		}
/* 582  */ 
/* 583  */ 	#site-navigation ul ul li:hover > ul,
/* 584  */ 	#site-sub-navigation ul ul li:hover > ul {
/* 585  */ 		left: 100% !important;
/* 586  */ 		top: 0;
/* 587  */ 		}
/* 588  */ 
/* 589  */ /* =Mobile Navigation
/* 590  *| -------------------------------------------------------------- */
/* 591  */ #mobile-menu {
/* 592  */ 	background: #1b1b1b;
/* 593  */ 	display: none;
/* 594  */ 	text-align: right;
/* 595  */ 	padding: 5px 10px;
/* 596  */ 	border-bottom: 1px solid #000;
/* 597  */ 	}
/* 598  */ 
/* 599  */ 	#mobile-menu a {
/* 600  */ 		width: 45px;

/* style.css */

/* 601  */ 		margin: 0 0 0 5px;
/* 602  */ 		color: #fff;
/* 603  */ 		text-shadow: 1px 1px 1px #000;
/* 604  */ 		text-decoration: none;
/* 605  */ 		font-size: 20px;
/* 606  */ 		border-radius: 8px;
/* 607  */ 		color: #ffffff;
/* 608  */ 		background: #000;
/* 609  */ 		box-shadow: inset 1px 1px 1px #000, 1px 1px 1px #333;
/* 610  */ 		text-align: center;
/* 611  */ 		display: inline-block;
/* 612  */ 		}
/* 613  */ 
/* 614  */ 		#mobile-menu a:hover {
/* 615  */ 			background-color: #333;
/* 616  */ 			}
/* 617  */ 
/* 618  */ #mobile-menu a.left-menu {
/* 619  */ 	float: left;
/* 620  */ 	margin: 0 5px 0 0;
/* 621  */ 	}
/* 622  */ 
/* 623  */ 	.offcanvas #site-navigation li a.open:not(:last-child):after,
/* 624  */ 	.offcanvas #site-sub-navigation li a.open:not(:last-child):after {
/* 625  */ 		-moz-transform: rotate(180deg);
/* 626  */ 		-webkit-transform: rotate(180deg);
/* 627  */ 		transform: rotate(180deg);
/* 628  */ 		}
/* 629  */ 
/* 630  */ 		.offcanvas .widget {
/* 631  */ 			-moz-box-shadow: none;
/* 632  */ 			-webkit-box-shadow: none;
/* 633  */ 			box-shadow: none;
/* 634  */ 			margin: 30px 0 0;
/* 635  */ 			}
/* 636  */ 
/* 637  */ 	.left-menu-open {
/* 638  */ 		position: relative;
/* 639  */ 		left: 260px;
/* 640  */ 		}
/* 641  */ 
/* 642  */ #drop-down-search {
/* 643  */ 	clear: both;
/* 644  */ 	display: none;
/* 645  */ 	padding: 14px;
/* 646  */ 	background: #333;
/* 647  */ 	}
/* 648  */ 
/* 649  */ 	#drop-down-search #searchform {
/* 650  */ 		padding-right: 18px;

/* style.css */

/* 651  */ 		}
/* 652  */ 
/* 653  */ 	#drop-down-search #site-search {
/* 654  */ 		width: 100%;
/* 655  */ 		}
/* 656  */ 
/* 657  */ .offcanvas #site-navigation ul ul,
/* 658  */ .offcanvas #site-navigation li,
/* 659  */ .offcanvas #site-sub-navigation ul ul,
/* 660  */ .offcanvas #site-sub-navigation li {
/* 661  */ 	width: 100%;
/* 662  */ 	border: 0;
/* 663  */ 	}
/* 664  */ 
/* 665  */ 	.offcanvas #site-navigation ul ul,
/* 666  */ 	.offcanvas #site-sub-navigation ul ul {
/* 667  */ 		display: none;
/* 668  */ 		position: static;
/* 669  */ 		opacity: 1;
/* 670  */ 		-moz-box-shadow: none;
/* 671  */ 		-webkit-box-shadow: none;
/* 672  */ 		box-shadow: none;
/* 673  */ 		}
/* 674  */ 
/* 675  */ 		.offcanvas #site-navigation ul ul li a,
/* 676  */ 		.offcanvas #site-sub-navigation ul ul li a {
/* 677  */ 			padding-left: 30px;
/* 678  */ 			}
/* 679  */ 
/* 680  */ 			.offcanvas #site-navigation ul ul ul li a,
/* 681  */ 			.offcanvas #site-sub-navigation ul ul ul li a {
/* 682  */ 				padding-left: 50px;
/* 683  */ 				}
/* 684  */ 
/* 685  */ 	.offcanvas #site-navigation li a:not(:last-child):after,
/* 686  */ 	.offcanvas #site-sub-navigation li a:not(:last-child):after {
/* 687  */ 		content: "\f024";
/* 688  */ 		}
/* 689  */ 
/* 690  */ 	.offcanvas #site-navigation li a,
/* 691  */ 	.offcanvas #site-sub-navigation li a {
/* 692  */ 		background: #333;
/* 693  */ 		border-bottom: 1px solid #222;
/* 694  */ 		border-top: 1px solid #444;
/* 695  */ 		padding: 8px 16px;
/* 696  */ 		color: #fff;
/* 697  */ 		display: block;
/* 698  */ 		font-size: 14px;
/* 699  */ 		text-transform: none;
/* 700  */ 		}

/* style.css */

/* 701  */ 
/* 702  */ 		.offcanvas #site-navigation li a:hover,
/* 703  */ 		.offcanvas #site-sub-navigation li a:hover {
/* 704  */ 			background: #444;
/* 705  */ 			}
/* 706  */ 
/* 707  */ 	.offcanvas #site-sub-navigation li:before {
/* 708  */ 		content: "";
/* 709  */ 		}
/* 710  */ 
/* 711  */ /* =Featured
/* 712  *| -------------------------------------------------------------- */
/* 713  */ #featured, #featured article {
/* 714  */ 	margin: 0;
/* 715  */ 	}
/* 716  */ 
/* 717  */ 	#featured .c12 {
/* 718  */ 		margin: 0 0 30px;
/* 719  */ 		}
/* 720  */ 
/* 721  */ /* =Sticky
/* 722  *| -------------------------------------------------------------- */
/* 723  */ .sticky {
/* 724  */ 	background: #ADADAD;
/* 725  */ 	background: rgba( 50,50,50,0.5);
/* 726  */ 	padding: 20px;
/* 727  */ 	text-shadow: 1px 1px 0 #000;
/* 728  */ 	color: #fff;
/* 729  */ 	border-radius: 6px;
/* 730  */ 	}
/* 731  */ 
/* 732  */ 	.sticky,
/* 733  */ 	.sticky .entry-content img {
/* 734  */ 		border: 1px solid #777;
/* 735  */ 		}
/* 736  */ 
/* 737  */ 	.sticky p {
/* 738  */ 		margin-top: 0;
/* 739  */ 		}
/* 740  */ 
/* 741  */ 	.sticky .entry-meta,
/* 742  */ 	.sticky .entry-meta a,
/* 743  */ 	.sticky .entry-title,
/* 744  */ 	.sticky .entry-title a,
/* 745  */ 	.sticky h1,
/* 746  */ 	.sticky h2,
/* 747  */ 	.sticky h3,
/* 748  */ 	.sticky h4,
/* 749  */ 	.sticky h5,
/* 750  */ 	.sticky h6 {

/* style.css */

/* 751  */ 		color: #fff !important;
/* 752  */ 		}
/* 753  */ 
/* 754  */ 	.sticky .post-category,
/* 755  */ 	.sticky .post-category a,
/* 756  */ 	.sticky .entry-title a:hover {
/* 757  */ 		color: #eee !important;
/* 758  */ 		}
/* 759  */ 
/* 760  */ 		.sticky .post-category a:hover	{
/* 761  */ 			color: #ccc;
/* 762  */ 			}
/* 763  */ 
/* 764  */ 	.sticky .entry-content {
/* 765  */ 		border: 0;
/* 766  */ 		padding: 0;
/* 767  */ 		}
/* 768  */ 
/* 769  */ 	.sticky .entry-content a {
/* 770  */ 		color: #eee;
/* 771  */ 		border-bottom: 1px dotted;
/* 772  */ 		}
/* 773  */ 
/* 774  */ 	.sticky .entry-content pre {
/* 775  */ 		text-shadow: none;
/* 776  */ 		}
/* 777  */ 
/* 778  */ 	.sticky .more-link {
/* 779  */ 		-moz-box-shadow: none;
/* 780  */ 		-webkit-box-shadow: none;
/* 781  */ 		box-shadow: none;
/* 782  */ 		border-color: #222;
/* 783  */ 		margin-bottom: 0;
/* 784  */ 		}
/* 785  */ 
/* 786  */ 
/* 787  */ /* =Main
/* 788  *| -------------------------------------------------------------- */
/* 789  */ #main {
/* 790  */ 	margin-top: 40px;
/* 791  */ 	}
/* 792  */ 
/* 793  */ 	#primary.centered {
/* 794  */ 		float: none !important;
/* 795  */ 		margin-left: auto;
/* 796  */ 		margin-right: auto;
/* 797  */ 		}
/* 798  */ 
/* 799  */ /* =Article
/* 800  *| -------------------------------------------------------------- */

/* style.css */

/* 801  */ article {
/* 802  */ 	margin-bottom: 30px;
/* 803  */ 	float: left;
/* 804  */ 	width: 100%;
/* 805  */ 	}
/* 806  */ 
/* 807  */ 	.page article,
/* 808  */ 	.single article {
/* 809  */ 		padding-bottom: 10px;
/* 810  */ 		border-bottom: 1px solid #e2e2e2;
/* 811  */ 		}
/* 812  */ 
/* 813  */ .entry-title {
/* 814  */ 	margin: 0;
/* 815  */ 	line-height: 1.2;
/* 816  */ 	}
/* 817  */ 
/* 818  */ 	.entry-title a {
/* 819  */ 		text-decoration: none;
/* 820  */ 		color: #333 !important;
/* 821  */ 		}
/* 822  */ 
/* 823  */ 		.entry-title a:hover,
/* 824  */ 		.format-link cite a:hover {
/* 825  */ 			color: #666 !important;
/* 826  */ 			}
/* 827  */ 
/* 828  */ .entry-meta {
/* 829  */ 	font-size: 90%;
/* 830  */ 	line-height: 1.3;
/* 831  */ 	margin-top: 2px;
/* 832  */ 	color: #333;
/* 833  */ 	font-family: 'Lato', sans-serif;
/* 834  */ 	font-weight: 300;
/* 835  */ 	}
/* 836  */ 
/* 837  */ 	.entry-meta a {
/* 838  */ 		text-decoration: none;
/* 839  */ 		border-bottom: 1px dotted;
/* 840  */ 		}
/* 841  */ 
/* 842  */ .post-category,
/* 843  */ .post-format,
/* 844  */ .page-title,
/* 845  */ .archive-meta {
/* 846  */ 	text-transform: uppercase;
/* 847  */ 	font-size: 80%;
/* 848  */ 	margin: 0;
/* 849  */ 	color: #666;
/* 850  */ 	font-family: 'Lato', sans-serif;

/* style.css */

/* 851  */ 	font-weight: 300;
/* 852  */ 	}
/* 853  */ 
/* 854  */ 	.post-category a {
/* 855  */ 		text-decoration: none;
/* 856  */ 		color: #666 !important;
/* 857  */ 		}
/* 858  */ 
/* 859  */ 		.post-category a:hover {
/* 860  */ 			color: #444;
/* 861  */ 			}
/* 862  */ 
/* 863  */ .entry-content {
/* 864  */ 	width: 100%;
/* 865  */ 	padding-bottom: 10px;
/* 866  */ 	border-bottom: 1px solid #e2e2e2;
/* 867  */ 	overflow: hidden;
/* 868  */ 	}
/* 869  */ 
/* 870  */ 	.entry-content a {
/* 871  */ 		border-bottom: 1px dotted;
/* 872  */ 		text-decoration: none;
/* 873  */ 		}
/* 874  */ 
/* 875  */ .more-link,
/* 876  */ #posts-pagination a,
/* 877  */ .form-submit input[type="submit"],
/* 878  */ .comment-reply-link {
/* 879  */ 	font-size: 13px;
/* 880  */ 	background: #444;
/* 881  */ 	color: #eee !important;
/* 882  */ 	text-decoration: none;
/* 883  */ 	text-shadow: 1px 1px 0 #000;
/* 884  */ 	padding: 6px 12px;
/* 885  */ 	-moz-border-radius: 6px;
/* 886  */ 	-webkit-border-radius: 6px;
/* 887  */ 	border-radius: 6px;
/* 888  */ 	border: 1px solid #222 !important;
/* 889  */ 	-moz-box-shadow: 1px 1px 0 #eee;
/* 890  */ 	-webkit-box-shadow: 1px 1px 0 #eee;
/* 891  */ 	box-shadow: 1px 1px 0 #eee;
/* 892  */ 	display: inline-block;
/* 893  */ 	margin: 1em 0;
/* 894  */ 	line-height: 1.2;
/* 895  */ 	}
/* 896  */ 
/* 897  */ 	.more-link:hover,
/* 898  */ 	.form-submit input[type="submit"]:hover,
/* 899  */ 	#posts-pagination a:hover,
/* 900  */ 	.comment-reply-link:hover {

/* style.css */

/* 901  */ 		background: #222;
/* 902  */ 		color: #eee;
/* 903  */ 		}
/* 904  */ 
/* 905  */ 	.more-link-p {
/* 906  */ 		clear: both;
/* 907  */ 		float: left;
/* 908  */ 		width: 100%;
/* 909  */ 		margin: 0;
/* 910  */ 		}
/* 911  */ 
/* 912  */ .entry-content img {
/* 913  */ 	border: 1px solid #e2e2e2;
/* 914  */ 	}
/* 915  */ 
/* 916  */ 	a > img {
/* 917  */ 		display: block;
/* 918  */ 		border: 0 !important;
/* 919  */ 		}
/* 920  */ 
/* 921  */ footer.entry {
/* 922  */ 	clear: both;
/* 923  */ 	float: left;
/* 924  */ 	width: 100%;
/* 925  */ 	}
/* 926  */ 
/* 927  */ blockquote {
/* 928  */ 	margin: 5px 0 1em 0;
/* 929  */ 	font-size: 90%;
/* 930  */ 	color: #666;
/* 931  */ 	border-left: 10px solid #aaa;
/* 932  */ 	padding-left: 12px;
/* 933  */ 	}
/* 934  */ 
/* 935  */ .pullquote {
/* 936  */ 	font-size: 21px;
/* 937  */ 	color: #444;
/* 938  */ 	font-weight: bold;
/* 939  */ 	line-height: 1.6125em;
/* 940  */ 	border: 0;
/* 941  */ 	padding: 0;
/* 942  */ 	margin: 1em 1.625em 1em 0;
/* 943  */ 	text-align: right;
/* 944  */ 	width: 33%;
/* 945  */ 	float: left;
/* 946  */ 	border-top: 1px solid #aaa;
/* 947  */ 	border-bottom: 1px solid #aaa;
/* 948  */ 	-moz-box-shadow: 0 1px 0 #eee, inset 0 1px 0 #eee;
/* 949  */ 	-webkit-box-shadow: 0 1px 0 #eee, inset 0 1px 0 #eee;
/* 950  */ 	box-shadow: 0 1px 0 #eee, inset 0 1px 0 #eee;

/* style.css */

/* 951  */ 	}
/* 952  */ 
/* 953  */ 	.pullquote.alignright {
/* 954  */ 		margin: 1em 0 1em 1.625em;
/* 955  */ 		text-align: left;
/* 956  */ 		float: right;
/* 957  */ 		}
/* 958  */ 
/* 959  */ /* =Front Page Columns
/* 960  *| -------------------------------------------------------------- */
/* 961  */ .two-col-wrapper,
/* 962  */ .three-col-wrapper {
/* 963  */ 	background: url(http://macmegasite.com/wp-content/themes/magazine-basic/library/images/line.gif) repeat-y 50% 0;
/* 964  */ 	float: left;
/* 965  */ 	width: 100%;
/* 966  */ 	margin-bottom: 30px;
/* 967  */ 	}
/* 968  */ 
/* 969  */ 	.three-col-wrapper {
/* 970  */ 		background: url(http://macmegasite.com/wp-content/themes/magazine-basic/library/images/line.gif) repeat-y 33.33% 0, url(http://macmegasite.com/wp-content/themes/magazine-basic/library/images/line.gif) repeat-y 66.66% 0;
/* 971  */ 		}
/* 972  */ 
/* 973  */ 	.border span {
/* 974  */ 		border-top: 1px solid #e2e2e2;
/* 975  */ 		margin-bottom: 30px;
/* 976  */ 		display: block;
/* 977  */ 		}
/* 978  */ 
/* 979  */ 	.two-col .entry-content,
/* 980  */ 	.three-col .entry-content,
/* 981  */ 	body.page .entry-content,
/* 982  */ 	.single .entry-content {
/* 983  */ 		border: 0;
/* 984  */ 		padding: 0;
/* 985  */ 		}
/* 986  */ 
/* 987  */ 	.two-col header,
/* 988  */ 	.three-col header,
/* 989  */ 	.two-col .post-format,
/* 990  */ 	.three-col .post-format,
/* 991  */ 	.two-col.format-quote .entry-content,
/* 992  */ 	.three-col.format-quote .entry-content {
/* 993  */ 		padding-top: 20px;
/* 994  */ 		border-top: 1px solid #e2e2e2;
/* 995  */ 		}
/* 996  */ 
/* 997  */ 		.two-col:nth-child(1) header,
/* 998  */ 		.two-col:nth-child(2) header,
/* 999  */ 		.three-col:nth-child(1) header,
/* 1000 */ 		.three-col:nth-child(2) header,

/* style.css */

/* 1001 */ 		.three-col:nth-child(3) header,
/* 1002 */ 		.two-col:nth-child(1) .post-format,
/* 1003 */ 		.two-col:nth-child(2) .post-format,
/* 1004 */ 		.three-col:nth-child(1) .post-format,
/* 1005 */ 		.three-col:nth-child(2) .post-format,
/* 1006 */ 		.three-col:nth-child(3) .post-format,
/* 1007 */ 		.two-col.format-quote:nth-child(1) .entry-content,
/* 1008 */ 		.two-col.format-quote:nth-child(2) .entry-content,
/* 1009 */ 		.three-col.format-quote:nth-child(1) .entry-content,
/* 1010 */ 		.three-col.format-quote:nth-child(2) .entry-content,
/* 1011 */ 		.three-col.format-quote:nth-child(3) .entry-content {
/* 1012 */ 			border: 0;
/* 1013 */ 			padding-top: 0;
/* 1014 */ 			}
/* 1015 */ 
/* 1016 */ 	.two-col.format-quote:before,
/* 1017 */ 	.three-col.format-quote:before  {
/* 1018 */ 		top: -40px;
/* 1019 */ 		}
/* 1020 */ 
/* 1021 */     .two-col:nth-child(odd),
/* 1022 */     .three-col:nth-child(3n+1) {
/* 1023 */     	clear: both;
/* 1024 */     	}
/* 1025 */ 
/* 1026 */     .two-col .entry-title {
/* 1027 */ 	    font-size: 1.7em;
/* 1028 */ 	    }
/* 1029 */ 
/* 1030 */     .three-col .entry-title {
/* 1031 */ 	    font-size: 1.4em;
/* 1032 */ 	    }
/* 1033 */ 
/* 1034 */ /* =404
/* 1035 *| -------------------------------------------------------------- */
/* 1036 */ article.error404 .entry-title {
/* 1037 */ 	font-size: 500%;
/* 1038 */ 	text-align: center;
/* 1039 */ 	}
/* 1040 */ 
/* 1041 */ 	article.error404 img {
/* 1042 */ 		background: none;
/* 1043 */ 		border: 0;
/* 1044 */ 		padding: 0;
/* 1045 */ 		margin: 0 auto 10px;
/* 1046 */ 		display: block;
/* 1047 */ 		}
/* 1048 */ 
/* 1049 */ 	article.error404 .entry-content {
/* 1050 */ 		text-align: center;

/* style.css */

/* 1051 */ 		font-size: 200%;
/* 1052 */ 		line-height: 1.2;
/* 1053 */ 		text-transform: uppercase;
/* 1054 */ 		}
/* 1055 */ 
/* 1056 */ /* =Aside
/* 1057 *| -------------------------------------------------------------- */
/* 1058 */ .format-aside p {
/* 1059 */ 	margin-top: 0;
/* 1060 */ 	}
/* 1061 */ 
/* 1062 */ /* =Quote
/* 1063 *| -------------------------------------------------------------- */
/* 1064 */ .format-quote .entry-content {
/* 1065 */ 	font-size: 18px;
/* 1066 */ 	line-height: 1.3;
/* 1067 */ 	padding-left: 50px;
/* 1068 */ 	font-style: italic;
/* 1069 */ 	overflow: visible;
/* 1070 */ 	}
/* 1071 */ 
/* 1072 */ 	.format-quote p,
/* 1073 */ 	.format-quote blockquote {
/* 1074 */ 		margin: 0;
/* 1075 */ 		}
/* 1076 */ 
/* 1077 */ 	.format-quote i.quote {
/* 1078 */ 		color: #aaa;
/* 1079 */ 		display: block;
/* 1080 */ 		font-size: 40px;
/* 1081 */ 		position: relative;
/* 1082 */ 		float: left;
/* 1083 */ 		}
/* 1084 */ 
/* 1085 */ .format-quote blockquote {
/* 1086 */ 	border: 0;
/* 1087 */ 	padding: 0;
/* 1088 */ 	font-size: 28px;
/* 1089 */ 	}
/* 1090 */ 
/* 1091 */ .format-quote cite {
/* 1092 */ 	font-size: 22px;
/* 1093 */ }
/* 1094 */ 
/* 1095 */ cite {
/* 1096 */ 	text-align: right;
/* 1097 */ 	font-style: normal;
/* 1098 */ 	display: block;
/* 1099 */ 	margin-bottom: 10px;
/* 1100 */ 	}

/* style.css */

/* 1101 */ 
/* 1102 */ 	cite:before {
/* 1103 */ 		content: '\2013 \00A0';
/* 1104 */ 		}
/* 1105 */ 
/* 1106 */ /* =Status
/* 1107 *| -------------------------------------------------------------- */
/* 1108 */ .format-status .post-format {
/* 1109 */ 	margin-bottom: 4px;
/* 1110 */ 	}
/* 1111 */ 
/* 1112 */ 	.format-status .avatar {
/* 1113 */ 		background: #F6F6F6;
/* 1114 */ 		border: 1px solid #E2E2E2;
/* 1115 */ 		padding: 6px;
/* 1116 */ 		float: left;
/* 1117 */ 		margin: 0 17px 0 0;
/* 1118 */ 		}
/* 1119 */ 
/* 1120 */ 		.format-status.widget-post .avatar {
/* 1121 */ 			background: #fff;
/* 1122 */ 			}
/* 1123 */ 
/* 1124 */ 	.format-status .author {
/* 1125 */ 		font-family: 'Lato', sans-serif;
/* 1126 */ 		font-weight: 700;
/* 1127 */ 		font-size: 15px;
/* 1128 */ 		line-height: 1;
/* 1129 */ 		margin: 0;
/* 1130 */ 		}
/* 1131 */ 
/* 1132 */ 	.format-status .entry-content {
/* 1133 */ 		padding-left: 77px;
/* 1134 */ 		clear: none;
/* 1135 */ 		display: inherit;
/* 1136 */ 		overflow: inherit;
/* 1137 */ 		}
/* 1138 */ 
/* 1139 */ 		.format-status .entry-content p {
/* 1140 */ 			line-height: 1.5;
/* 1141 */ 			margin-top: 0;
/* 1142 */ 			}
/* 1143 */ 
/* 1144 */ 	.format-status time {
/* 1145 */ 		line-height: 1.2;
/* 1146 */ 		font-size: 80%;
/* 1147 */ 		color: #666;
/* 1148 */ 		font-family: 'Lato', sans-serif;
/* 1149 */ 		font-weight: 300;
/* 1150 */ 		margin: 5px 0 15px;

/* style.css */

/* 1151 */ 		display: inline-block;
/* 1152 */ 		}
/* 1153 */ 
/* 1154 */ /* =Link
/* 1155 *| -------------------------------------------------------------- */
/* 1156 */ .format-link p {
/* 1157 */ 	margin-top: 0;
/* 1158 */ 	}
/* 1159 */ 
/* 1160 */ 	.format-link footer.entry p,
/* 1161 */ 	.format-quote footer.entry p {
/* 1162 */ 		margin: 1em 0;
/* 1163 */ 		}
/* 1164 */ 
/* 1165 */ 	.format-link a {
/* 1166 */ 		font-size: 150%;
/* 1167 */ 		line-height: 22px;
/* 1168 */ 		border: 0;
/* 1169 */ 		color: #333;
/* 1170 */ 		}
/* 1171 */ 
/* 1172 */ /* =Gallery
/* 1173 *| -------------------------------------------------------------- */
/* 1174 */ /* =Gallery
/* 1175 *| -------------------------------------------------------------- */
/* 1176 */ .gallery {
/* 1177 */   margin: 10px -10px;
/* 1178 */ }
/* 1179 */ .gallery > p {
/* 1180 */   margin: 0;
/* 1181 */   height: 0;
/* 1182 */ }
/* 1183 */ 
/* 1184 */ .gallery-item {
/* 1185 */   margin: 0 0 10px;
/* 1186 */   float: left;
/* 1187 */   padding: 0 10px;
/* 1188 */ }
/* 1189 */ .gallery-item .gallery-icon img {
/* 1190 */   width: 100%;
/* 1191 */ }
/* 1192 */ .gallery-item .gallery-caption {
/* 1193 */   padding: 10px 0;
/* 1194 */   margin: 0;
/* 1195 */   color: #444;
/* 1196 */   clear: both;
/* 1197 */   font-size: 12px;
/* 1198 */   text-align: center;
/* 1199 */ }
/* 1200 */ .gallery-columns-1 .gallery-item {

/* style.css */

/* 1201 */   width: 100%;
/* 1202 */ }
/* 1203 */ .gallery-columns-2 .gallery-item {
/* 1204 */   width: 50%;
/* 1205 */ }
/* 1206 */ .gallery-columns-3 .gallery-item {
/* 1207 */   width: 33.33%;
/* 1208 */ }
/* 1209 */ .gallery-columns-4 .gallery-item {
/* 1210 */   width: 25%;
/* 1211 */ }
/* 1212 */ .gallery-columns-5 .gallery-item {
/* 1213 */   width: 20%;
/* 1214 */ }
/* 1215 */ .gallery-columns-6 .gallery-item {
/* 1216 */   width: 16.66%;
/* 1217 */ }
/* 1218 */ .gallery-columns-7 .gallery-item {
/* 1219 */   width: 14.28%;
/* 1220 */ }
/* 1221 */ .gallery-columns-8 .gallery-item {
/* 1222 */   width: 12.5%;
/* 1223 */ }
/* 1224 */ .gallery-columns-9 .gallery-item {
/* 1225 */   width: 11.11%;
/* 1226 */ }
/* 1227 */ @media (max-width: 480px) {
/* 1228 */   .gallery .gallery-item {
/* 1229 */     width: 100%;
/* 1230 */     margin-bottom: 20px;
/* 1231 */   }
/* 1232 */ }
/* 1233 */ 
/* 1234 */ /* =Attachments
/* 1235 *| -------------------------------------------------------------- */
/* 1236 */ p.attachment img {
/* 1237 */ 	margin: 0;
/* 1238 */ 	}
/* 1239 */ 
/* 1240 */ 	p.attachment a {
/* 1241 */ 		display: inline-block;
/* 1242 */ 		border: 0;
/* 1243 */ 		}
/* 1244 */ 
/* 1245 */ /* =Tags
/* 1246 *| -------------------------------------------------------------- */
/* 1247 */ .tags a {
/* 1248 */ 	text-decoration: none;
/* 1249 */ 	background: #f6f6f6;
/* 1250 */ 	padding: 0 6px;

/* style.css */

/* 1251 */ 	display: inline-block;
/* 1252 */ 	margin: 0 0 4px;
/* 1253 */ 	border: 1px solid #e2e2e2;
/* 1254 */ 	font-size: 90%;
/* 1255 */ 	-webkit-border-radius: 4px;
/* 1256 */ 	-moz-border-radius: 4px;
/* 1257 */ 	border-radius: 4px;
/* 1258 */ 	}
/* 1259 */ 
/* 1260 */ 	.tags a:hover {
/* 1261 */ 		background: #eee;
/* 1262 */ 		}
/* 1263 */ 
/* 1264 */ /* =Pagination
/* 1265 *| -------------------------------------------------------------- */
/* 1266 */ #pagination,
/* 1267 */ #post-pagination,
/* 1268 */ #posts-pagination {
/* 1269 */ 	margin: 0 0 20px 0;
/* 1270 */ 	width: 100%;
/* 1271 */ 	overflow: hidden;
/* 1272 */ 	clear: both;
/* 1273 */     }
/* 1274 */ 
/* 1275 */     #pagination {
/* 1276 */     	background: #eee;
/* 1277 */ 		padding: 10px;
/* 1278 */ 		font-size: 13px;
/* 1279 */ 		-moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.15);
/* 1280 */ 		-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.15);
/* 1281 */ 		box-shadow: 1px 1px 0 rgba(0,0,0,0.15);
/* 1282 */ 		}
/* 1283 */ 
/* 1284 */ 	#pagination .total-pages,
/* 1285 */ 	#pagination .page-numbers,
/* 1286 */ 	#post-pagination a,
/* 1287 */ 	#post-pagination .current-post-page {
/* 1288 */ 		background: #fff;
/* 1289 */ 		padding: 0 6px ;
/* 1290 */ 		border: 1px solid #bbb;
/* 1291 */ 		float: left;
/* 1292 */ 		margin-right: 5px;
/* 1293 */ 		text-decoration: none;
/* 1294 */ 		}
/* 1295 */ 
/* 1296 */ 		#pagination .page-numbers.current,
/* 1297 */ 		#pagination .page-numbers:hover,
/* 1298 */ 		#post-pagination a:hover,
/* 1299 */ 		#post-pagination .current-post-page {
/* 1300 */ 			border-color: #666;

/* style.css */

/* 1301 */ 			color: #000;
/* 1302 */ 			}
/* 1303 */ 
/* 1304 */ #posts-pagination .previous,
/* 1305 */ #posts-pagination .next {
/* 1306 */ 	max-width: 48%;
/* 1307 */ 	}
/* 1308 */ 
/* 1309 */ 	#posts-pagination .next {
/* 1310 */ 		text-align: right;
/* 1311 */ 	}
/* 1312 */ 
/* 1313 */ 	#posts-pagination .previous a,
/* 1314 */ 	#posts-pagination .next a {
/* 1315 */ 		max-width: 100%;
/* 1316 */ 		}
/* 1317 */ 
/* 1318 */ 	#posts-pagination a {
/* 1319 */ 		margin: 0;
/* 1320 */ 		}
/* 1321 */ 
/* 1322 */ #pages a {
/* 1323 */ 	text-decoration: none;
/* 1324 */ 	border-bottom: 1px dotted;
/* 1325 */ 	}
/* 1326 */ 
/* 1327 */ /* =Comments
/* 1328 *| -------------------------------------------------------------- */
/* 1329 */ #comments,
/* 1330 */ #respond,
/* 1331 */ .commentlist,
/* 1332 */ .commentlist ul.children,
/* 1333 */ .commentlist li.comment,
/* 1334 */ .commentlist li.pingback,
/* 1335 */ .commentlist .comment-body {
/* 1336 */ 	width: 100%;
/* 1337 */ 	clear: both;
/* 1338 */ 	float: left;
/* 1339 */ 	}
/* 1340 */ 
/* 1341 */ 	#comments-title,
/* 1342 */ 	#reply-title {
/* 1343 */ 		font-size: 1.5em;
/* 1344 */ 		margin-bottom: 0;
/* 1345 */ 		}
/* 1346 */ 
/* 1347 */ 		.logged-in-as {
/* 1348 */ 			margin-top: 0;
/* 1349 */ 			font-size: 14px;
/* 1350 */ 			}

/* style.css */

/* 1351 */ 
/* 1352 */ 			.logged-in-as a {
/* 1353 */ 				text-decoration: none;
/* 1354 */ 				border-bottom: 1px dotted;
/* 1355 */ 				}
/* 1356 */ 
/* 1357 */ 	.commentlist li.comment,
/* 1358 */ 	.commentlist li.pingback {
/* 1359 */ 		padding-bottom: 10px;
/* 1360 */ 		}
/* 1361 */ 
/* 1362 */ 	.commentlist,
/* 1363 */ 	.commentlist ul.children {
/* 1364 */ 		list-style: none;
/* 1365 */ 		padding: 0;
/* 1366 */ 		}
/* 1367 */ 
/* 1368 */ 		.commentlist ul.children {
/* 1369 */ 			margin: 10px 0 0;
/* 1370 */ 			padding-left: 10px;
/* 1371 */ 			}
/* 1372 */ 
/* 1373 */ 			.commentlist ul.children li.comment {
/* 1374 */ 				border-left: 1px solid #E2E2E2;
/* 1375 */ 				position: relative;
/* 1376 */ 				}
/* 1377 */ 
/* 1378 */ 				.commentlist ul.children li.comment:before {
/* 1379 */ 					width: 12px;
/* 1380 */ 					height: 12px;
/* 1381 */ 					display: block;
/* 1382 */ 					background: #fff;
/* 1383 */ 					-moz-border-radius: 12px;
/* 1384 */ 					-webkit-border-radius: 12px;
/* 1385 */ 					border-radius: 12px;
/* 1386 */ 					border: 1px solid #E2E2E2;
/* 1387 */ 					position: absolute;
/* 1388 */ 					top: 30px;
/* 1389 */ 					left: -7px;
/* 1390 */ 					content: "";
/* 1391 */ 					z-index: 50;
/* 1392 */ 					}
/* 1393 */ 
/* 1394 */ 				.commentlist ul.children li.comment:after {
/* 1395 */ 					width: 100px;
/* 1396 */ 					height: 1px;
/* 1397 */ 					border-top: 1px solid #E2E2E2;
/* 1398 */ 					display: block;
/* 1399 */ 					position: absolute;
/* 1400 */ 					top: 36px;

/* style.css */

/* 1401 */ 					left: -5px;
/* 1402 */ 					content: "";
/* 1403 */ 					z-index: 40;
/* 1404 */ 					}
/* 1405 */ 
/* 1406 */ 	.commentlist .comment-body {
/* 1407 */ 		padding: 20px;
/* 1408 */ 		background: #f6f6f6;
/* 1409 */ 		display: block;
/* 1410 */ 		border: 1px solid #e2e2e2;
/* 1411 */ 		position: relative;
/* 1412 */ 		z-index: 100;
/* 1413 */ 		}
/* 1414 */ 
/* 1415 */ 		.commentlist .children > li.comment {
/* 1416 */ 			padding-left: 23px !important;
/* 1417 */ 			}
/* 1418 */ 
/* 1419 */ 	.comment-notes {
/* 1420 */ 		line-height: 1.2em;
/* 1421 */ 		clear: both;
/* 1422 */ 		}
/* 1423 */ 
/* 1424 */ 	.commentlist li.comment .avatar {
/* 1425 */ 		float: left;
/* 1426 */ 		padding: 0;
/* 1427 */ 		border-color: #CCC;
/* 1428 */ 		}
/* 1429 */ 
/* 1430 */ 	.commentlist li.comment .comment-author {
/* 1431 */ 		width: 100%;
/* 1432 */ 		color: #222;
/* 1433 */ 		text-decoration: none;
/* 1434 */ 		}
/* 1435 */ 
/* 1436 */ 		.commentlist li.comment .comment-author {
/* 1437 */ 			font-size: 130%;
/* 1438 */ 			padding-left: 75px;
/* 1439 */ 			line-height: 1;
/* 1440 */ 			}
/* 1441 */ 
/* 1442 */ 	.commentlist li.comment .comment-meta {
/* 1443 */ 		padding-left: 75px;
/* 1444 */ 		font-size: 80%;
/* 1445 */ 		color: #888;
/* 1446 */ 		font-style: italic;
/* 1447 */ 		}
/* 1448 */ 
/* 1449 */ 	.commentlist li.comment .comment-text {
/* 1450 */ 		padding: 0 0 0 75px;

/* style.css */

/* 1451 */ 		}
/* 1452 */ 
/* 1453 */ 	#cancel-comment-reply-link {
/* 1454 */ 		font-size: 1em;
/* 1455 */ 		float: right;
/* 1456 */ 		}
/* 1457 */ 
/* 1458 */ 	.comment-reply-link {
/* 1459 */ 		float: right;
/* 1460 */ 		margin: 0;
/* 1461 */ 		}
/* 1462 */ 
/* 1463 */ 	textarea#comment {
/* 1464 */ 		width: 100%;
/* 1465 */ 		}
/* 1466 */ 
/* 1467 */ 	.commentlist pre {
/* 1468 */ 		background: #eee;
/* 1469 */ 		border-color: #e2e2e2;
/* 1470 */ 		}
/* 1471 */ 
/* 1472 */ 	.pingback a,
/* 1473 */ 	.comment a {
/* 1474 */ 		text-decoration: none;
/* 1475 */ 		border-bottom: 1px dotted;
/* 1476 */ 		}
/* 1477 */ 
/* 1478 */ 	.comment .url {
/* 1479 */ 		font-style: italic;
/* 1480 */ 		}
/* 1481 */ 
/* 1482 */ 	.bypostauthor > .comment-body {
/* 1483 */ 		border: 10px solid #444;
/* 1484 */ 		}
/* 1485 */ 
/* 1486 */ /* =Archives
/* 1487 *| -------------------------------------------------------------- */
/* 1488 */ #archive-header,
/* 1489 */ .page-title {
/* 1490 */ 	margin: 0 0 30px;
/* 1491 */ 	border-top: 2px solid #ccc;
/* 1492 */ 	border-bottom: 1px solid #ccc;
/* 1493 */ 	}
/* 1494 */ 
/* 1495 */ 	#archive-header h1 {
/* 1496 */ 		margin-bottom: 0;
/* 1497 */ 		border: 0;
/* 1498 */ 		}
/* 1499 */ 
/* 1500 */ 	#archive-header h2 {

/* style.css */

/* 1501 */ 		padding-bottom: 10px;
/* 1502 */ 		}
/* 1503 */ 
/* 1504 */ .archive-meta {
/* 1505 */ 	color: #666;
/* 1506 */ 	margin: 0;
/* 1507 */ 	font-size: 13px;
/* 1508 */ 	line-height: 1.3;
/* 1509 */ 	text-transform: none;
/* 1510 */ 	}
/* 1511 */ 
/* 1512 */ 	.archive-meta p {
/* 1513 */ 		margin: 0;
/* 1514 */ 		}
/* 1515 */ 
/* 1516 */ .page-title {
/* 1517 */ 	font-size: 1.2em;
/* 1518 */ 	line-height: 1.2;
/* 1519 */ 	padding: 10px 0;
/* 1520 */ 	}
/* 1521 */ 
/* 1522 */ /* =Sidebar
/* 1523 *| -------------------------------------------------------------- */
/* 1524 */ .widget {
/* 1525 */ 	margin-bottom: 30px;
/* 1526 */ 	width: 100%;
/* 1527 */ 	background: url(http://macmegasite.com/wp-content/themes/magazine-basic/library/images/bg-hatch.gif);
/* 1528 */ 	border: 1px solid #ddd;
/* 1529 */ 	font-size: 90%;
/* 1530 */ 	-moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
/* 1531 */ 	-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
/* 1532 */ 	box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
/* 1533 */ 	}
/* 1534 */ 
/* 1535 */ 	.widget-title,
/* 1536 */ 	.header-widget-title {
/* 1537 */ 		font-size: 95%;
/* 1538 */ 		margin-top: 0;
/* 1539 */ 		line-height: 1.2;
/* 1540 */ 		border-bottom: 1px solid #ddd;
/* 1541 */ 		padding: 10px 20px;
/* 1542 */ 		-moz-box-shadow: 0 1px 0 #fff;
/* 1543 */ 		-webkit-box-shadow: 0 1px 0 #fff;
/* 1544 */ 		box-shadow: 0 1px 0 #fff;
/* 1545 */ 		text-transform: uppercase;
/* 1546 */ 		text-shadow: 1px 1px 0 #fff;
/* 1547 */ 		}
/* 1548 */ 
/* 1549 */ 	.widget .textwidget {
/* 1550 */ 		padding: 0 20px;

/* style.css */

/* 1551 */ 		}
/* 1552 */ 
/* 1553 */ 		.widget p a,
/* 1554 */ 		.home-widget a {
/* 1555 */ 			text-decoration: none;
/* 1556 */ 			border-bottom: 1px dotted;
/* 1557 */ 			}
/* 1558 */ 
/* 1559 */ 	.widget ul {
/* 1560 */ 		padding: 0 20px 0 40px;
/* 1561 */ 		}
/* 1562 */ 
/* 1563 */ 		.widget ul ul {
/* 1564 */ 			padding: 0 0 0 15px;
/* 1565 */ 			}
/* 1566 */ 
/* 1567 */ 	.widget ul li a {
/* 1568 */ 		text-decoration: none;
/* 1569 */ 		}
/* 1570 */ 
/* 1571 */ .widget #searchform {
/* 1572 */ 	margin: 0 20px 20px;
/* 1573 */ 	}
/* 1574 */ 
/* 1575 */ 	.widget.widget_search {
/* 1576 */ 		padding: 10px 0 0;
/* 1577 */ 		}
/* 1578 */ 
/* 1579 */ 		.widget.widget_search .widget-title {
/* 1580 */ 			padding-top: 0;
/* 1581 */ 			}
/* 1582 */ 
/* 1583 */ 	.widget.widget_search #searchform {
/* 1584 */ 		margin-bottom: 10px;
/* 1585 */ 		}
/* 1586 */ 
/* 1587 */ 	.widget.widget_search #site-search {
/* 1588 */ 		width: 100%;
/* 1589 */ 		-moz-box-sizing: border-box;
/* 1590 */ 		-webkit-box-sizing: border-box;
/* 1591 */ 		box-sizing: border-box;
/* 1592 */ 		}
/* 1593 */ 
/* 1594 */ .widget .tagcloud {
/* 1595 */ 	padding: 0 20px 20px;
/* 1596 */ 	line-height: 1.3;
/* 1597 */ 	text-align: center;
/* 1598 */ 	}
/* 1599 */ 
/* 1600 */ .widget-title .rsswidget {

/* style.css */

/* 1601 */ 	text-decoration: none;
/* 1602 */ 	border-bottom: 1px dotted;
/* 1603 */ 	}
/* 1604 */ 
/* 1605 */ .rsswidget img {
/* 1606 */ 	background: none;
/* 1607 */ 	padding: 0;
/* 1608 */ 	display: inline-block;
/* 1609 */ 	margin: 0;
/* 1610 */ 	}
/* 1611 */ 
/* 1612 */ 	.widget_rss ul {
/* 1613 */ 		list-style: none;
/* 1614 */ 		padding: 0 20px;
/* 1615 */ 		}
/* 1616 */ 
/* 1617 */ 	ul .rsswidget {
/* 1618 */ 		font-size: 120%;
/* 1619 */ 		line-height: 1;
/* 1620 */ 		font-family: 'Lato', sans-serif;
/* 1621 */ 		font-weight: 700;
/* 1622 */ 		}
/* 1623 */ 
/* 1624 */ 		ul .rsswidget:hover {
/* 1625 */ 			margin: 0 !important;
/* 1626 */ 			}
/* 1627 */ 
/* 1628 */ 		.rss-date {
/* 1629 */ 			clear: both;
/* 1630 */ 			font-size: 90%;
/* 1631 */ 			color: #333;
/* 1632 */ 			font-family: 'Lato', sans-serif;
/* 1633 */ 			font-weight: 300;
/* 1634 */ 			display: block;
/* 1635 */ 			}
/* 1636 */ 
/* 1637 */ 		.widget_rss cite {
/* 1638 */ 			font-style: italic;
/* 1639 */ 			}
/* 1640 */ 
/* 1641 */ .mb_featured_posts .widget-title {
/* 1642 */ 	margin-bottom: 20px;
/* 1643 */ 	}
/* 1644 */ 
/* 1645 */ .mb_featured_posts article {
/* 1646 */ 	float: none;
/* 1647 */ 	clear: both;
/* 1648 */ 	margin-bottom: 20px;
/* 1649 */ 	border: 0 !important;
/* 1650 */ 	}

/* style.css */

/* 1651 */ 
/* 1652 */ 	.mb_featured_posts article .entry-content {
/* 1653 */ 		border-bottom: 1px solid #e2e2e2;
/* 1654 */ 		padding-bottom: 10px;
/* 1655 */ 		}
/* 1656 */ 
/* 1657 */ 	.mb_featured_posts article:last-child {
/* 1658 */ 		margin-bottom: 0;
/* 1659 */ 		}
/* 1660 */ 
/* 1661 */ 		.mb_featured_posts article:last-child .entry-content {
/* 1662 */ 			border: 0;
/* 1663 */ 			}
/* 1664 */ 
/* 1665 */ 	.mb_featured_posts .entry-title {
/* 1666 */ 		font-size: 24px;
/* 1667 */ 		line-height: 30px;
/* 1668 */ 		}
/* 1669 */ 
/* 1670 */ 	.mb_featured_posts .entry-meta {
/* 1671 */ 		font-size: 13px;
/* 1672 */ 		line-height: 15px;
/* 1673 */ 		}
/* 1674 */ 
/* 1675 */ /* =Footer
/* 1676 *| -------------------------------------------------------------- */
/* 1677 */ #footer {
/* 1678 */ 	border-top: 1px solid #000;
/* 1679 */ 	background: #444;
/* 1680 */ 	text-shadow: 1px 1px 0 #000;
/* 1681 */ 	color: #fff;
/* 1682 */ 	font-size: 85%;
/* 1683 */ 	}
/* 1684 */ 
/* 1685 */ 	#footer .row {
/* 1686 */ 		margin-bottom: 0;
/* 1687 */ 		}
/* 1688 */ 
/* 1689 */ 	#footer a {
/* 1690 */ 		color: #fff;
/* 1691 */ 		border-bottom: 1px dotted;
/* 1692 */ 		text-decoration: none;
/* 1693 */ 		}
/* 1694 */ 
/* 1695 */ #footer .fr {
/* 1696 */ 	position: relative;
/* 1697 */ 	}
/* 1698 */ 
/* 1699 */ #footer .icon-leaf {
/* 1700 */ 	margin-right: 10px;

/* style.css */

/* 1701 */ 	font-size: 28px;
/* 1702 */ 	position: absolute;
/* 1703 */ 	top: -2px;
/* 1704 */ 	left: -32px;
/* 1705 */ 	-webkit-transform: rotate(-5deg);
/* 1706 */ 	-moz-transform: rotate(-5deg);
/* 1707 */ 	transform: rotate(-5deg);
/* 1708 */ 	}
/* 1709 */ 
/* 1710 */ /* =Sticky Footer
/* 1711 *| -------------------------------------------------------------- */
/* 1712 */ html, body {
/* 1713 */ 	height: 100%;
/* 1714 */ 	}
/* 1715 */ 
/* 1716 */ #page {
/* 1717 */ 	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
/* 1718 */ 	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
/* 1719 */ 	box-shadow: 0 0 10px rgba(0,0,0,0.2);
/* 1720 */ 	min-height: 100%;
/* 1721 */ 	height: auto !important;
/* 1722 */ 	height: 100%;
/* 1723 */ 	margin: 0 auto -45px;
/* 1724 */ 	}
/* 1725 */ 
/* 1726 */ #main {
/* 1727 */ 	margin-bottom: 0;
/* 1728 */     padding-bottom: 60px;
/* 1729 */     }
/* 1730 */ 
/* 1731 */ #footer {
/* 1732 */ 	height: 45px;
/* 1733 */ 	}
/* 1734 */ 
/* 1735 */ /* =Videos
/* 1736 *| -------------------------------------------------------------- */
/* 1737 */ video {
/* 1738 */ 	max-width: 100%;
/* 1739 */ 	height: auto;
/* 1740 */ 	}
/* 1741 */ 
/* 1742 */ .responsive-video-wrapper {
/* 1743 */ 	width: 100%;
/* 1744 */ 	position: relative;
/* 1745 */ 	padding: 0;
/* 1746 */ }
/* 1747 */ 
/* 1748 */ .responsive-video-wrapper iframe,
/* 1749 */ .responsive-video-wrapper object,
/* 1750 */ .responsive-video-wrapper embed {

/* style.css */

/* 1751 */ 	position: absolute;
/* 1752 */ 	top: 0;
/* 1753 */ 	left: 0;
/* 1754 */ 	width: 100%;
/* 1755 */ 	height: 100%;
/* 1756 */ }
/* 1757 */ 
/* 1758 */ /* =WordPress Core
/* 1759 *| -------------------------------------------------------------- */
/* 1760 */ .alignnone {
/* 1761 */     margin: 5px 20px 20px 0;
/* 1762 */ 	}
/* 1763 */ 
/* 1764 */ .aligncenter, div.aligncenter {
/* 1765 */     display:block;
/* 1766 */     margin: 5px auto 5px auto;
/* 1767 */ 	}
/* 1768 */ 
/* 1769 */ .alignright {
/* 1770 */     float:right;
/* 1771 */     margin: 5px 0 20px 20px;
/* 1772 */ 	}
/* 1773 */ 
/* 1774 */ .alignleft {
/* 1775 */     float:left;
/* 1776 */     margin: 5px 20px 20px 0;
/* 1777 */ 	}
/* 1778 */ 
/* 1779 */ .aligncenter {
/* 1780 */     display: block;
/* 1781 */     margin: 5px auto 5px auto;
/* 1782 */ 	}
/* 1783 */ 
/* 1784 */ a img.alignright {
/* 1785 */     float:right;
/* 1786 */     margin: 5px 0 20px 20px;
/* 1787 */ 	}
/* 1788 */ 
/* 1789 */ a img.alignnone {
/* 1790 */     margin: 5px 20px 20px 0;
/* 1791 */ 	}
/* 1792 */ 
/* 1793 */ a img.alignleft {
/* 1794 */     float:left;
/* 1795 */     margin: 5px 20px 20px 0;
/* 1796 */ 	}
/* 1797 */ 
/* 1798 */ a img.aligncenter {
/* 1799 */     display: block;
/* 1800 */     margin-left: auto;

/* style.css */

/* 1801 */     margin-right: auto
/* 1802 */ 	}
/* 1803 */ 
/* 1804 */ .wp-caption {
/* 1805 */     background: #f6f6f6;
/* 1806 */     border: 1px solid #e2e2e2;
/* 1807 */     max-width: 100%;
/* 1808 */     padding: 10px 10px 5px;
/* 1809 */     text-align: center;
/* 1810 */ 	margin-bottom: 20px !important;
/* 1811 */     max-width: 100%;
/* 1812 */ 	}
/* 1813 */ 
/* 1814 */ 	.widget .wp-caption {
/* 1815 */ 		background: #e2e2e2;
/* 1816 */ 		border-color: #ddd;
/* 1817 */ 		}
/* 1818 */ 
/* 1819 */ .wp-caption a {
/* 1820 */ 	display: block;
/* 1821 */ 	border: 0;
/* 1822 */ 	}
/* 1823 */ 
/* 1824 */ .wp-caption.alignnone {
/* 1825 */     margin: 5px 20px 20px 0;
/* 1826 */ 	}
/* 1827 */ 
/* 1828 */ .wp-caption.alignleft {
/* 1829 */     margin: 5px 20px 20px 0;
/* 1830 */ 	}
/* 1831 */ 
/* 1832 */ .wp-caption.alignright {
/* 1833 */     margin: 5px 0 20px 20px;
/* 1834 */ 	}
/* 1835 */ 
/* 1836 */ .wp-caption img {
/* 1837 */     border: 0 none;
/* 1838 */     margin:0;
/* 1839 */     padding: 0;
/* 1840 */     display: inline-block;
/* 1841 */ 	}
/* 1842 */ 
/* 1843 */ .wp-caption p.wp-caption-text {
/* 1844 */     font-size: 80%;
/* 1845 */     margin:0;
/* 1846 */     padding:0 4px 5px;
/* 1847 */ 	}
/* 1848 */ 
/* 1849 */ .wp-smiley {
/* 1850 */ 	padding: 0;

/* style.css */

/* 1851 */ 	border: 0 !important;
/* 1852 */ 	background: none;
/* 1853 */ 	}
/* 1854 */ 
/* 1855 */ #wp-calendar th,
/* 1856 */ #wp-calendar tbody td {
/* 1857 */ 	text-align: center;
/* 1858 */ 	padding: 6px 0;
/* 1859 */ 	}
/* 1860 */ 
/* 1861 */ /* =Admin bar fix
/* 1862 *| -------------------------------------------------------------- */
/* 1863 */ #wp-admin-bar-theme_previews .ab-item { height: auto !important; }
/* 1864 */ #admin-bar-premium-themes { float: left; }
/* 1865 */ #admin-bar-premium-themes p { color: #000 !important; }
/* 1866 */ #admin-bar-premium-themes p.top-p { margin-top: 10px !important; }
/* 1867 */ #admin-bar-premium-themes p, #admin-bar-premium-themes a { text-shadow: none !important; }
/* 1868 */ #admin-bar-premium-themes a { padding: 0 !important; margin-bottom: 10px !important; display: inline-block !important; }
/* 1869 */ #admin-bar-premium-themes img { margin: 5px; border: 1px solid #ccc; }
/* 1870 */ 
/* 1871 */ /* =bbPress & BuddyPress
/* 1872 *| -------------------------------------------------------------- */
/* 1873 */ #bbpress-forums #bbp-your-profile fieldset label[for] {
/* 1874 */ 	width: 25%;
/* 1875 */ 	}
/* 1876 */ 
/* 1877 */ #bbpress-forums #bbp-your-profile fieldset input,
/* 1878 */ #bbpress-forums #bbp-your-profile fieldset textarea,
/* 1879 */ #bbpress-forums #bbp-your-profile fieldset fieldset.password {
/* 1880 */ 	width: 75%;
/* 1881 */ 	}
/* 1882 */ 
/* 1883 */ #bbpress-forums .avatar,
/* 1884 */ .wp_themeSkin * {
/* 1885 */ 	-moz-box-sizing: content-box;
/* 1886 */ 	-webkit-box-sizing: content-box;
/* 1887 */ 	box-sizing: content-box;
/* 1888 */ 	}
/* 1889 */ 
/* 1890 */ #bbpress-forums .wp-switch-editor {
/* 1891 */ 	height: 26px !important;
/* 1892 */ 	border-bottom-color: #ccc;
/* 1893 */ 	border-bottom-style: solid;
/* 1894 */ 	}
/* 1895 */ 
/* 1896 */ 	#bbpress-forums .html-active .switch-html,
/* 1897 */ 	#bbpress-forums .tmce-active .switch-tmce {
/* 1898 */ 		border-bottom-color: #f4f4f4;
/* 1899 */ 		}
/* 1900 */ 

/* style.css */

/* 1901 */ 	.entry-content .bbp-author-avatar,
/* 1902 */ 	#bbpress-forums .vcard a,
/* 1903 */ 	#buddypress .item-nav a,
/* 1904 */ 	#buddypress .item-list-tabs a,
/* 1905 */ 	#whats-new-avatar a,
/* 1906 */ 	.bp_members .entry-content {
/* 1907 */ 		border: 0;
/* 1908 */ 		}
/* 1909 */ 
/* 1910 */ 	#buddypress .item-nav,
/* 1911 */ 	#buddypress .item-list-tabs {
/* 1912 */ 		font-size: 12px;
/* 1913 */ 		}
/* 1914 */ 
/* 1915 */ 	.bbp-reply-content p,
/* 1916 */ 	.bbp-topic-content p {
/* 1917 */ 		margin-top: 0;
/* 1918 */ 		}
/* 1919 */ 
/* 1920 */ .bp_members .entry-title,
/* 1921 */ .bp_activity .entry-title {
/* 1922 */ 	margin-bottom: 10px;
/* 1923 */ 	}
/* 1924 */ 
/* 1925 */ /* =Media query for 960 Screens - sets nested grids to 100%
/* 1926 *| -------------------------------------------------------------- */
/* 1927 */ @media only screen and (max-width:960px){
/* 1928 */ 	.row .row .c1,.row .row .c2,.row .row .c3,.row .row .c4,.row .row .c5,.row .row .c6,.row .row .c7,.row .row .c8,.row .row .c9,.row .row .c10,.row .row .c11,.row .row .c12{width:100%;margin-bottom:20px}
/* 1929 */ 	.row .row > div:last-child,.two-col-wrapper{margin-bottom:0 !important}
/* 1930 */ 	.two-col-wrapper.border{border:0}
/* 1931 */ 	.two-col-wrapper,.three-col-wrapper{background-image:none}
/* 1932 */ 	.two-col .entry-content,.three-col .entry-content,.two-col header,.two-col.format-quote .entry-content,.three-col header,.three-col.format-quote .entry-content{border-top:0 !important;padding-top:0}
/* 1933 */ 	.two-col .entry-content,.three-col .entry-content{border-bottom:1px solid #E2E2E2}
/* 1934 */ 	.single .entry-content{border-bottom: 0 !important}
/* 1935 */ 	.border{display:none}
/* 1936 */ }
/* 1937 */ 
/* 1938 */ /* =Media query for iPad and tablets
/* 1939 *| -------------------------------------------------------------- */
/* 1940 */ @media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){
/* 1941 */ 	.row,#header .c12{margin-bottom:0!important}
/* 1942 */ 	.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{margin-right:0;margin-left:0;margin-bottom:20px}
/* 1943 */ 	.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12,.header-group,.header-widget{width:100%}
/* 1944 */ 	#main,.header-widget{margin-top:0}
/* 1945 */ 	.gallery-item img{width:140px}
/* 1946 */ 	#page{margin-bottom:-62px}
/* 1947 */ 	.left-sidebar #secondary,#left-nav{position:absolute;top:0;left:-260px;width:260px;padding:0}
/* 1948 */ 	#footer .icon-leaf,.header-widget.widget_search,#site-navigation,#site-sub-navigation{display:none}
/* 1949 */ 	#site-sub-navigation{border:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}
/* 1950 */ 	#mobile-menu{display:block}

/* style.css */

/* 1951 */ 	.format-status .entry-content{margin-bottom:0}
/* 1952 */ 	#footer{height:63px}
/* 1953 */ 	#footer-content span{display:block;float:none;text-align:center}
/* 1954 */ 	#footer .copyright{margin-bottom:10px}
/* 1955 */ }

/* sharing.css */

/* 1   */ /**
/* 2   *|  * Sharedaddy Base Styles
/* 3   *|  * 
/* 4   *|  * Contains styles for modules, containers, buttons
/* 5   *|  */
/* 6   */ 
/* 7   */ 
/* 8   */ /* Master container */
/* 9   */ #jp-post-flair {
/* 10  */ 	padding-top: .5em;
/* 11  */ }
/* 12  */ 
/* 13  */ 
/* 14  */ /* Overall Sharedaddy block title */
/* 15  */ div.sharedaddy,
/* 16  */ #content div.sharedaddy,
/* 17  */ #main div.sharedaddy {
/* 18  */ 	clear: both;
/* 19  */ }
/* 20  */ 
/* 21  */ div.sharedaddy h3.sd-title {
/* 22  */ 	margin: 0 0 1em 0;
/* 23  */ 	display: inline-block;
/* 24  */ 	line-height: 1.2;
/* 25  */ 	font-size: 9pt;
/* 26  */ 	font-weight: bold;
/* 27  */ }
/* 28  */ 
/* 29  */ div.sharedaddy h3.sd-title:before {
/* 30  */ 	content: "";
/* 31  */ 	display: block;
/* 32  */ 	width: 100%;
/* 33  */ 	min-width: 30px;
/* 34  */ 	border-top: 1px solid #ddd;
/* 35  */ 	margin-bottom: 1em;
/* 36  */ }
/* 37  */ 
/* 38  */ body.highlander-light h3.sd-title:before {
/* 39  */ 	border-top: 1px solid rgba(0,0,0,.2);
/* 40  */ }
/* 41  */ 
/* 42  */ body.highlander-dark h3.sd-title:before {
/* 43  */ 	border-top: 1px solid rgba(255,255,255,.4);
/* 44  */ }
/* 45  */ 
/* 46  */ 
/* 47  */ /* Sharing services list */
/* 48  */ .sd-content ul {
/* 49  */ 	padding: 0 !important;
/* 50  */ 	margin: 0 0 .7em 0 !important;

/* sharing.css */

/* 51  */ 	list-style: none !important;
/* 52  */ }
/* 53  */ 
/* 54  */ .sd-content ul li {
/* 55  */ 	display: inline;
/* 56  */ }
/* 57  */ 
/* 58  */ .sd-block.sd-gplus {
/* 59  */ 	margin: 0 0 .5em 0;
/* 60  */ }
/* 61  */ 
/* 62  */ .sd-gplus .sd-content {
/* 63  */ 	font-size: 12px;
/* 64  */ }
/* 65  */ 
/* 66  */ 
/* 67  */ /* Buttons */
/* 68  */ .sd-social-icon .sd-content ul li a.sd-button,
/* 69  */ .sd-social-text .sd-content ul li a.sd-button,
/* 70  */ .sd-content ul li a.sd-button,
/* 71  */ .sd-content ul li .option a.share-ustom,	/* Ugh. */
/* 72  */ .sd-content ul li.preview-item div.option.option-smart-off a,
/* 73  */ .sd-content ul li.advanced a.share-more,
/* 74  */ .sd-social-icon-text .sd-content ul li a.sd-button,
/* 75  */ .sd-social-official .sd-content>ul>li>a.sd-button,
/* 76  */ #sharing_email .sharing_send,
/* 77  */ .sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
/* 78  */ 	text-decoration: none !important;
/* 79  */ 	display: inline-block;
/* 80  */ 	margin: 0 5px 5px 0;
/* 81  */ 	font-size: 12px;
/* 82  */ 	font-family: "Open Sans", sans-serif;
/* 83  */ 	font-weight: normal;
/* 84  */ 	border-radius: 3px;
/* 85  */ 	color: #777 !important;
/* 86  */ 	background: #f8f8f8;
/* 87  */ 	border: 1px solid #cccccc;
/* 88  */ 	box-shadow: 0 1px 0 rgba(0,0,0,.08);
/* 89  */ 	text-shadow: none;
/* 90  */ 	line-height: 23px;
/* 91  */ 	padding: 1px 8px 0px 5px;
/* 92  */ }
/* 93  */ 
/* 94  */ .sd-social-text .sd-content ul li a.sd-button span,
/* 95  */ .sd-content ul li a.sd-button>span,
/* 96  */ .sd-content ul li .option a.share-ustom span,	/* Ugh. */
/* 97  */ .sd-content ul li.preview-item div.option.option-smart-off a span,
/* 98  */ .sd-content ul li.advanced a.share-more span,
/* 99  */ .sd-social-icon-text .sd-content ul li a.sd-button>span,
/* 100 */ .sd-social-official .sd-content>ul>li>a.sd-button span,

/* sharing.css */

/* 101 */ .sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
/* 102 */ 	line-height: 23px;
/* 103 */ }
/* 104 */ 
/* 105 */ 
/* 106 */ 
/* 107 */ /* Our gray buttons should be smaller when seen with the official ones */
/* 108 */ .sd-social-official .sd-content>ul>li>a.sd-button,
/* 109 */ .sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
/* 110 */ .sd-social-official .sd-content>ul>li .digg_button>a,
/* 111 */ .sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
/* 112 */ 	line-height: 17px;
/* 113 */ 	box-shadow: none; /* No shadow on gray buttons between the official ones */
/* 114 */ 	vertical-align: top;
/* 115 */ }
/* 116 */ 
/* 117 */ .sd-social-official .sd-content>ul>li>a.sd-button:before,
/* 118 */ .sd-social-official .sd-content>ul>li .digg_button>a:before,
/* 119 */ .sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
/* 120 */ .sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
/* 121 */ 	margin-bottom: -1px;
/* 122 */ 	top: 0;
/* 123 */ }
/* 124 */ 
/* 125 */ .sd-social-icon .sd-content ul li a.sd-button:hover,
/* 126 */ .sd-social-icon .sd-content ul li a.sd-button:active,
/* 127 */ .sd-social-text .sd-content ul li a.sd-button:hover,
/* 128 */ .sd-social-text .sd-content ul li a.sd-button:active,
/* 129 */ .sd-social-icon-text .sd-content ul li a.sd-button:hover,
/* 130 */ .sd-social-icon-text .sd-content ul li a.sd-button:active,
/* 131 */ .sd-social-official .sd-content>ul>li>a.sd-button:hover,
/* 132 */ .sd-social-official .sd-content>ul>li>a.sd-button:active,
/* 133 */ .sd-social-official .sd-content>ul>li .digg_button>a:hover,
/* 134 */ .sd-social-official .sd-content>ul>li .digg_button>a:active {
/* 135 */ 	color: #555;
/* 136 */ 	background: #fafafa;
/* 137 */ 	border: 1px solid #999999;
/* 138 */ }
/* 139 */ 
/* 140 */ .sd-social-icon .sd-content ul li a.sd-button:active,
/* 141 */ .sd-social-text .sd-content ul li a.sd-button:active,
/* 142 */ .sd-social-icon-text .sd-content ul li a.sd-button:active,
/* 143 */ .sd-social-official .sd-content>ul>li>a.sd-button:active,
/* 144 */ .sd-social-official .sd-content>ul>li .digg_button>a:active {
/* 145 */ 	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
/* 146 */ }
/* 147 */ 
/* 148 */ 
/* 149 */ /* All icons */
/* 150 */ .sd-content ul li a.sd-button:before {

/* sharing.css */

/* 151 */ 	display: inline-block;
/* 152 */ 	-webkit-font-smoothing: antialiased;
/* 153 */ 	-moz-osx-font-smoothing: grayscale;
/* 154 */ 	font: normal 16px/1 'Genericons';
/* 155 */ 	vertical-align: top;
/* 156 */ 	position: relative;
/* 157 */ 	top: 3px;
/* 158 */ 	text-align: center;
/* 159 */ }
/* 160 */ 
/* 161 */ .sd-content ul li {
/* 162 */ 	margin: 0 !important;
/* 163 */ 	padding: 0;
/* 164 */ }
/* 165 */ 
/* 166 */ /* Text + icon & Official */
/* 167 */ .sd-social-icon-text .sd-content ul li a span,
/* 168 */ .sd-social-official .sd-content ul li a.sd-button span,
/* 169 */ .sd-content ul li.preview-item a.sd-button span {
/* 170 */ 	margin-left: 3px;
/* 171 */ }
/* 172 */ .sd-content ul li.preview-item.no-icon a.sd-button span {
/* 173 */ 	margin-left: 0;
/* 174 */ }
/* 175 */ 
/* 176 */ /* Text only */
/* 177 */ .sd-social-text .sd-content ul li a:before,
/* 178 */ .sd-content ul li.no-icon a:before {
/* 179 */ 	display: none;
/* 180 */ }
/* 181 */ body .sd-social-text .sd-content ul li.share-custom a span,
/* 182 */ body .sd-content ul li.share-custom.no-icon a span {
/* 183 */ 	background-image: none;
/* 184 */ 	background-position: -500px -500px !important;	/* hack to work around !important inline style */
/* 185 */ 	background-repeat: no-repeat !important;
/* 186 */ 	padding-left: 0;
/* 187 */ 	height: 0;
/* 188 */ 	line-height: inherit;
/* 189 */ }
/* 190 */ 
/* 191 */ .sd-social-icon .sd-content ul li a.share-more {
/* 192 */ 	position: relative;
/* 193 */ 	top: 2px;
/* 194 */ }
/* 195 */ .sd-social-icon .sd-content ul li a.share-more span {
/* 196 */ 	margin-left: 3px;
/* 197 */ }
/* 198 */ 
/* 199 */ 
/* 200 */ /* Individual icons */

/* sharing.css */

/* 201 */ .sd-social-icon .sd-content ul li.share-print a:before,
/* 202 */ .sd-social-text .sd-content ul li.share-print a:before,
/* 203 */ .sd-content ul li.share-print div.option.option-smart-off a:before,
/* 204 */ .sd-social-icon-text .sd-content li.share-print a:before,
/* 205 */ .sd-social-official .sd-content li.share-print a:before {
/* 206 */ 	content: '\f469';
/* 207 */ }
/* 208 */ .sd-social-icon .sd-content ul li.share-digg a:before,
/* 209 */ .sd-social-text .sd-content ul li.share-digg a:before,
/* 210 */ .sd-content ul li.share-digg div.option.option-smart-off a:before,
/* 211 */ .sd-social-icon-text .sd-content li.share-digg a:before,
/* 212 */ .sd-social-official .sd-content li.share-digg a:before {
/* 213 */ 	content: '\f221';
/* 214 */ }
/* 215 */ .sd-social-icon .sd-content ul li.share-email a:before,
/* 216 */ .sd-social-text .sd-content ul li.share-email a:before,
/* 217 */ .sd-content ul li.share-email div.option.option-smart-off a:before,
/* 218 */ .sd-social-icon-text .sd-content li.share-email a:before,
/* 219 */ .sd-social-official .sd-content li.share-email a:before {
/* 220 */ 	content: '\f410';
/* 221 */ }
/* 222 */ .sd-social-icon .sd-content ul li.share-linkedin a:before,
/* 223 */ .sd-social-text .sd-content ul li.share-linkedin a:before,
/* 224 */ .sd-content ul li.share-linkedin div.option.option-smart-off a:before,
/* 225 */ .sd-social-icon-text .sd-content li.share-linkedin a:before {
/* 226 */ 	content: '\f207';
/* 227 */ }
/* 228 */ .sd-social-icon .sd-content ul li.share-twitter a:before,
/* 229 */ .sd-social-text .sd-content ul li.share-twitter a:before,
/* 230 */ .sd-content ul li.share-twitter div.option.option-smart-off a:before,
/* 231 */ .sd-social-icon-text .sd-content li.share-twitter a:before {
/* 232 */ 	content: '\f202';
/* 233 */ }
/* 234 */ .sd-social-icon .sd-content ul li.share-reddit a:before,
/* 235 */ .sd-social-text .sd-content ul li.share-reddit a:before,
/* 236 */ .sd-content ul li.share-reddit div.option.option-smart-off a:before,
/* 237 */ .sd-social-icon-text .sd-content li.share-reddit a:before {
/* 238 */ 	content: '\f222';
/* 239 */ }
/* 240 */ .sd-social-icon .sd-content ul li.share-tumblr a:before,
/* 241 */ .sd-social-text .sd-content ul li.share-tumblr a:before,
/* 242 */ .sd-content ul li.share-tumblr div.option.option-smart-off a:before,
/* 243 */ .sd-social-icon-text .sd-content li.share-tumblr a:before {
/* 244 */ 	content: '\f214';
/* 245 */ }
/* 246 */ .sd-social-icon .sd-content ul li.share-stumbleupon a:before,
/* 247 */ .sd-social-text .sd-content ul li.share-stumbleupon a:before,
/* 248 */ .sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,
/* 249 */ .sd-social-icon-text .sd-content li.share-stumbleupon a:before {
/* 250 */ 	content: '\f223';

/* sharing.css */

/* 251 */ }
/* 252 */ .sd-social-icon .sd-content ul li.share-pocket a:before,
/* 253 */ .sd-social-text .sd-content ul li.share-pocket a:before,
/* 254 */ .sd-content ul li.share-pocket div.option.option-smart-off a:before,
/* 255 */ .sd-social-icon-text .sd-content li.share-pocket a:before {
/* 256 */ 	content: '\f224';
/* 257 */ }
/* 258 */ .sd-social-icon .sd-content ul li.share-pinterest a:before,
/* 259 */ .sd-social-text .sd-content ul li.share-pinterest a:before,
/* 260 */ .sd-content ul li.share-pinterest div.option.option-smart-off a:before,
/* 261 */ .sd-social-icon-text .sd-content li.share-pinterest a:before {
/* 262 */ 	content: '\f209';
/* 263 */ }
/* 264 */ .sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
/* 265 */ .sd-social-text .sd-content ul li.share-google-plus-1 a:before,
/* 266 */ .sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
/* 267 */ .sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
/* 268 */ 	content: '\f218';
/* 269 */ }
/* 270 */ .sd-social-icon .sd-content ul li.share-facebook a:before,
/* 271 */ .sd-social-text .sd-content ul li.share-facebook a:before,
/* 272 */ .sd-content ul li.share-facebook div.option.option-smart-off a:before,
/* 273 */ .sd-social-icon-text .sd-content li.share-facebook a:before {
/* 274 */ 	content: '\f204';
/* 275 */ }
/* 276 */ .sd-social-icon .sd-content ul li.share-press-this a:before,
/* 277 */ .sd-social-text .sd-content ul li.share-press-this a:before,
/* 278 */ .sd-content ul li.share-press-this div.option.option-smart-off a:before,
/* 279 */ .sd-social-icon-text .sd-content li.share-press-this a:before,
/* 280 */ .sd-social-official .sd-content li.share-press-this a:before {
/* 281 */ 	content: '\f205';
/* 282 */ }
/* 283 */ .sd-social-official .sd-content li.share-press-this a:before {
/* 284 */ 	color: #2ba1cb;
/* 285 */ }
/* 286 */ .sd-social-icon .sd-content ul a.share-more:before,
/* 287 */ .sd-social-text .sd-content ul a.share-more:before,
/* 288 */ .sd-content ul li.advanced a.share-more:before,
/* 289 */ .sd-social-icon-text .sd-content a.share-more:before,
/* 290 */ .sd-social-official .sd-content a.share-more:before {
/* 291 */ 	content: '\f415';
/* 292 */ }
/* 293 */ .sd-social-official .sd-content a.share-more:before {
/* 294 */ 	color: #2ba1cb;
/* 295 */ }
/* 296 */ 
/* 297 */ 
/* 298 */ /* Share count */
/* 299 */ .share-count {
/* 300 */ 	background: #2ea2cc;

/* sharing.css */

/* 301 */ 	color: #fff;
/* 302 */ 	-moz-border-radius: 10px;
/* 303 */ 	border-radius: 10px;
/* 304 */ 	display: inline-block;
/* 305 */ 	text-align: center;
/* 306 */ 	font-size: 10px;
/* 307 */ 	padding: 1px 3px;
/* 308 */ 	line-height: 1;
/* 309 */ }
/* 310 */ 
/* 311 */ 
/* 312 */ /* Official buttons */
/* 313 */ .sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
/* 314 */ 	line-height: 25px !important;
/* 315 */ }
/* 316 */ 
/* 317 */ .sd-social-official .sd-content>ul>li>a.sd-button span {
/* 318 */ 	line-height: 1;
/* 319 */ }
/* 320 */ 
/* 321 */ .sd-social-official .sd-content ul:after {
/* 322 */     content: ".";
/* 323 */     display: block;
/* 324 */     height: 0;
/* 325 */     clear: both;
/* 326 */     visibility: hidden;
/* 327 */ }
/* 328 */ 
/* 329 */ .sd-social-official .sd-content li.share-press-this a {
/* 330 */ 	margin: 0 0 5px 0;
/* 331 */ }
/* 332 */ 
/* 333 */ .sd-social-official .sd-content ul>li {
/* 334 */ 	display: block;
/* 335 */ 	float: left;
/* 336 */ 	margin: 0 10px 5px 0 !important;
/* 337 */ 	height: 25px;
/* 338 */ }
/* 339 */ .sd-social-official .sd-content .pocket_button iframe {
/* 340 */ 	width: 98px;
/* 341 */ }
/* 342 */ 
/* 343 */ .sd-social-official .sd-content .twitter_button iframe {
/* 344 */ 	width: 96px;
/* 345 */ }
/* 346 */ 
/* 347 */ 
/* 348 */ /* Individual official buttons */
/* 349 */ .stumbleupon_button iframe, .reddit_button iframe {
/* 350 */ 	margin-top: 1px;

/* sharing.css */

/* 351 */ }
/* 352 */ 
/* 353 */ .pocket_button iframe, .googleplus1_button iframe, .pinterest_button, .twitter_button, .like_button iframe, .linkedin_button>span {
/* 354 */ 	margin: 0 !important;
/* 355 */ }
/* 356 */ 
/* 357 */ body .sd-social-official li.share-print ,
/* 358 */ body .sd-social-official li.share-email a, 
/* 359 */ body .sd-social-official li.share-custom a,
/* 360 */ body .sd-social-official li a.share-more,
/* 361 */ body .sd-social-official li.share-digg a,
/* 362 */ body .sd-social-official li.share-press-this a
/* 363 */ {
/* 364 */ 	position: relative;
/* 365 */ 	top: 0;
/* 366 */ }
/* 367 */ 
/* 368 */ 
/* 369 */ /* Custom icons */
/* 370 */ body .sd-social-icon .sd-content li.share-custom>a {
/* 371 */ 	padding: 2px 3px 0 3px;
/* 372 */ 	position: relative;
/* 373 */ 	top: 4px;
/* 374 */ }
/* 375 */ 
/* 376 */ body .sd-social-icon .sd-content li.share-custom a span,
/* 377 */ body .sd-social-icon-text .sd-content li.share-custom a span,
/* 378 */ body .sd-social-text .sd-content li.share-custom a span,
/* 379 */ body .sd-social-official .sd-content li.share-custom a span,
/* 380 */ body .sd-content ul li.share-custom a.share-icon span
/* 381 */ {
/* 382 */ 	background-size: 16px 16px;
/* 383 */ 	background-repeat: no-repeat;
/* 384 */ 	margin-left: 0;
/* 385 */ 	padding: 0 0 0 19px; 
/* 386 */ 	display: inline-block;
/* 387 */ 	height: 16px;
/* 388 */ 	line-height: 16px;
/* 389 */ }
/* 390 */ 
/* 391 */ body .sd-social-icon .sd-content li.share-custom a span {
/* 392 */ 	width: 0;	
/* 393 */ }
/* 394 */ 
/* 395 */ body .sd-content li.share-custom a:hover span {
/* 396 */ }
/* 397 */ 
/* 398 */ body .sd-social-icon .sd-content li.share-custom a span {
/* 399 */ 	padding-left: 16px !important;
/* 400 */ }

/* sharing.css */

/* 401 */ 
/* 402 */ 
/* 403 */ /* Overflow Sharing dialog */
/* 404 */ .sharing-hidden .inner {
/* 405 */ 	position: absolute;
/* 406 */ 	z-index: 2;
/* 407 */ 	border: 1px solid #ccc;
/* 408 */ 	padding: 15px;
/* 409 */ 	background: #fff;
/* 410 */ 	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
/* 411 */ 	margin-top: 5px;
/* 412 */ 	max-width: 400px;
/* 413 */ }
/* 414 */ 
/* 415 */ .sd-social-official .sd-content .sharing-hidden ul>li.share-end {
/* 416 */ 	clear: both;
/* 417 */ 	margin: 0;
/* 418 */ 	height: 0;
/* 419 */ }
/* 420 */ 
/* 421 */ .sharing-hidden .inner:before, .sharing-hidden .inner:after {
/* 422 */ 	position: absolute;
/* 423 */ 	z-index: 1;
/* 424 */ 	top: -8px;
/* 425 */ 	left: 20px;
/* 426 */ 	width: 0;
/* 427 */ 	height: 0;
/* 428 */ 	border-left: 6px solid transparent;
/* 429 */ 	border-right: 6px solid transparent;
/* 430 */ 	border-bottom: 8px solid #ccc;
/* 431 */ 	content: "";
/* 432 */ 	display: block;
/* 433 */ }
/* 434 */ 
/* 435 */ .sharing-hidden .inner:after {
/* 436 */ 	z-index: 2;
/* 437 */ 	top: -7px;
/* 438 */ 	border-left: 6px solid transparent;
/* 439 */ 	border-right: 6px solid transparent;
/* 440 */ 	border-bottom: 8px solid #fff;
/* 441 */ }
/* 442 */ 
/* 443 */ .sharing-hidden ul {
/* 444 */ 	margin: 0;
/* 445 */ }
/* 446 */ 
/* 447 */ 
/* 448 */ /**
/* 449 *|  * Special colorful look for "Icon Only" option
/* 450 *|  */

/* sharing.css */

/* 451 */ 
/* 452 */ .sd-social-icon .sd-content ul li[class*='share-'] a,
/* 453 */ .sd-social-icon .sd-content ul li[class*='share-'] a:hover,
/* 454 */ .sd-social-icon .sd-content ul li[class*='share-'] div.option a {
/* 455 */ 	border-radius: 50%;
/* 456 */ 	-webkit-border-radius: 50%;
/* 457 */ 	border: 0;
/* 458 */ 	box-shadow: none;
/* 459 */ 	padding: 8px;
/* 460 */ 	position: relative;
/* 461 */ 	top: -2px;
/* 462 */ 	line-height: 1;
/* 463 */ 	width: auto;
/* 464 */ 	height: auto;
/* 465 */ }
/* 466 */ 
/* 467 */ .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
/* 468 */ .sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
/* 469 */ 	line-height: 1;
/* 470 */ }
/* 471 */ 
/* 472 */ .sd-social-icon .sd-content ul li[class*='share-'] a:hover,
/* 473 */ .sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
/* 474 */ 	border: none;
/* 475 */ 	opacity: .6;
/* 476 */ }
/* 477 */ 
/* 478 */ .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
/* 479 */ 	top: 0;
/* 480 */ }
/* 481 */ 
/* 482 */ .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
/* 483 */ 	padding: 8px 8px 6px 8px;
/* 484 */ 	top: 5px;
/* 485 */ }
/* 486 */ 
/* 487 */ .sd-social-icon .sd-content ul li a.sd-button.share-more {
/* 488 */ 	margin-left: 10px;
/* 489 */ }
/* 490 */ 
/* 491 */ .sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
/* 492 */ 	margin-left: 0;
/* 493 */ }
/* 494 */ 
/* 495 */ 
/* 496 */ .sd-social-icon .sd-button span.share-count {
/* 497 */ 	position: absolute;
/* 498 */ 	bottom: 0;
/* 499 */ 	right: 0;
/* 500 */ 	border-radius: 0;

/* sharing.css */

/* 501 */ 	background: #555;
/* 502 */ 	font-size: 9px;
/* 503 */ }
/* 504 */ 
/* 505 */ /* Special look colors */
/* 506 */ .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
/* 507 */ 	background: #e9e9e9;
/* 508 */ 	margin-top: 2px;
/* 509 */ 	text-indent: 0;
/* 510 */ }
/* 511 */ 
/* 512 */ .sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
/* 513 */ 	background: #2c4762;
/* 514 */ 	color: #fff !important;
/* 515 */ }
/* 516 */ 
/* 517 */ .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
/* 518 */ 	background: #3b5998;
/* 519 */ 	color: #fff !important;
/* 520 */ }
/* 521 */ 
/* 522 */ .sd-social-icon .sd-content ul li[class*='share-'].share-stumbleupon a.sd-button {
/* 523 */ 	background: #ea4b24;
/* 524 */ 	color: #fff !important;
/* 525 */ }
/* 526 */ 
/* 527 */ .sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
/* 528 */ 	background: #00acee;
/* 529 */ 	color: #fff !important;
/* 530 */ }
/* 531 */ 
/* 532 */ .sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
/* 533 */ 	background: #ca1f27;
/* 534 */ 	color: #fff !important;
/* 535 */ }
/* 536 */ 
/* 537 */ .sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
/* 538 */ 	color: #555555 !important;
/* 539 */ }
/* 540 */ 
/* 541 */ .sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
/* 542 */ 	background: #1e8cbe;
/* 543 */ 	color: #fff !important;
/* 544 */ }
/* 545 */ 
/* 546 */ .sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
/* 547 */ 	background: #0077b5;
/* 548 */ 	color: #fff !important;
/* 549 */ }
/* 550 */ 

/* sharing.css */

/* 551 */ .sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button {
/* 552 */ 	background: #dd4b39;
/* 553 */ 	color: #fff !important;
/* 554 */ }
/* 555 */ 
/* 556 */ .sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
/* 557 */ 	background: #ee4056;
/* 558 */ 	color: #fff !important;
/* 559 */ }
/* 560 */ 
/* 561 */ .sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
/* 562 */ 	background: #cee3f8;
/* 563 */ 	color: #555555 !important;
/* 564 */ }
/* 565 */ 
/* 566 */ 
/* 567 */ 
/* 568 */ 
/* 569 */ /**
/* 570 *|  * Sharing Email Dialog
/* 571 *|  */
/* 572 */ 
/* 573 */ #sharing_email {
/* 574 */ 	width: 342px;
/* 575 */ 	position: absolute;
/* 576 */ 	z-index: 1001;
/* 577 */ 	border: 1px solid #ccc;
/* 578 */ 	padding: 15px;
/* 579 */ 	background: #fff;
/* 580 */ 	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
/* 581 */ 	text-align: left;
/* 582 */ }
/* 583 */ 
/* 584 */ div.sharedaddy.sharedaddy-dark #sharing_email {
/* 585 */ 	border-color: #fff;
/* 586 */ }
/* 587 */ 
/* 588 */ #sharing_email .errors {
/* 589 */ 	color: #fff;
/* 590 */ 	background-color: #771a09;
/* 591 */ 	font-size: 12px;
/* 592 */ 	padding: 5px 8px;
/* 593 */ 	line-height: 1;
/* 594 */ 	margin: 10px 0 0 0;
/* 595 */ }
/* 596 */ 
/* 597 */ #sharing_email label {
/* 598 */ 	font-size: 12px;
/* 599 */ 	color: #333;
/* 600 */ 	font-weight: bold;

/* sharing.css */

/* 601 */ 	display: block;
/* 602 */ 	padding: 0 0 4px 0;
/* 603 */ 	text-align: left;
/* 604 */ 	text-shadow: none;
/* 605 */ }
/* 606 */ 
/* 607 */ #sharing_email form {
/* 608 */ 	margin: 0;
/* 609 */ }
/* 610 */ 
/* 611 */ #sharing_email input[type="text"], #sharing_email input[type="email"] {
/* 612 */ 	width: 100%;
/* 613 */ 	box-sizing: border-box;
/* 614 */ 	-moz-box-sizing:border-box;
/* 615 */ 	-webkit-box-sizing:border-box;
/* 616 */ 	border: 1px solid #ccc;
/* 617 */ 	margin-bottom: 1em;
/* 618 */ 	background: #fff;
/* 619 */ 	font-size: 12px;
/* 620 */ 	color: #333;
/* 621 */ 	max-width: none;
/* 622 */ 	padding: 1px 3px;
/* 623 */ }
/* 624 */ 
/* 625 */ #sharing_email .sharing_cancel {
/* 626 */ 	padding: 0 0 0 1em;
/* 627 */ 	font-size: 12px;
/* 628 */ 	text-shadow: none;
/* 629 */ }
/* 630 */ 
/* 631 */ #sharing_email .recaptcha {
/* 632 */ 	width: 312px;
/* 633 */ 	height: 123px;
/* 634 */ 	margin: 0 0 1em 0;
/* 635 */ }
/* 636 */ 

/* genericons.css */

/* 1   */ /**
/* 2   *| 
/* 3   *| 	Genericons
/* 4   *| 
/* 5   *| */
/* 6   */ 
/* 7   */ 
/* 8   */ /* IE8 and below use EOT and allow cross-site embedding. 
/* 9   *|    IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
/* 10  *|    So unfortunately, IE9 will throw a console error, but it'll still work.
/* 11  *|    When the font is base64 encoded, cross-site embedding works in Firefox */
/* 12  */ @font-face {
/* 13  */   font-family: "Genericons";
/* 14  */   src: url("http://macmegasite.com/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.eot");
/* 15  */   src: url("http://macmegasite.com/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.eot?#iefix") format("embedded-opentype"),
/* 16  */ 	   url(data:application/font-woff;charset=utf-8;base64,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),
/* 17  */        url("http://macmegasite.com/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.woff") format("woff"),
/* 18  */        url("http://macmegasite.com/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.ttf") format("truetype"),
/* 19  */        url("http://macmegasite.com/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.svg#Genericons") format("svg");
/* 20  */   font-weight: normal;
/* 21  */   font-style: normal;
/* 22  */ }
/* 23  */ 
/* 24  */ @media screen and (-webkit-min-device-pixel-ratio:0) {
/* 25  */   @font-face {
/* 26  */     font-family: "Genericons";
/* 27  */     src: url("http://macmegasite.com/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.svg#Genericons") format("svg");
/* 28  */   }
/* 29  */ }
/* 30  */ 
/* 31  */ 
/* 32  */ /**
/* 33  *|  * All Genericons
/* 34  *|  */
/* 35  */ 
/* 36  */ .genericon {
/* 37  */ 	font-size: 16px;
/* 38  */ 	vertical-align: top;
/* 39  */ 	text-align: center;
/* 40  */ 	-moz-transition: color .1s ease-in 0;
/* 41  */ 	-webkit-transition: color .1s ease-in 0;
/* 42  */ 	display: inline-block;
/* 43  */ 	font-family: "Genericons";
/* 44  */ 	font-style: normal;
/* 45  */ 	font-weight: normal;
/* 46  */ 	font-variant: normal;
/* 47  */ 	line-height: 1;
/* 48  */ 	text-decoration: inherit;
/* 49  */ 	text-transform: none;
/* 50  */ 	-moz-osx-font-smoothing: grayscale;

/* genericons.css */

/* 51  */ 	-webkit-font-smoothing: antialiased;
/* 52  */ 	speak: none;
/* 53  */ }
/* 54  */ 
/* 55  */ 
/* 56  */ /**
/* 57  *|  * Individual icons
/* 58  *|  */
/* 59  */ 
/* 60  */ .genericon-404:before { content: "\f423"; }
/* 61  */ .genericon-aside:before { content: "\f101"; }
/* 62  */ .genericon-attachment:before { content: "\f416"; }
/* 63  */ .genericon-audio:before { content: "\f109"; }
/* 64  */ .genericon-bold:before { content: "\f471"; }
/* 65  */ .genericon-book:before { content: "\f444"; }
/* 66  */ .genericon-cart:before { content: "\f447"; }
/* 67  */ .genericon-category:before { content: "\f301"; }
/* 68  */ .genericon-chat:before { content: "\f108"; }
/* 69  */ .genericon-checkmark:before { content: "\f418"; }
/* 70  */ .genericon-close:before { content: "\f405"; }
/* 71  */ .genericon-close-alt:before { content: "\f406"; }
/* 72  */ .genericon-cloud:before { content: "\f426"; }
/* 73  */ .genericon-cloud-download:before { content: "\f440"; }
/* 74  */ .genericon-cloud-upload:before { content: "\f441"; }
/* 75  */ .genericon-code:before { content: "\f462"; }
/* 76  */ .genericon-codepen:before { content: "\f216"; }
/* 77  */ .genericon-cog:before { content: "\f445"; }
/* 78  */ .genericon-collapse:before { content: "\f432"; }
/* 79  */ .genericon-comment:before { content: "\f300"; }
/* 80  */ .genericon-day:before { content: "\f305"; }
/* 81  */ .genericon-digg:before { content: "\f221"; }
/* 82  */ .genericon-document:before { content: "\f443"; }
/* 83  */ .genericon-dot:before { content: "\f428"; }
/* 84  */ .genericon-downarrow:before { content: "\f502"; }
/* 85  */ .genericon-draggable:before { content: "\f436"; }
/* 86  */ .genericon-dribbble:before { content: "\f201"; }
/* 87  */ .genericon-dropbox:before { content: "\f225"; }
/* 88  */ .genericon-dropdown:before { content: "\f433"; }
/* 89  */ .genericon-dropdown-left:before { content: "\f434"; }
/* 90  */ .genericon-edit:before { content: "\f411"; }
/* 91  */ .genericon-ellipsis:before { content: "\f476"; }
/* 92  */ .genericon-expand:before { content: "\f431"; }
/* 93  */ .genericon-external:before { content: "\f442"; }
/* 94  */ .genericon-facebook:before { content: "\f203"; }
/* 95  */ .genericon-facebook-alt:before { content: "\f204"; }
/* 96  */ .genericon-fastforward:before { content: "\f458"; }
/* 97  */ .genericon-feed:before { content: "\f413"; }
/* 98  */ .genericon-flag:before { content: "\f468"; }
/* 99  */ .genericon-flickr:before { content: "\f211"; }
/* 100 */ .genericon-foursquare:before { content: "\f226"; }

/* genericons.css */

/* 101 */ .genericon-fullscreen:before { content: "\f474"; }
/* 102 */ .genericon-gallery:before { content: "\f103"; }
/* 103 */ .genericon-github:before { content: "\f200"; }
/* 104 */ .genericon-googleplus:before { content: "\f206"; }
/* 105 */ .genericon-googleplus-alt:before { content: "\f218"; }
/* 106 */ .genericon-heart:before { content: "\f461"; }
/* 107 */ .genericon-help:before { content: "\f457"; }
/* 108 */ .genericon-hide:before { content: "\f404"; }
/* 109 */ .genericon-hierarchy:before { content: "\f505"; }
/* 110 */ .genericon-home:before { content: "\f409"; }
/* 111 */ .genericon-image:before { content: "\f102"; }
/* 112 */ .genericon-info:before { content: "\f455"; }
/* 113 */ .genericon-instagram:before { content: "\f215"; }
/* 114 */ .genericon-italic:before { content: "\f472"; }
/* 115 */ .genericon-key:before { content: "\f427"; }
/* 116 */ .genericon-leftarrow:before { content: "\f503"; }
/* 117 */ .genericon-link:before { content: "\f107"; }
/* 118 */ .genericon-linkedin:before { content: "\f207"; }
/* 119 */ .genericon-linkedin-alt:before { content: "\f208"; }
/* 120 */ .genericon-location:before { content: "\f417"; }
/* 121 */ .genericon-lock:before { content: "\f470"; }
/* 122 */ .genericon-mail:before { content: "\f410"; }
/* 123 */ .genericon-maximize:before { content: "\f422"; }
/* 124 */ .genericon-menu:before { content: "\f419"; }
/* 125 */ .genericon-minimize:before { content: "\f421"; }
/* 126 */ .genericon-month:before { content: "\f307"; }
/* 127 */ .genericon-next:before { content: "\f429"; }
/* 128 */ .genericon-notice:before { content: "\f456"; }
/* 129 */ .genericon-paintbrush:before { content: "\f506"; }
/* 130 */ .genericon-path:before { content: "\f219"; }
/* 131 */ .genericon-pause:before { content: "\f448"; }
/* 132 */ .genericon-phone:before { content: "\f437"; }
/* 133 */ .genericon-picture:before { content: "\f473"; }
/* 134 */ .genericon-pinned:before { content: "\f308"; }
/* 135 */ .genericon-pinterest:before { content: "\f209"; }
/* 136 */ .genericon-pinterest-alt:before { content: "\f210"; }
/* 137 */ .genericon-play:before { content: "\f452"; }
/* 138 */ .genericon-plugin:before { content: "\f439"; }
/* 139 */ .genericon-pocket:before { content: "\f224"; }
/* 140 */ .genericon-polldaddy:before { content: "\f217"; }
/* 141 */ .genericon-portfolio:before { content: "\f460"; }
/* 142 */ .genericon-previous:before { content: "\f430"; }
/* 143 */ .genericon-print:before { content: "\f469"; }
/* 144 */ .genericon-quote:before { content: "\f106"; }
/* 145 */ .genericon-reddit:before { content: "\f222"; }
/* 146 */ .genericon-refresh:before { content: "\f420"; }
/* 147 */ .genericon-reply:before { content: "\f412"; }
/* 148 */ .genericon-reply-alt:before { content: "\f466"; }
/* 149 */ .genericon-reply-single:before { content: "\f467"; }
/* 150 */ .genericon-rewind:before { content: "\f459"; }

/* genericons.css */

/* 151 */ .genericon-rightarrow:before { content: "\f501"; }
/* 152 */ .genericon-search:before { content: "\f400"; }
/* 153 */ .genericon-send-to-phone:before { content: "\f438"; }
/* 154 */ .genericon-send-to-tablet:before { content: "\f454"; }
/* 155 */ .genericon-share:before { content: "\f415"; }
/* 156 */ .genericon-show:before { content: "\f403"; }
/* 157 */ .genericon-sitemap:before { content: "\f507"; }
/* 158 */ .genericon-skip-ahead:before { content: "\f451"; }
/* 159 */ .genericon-skip-back:before { content: "\f450"; }
/* 160 */ .genericon-skype:before { content: "\f220"; }
/* 161 */ .genericon-spam:before { content: "\f424"; }
/* 162 */ .genericon-standard:before { content: "\f100"; }
/* 163 */ .genericon-star:before { content: "\f408"; }
/* 164 */ .genericon-status:before { content: "\f105"; }
/* 165 */ .genericon-stop:before { content: "\f449"; }
/* 166 */ .genericon-stumbleupon:before { content: "\f223"; }
/* 167 */ .genericon-subscribe:before { content: "\f463"; }
/* 168 */ .genericon-subscribed:before { content: "\f465"; }
/* 169 */ .genericon-summary:before { content: "\f425"; }
/* 170 */ .genericon-tablet:before { content: "\f453"; }
/* 171 */ .genericon-tag:before { content: "\f302"; }
/* 172 */ .genericon-time:before { content: "\f303"; }
/* 173 */ .genericon-top:before { content: "\f435"; }
/* 174 */ .genericon-trash:before { content: "\f407"; }
/* 175 */ .genericon-tumblr:before { content: "\f214"; }
/* 176 */ .genericon-twitter:before { content: "\f202"; }
/* 177 */ .genericon-unapprove:before { content: "\f446"; }
/* 178 */ .genericon-unsubscribe:before { content: "\f464"; }
/* 179 */ .genericon-unzoom:before { content: "\f401"; }
/* 180 */ .genericon-uparrow:before { content: "\f500"; }
/* 181 */ .genericon-user:before { content: "\f304"; }
/* 182 */ .genericon-video:before { content: "\f104"; }
/* 183 */ .genericon-vimeo:before { content: "\f212"; }
/* 184 */ .genericon-warning:before { content: "\f414"; }
/* 185 */ .genericon-website:before { content: "\f475"; }
/* 186 */ .genericon-week:before { content: "\f306"; }
/* 187 */ .genericon-wordpress:before { content: "\f205"; }
/* 188 */ .genericon-xpost:before { content: "\f504"; }
/* 189 */ .genericon-youtube:before { content: "\f213"; }
/* 190 */ .genericon-zoom:before { content: "\f402"; }
/* 191 */ 
/* 192 */ 
/* 193 */ 
/* 194 */ 
/* 195 */ 
