
/* col.css */

/* 1  */ 
/* 2  */ /*  SECTIONS  ============================================================================= */
/* 3  */ 
/* 4  */ .section {
/* 5  */ 	clear: both;
/* 6  */ 	padding: 0px;
/* 7  */ 	margin: 0px;
/* 8  */ }
/* 9  */ 
/* 10 */ /*  GROUPING  ============================================================================= */
/* 11 */ 
/* 12 */ 
/* 13 */ .group:before,
/* 14 */ .group:after {
/* 15 */     content:"";
/* 16 */     display:table;
/* 17 */ }
/* 18 */ .group:after {
/* 19 */     clear:both;
/* 20 */ }
/* 21 */ .group {
/* 22 */     zoom:1; /* For IE 6/7 (trigger hasLayout) */
/* 23 */ }
/* 24 */ 
/* 25 */ /*  GRID COLUMN SETUP   ==================================================================== */
/* 26 */ 
/* 27 */ .col {
/* 28 */ 	display: block;
/* 29 */ 	float:left;
/* 30 */ 	margin: 1% 0 1% 1.6%;
/* 31 */ }
/* 32 */ 
/* 33 */ .col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
/* 34 */ 
/* 35 */ 
/* 36 */ /*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
/* 37 */ 
/* 38 */ @media only screen and (max-width: 480px) {
/* 39 */ 	.col { 
/* 40 */ 		margin: 1% 0 1% 0%;
/* 41 */ 	}
/* 42 */ }

/* cols.css */

/* 1   */ /*  GRID OF TWO   ============================================================================= */
/* 2   */ 
/* 3   */ 
/* 4   */ .span_2_of_2 {
/* 5   */ 	width: 100%;
/* 6   */ }
/* 7   */ 
/* 8   */ .span_1_of_2 {
/* 9   */ 	width: 49.2%;
/* 10  */ }
/* 11  */ 
/* 12  */ /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
/* 13  */ 
/* 14  */ @media only screen and (max-width: 480px) {
/* 15  */ 	.span_2_of_2 {
/* 16  */ 		width: 100%; 
/* 17  */ 	}
/* 18  */ 	.span_1_of_2 {
/* 19  */ 		width: 100%; 
/* 20  */ 	}
/* 21  */ }
/* 22  */ 
/* 23  */ /*  GRID OF THREE   ============================================================================= */
/* 24  */ 
/* 25  */ 	
/* 26  */ .span_3_of_3 {
/* 27  */ 	width: 100%; 
/* 28  */ }
/* 29  */ 
/* 30  */ .span_2_of_3 {
/* 31  */ 	width: 66.13%; 
/* 32  */ }
/* 33  */ 
/* 34  */ .span_1_of_3 {
/* 35  */ 	width: 32.26%; 
/* 36  */ }
/* 37  */ 
/* 38  */ 
/* 39  */ /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
/* 40  */ 
/* 41  */ @media only screen and (max-width: 480px) {
/* 42  */ 	.span_3_of_3 {
/* 43  */ 		width: 100%; 
/* 44  */ 	}
/* 45  */ 	.span_2_of_3 {
/* 46  */ 		width: 100%; 
/* 47  */ 	}
/* 48  */ 	.span_1_of_3 {
/* 49  */ 		width: 100%;
/* 50  */ 	}

/* cols.css */

/* 51  */ }
/* 52  */ 
/* 53  */ /*  GRID OF FOUR   ============================================================================= */
/* 54  */ 
/* 55  */ .span_1_of_4 {
/* 56  */ 	width: 23.8%; 
/* 57  */ }
/* 58  */ 
/* 59  */ 
/* 60  */ /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
/* 61  */ 
/* 62  */ @media only screen and (max-width: 480px) {
/* 63  */ 	.span_1_of_4 {
/* 64  */ 		width: 100%; 
/* 65  */ 		display: none
/* 66  */ 	}
/* 67  */ }
/* 68  */ 
/* 69  */ /*  GRID OF EIGHT   ============================================================================= */
/* 70  */ 
/* 71  */ 	
/* 72  */ .span_8_of_8 {
/* 73  */ 	width: 100%;
/* 74  */ }
/* 75  */ 
/* 76  */ .span_7_of_8 {
/* 77  */ 	width: 87.3%; 
/* 78  */ }
/* 79  */ 
/* 80  */ .span_6_of_8 {
/* 81  */ 	width: 74.6%; 
/* 82  */ }
/* 83  */ 
/* 84  */ .span_5_of_8 {
/* 85  */ 	width: 61.9%; 
/* 86  */ }
/* 87  */ 
/* 88  */ .span_4_of_8 {
/* 89  */ 	width: 49.2%; 
/* 90  */ }
/* 91  */ 
/* 92  */ .span_3_of_8 {
/* 93  */ 	width: 36.5%;
/* 94  */ }
/* 95  */ 
/* 96  */ .span_2_of_8 {
/* 97  */ 	width: 23.8%; 
/* 98  */ }
/* 99  */ 
/* 100 */ .span_1_of_8 {

/* cols.css */

/* 101 */ 	width: 11.1%; 
/* 102 */ }
/* 103 */ 
/* 104 */ 
/* 105 */ /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
/* 106 */ 
/* 107 */ @media only screen and (max-width: 480px) {
/* 108 */ 	.span_8_of_8 {
/* 109 */ 		width: 100%; 
/* 110 */ 	}
/* 111 */ 	.span_7_of_8 {
/* 112 */ 		width: 100%; 
/* 113 */ 	}
/* 114 */ 	.span_6_of_8 {
/* 115 */ 		width: 100%; 
/* 116 */ 	}
/* 117 */ 	.span_5_of_8 {
/* 118 */ 		width: 100%; 
/* 119 */ 	}
/* 120 */ 	.span_4_of_8 {
/* 121 */ 		width: 100%; 
/* 122 */ 	}
/* 123 */ 	.span_3_of_8 {
/* 124 */ 		width: 100%; 
/* 125 */ 	}
/* 126 */ 	.span_2_of_8 {
/* 127 */ 		width: 100%; 
/* 128 */ 	}
/* 129 */ 	.span_1_of_8 {
/* 130 */ 		width: 100%; 
/* 131 */ 	}
/* 132 */ }
/* 133 */ 
/* 134 */ /*  GRID OF TEN   ============================================================================= */
/* 135 */ 
/* 136 */ 
/* 137 */ .span_10_of_10 {
/* 138 */ 	width: 100%;
/* 139 */ }
/* 140 */ 
/* 141 */ .span_9_of_10 {
/* 142 */ 	width: 89.84%;
/* 143 */ }
/* 144 */ 
/* 145 */ .span_8_of_10 {
/* 146 */ 	width: 79.68%;
/* 147 */ }
/* 148 */ 
/* 149 */ .span_7_of_10 {
/* 150 */ 	width: 69.52%; 

/* cols.css */

/* 151 */ }
/* 152 */ 
/* 153 */ .span_6_of_10 {
/* 154 */ 	width: 59.36%; 
/* 155 */ }
/* 156 */ 
/* 157 */ .span_5_of_10 {
/* 158 */ 	width: 49.2%; 
/* 159 */ }
/* 160 */ 
/* 161 */ .span_4_of_10 {
/* 162 */ 	width: 39.04%; 
/* 163 */ }
/* 164 */ 
/* 165 */ .span_3_of_10 {
/* 166 */ 	width: 28.88%;
/* 167 */ }
/* 168 */ 
/* 169 */ .span_2_of_10 {
/* 170 */ 	width: 18.72%; 
/* 171 */ }
/* 172 */ 
/* 173 */ .span_1_of_10 {
/* 174 */ 	width: 8.56%; 
/* 175 */ }
/* 176 */ 
/* 177 */ 
/* 178 */ /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
/* 179 */ 
/* 180 */ @media only screen and (max-width: 480px) {
/* 181 */ 	.span_10_of_10 {
/* 182 */ 		width: 100%; 
/* 183 */ 	}
/* 184 */ 	.span_9_of_10 {
/* 185 */ 		width: 100%; 
/* 186 */ 	}
/* 187 */ 	.span_8_of_10 {
/* 188 */ 		width: 100%; 
/* 189 */ 	}
/* 190 */ 	.span_7_of_10 {
/* 191 */ 		width: 100%; 
/* 192 */ 	}
/* 193 */ 	.span_6_of_10 {
/* 194 */ 		width: 100%; 
/* 195 */ 	}
/* 196 */ 	.span_5_of_10 {
/* 197 */ 		width: 100%; 
/* 198 */ 	}
/* 199 */ 	.span_4_of_10 {
/* 200 */ 		width: 100%; 

/* cols.css */

/* 201 */ 	}
/* 202 */ 	.span_3_of_10 {
/* 203 */ 		width: 100%; 
/* 204 */ 	}
/* 205 */ 	.span_2_of_10 {
/* 206 */ 		width: 100%; 
/* 207 */ 	}
/* 208 */ 	.span_1_of_10 {
/* 209 */ 		width: 100%; 
/* 210 */ 	}
/* 211 */ }
/* 212 */ 

/* responsive-nav.css */

/* 1   */ /*! responsive-nav.js 1.0.40 by @viljamis */
/* 2   */ /* 
/* 3   *| .nav-collapse ul {
/* 4   *|   margin: 0;
/* 5   *|   padding: 0;
/* 6   *|   width: 100%;
/* 7   *|   display: block;
/* 8   *|   list-style: none;
/* 9   *| }
/* 10  *| 
/* 11  *| .nav-collapse li {
/* 12  *|   width: 100%;
/* 13  *|   display: block;
/* 14  *| } */
/* 15  */ 
/* 16  */ .js .nav-collapse,
/* 17  */ .js .nav-collapse .dropdown ul {
/* 18  */   clip: rect(0 0 0 0);
/* 19  */   max-height: 0;
/* 20  */   position: absolute;
/* 21  */   display: block;
/* 22  */   overflow: hidden;
/* 23  */   zoom: 1;
/* 24  */ }
/* 25  */ 
/* 26  */ .nav-collapse.opened,
/* 27  */ .nav-collapse .dropdown.opened ul {
/* 28  */   max-height: 9999px;
/* 29  */ }
/* 30  */ 
/* 31  */ .nav-collapse .dropdown.opened > ul,
/* 32  */ .nav-collapse .dropdown .dropdown.opened > ul {
/* 33  */   position: relative;
/* 34  */ }
/* 35  */ 
/* 36  */ .nav-toggle,
/* 37  */ .dropdown-toggle {
/* 38  */   -webkit-tap-highlight-color: rgba(0,0,0,0);
/* 39  */   -webkit-touch-callout: none;
/* 40  */   -webkit-user-select: none;
/* 41  */   -moz-user-select: none;
/* 42  */   -ms-user-select: none;
/* 43  */   -o-user-select: none;
/* 44  */   user-select: none;
/* 45  */ }
/* 46  */ 
/* 47  */ @media screen and (min-width: 50em) {
/* 48  */   .js .nav-collapse {
/* 49  */     position: relative;
/* 50  */   }

/* responsive-nav.css */

/* 51  */ /* #menu{clear:none;float:right;width:auto}
/* 52  *| #menu ul li{display:inline-block;position:relative}
/* 53  *| #menu ul li a{display:block;padding:100px 14px 12px} */
/* 54  */   .js .nav-collapse.closed {
/* 55  */     max-height: none;
/* 56  */   }
/* 57  */   .nav-toggle {
/* 58  */     display: none;
/* 59  */   }
/* 60  */ }
/* 61  */ 
/* 62  */ 
/* 63  */ 
/* 64  */ /*! responsive-nav.js 1.0.32 by @viljamis */
/* 65  */ 
/* 66  */ /* .nav-collapse ul {
/* 67  *|   margin: 0;
/* 68  *|   padding: 0;
/* 69  *|   width: 100%;
/* 70  *|   display: block;
/* 71  *|   list-style: none;
/* 72  *| }
/* 73  *| 
/* 74  *| .nav-collapse li {
/* 75  *|   width: 100%;
/* 76  *|   display: block;
/* 77  *| } */
/* 78  */ 
/* 79  */ /* .js .nav-collapse {
/* 80  *|   clip: rect(0 0 0 0);
/* 81  *|   max-height: 0;
/* 82  *|   position: absolute;
/* 83  *|   display: block;
/* 84  *|   overflow: hidden;
/* 85  *|   zoom: 1;
/* 86  *| }
/* 87  *| 
/* 88  *| .nav-collapse.opened {
/* 89  *|   max-height: 9999px;
/* 90  *| }
/* 91  *| 
/* 92  *| .disable-pointer-events {
/* 93  *|   pointer-events: none !important;
/* 94  *| }
/* 95  *| 
/* 96  *| .nav-toggle {
/* 97  *|   -webkit-tap-highlight-color: rgba(0,0,0,0);
/* 98  *|   -webkit-touch-callout: none;
/* 99  *|   -webkit-user-select: none;
/* 100 *|   -moz-user-select: none;

/* responsive-nav.css */

/* 101 *|   -ms-user-select: none;
/* 102 *|   -o-user-select: none;
/* 103 *|   user-select: none;
/* 104 *| 	background: url("http://emrphy.com/lbeb/wp-content/themes/lbeb/images/rmenu.png") no-repeat scroll 50% 33%;
/* 105 *|     display: block;
/* 106 *|     float: right;
/* 107 *|     height: 55px;
/* 108 *|     overflow: hidden;
/* 109 *|     text-indent: -9999px;
/* 110 *|     width: 70px;
/* 111 *| }
/* 112 *| 
/* 113 *| @media screen and (min-width: 40em) {
/* 114 *|   .js .nav-collapse {
/* 115 *|     position: relative;
/* 116 *|   }
/* 117 *| #menu{clear:none;float:right;width:auto}
/* 118 *| #menu ul li{display:inline-block;position:relative}
/* 119 *| #menu ul li a{display:block;padding:100px 14px 12px}
/* 120 *|   .js .nav-collapse.closed {
/* 121 *|     max-height: none;
/* 122 *|   }
/* 123 *|   .nav-toggle {
/* 124 *|     display: none;
/* 125 *|   }
/* 126 *| } */
/* 127 */ 

/* style.css */

/* 1    */ @charset "UTF-8";
/* 2    */ 
/* 3    */ /* ------------------------------------------
/* 4    *|   RESET
/* 5    *| --------------------------------------------- */
/* 6    */ 
/* 7    */ body, div,
/* 8    */ h1, h2, h3, h4, h5, h6,
/* 9    */ p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
/* 10   */ fieldset, form, label, legend, th, td,
/* 11   */ article, aside, figure, footer, header, hgroup, menu, nav, section,
/* 12   */ summary, hgroup {
/* 13   */ 	margin: 0;
/* 14   */ 	padding: 0;
/* 15   */ 	border: 0;
/* 16   */ }
/* 17   */ 
/* 18   */ ol, ul {
/* 19   */ 	list-style: none;
/* 20   */ }
/* 21   */ 
/* 22   */ #sidebar li {
/* 23   */ 	list-style: none;
/* 24   */ }
/* 25   */ 
/* 26   */ a:active,
/* 27   */ a:hover {
/* 28   */ 	outline: 0;
/* 29   */ }
/* 30   */ 
/* 31   */ @-webkit-viewport {
/* 32   */ 	width: device-width;
/* 33   */ }
/* 34   */ 
/* 35   */ @-moz-viewport {
/* 36   */ 	width: device-width;
/* 37   */ }
/* 38   */ 
/* 39   */ @-ms-viewport {
/* 40   */ 	width: device-width;
/* 41   */ }
/* 42   */ 
/* 43   */ @-o-viewport {
/* 44   */ 	width: device-width;
/* 45   */ }
/* 46   */ 
/* 47   */ @viewport {
/* 48   */ 	width: device-width;
/* 49   */ }
/* 50   */ 

/* style.css */

/* 51   */ /* ------------------------------------------
/* 52   *|   FONTS
/* 53   *| --------------------------------------------- */
/* 54   */ 
/* 55   */ @font-face {
/* 56   */ 	font-family: 'League Gothic';
/* 57   */     src: url('/wp-content/themes/supersimple/fonts/leaguegothic-regular-webfont.eot?');
/* 58   */     src: url('/wp-content/themes/supersimple/fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
/* 59   */          url('/wp-content/themes/supersimple/fonts/leaguegothic-regular-webfont.woff') format('woff'),
/* 60   */          url('/wp-content/themes/supersimple/fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
/* 61   */          url('/wp-content/themes/supersimple/fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
/* 62   */     font-weight: normal;
/* 63   */     font-style: normal;
/* 64   */ }
/* 65   */ 
/* 66   */ @font-face {
/* 67   */ 	font-family: 'Source Sans Pro';
/* 68   */     src: url('/wp-content/themes/supersimple/fonts/sourcesanspro-lightit-webfont.eot');
/* 69   */     src: url('/wp-content/themes/supersimple/fonts/sourcesanspro-lightit-webfont.eot?#iefix') format('embedded-opentype'),
/* 70   */          url('/wp-content/themes/supersimple/fonts/sourcesanspro-lightit-webfont.woff') format('woff'),
/* 71   */          url('/wp-content/themes/supersimple/fonts/sourcesanspro-lightit-webfont.ttf') format('truetype'),
/* 72   */          url('/wp-content/themes/supersimple/fonts/sourcesanspro-lightit-webfont.svg#source_sans_prolight_italic') format('svg');
/* 73   */     font-weight: normal;
/* 74   */     font-style: italic;
/* 75   */ }
/* 76   */ 
/* 77   */ @font-face {
/* 78   */ 	font-family: 'Source Sans Pro';
/* 79   */     src: url('/wp-content/themes/supersimple/fonts/sourcesanspro-bold-webfont.eot');
/* 80   */     src: url('/wp-content/themes/supersimple/fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
/* 81   */          url('/wp-content/themes/supersimple/fonts/sourcesanspro-bold-webfont.woff') format('woff'),
/* 82   */          url('/wp-content/themes/supersimple/fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
/* 83   */          url('/wp-content/themes/supersimple/fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
/* 84   */     font-weight: bold;
/* 85   */     font-style: normal;
/* 86   */ }
/* 87   */ 
/* 88   */ @font-face {
/* 89   */ 	font-family: 'Source Sans Pro';
/* 90   */     src: url('/wp-content/themes/supersimple/fonts/sourcesanspro-boldit-webfont.eot');
/* 91   */     src: url('/wp-content/themes/supersimple/fonts/sourcesanspro-boldit-webfont.eot?#iefix') format('embedded-opentype'),
/* 92   */          url('/wp-content/themes/supersimple/fonts/sourcesanspro-boldit-webfont.woff') format('woff'),
/* 93   */          url('/wp-content/themes/supersimple/fonts/sourcesanspro-boldit-webfont.ttf') format('truetype'),
/* 94   */          url('/wp-content/themes/supersimple/fonts/sourcesanspro-boldit-webfont.svg#source_sans_probold_italic') format('svg');
/* 95   */     font-weight: bold;
/* 96   */     font-style: italic;
/* 97   */ }
/* 98   */ 
/* 99   */ @font-face {
/* 100  */ 	font-family: 'Source Sans Pro';

/* style.css */

/* 101  */     src: url('/wp-content/themes/supersimple/fonts/sourcesanspro-light-webfont.eot');
/* 102  */     src: url('/wp-content/themes/supersimple/fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
/* 103  */          url('/wp-content/themes/supersimple/fonts/sourcesanspro-light-webfont.woff') format('woff'),
/* 104  */          url('/wp-content/themes/supersimple/fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
/* 105  */          url('/wp-content/themes/supersimple/fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
/* 106  */     font-weight: normal;
/* 107  */     font-style: normal;
/* 108  */ }
/* 109  */ 
/* 110  */ /* ------------------------------------------
/* 111  *|   BASE DEMO STYLES
/* 112  *| --------------------------------------------- */
/* 113  */ 
/* 114  */ body {
/* 115  */ 	-webkit-text-size-adjust: 100%;
/* 116  */ 	-ms-text-size-adjust: 100%;
/* 117  */ 	text-size-adjust: 100%;
/* 118  */ 	color: #5e5e5e;
/* 119  */ 	background: url(/wp-content/themes/supersimple/images/background.png) repeat;
/* 120  */ 	font: normal 100%/1.4 Source Sans Pro,sans-serif;
/* 121  */ }
/* 122  */ 
/* 123  */ #wrapper {
/* 124  */ 	min-width: 300px;
/* 125  */ 	max-width: 1000px;
/* 126  */ 	margin: 0 auto;
/* 127  */ 	padding: 0 10px
/* 128  */ }
/* 129  */ 
/* 130  */ .section {
/* 131  */ 	clear: both;
/* 132  */ }
/* 133  */ 
/* 134  */ img {
/* 135  */ 	max-width: 100%;
/* 136  */ 	height: auto
/* 137  */ }
/* 138  */ 
/* 139  */ #site-title h1, #site-title h1 a, #site-title h1 a:hover {
/* 140  */ 	font-family: League Gothic;
/* 141  */ 	font-size: 60px;
/* 142  */ 	font-weight: normal;
/* 143  */ 	font-style: normal;
/* 144  */ 	text-transform: uppercase;
/* 145  */ 	text-decoration: none;
/* 146  */ 	color: #e8e7e5;
/* 147  */ 	line-height: 2;
/* 148  */ }
/* 149  */ 
/* 150  */ h1, h1 a, h2, h2 a, .tubepress_embedded_title {

/* style.css */

/* 151  */ 	font-family: League Gothic;
/* 152  */ 	font-size: 36px;
/* 153  */ 	font-weight: normal;
/* 154  */ 	font-style: normal;
/* 155  */ 	text-transform: uppercase;
/* 156  */ 	color: #21181c;
/* 157  */ 	line-height: 37px
/* 158  */ }
/* 159  */ 
/* 160  */ h3, h3 a {
/* 161  */ 	font-size: 16px;
/* 162  */ 	color: #888
/* 163  */ }
/* 164  */ 
/* 165  */ .center {
/* 166  */ 	text-align: center
/* 167  */ }
/* 168  */ 
/* 169  */ a {
/* 170  */ 	color: #b73d3d;
/* 171  */ 	text-decoration: none
/* 172  */ }
/* 173  */ 
/* 174  */ a:hover {
/* 175  */ 	color: #b73d3d;
/* 176  */ 	text-decoration: underline
/* 177  */ }
/* 178  */ 
/* 179  */ .sidebar-item a:hover {
/* 180  */ 	color: #21181c;
/* 181  */ 	text-decoration: underline;
/* 182  */ }
/* 183  */ 
/* 184  */ p {
/* 185  */ 	font-family: 'Source Sans Pro',arial,helvetica,sans-serif;
/* 186  */ 	font-size: 16px;
/* 187  */ 	line-height: 20px;
/* 188  */ 	color: #5e5e5e;
/* 189  */ 	text-align: justify;
/* 190  */ 	margin: 20px 0
/* 191  */ }
/* 192  */ 
/* 193  */ .abutton, .prev a, .next a {
/* 194  */ 	padding: 5px 10px;
/* 195  */ 	background: #b73d3d;
/* 196  */ 	font-family: League Gothic;
/* 197  */ 	font-size: 18px;
/* 198  */ 	font-weight: normal;
/* 199  */ 	font-style: normal;
/* 200  */ 	text-transform: uppercase;

/* style.css */

/* 201  */ 	color: #e8e7e5;
/* 202  */ 	border: 1px solid #b73d3d;
/* 203  */ 	display: inline-block;
/* 204  */ 	margin-top: 15px
/* 205  */ }
/* 206  */ 
/* 207  */ .abutton:hover, .prev a:hover, .next a:hover {
/* 208  */ 	background: #e8e7e5;
/* 209  */ 	color: #b73d3d;
/* 210  */ 	border: 1px solid #b73d3d;
/* 211  */ 	text-decoration: none
/* 212  */ }
/* 213  */ 
/* 214  */ .prev {
/* 215  */ 	float:left;
/* 216  */ 	margin-bottom:15px
/* 217  */ }
/* 218  */ 
/* 219  */ .next {
/* 220  */ 	float:right;
/* 221  */ }
/* 222  */ 
/* 223  */ .abutton-post:hover {
/* 224  */ 	background: #e8e7e5;
/* 225  */ 	color: #b73d3d;
/* 226  */ 	border: 1px solid #b73d3d;
/* 227  */ 	border-bottom: none;
/* 228  */ 	text-decoration: none
/* 229  */ }
/* 230  */ 
/* 231  */ .abutton-post {
/* 232  */ 	padding: 5px 10px;
/* 233  */ 	background: #b73d3d;
/* 234  */ 	font-family: League Gothic;
/* 235  */ 	font-size: 18px;
/* 236  */ 	font-weight: normal;
/* 237  */ 	font-style: normal;
/* 238  */ 	text-transform: uppercase;
/* 239  */ 	color: #e8e7e5;
/* 240  */ 	border:  1px solid #b73d3d;
/* 241  */ 	border-bottom: none;
/* 242  */ 	float: right;
/* 243  */ 	margin-top: -15px
/* 244  */ }
/* 245  */ 
/* 246  */ /* ------------------------------------------
/* 247  *|   HEADER
/* 248  *| --------------------------------------------- */
/* 249  */ 
/* 250  */ #header {

/* style.css */

/* 251  */ 	float: left;
/* 252  */ 	width: 100%;
/* 253  */ 	position: relative;
/* 254  */ 	z-index: 9999
/* 255  */ }
/* 256  */ 
/* 257  */ #branding {
/* 258  */ 	float: left;
/* 259  */ 	margin-top: 40px;
/* 260  */ }
/* 261  */ 
/* 262  */ @media screen and (max-width: 1000px) {
/* 263  */ 	#site-title h1, #site-title h1 a, #site-title h1 a:hover {
/* 264  */ 		font-size: 36px;
/* 265  */ 	}
/* 266  */ 	
/* 267  */ 	.nav-collapse a {
/* 268  */ 		padding: 50px 14px 12px;
/* 269  */ 	}
/* 270  */ 	
/* 271  */ 	#branding {
/* 272  */ 		margin-top: 70px
/* 273  */ 	}
/* 274  */ 	
/* 275  */ 	#logo {
/* 276  */ 		width: 60px;
/* 277  */ 		height: auto
/* 278  */ 	}
/* 279  */ }
/* 280  */ 
/* 281  */ /* ------------------------------------------
/* 282  *|   NAVIGATION STYLES
/* 283  *|   (+ responsive-nav.css file is loaded in the <head>)
/* 284  *| --------------------------------------------- */
/* 285  */ 
/* 286  */ .nav-collapse,
/* 287  */ .nav-collapse * {
/* 288  */ 	-moz-box-sizing: border-box;
/* 289  */ 	-webkit-box-sizing: border-box;
/* 290  */ 	box-sizing: border-box;
/* 291  */ }
/* 292  */ 
/* 293  */ .nav-collapse {
/* 294  */ 	-webkit-user-select: none;
/* 295  */ 	-moz-user-select: none;
/* 296  */ 	-ms-user-select: none;
/* 297  */ 	-o-user-select: none;
/* 298  */ 	user-select: none;
/* 299  */ }
/* 300  */ 

/* style.css */

/* 301  */ .nav-collapse,
/* 302  */ .nav-collapse ul {
/* 303  */ 	list-style: none;
/* 304  */ 	width: 100%;
/* 305  */ 	float: right;
/* 306  */ }
/* 307  */ 
/* 308  */ @media screen and (min-width: 50em) {
/* 309  */ 	.nav-collapse {
/* 310  */ 		width: auto;
/* 311  */ 		float: right;
/* 312  */ 	}
/* 313  */ }
/* 314  */ 
/* 315  */ .nav-collapse > ul {
/* 316  */ 	border-top: 1px solid rgba(0,0,0, .15);
/* 317  */ }
/* 318  */ 
/* 319  */ .nav-collapse li {
/* 320  */ 	display: block;
/* 321  */ 	position: relative;
/* 322  */ 	float: left;
/* 323  */ 	width: 100%;
/* 324  */ }
/* 325  */ 
/* 326  */ @media screen and (min-width: 50em) {
/* 327  */ 	.nav-collapse li {
/* 328  */ 		width: auto;
/* 329  */ 	}
/* 330  */ }
/* 331  */ 
/* 332  */ .nav-collapse a {
/* 333  */ 	font-family: League Gothic;
/* 334  */ 	font-size: 1.125em;
/* 335  */ 	font-weight: normal;
/* 336  */ 	font-style: normal;
/* 337  */ 	text-transform: uppercase;
/* 338  */ 	display: block;
/* 339  */ 	color: #e8e7e5;
/* 340  */ 	text-decoration: none;
/* 341  */ 	width: 100%;
/* 342  */ 	border-bottom: 1px solid #21181c;
/* 343  */ 	padding: 0.7em 1em;
/* 344  */ 	float: left;
/* 345  */ }
/* 346  */ 
/* 347  */ .nav-collapse a:active {
/* 348  */ 	color: rgba(255,255,255, .5);
/* 349  */ }
/* 350  */ 

/* style.css */

/* 351  */ @media screen and (min-width: 50em) {
/* 352  */ 
/* 353  */ 	.nav-collapse a {
/* 354  */ 		display: block;
/* 355  */ 		margin-left: 2px;
/* 356  */ 		padding: 100px 14px 12px;
/* 357  */ 		float: left;
/* 358  */ 		text-align: center;
/* 359  */ 		border-bottom: 0;
/* 360  */ 	}
/* 361  */ 
/* 362  */ 	.nav-collapse li:last-child a {
/* 363  */ 		border: 0;
/* 364  */ 	}
/* 365  */ }
/* 366  */ 
/* 367  */ 
/* 368  */ /* ------------------------------------------
/* 369  *|   NAV TOGGLE STYLES
/* 370  *| --------------------------------------------- */
/* 371  */ 
/* 372  */ .nav-toggle {
/* 373  */ 	-webkit-font-smoothing: antialiased;
/* 374  */ 	-moz-osx-font-smoothing: grayscale;
/* 375  */ 	-webkit-touch-callout: none;
/* 376  */ 	-webkit-user-select: none;
/* 377  */ 	-moz-user-select: none;
/* 378  */ 	-ms-user-select: none;
/* 379  */ 	user-select: none;
/* 380  */ 	text-decoration: none;
/* 381  */ 	text-indent: -999px;
/* 382  */ 	position: relative;
/* 383  */ 	overflow: hidden;
/* 384  */ 	width: 70px;
/* 385  */ 	height: 55px;
/* 386  */ 	float: right;
/* 387  */ }
/* 388  */ 
/* 389  */ .nav-toggle:before {
/* 390  */ 	color: #fff;
/* 391  */ 	font-family: "responsivenav", sans-serif;
/* 392  */ 	font-style: normal;
/* 393  */ 	font-weight: normal;
/* 394  */ 	font-variant: normal;
/* 395  */ 	font-size: 28px;
/* 396  */ 	text-transform: none;
/* 397  */ 	position: absolute;
/* 398  */ 	content: "≡";
/* 399  */ 	text-indent: 0;
/* 400  */ 	text-align: center;

/* style.css */

/* 401  */ 	line-height: 55px;
/* 402  */ 	speak: none;
/* 403  */ 	width: 100%;
/* 404  */ 	top: 0;
/* 405  */ 	left: 10px;
/* 406  */ }
/* 407  */ 
/* 408  */ .nav-toggle.active::before {
/* 409  */ 	font-size: 24px;
/* 410  */ 	content: "x";
/* 411  */ }
/* 412  */ 
/* 413  */ /* ------------------------------------------
/* 414  *|   MULTIPLE LEVELS
/* 415  *| --------------------------------------------- */
/* 416  */ 
/* 417  */ .dropdown ul a {
/* 418  */ 	background: #b73d3d;
/* 419  */ 	padding: 5px;
/* 420  */ }
/* 421  */ 
/* 422  */ .dropdown ul ul a {
/* 423  */ 	background: #b73d3d;
/* 424  */ 	padding-left: 2.5em;
/* 425  */ }
/* 426  */ 
/* 427  */ @media screen and (min-width: 50em) {
/* 428  */ 	.js .nav-collapse .dropdown ul {
/* 429  */ 		display: none;
/* 430  */ 	}
/* 431  */ 	
/* 432  */ 	.dropdown ul {
/* 433  */ 		margin: 83px 0 0 2px;
/* 434  */ 	}
/* 435  */ }
/* 436  */ 
/* 437  */ .dropdown ul {
/* 438  */ 	background: #b73d3d;
/* 439  */ }
/* 440  */ 
/* 441  */ .dropdown ul ul {
/* 442  */ 	border: 0;
/* 443  */ 	padding: 0;
/* 444  */ }
/* 445  */ 
/* 446  */ .dropdown ul a:hover {
/* 447  */ 	color: rgba(255,255,255,0.7)
/* 448  */ }
/* 449  */ 
/* 450  */ .dropdown .dropdown.opened .dropdown-toggle {

/* style.css */

/* 451  */ 	background: #9c2c12;
/* 452  */ }
/* 453  */ 
/* 454  */ .dropdown-toggle:after {
/* 455  */ 	content: "+";
/* 456  */ 	font-size: 1.5em;
/* 457  */ 	line-height: 0.8;
/* 458  */ 	float: right;
/* 459  */ }
/* 460  */ 
/* 461  */ .dropdown.opened > .dropdown-toggle:after {
/* 462  */ 	content: "–";
/* 463  */ }
/* 464  */ 
/* 465  */ @media screen and (min-width: 50em) {
/* 466  */ 	.js .nav-collapse,
/* 467  */   .js .nav-collapse .dropdown ul {
/* 468  */ 		max-height: none;
/* 469  */ 		overflow: visible;
/* 470  */ 	}
/* 471  */ 
/* 472  */ 	.dropdown-toggle:after {
/* 473  */ 		content: "";
/* 474  */ 		width: 0;
/* 475  */ 		height: 0;
/* 476  */ 	}
/* 477  */ 
/* 478  */ 	.dropdown ul .dropdown-toggle:after {
/* 479  */ 		content: "";
/* 480  */ 		width: 0;
/* 481  */ 		height: 0;
/* 482  */ 	}
/* 483  */ 
/* 484  */ 	.nav-collapse li:hover > a {
/* 485  */ 		background-color: #b73d3d;
/* 486  */ 	}
/* 487  */ 
/* 488  */ 	.nav-collapse .dropdown {
/* 489  */ 		position: relative;
/* 490  */ 	}
/* 491  */ 
/* 492  */ 	.nav-collapse .dropdown li {
/* 493  */ 		width: 100%;
/* 494  */ 	}
/* 495  */ 
/* 496  */ 	.nav-collapse .dropdown ul a {
/* 497  */ 		text-align: left;
/* 498  */ 		border: 0;
/* 499  */ 	}
/* 500  */ 

/* style.css */

/* 501  */ 	.js .nav-collapse .dropdown:hover > ul {
/* 502  */ 		clip: auto;
/* 503  */ 		position: absolute;
/* 504  */ 		width: 10em;
/* 505  */ 		top: 3.4em;
/* 506  */ 		left: 0;
/* 507  */ 		display: block !important;
/* 508  */ 	}
/* 509  */ 
/* 510  */ 	.js .nav-collapse .dropdown .dropdown:hover > ul {
/* 511  */ 		top: 0;
/* 512  */ 		left: 10em;
/* 513  */ 	}
/* 514  */ 
/* 515  */ 	.js .nav-collapse ul > .dropdown:last-child ul {
/* 516  */ 		left: auto;
/* 517  */ 		right: 0;
/* 518  */ 	}
/* 519  */ }
/* 520  */ 
/* 521  */ /* ------------------------------------------
/* 522  *|   SLIDER
/* 523  *| --------------------------------------------- */
/* 524  */ 
/* 525  */ .slider-caption {
/* 526  */ 	position: absolute;
/* 527  */ 	width: 310px;
/* 528  */ 	padding:20px;
/* 529  */ 	bottom: 10px;
/* 530  */ 	right: 10px;
/* 531  */ 	background: #ffffff
/* 532  */ }
/* 533  */ 
/* 534  */ .slider-caption h2, .slider-caption h2 a {
/* 535  */ 	line-height: 1;
/* 536  */ }
/* 537  */ 
/* 538  */ .slider-caption p {
/* 539  */ 	margin: 7px 0 10px 0
/* 540  */ }
/* 541  */ 
/* 542  */ 
/* 543  */ .slider-button {
/* 544  */ 	padding: 19px 10px 28px 10px
/* 545  */ }
/* 546  */ 
/* 547  */ .slider-button:hover {
/* 548  */ 	background: #b73d3d
/* 549  */ }
/* 550  */ 

/* style.css */

/* 551  */ .slider-header {
/* 552  */ 	color: #e8e7e5;
/* 553  */ 	line-height: 1.3
/* 554  */ }
/* 555  */ 
/* 556  */ .slider-subtitle {
/* 557  */ 	font-family: League Gothic;
/* 558  */ 	font-size: 18px;
/* 559  */ 	font-weight: normal;
/* 560  */ 	font-style: normal;
/* 561  */ 	color: #e8e7e5;
/* 562  */ 	margin: 0
/* 563  */ }
/* 564  */ 
/* 565  */ #bx-pager a:hover {
/* 566  */ 	text-decoration: none;
/* 567  */ }
/* 568  */ 
/* 569  */ /* ------------------------------------------
/* 570  *|   SIDEBAR
/* 571  *| --------------------------------------------- */
/* 572  */ 
/* 573  */ .sidebar-item, .widget {
/* 574  */ 	background-color: #e8e7e5;
/* 575  */ 	padding: 27px 15px 15px 15px;
/* 576  */ 	margin-bottom: 16px;
/* 577  */ 	
/* 578  */ }
/* 579  */ 
/* 580  */ #sidebar img, #sidebar figure {
/* 581  */ 	height: auto
/* 582  */ }
/* 583  */ 
/* 584  */ .sidebar-image {
/* 585  */ 	margin-top: 15px;
/* 586  */ 	margin-bottom: 15px
/* 587  */ }
/* 588  */ 
/* 589  */ .sidebar-subtitle {
/* 590  */ 	font-family: League Gothic;
/* 591  */ 	font-size: 18px;
/* 592  */ 	font-weight: normal;
/* 593  */ 	font-style: normal;
/* 594  */ 	color: #5e5e5e
/* 595  */ }
/* 596  */ 
/* 597  */ .input {
/* 598  */ 	margin-top: 15px;
/* 599  */ 	text-align: center;
/* 600  */ 	position: relative;

/* style.css */

/* 601  */ }
/* 602  */ 
/* 603  */ .signup_email {
/* 604  */ 	font-family: League Gothic;
/* 605  */ 	font-size: 24px;
/* 606  */ 	font-weight: normal;
/* 607  */ 	color: #b73d3d;
/* 608  */ 	text-transform: uppercase;
/* 609  */ 	padding: 10px;
/* 610  */ 	float: left;
/* 611  */ 	height: 100%;
/* 612  */ 	width: -moz-calc(100% - 62px);
/* 613  */ 	width: -webkit-calc(100% - 62px);
/* 614  */ 	width: -o-calc(100% - 62px);
/* 615  */ 	width: calc(100% - 62px);
/* 616  */ 	border: 1px solid #b73d3d;
/* 617  */ 	-webkit-box-sizing: border-box;
/* 618  */ 	-moz-box-sizing: border-box;
/* 619  */ 	box-sizing: border-box;
/* 620  */ }
/* 621  */ 
/* 622  */ #user_login, #user_pass {
/* 623  */ 	font-family: League Gothic;
/* 624  */ 	font-size: 24px;
/* 625  */ 	font-weight: normal;
/* 626  */ 	color: #b73d3d;
/* 627  */ 	text-transform: uppercase;
/* 628  */ 	padding: 10px;
/* 629  */ 	float: left;
/* 630  */ 	height: 100%;
/* 631  */ 	width: 100%;
/* 632  */ 	border: 1px solid #b73d3d;
/* 633  */ 	-webkit-box-sizing: border-box;
/* 634  */ 	-moz-box-sizing: border-box;
/* 635  */ 	box-sizing: border-box;	
/* 636  */ }
/* 637  */ 
/* 638  */ #user-submit {
/* 639  */ 	float:right;
/* 640  */ }
/* 641  */ 
/* 642  */ .bbp-register-link {
/* 643  */ 	font-family: League Gothic;
/* 644  */ 	font-size: 24px;
/* 645  */ 	font-weight: normal;
/* 646  */ 	background-color: #b73d3d;
/* 647  */ 	color: #e8e7e5;
/* 648  */ 	text-align:center;
/* 649  */ 	text-transform: uppercase;
/* 650  */ 	padding: 10px;

/* style.css */

/* 651  */ 	height: 100%;
/* 652  */ 	width: 90px;
/* 653  */ 	float: left;
/* 654  */ 	margin-top: 10px;
/* 655  */ 	border: 1px solid #b73d3d;
/* 656  */ 	-webkit-box-sizing: border-box;
/* 657  */ 	-moz-box-sizing: border-box;
/* 658  */ 	box-sizing: border-box;	
/* 659  */ }
/* 660  */ 
/* 661  */ .bbp-register-link:hover {
/* 662  */ 	color: #e8e7e5;
/* 663  */ 	text-decoration: none;
/* 664  */ }
/* 665  */ 
/* 666  */ #s {
/* 667  */ 	font-family: League Gothic;
/* 668  */ 	font-size: 24px;
/* 669  */ 	font-weight: normal;
/* 670  */ 	color: #b73d3d;
/* 671  */ 	text-transform: uppercase;
/* 672  */ 	padding: 10px;
/* 673  */ 	height: 100%;
/* 674  */ 	width: 200px;
/* 675  */ 	border: 1px solid #b73d3d;
/* 676  */ 	-webkit-box-sizing: border-box;
/* 677  */ 	-moz-box-sizing: border-box;
/* 678  */ 	box-sizing: border-box;
/* 679  */ }
/* 680  */ 
/* 681  */ .screen-reader-text {
/* 682  */ 	display: none
/* 683  */ }
/* 684  */ 
/* 685  */ input[type="button"] {
/* 686  */ 	display: inline-block;
/* 687  */ 	margin: auto;
/* 688  */ }
/* 689  */ 
/* 690  */ input[type="submit"]:hover{
/* 691  */     color: #eac5c5;
/* 692  */ }
/* 693  */ 
/* 694  */ .submit {
/* 695  */ 	font-family: League Gothic;
/* 696  */ 	font-size: 24px;
/* 697  */ 	font-weight: normal;
/* 698  */ 	text-transform:uppercase;
/* 699  */ 	width: 55px;
/* 700  */ 	height:100%;

/* style.css */

/* 701  */ 	color: #e8e7e5;
/* 702  */ 	padding: 10px;
/* 703  */ 	background: #b73d3d;
/* 704  */ 	border: 1px solid #b73d3d;
/* 705  */ 	float: right;
/* 706  */ }
/* 707  */ 
/* 708  */ #searchsubmit {
/* 709  */ 	font-family: League Gothic;
/* 710  */ 	font-size: 24px;
/* 711  */ 	font-weight: normal;
/* 712  */ 	text-transform:uppercase;
/* 713  */ 	width: 75px;
/* 714  */ 	height:100%;
/* 715  */ 	color: #e8e7e5;
/* 716  */ 	padding: 10px;
/* 717  */ 	background: #b73d3d;
/* 718  */ 	border: 1px solid #b73d3d;
/* 719  */ }
/* 720  */ 
/* 721  */ /* ------------------------------------------
/* 722  *|   PAGE
/* 723  *| --------------------------------------------- */
/* 724  */ 
/* 725  */ #content {
/* 726  */ 	background-color: #e8e7e5;
/* 727  */ 	line-height: 18px
/* 728  */ }
/* 729  */ 
/* 730  */ .attachment-thumbnail, .signup img, .sidebar-item img {
/* 731  */ 	max-width: 100%;
/* 732  */ 	height: auto
/* 733  */ }
/* 734  */ 
/* 735  */ .attachment-post-thumbnail {
/* 736  */ 	max-width: 100%;
/* 737  */ 	max-height: 400px;
/* 738  */ 	width: auto;
/* 739  */ 	height: auto;
/* 740  */ 	text-align: center;
/* 741  */ 	margin:0 auto;
/* 742  */ 	display:block;clear:both
/* 743  */ }
/* 744  */ 
/* 745  */ .post, article.type-, article.forum, article.topic, .page, #disqus_thread {
/* 746  */ 	padding: 15px;
/* 747  */ 	margin-bottom: 20px
/* 748  */ }
/* 749  */ 
/* 750  */ .post-summary {

/* style.css */

/* 751  */ 	padding: 15px 15px 0;
/* 752  */ 	margin: 0
/* 753  */ }
/* 754  */ 
/* 755  */ .post-summary:last-child {
/* 756  */ 	padding-bottom: 15px;
/* 757  */ }
/* 758  */ 
/* 759  */ .post-edit-link{display:none;}
/* 760  */ 
/* 761  */ .post-header {
/* 762  */ 	background-color: #b73d3d;
/* 763  */ 	padding: 17px 10px 10px 10px;
/* 764  */ 	margin-bottom: 10px
/* 765  */ }
/* 766  */ 
/* 767  */ .author a, .post-edit-link, .meta-sep, .entry-date, .post-edit-link a {
/* 768  */ 	font-family: League Gothic;
/* 769  */ 	font-size: 18px;
/* 770  */ 	font-weight: normal;
/* 771  */ 	font-style: normal;
/* 772  */ 	text-transform: uppercase;
/* 773  */ 	color: #e8e7e5
/* 774  */ }
/* 775  */ 
/* 776  */ .entry-footer {
/* 777  */ 	margin-top: 10px
/* 778  */ }
/* 779  */ 
/* 780  */ .single .entry-title, h1.entry-title, h2.entry-title {
/* 781  */ 	font-family: League Gothic;
/* 782  */ 	font-size: 36px;
/* 783  */ 	font-weight: normal;
/* 784  */ 	font-style: normal;
/* 785  */ 	text-transform: uppercase;
/* 786  */ 	color: #e8e7e5;
/* 787  */ 	text-align: left;
/* 788  */ 	line-height: 1;
/* 789  */ 	margin-bottom: 5px
/* 790  */ }
/* 791  */ 
/* 792  */ .entry-title a {
/* 793  */ 	font-family: League Gothic;
/* 794  */ 	font-size: 36px;
/* 795  */ 	font-weight: normal;
/* 796  */ 	font-style: normal;
/* 797  */ 	text-transform: uppercase;
/* 798  */ 	color: #e8e7e5
/* 799  */ }
/* 800  */ 

/* style.css */

/* 801  */ /* ------------------------------------------
/* 802  *|   CTA
/* 803  *| --------------------------------------------- */
/* 804  */ 
/* 805  */ .signup {
/* 806  */ 	background-color: #e8e7e5;
/* 807  */ 	padding: 10px;
/* 808  */ 	margin-bottom: 6px
/* 809  */ }
/* 810  */ 
/* 811  */ @media only screen and (max-width: 480px) {
/* 812  */ 
/* 813  */ 	#container.signup img {
/* 814  */ 		display:block;
/* 815  */   		margin:0 auto 7px;
/* 816  */ 		width: auto;
/* 817  */ 		height: auto;
/* 818  */ 	}
/* 819  */ }
/* 820  */ 
/* 821  */ .section-subtitle {
/* 822  */ 	font-family: League Gothic;
/* 823  */ 	font-size: 18px;
/* 824  */ 	font-weight: normal;
/* 825  */ 	font-style: normal;
/* 826  */ 	color: #5e5e5e;
/* 827  */ 	margin: 2px 0 0 0
/* 828  */ }
/* 829  */ 
/* 830  */ /* ------------------------------------------
/* 831  *|   FOOTER
/* 832  *| --------------------------------------------- */
/* 833  */ 
/* 834  */ .footer-wrapper {
/* 835  */ 	background-color: #e8e7e5
/* 836  */ }
/* 837  */ 
/* 838  */ .footer-padding {
/* 839  */ 	padding: 15px
/* 840  */ }
/* 841  */ 
/* 842  */ #footer .menu li a {
/* 843  */ 	line-height: 1.5;
/* 844  */ 	border-bottom: 2px solid #5e5e5e;
/* 845  */ 	display: block;
/* 846  */ 	font-family: League Gothic;
/* 847  */ 	font-size: 18px;
/* 848  */ 	font-weight: normal;
/* 849  */ 	font-style: normal;
/* 850  */ 	text-transform: uppercase;

/* style.css */

/* 851  */ 	text-decoration: none;
/* 852  */ 	color: #5e5e5e;
/* 853  */ 	font-size: 16px;
/* 854  */ 	margin-right: 20px
/* 855  */ }
/* 856  */ 
/* 857  */  #footer .menu li:nth-of-type(7) a, #footer .menu li:first-child a {
/* 858  */ 	border-top: 2px solid #5e5e5e;
/* 859  */  }
/* 860  */ 
/* 861  */ .footer-menu {
/* 862  */ 	-moz-column-count: 2;
/* 863  */ 	-moz-column-gap: 0;
/* 864  */ 	-webkit-column-count: 2;
/* 865  */ 	-webkit-column-gap: 0;
/* 866  */ 	column-count: 2;
/* 867  */ 	column-gap: 0;
/* 868  */ }
/* 869  */ 
/* 870  */ .footer-social {
/* 871  */ 	margin-top: 15px
/* 872  */ }
/* 873  */ 
/* 874  */ .footer-social ul li {
/* 875  */ 	display: inline;
/* 876  */ 	margin-right: 6px
/* 877  */ }
/* 878  */ 
/* 879  */ #fb-button, #tw-button, #yt-button {
/* 880  */ 	background: #5e5e5e
/* 881  */ }
/* 882  */ 
/* 883  */ #fb-button:hover, #tw-button:hover, #yt-button:hover {
/* 884  */ 	background: #b73d3d
/* 885  */ }
/* 886  */ 
/* 887  */ #copyright {
/* 888  */ 	text-align: center;
/* 889  */ 	padding: 20px
/* 890  */ }
/* 891  */ 
/* 892  */ .copyright {
/* 893  */ 	margin: 0 0 10px;
/* 894  */ 	text-align: center;
/* 895  */ 	text-transform: uppercase;
/* 896  */ 	font-family: League Gothic;
/* 897  */ 	font-size: 18px;
/* 898  */ 	font-style: normal;
/* 899  */ 	font-weight: normal;
/* 900  */ 	color: #e8e7e5

/* style.css */

/* 901  */ }
/* 902  */ 
/* 903  */ @media screen and (max-width: 50em) {
/* 904  */ 	
/* 905  */ 	#site-title h1, #site-title h1 a, #site-title h1 a:hover {
/* 906  */ 		font-size: 48px;
/* 907  */ 	}
/* 908  */ 	
/* 909  */ 	#branding {
/* 910  */ 		text-align: center;
/* 911  */ 		float: none;
/* 912  */ 		margin: 0 0 20px;
/* 913  */ 		clear: both
/* 914  */ 	}
/* 915  */ 	
/* 916  */ 	#logo {
/* 917  */ 		width: 70px;
/* 918  */ 		height: auto
/* 919  */ 	}
/* 920  */ 	
/* 921  */ 	.slider-caption {
/* 922  */ 		bottom: 10px;
/* 923  */ 		right: 10px;
/* 924  */ 		padding:0;
/* 925  */ 		width: 50%
/* 926  */ 	}
/* 927  */ 	
/* 928  */ 	.slider-padding {
/* 929  */ 		padding: 10px
/* 930  */ 	}	
/* 931  */ }
/* 932  */ 
/* 933  */ @media screen and (max-width: 575px) {
/* 934  */ 
/* 935  */ 	.slider-caption {
/* 936  */ 		margin-top: 7px;
/* 937  */ 		position: relative;
/* 938  */ 		bottom: 0;
/* 939  */ 		right: 0;
/* 940  */ 		padding:0;
/* 941  */ 		width: 100%
/* 942  */ 	}
/* 943  */ 	
/* 944  */ 	.slider-padding {
/* 945  */ 		padding: 10px
/* 946  */ 	}
/* 947  */ 	
/* 948  */ }
/* 949  */ 
/* 950  */ @media screen and (max-width: 25em) {

/* style.css */

/* 951  */ 	
/* 952  */ 	h1, h1 a, h1 a:hover {
/* 953  */ 		font-size: 40px;
/* 954  */ 	}
/* 955  */ 	
/* 956  */ 	#logo {
/* 957  */ 		width: 60px;
/* 958  */ 		height: auto
/* 959  */ 	}
/* 960  */ 	
/* 961  */ }
/* 962  */ 
/* 963  */ .excerpt p {
/* 964  */ 	margin: 0
/* 965  */ }
/* 966  */ 
/* 967  */ .post-excerpt {
/* 968  */ 	float: right;
/* 969  */ 	border-bottom: 1px solid #b73d3d
/* 970  */ }
/* 971  */ 
/* 972  */ body.page {
/* 973  */ 	padding: 0;
/* 974  */ 	margin: 0
/* 975  */ }
/* 976  */ 
/* 977  */ .wp-caption-text, .aligncenter {
/* 978  */ 	text-align: center;
/* 979  */ 	margin:0 auto;
/* 980  */ 	display:block;clear:both
/* 981  */ }
/* 982  */ 
/* 983  */ .alignleft{margin:20px 20px 20px 0;float:left}
/* 984  */ .alignright{margin:20px 0 20px 20px;float:right}
/* 985  */ 
/* 986  */ .entry-content div {
/* 987  */ 	max-width: 100%;
/* 988  */ }
/* 989  */ 
/* 990  */ .size-large, .size-full {
/* 991  */ 	max-width: 100%;
/* 992  */ 	height: auto
/* 993  */ }
/* 994  */ 
/* 995  */ .nav-links { display: none; } 
/* 996  */ 
/* 997  */ @media only screen and (max-width: 480px) {
/* 998  */ 	.post-excerpt {
/* 999  */ 		margin-top: 23px;
/* 1000 */ 	}

/* style.css */

/* 1001 */ }

/* jquery.bxslider.css */

/* 1   */ /**
/* 2   *|  * BxSlider v4.1.2 - Fully loaded, responsive content slider
/* 3   *|  * http://bxslider.com
/* 4   *|  *
/* 5   *|  * Written by: Steven Wanderski, 2014
/* 6   *|  * http://stevenwanderski.com
/* 7   *|  * (while drinking Belgian ales and listening to jazz)
/* 8   *|  *
/* 9   *|  * CEO and founder of bxCreative, LTD
/* 10  *|  * http://bxcreative.com
/* 11  *|  */
/* 12  */ 
/* 13  */ 
/* 14  */ /** RESET AND LAYOUT
/* 15  *| ===================================*/
/* 16  */ 
/* 17  */ .bx-wrapper img {
/* 18  */ 	max-width: 100%;
/* 19  */ 	display: block;
/* 20  */ }
/* 21  */ 
/* 22  */ /** THEME
/* 23  *| ===================================*/
/* 24  */ 
/* 25  */ .bx-wrapper .bx-pager,
/* 26  */ .bx-wrapper .bx-controls-auto {
/* 27  */ 	position: absolute;
/* 28  */ 	bottom: -30px;
/* 29  */ 	width: 100%;
/* 30  */ }
/* 31  */ 
/* 32  */ /* LOADER */
/* 33  */ 
/* 34  */ .bx-wrapper .bx-loading {
/* 35  */ 	min-height: 50px;
/* 36  */ 	background: url(/wp-content/themes/supersimple/css/images/bx_loader.gif) center center no-repeat #fff;
/* 37  */ 	height: 100%;
/* 38  */ 	width: 100%;
/* 39  */ 	position: absolute;
/* 40  */ 	top: 0;
/* 41  */ 	left: 0;
/* 42  */ 	z-index: 2000;
/* 43  */ }
/* 44  */ 
/* 45  */ /* PAGER */
/* 46  */ 
/* 47  */ .bx-wrapper .bx-pager {
/* 48  */ 	text-align: center;
/* 49  */ 	font-size: .85em;
/* 50  */ 	font-family: Arial;

/* jquery.bxslider.css */

/* 51  */ 	font-weight: bold;
/* 52  */ 	color: #666;
/* 53  */ 	padding-top: 20px;
/* 54  */ }
/* 55  */ 
/* 56  */ .bx-wrapper .bx-pager .bx-pager-item,
/* 57  */ .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
/* 58  */ 	display: inline-block;
/* 59  */ 	*zoom: 1;
/* 60  */ 	*display: inline;
/* 61  */ }
/* 62  */ 
/* 63  */ .bx-wrapper .bx-pager.bx-default-pager a {
/* 64  */ 	background: #666;
/* 65  */ 	text-indent: -9999px;
/* 66  */ 	display: block;
/* 67  */ 	width: 10px;
/* 68  */ 	height: 10px;
/* 69  */ 	margin: 0 5px;
/* 70  */ 	outline: 0;
/* 71  */ 	text-decoration:none;
/* 72  */ 	-moz-border-radius: 5px;
/* 73  */ 	-webkit-border-radius: 5px;
/* 74  */ 	border-radius: 5px;
/* 75  */ }
/* 76  */ 
/* 77  */ .bx-wrapper .bx-pager.bx-default-pager a:hover,
/* 78  */ .bx-wrapper .bx-pager.bx-default-pager a.active {
/* 79  */ 	background: #000;
/* 80  */ }
/* 81  */ 
/* 82  */ /* DIRECTION CONTROLS (NEXT / PREV) */
/* 83  */ 
/* 84  */ .bx-wrapper .bx-prev {
/* 85  */ 	left: 10px;
/* 86  */ 	background: url(/wp-content/themes/supersimple/css/images/controls.png) no-repeat 0 -32px;
/* 87  */ }
/* 88  */ 
/* 89  */ .bx-wrapper .bx-next {
/* 90  */ 	right: 10px;
/* 91  */ 	background: url(/wp-content/themes/supersimple/css/images/controls.png) no-repeat -43px -32px;
/* 92  */ }
/* 93  */ 
/* 94  */ .bx-wrapper .bx-prev:hover {
/* 95  */ 	background-position: 0 0;
/* 96  */ }
/* 97  */ 
/* 98  */ .bx-wrapper .bx-next:hover {
/* 99  */ 	background-position: -43px 0;
/* 100 */ }

/* jquery.bxslider.css */

/* 101 */ 
/* 102 */ .bx-wrapper .bx-controls-direction a {
/* 103 */ 	position: absolute;
/* 104 */ 	top: 50%;
/* 105 */ 	margin-top: -16px;
/* 106 */ 	outline: 0;
/* 107 */ 	width: 32px;
/* 108 */ 	height: 32px;
/* 109 */ 	text-indent: -9999px;
/* 110 */ 	z-index: 9999;
/* 111 */ }
/* 112 */ 
/* 113 */ .bx-wrapper .bx-controls-direction a.disabled {
/* 114 */ 	display: none;
/* 115 */ }
/* 116 */ 
/* 117 */ /* AUTO CONTROLS (START / STOP) */
/* 118 */ 
/* 119 */ .bx-wrapper .bx-controls-auto {
/* 120 */ 	text-align: center;
/* 121 */ }
/* 122 */ 
/* 123 */ .bx-wrapper .bx-controls-auto .bx-start {
/* 124 */ 	display: block;
/* 125 */ 	text-indent: -9999px;
/* 126 */ 	width: 10px;
/* 127 */ 	height: 11px;
/* 128 */ 	outline: 0;
/* 129 */ 	background: url(/wp-content/themes/supersimple/css/images/controls.png) -86px -11px no-repeat;
/* 130 */ 	margin: 0 3px;
/* 131 */ }
/* 132 */ 
/* 133 */ .bx-wrapper .bx-controls-auto .bx-start:hover,
/* 134 */ .bx-wrapper .bx-controls-auto .bx-start.active {
/* 135 */ 	background-position: -86px 0;
/* 136 */ }
/* 137 */ 
/* 138 */ .bx-wrapper .bx-controls-auto .bx-stop {
/* 139 */ 	display: block;
/* 140 */ 	text-indent: -9999px;
/* 141 */ 	width: 9px;
/* 142 */ 	height: 11px;
/* 143 */ 	outline: 0;
/* 144 */ 	background: url(/wp-content/themes/supersimple/css/images/controls.png) -86px -44px no-repeat;
/* 145 */ 	margin: 0 3px;
/* 146 */ }
/* 147 */ 
/* 148 */ .bx-wrapper .bx-controls-auto .bx-stop:hover,
/* 149 */ .bx-wrapper .bx-controls-auto .bx-stop.active {
/* 150 */ 	background-position: -86px -33px;

/* jquery.bxslider.css */

/* 151 */ }
/* 152 */ 
/* 153 */ /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* 154 */ 
/* 155 */ .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
/* 156 */ 	text-align: left;
/* 157 */ 	width: 80%;
/* 158 */ }
/* 159 */ 
/* 160 */ .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
/* 161 */ 	right: 0;
/* 162 */ 	width: 35px;
/* 163 */ }
/* 164 */ 
/* 165 */ /* IMAGE CAPTIONS */
/* 166 */ 
/* 167 */ .bx-wrapper .bx-caption {
/* 168 */ 	position: absolute;
/* 169 */ 	bottom: 0;
/* 170 */ 	left: 0;
/* 171 */ 	background: #666\9;
/* 172 */ 	background: rgba(80, 80, 80, 0.75);
/* 173 */ 	width: 100%;
/* 174 */ }
/* 175 */ 
/* 176 */ .bx-wrapper .bx-caption span {
/* 177 */ 	color: #fff;
/* 178 */ 	font-family: Arial;
/* 179 */ 	display: block;
/* 180 */ 	font-size: .85em;
/* 181 */ 	padding: 10px;
/* 182 */ }
/* 183 */ 

/* avatars.css */

/* 1  */ #avatar_footer_credit {
/* 2  */ 	text-align: center;
/* 3  */ 	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
/* 4  */ 	font-size: 8px;
/* 5  */ 	color: purple;
/* 6  */ }
/* 7  */ 
/* 8  */ .avatar_avatar {
/* 9  */ 	margin-top: 5px;
/* 10 */ 	display: block;
/* 11 */ 	clear: both;
/* 12 */ }
/* 13 */ 
/* 14 */ .avatar_text {
/* 15 */ 	color: blue;
/* 16 */ }
/* 17 */ 
/* 18 */ .avatar_widget_bio {
/* 19 */ 	color: orange;
/* 20 */ }

/* imgareaselect.css */

/* 1  */ /*
/* 2  *|  * imgAreaSelect animated border style
/* 3  *|  */
/* 4  */ 
/* 5  */ .imgareaselect-border1 {
/* 6  */ 	background: url(/wp-includes/js/imgareaselect/border-anim-v.gif) repeat-y left top;
/* 7  */ }
/* 8  */ 
/* 9  */ .imgareaselect-border2 {
/* 10 */     background: url(/wp-includes/js/imgareaselect/border-anim-h.gif) repeat-x left top;
/* 11 */ }
/* 12 */ 
/* 13 */ .imgareaselect-border3 {
/* 14 */     background: url(/wp-includes/js/imgareaselect/border-anim-v.gif) repeat-y right top;
/* 15 */ }
/* 16 */ 
/* 17 */ .imgareaselect-border4 {
/* 18 */     background: url(/wp-includes/js/imgareaselect/border-anim-h.gif) repeat-x left bottom;
/* 19 */ }
/* 20 */ 
/* 21 */ .imgareaselect-border1, .imgareaselect-border2,
/* 22 */ .imgareaselect-border3, .imgareaselect-border4 {
/* 23 */     filter: alpha(opacity=50);
/* 24 */ 	opacity: 0.5;
/* 25 */ }
/* 26 */ 
/* 27 */ .imgareaselect-handle {
/* 28 */     background-color: #fff;
/* 29 */ 	border: solid 1px #000;
/* 30 */     filter: alpha(opacity=50);
/* 31 */ 	opacity: 0.5;
/* 32 */ }
/* 33 */ 
/* 34 */ .imgareaselect-outer {
/* 35 */ 	background-color: #000;
/* 36 */     filter: alpha(opacity=50);
/* 37 */ 	opacity: 0.5;
/* 38 */ }
/* 39 */ 
/* 40 */ .imgareaselect-selection {
/* 41 */ }
/* 42 */ 

/* dashicons.min.css */

/* 1 */ @font-face{font-family:dashicons;src:url(/wp-includes/fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'),url(/wp-includes/fonts/dashicons.ttf) format("truetype"),url(/wp-includes/fonts/dashicons.svg#dashicons) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-info:before{content:"\f348"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-share1:before,.dashicons-share:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}

/* thickbox.css */

/* 1   */ #TB_overlay {
/* 2   */ 	background: #000;
/* 3   */ 	opacity: 0.7;
/* 4   */ 	filter: alpha(opacity=70);
/* 5   */ 	position: fixed;
/* 6   */ 	top: 0;
/* 7   */ 	right: 0;
/* 8   */ 	bottom: 0;
/* 9   */ 	left: 0;
/* 10  */ 	z-index: 100050; /* Above DFW. */
/* 11  */ }
/* 12  */ 
/* 13  */ #TB_window {
/* 14  */ 	position: fixed;
/* 15  */ 	background: #fff;
/* 16  */ 	z-index: 100050; /* Above DFW. */
/* 17  */ 	visibility: hidden;
/* 18  */ 	text-align: left;
/* 19  */ 	top: 50%;
/* 20  */ 	left: 50%;
/* 21  */ 	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
/* 22  */ 	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
/* 23  */ }
/* 24  */ 
/* 25  */ #TB_window img#TB_Image {
/* 26  */ 	display: block;
/* 27  */ 	margin: 15px 0 0 15px;
/* 28  */ 	border-right: 1px solid #ccc;
/* 29  */ 	border-bottom: 1px solid #ccc;
/* 30  */ 	border-top: 1px solid #666;
/* 31  */ 	border-left: 1px solid #666;
/* 32  */ }
/* 33  */ 
/* 34  */ #TB_caption{
/* 35  */ 	height: 25px;
/* 36  */ 	padding: 7px 30px 10px 25px;
/* 37  */ 	float: left;
/* 38  */ }
/* 39  */ 
/* 40  */ #TB_closeWindow {
/* 41  */ 	height: 25px;
/* 42  */ 	padding: 11px 25px 10px 0;
/* 43  */ 	float: right;
/* 44  */ }
/* 45  */ 
/* 46  */ #TB_closeAjaxWindow {
/* 47  */ 	float: right;
/* 48  */ }
/* 49  */ 
/* 50  */ #TB_closeAjaxWindow a {

/* thickbox.css */

/* 51  */ 	text-decoration: none;
/* 52  */ }
/* 53  */ 
/* 54  */ #TB_ajaxWindowTitle {
/* 55  */ 	float: left;
/* 56  */ 	font-weight: 600;
/* 57  */ 	line-height: 29px;
/* 58  */ 	overflow: hidden; 
/* 59  */ 	padding: 0 29px 0 10px;
/* 60  */ 	text-overflow: ellipsis;
/* 61  */ 	white-space: nowrap;
/* 62  */ 	width: calc( 100% - 39px );
/* 63  */ }
/* 64  */ 
/* 65  */ #TB_title {
/* 66  */ 	background: #fcfcfc;
/* 67  */ 	border-bottom: 1px solid #dfdfdf;
/* 68  */ 	height: 29px;
/* 69  */ }
/* 70  */ 
/* 71  */ #TB_ajaxContent {
/* 72  */ 	clear: both;
/* 73  */ 	padding: 2px 15px 15px 15px;
/* 74  */ 	overflow: auto;
/* 75  */ 	text-align: left;
/* 76  */ 	line-height: 1.4em;
/* 77  */ }
/* 78  */ 
/* 79  */ #TB_ajaxContent.TB_modal {
/* 80  */ 	padding: 15px;
/* 81  */ }
/* 82  */ 
/* 83  */ #TB_ajaxContent p {
/* 84  */ 	padding: 5px 0px 5px 0px;
/* 85  */ }
/* 86  */ 
/* 87  */ #TB_load {
/* 88  */ 	position: fixed;
/* 89  */ 	display: none;
/* 90  */ 	z-index: 103;
/* 91  */ 	top: 50%;
/* 92  */ 	left: 50%;
/* 93  */ 	background-color: #E8E8E8;
/* 94  */ 	border: 1px solid #555;
/* 95  */ 	margin: -45px 0 0 -125px;
/* 96  */ 	padding: 40px 15px 15px;
/* 97  */ }
/* 98  */ 
/* 99  */ #TB_HideSelect {
/* 100 */ 	z-index: 99;

/* thickbox.css */

/* 101 */ 	position: fixed;
/* 102 */ 	top: 0;
/* 103 */ 	left: 0;
/* 104 */ 	background-color: #fff;
/* 105 */ 	border: none;
/* 106 */ 	filter: alpha(opacity=0);
/* 107 */ 	opacity: 0;
/* 108 */ 	height: 100%;
/* 109 */ 	width: 100%;
/* 110 */ }
/* 111 */ 
/* 112 */ #TB_iframeContent {
/* 113 */ 	clear: both;
/* 114 */ 	border: none;
/* 115 */ }
/* 116 */ 
/* 117 */ .tb-close-icon {
/* 118 */ 	color: #666;
/* 119 */ 	text-align: center;
/* 120 */ 	line-height: 29px;
/* 121 */ 	width: 29px;
/* 122 */ 	height: 29px;
/* 123 */ 	position: absolute;
/* 124 */ 	top: 0;
/* 125 */ 	right: 0;
/* 126 */ }
/* 127 */ 
/* 128 */ .tb-close-icon:before {
/* 129 */ 	content: '\f158';
/* 130 */ 	font: normal 20px/29px 'dashicons';
/* 131 */ 	speak: none;
/* 132 */ 	-webkit-font-smoothing: antialiased;
/* 133 */ 	-moz-osx-font-smoothing: grayscale;
/* 134 */ }
/* 135 */ 
/* 136 */ .tb-close-icon:hover {
/* 137 */ 	color: #2ea2cc;
/* 138 */ }
/* 139 */ 

/* bbpress.css */

/* 1    */ /**
/* 2    *|  * bbPress specific CSS
/* 3    *|  *
/* 4    *|  * @package bbPress
/* 5    *|  * @subpackage Theme
/* 6    *|  */
/* 7    */ 
/* 8    */ /* =bbPress Style
/* 9    *| -------------------------------------------------------------- */
/* 10   */ 
/* 11   */ #bbpress-forums hr {
/* 12   */ 	margin: 0 0 24px 0;
/* 13   */ }
/* 14   */ 
/* 15   */ #bbpress-forums {
/* 16   */ 	background: transparent;
/* 17   */ 	clear: both;
/* 18   */ 	margin-bottom: 20px;
/* 19   */ 	overflow: hidden;
/* 20   */ 	font-size: 14px;
/* 21   */ }
/* 22   */ 
/* 23   */ #bbpress-forums div.even,
/* 24   */ #bbpress-forums ul.even {
/* 25   */ 	background-color: #fff;
/* 26   */ }
/* 27   */ 
/* 28   */ #bbpress-forums div.odd,
/* 29   */ #bbpress-forums ul.odd {
/* 30   */ 	background-color: #fbfbfb;
/* 31   */ }
/* 32   */ 
/* 33   */ body.reply-edit .reply {
/* 34   */ 	float: none;
/* 35   */ }
/* 36   */ 
/* 37   */ #bbpress-forums div.reply {
/* 38   */ 	height: auto;
/* 39   */ 	width: 100%;
/* 40   */ }
/* 41   */ 
/* 42   */ #bbpress-forums div.bbp-forum-header,
/* 43   */ #bbpress-forums div.bbp-topic-header,
/* 44   */ #bbpress-forums div.bbp-reply-header {
/* 45   */ 	background-color: #f4f4f4;
/* 46   */ }
/* 47   */ 
/* 48   */ #bbpress-forums .status-trash.even,
/* 49   */ #bbpress-forums .status-spam.even {
/* 50   */ 	background-color: #fee;

/* bbpress.css */

/* 51   */ }
/* 52   */ #bbpress-forums .status-trash.odd,
/* 53   */ #bbpress-forums .status-spam.odd {
/* 54   */ 	background-color: #fdd;
/* 55   */ }
/* 56   */ 
/* 57   */ #bbpress-forums .status-closed,
/* 58   */ #bbpress-forums .status-closed a {
/* 59   */ 	color: #ccc;
/* 60   */ }
/* 61   */ 
/* 62   */ #bbpress-forums ul {
/* 63   */ 	background:  none;
/* 64   */ 	list-style: none;
/* 65   */ 	margin: 0;
/* 66   */ 	padding: 0;
/* 67   */ }
/* 68   */ 
/* 69   */ #bbpress-forums ul.bbp-threaded-replies {
/* 70   */ 	margin-left: 50px;
/* 71   */ }
/* 72   */ 
/* 73   */ #bbpress-forums li {
/* 74   */ 	background: none;
/* 75   */ 	margin: 0;
/* 76   */ 	list-style: none;
/* 77   */ }
/* 78   */ 
/* 79   */ #bbpress-forums ul.bbp-lead-topic,
/* 80   */ #bbpress-forums ul.bbp-topics,
/* 81   */ #bbpress-forums ul.bbp-forums,
/* 82   */ #bbpress-forums ul.bbp-replies,
/* 83   */ #bbpress-forums ul.bbp-search-results {
/* 84   */ 	font-size: 16px;
/* 85   */ 	color: #5e5e5e;
/* 86   */ 	overflow: hidden;
/* 87   */ 	border: 1px solid #eee;
/* 88   */ 	margin-bottom: 20px;
/* 89   */ 	clear: both;
/* 90   */ }
/* 91   */ 
/* 92   */ #bbpress-forums li.bbp-header,
/* 93   */ #bbpress-forums li.bbp-body,
/* 94   */ #bbpress-forums li.bbp-footer {
/* 95   */ 	clear: both;
/* 96   */ }
/* 97   */ 
/* 98   */ #bbpress-forums li.bbp-header,
/* 99   */ #bbpress-forums li.bbp-footer {
/* 100  */ 	background: #f3f3f3;

/* bbpress.css */

/* 101  */ 	border-top: 1px solid #eee;
/* 102  */ 	font-weight: bold;
/* 103  */ 	padding: 8px;
/* 104  */ 	text-align: center;
/* 105  */ }
/* 106  */ 
/* 107  */ #bbpress-forums li.bbp-header {
/* 108  */ 	background: #eaeaea;
/* 109  */ }
/* 110  */ 
/* 111  */ #bbpress-forums li.bbp-header ul {
/* 112  */ 	overflow: hidden;
/* 113  */ }
/* 114  */ 
/* 115  */ #bbpress-forums .bbp-forums-list {
/* 116  */ 	margin: 0 0 0 5px;
/* 117  */ 	padding-left: 15px;
/* 118  */ 	border-left: 1px solid #ddd;
/* 119  */ }
/* 120  */ 
/* 121  */ #bbpress-forums .bbp-forums-list li {
/* 122  */ 	display: list-item;
/* 123  */ 	font-size: 16px;
/* 124  */ 	color: #5e5e5e;
/* 125  */ }
/* 126  */ 
/* 127  */ #bbpress-forums li.bbp-footer p {
/* 128  */ 	margin: 0;
/* 129  */ 	line-height: 1em;
/* 130  */ }
/* 131  */ 
/* 132  */ li.bbp-forum-info,
/* 133  */ li.bbp-topic-title {
/* 134  */ 	float: left;
/* 135  */ 	text-align: left;
/* 136  */ 	width: 55%;
/* 137  */ }
/* 138  */ li.bbp-forum-topic-count,
/* 139  */ li.bbp-topic-voice-count,
/* 140  */ li.bbp-forum-reply-count,
/* 141  */ li.bbp-topic-reply-count {
/* 142  */ 	float: left;
/* 143  */ 	text-align: center;
/* 144  */ 	width: 10%;
/* 145  */ }
/* 146  */ 
/* 147  */ li.bbp-forum-freshness,
/* 148  */ li.bbp-topic-freshness {
/* 149  */ 	text-align: center;
/* 150  */ 	float: left;

/* bbpress.css */

/* 151  */ 	width: 22%;
/* 152  */ }
/* 153  */ 
/* 154  */ #bbpress-forums li.bbp-body ul.forum,
/* 155  */ #bbpress-forums li.bbp-body ul.topic {
/* 156  */ 	border-top: 1px solid #eee;
/* 157  */ 	overflow: hidden;
/* 158  */ 	padding: 8px;
/* 159  */ }
/* 160  */ 
/* 161  */ li.bbp-header div.bbp-topic-content span#subscription-toggle,
/* 162  */ li.bbp-header div.bbp-topic-content span#favorite-toggle,
/* 163  */ li.bbp-header div.bbp-reply-content span#subscription-toggle,
/* 164  */ li.bbp-header div.bbp-reply-content span#favorite-toggle {
/* 165  */ 	float: right;
/* 166  */ }
/* 167  */ 
/* 168  */ #bbpress-forums div.bbp-forum-title h3,
/* 169  */ #bbpress-forums div.bbp-topic-title h3,
/* 170  */ #bbpress-forums div.bbp-reply-title h3 {
/* 171  */ 	background: none;
/* 172  */ 	border: none;
/* 173  */ 	font-size: 16px;
/* 174  */  	line-height: 1em;
/* 175  */  	margin: 8px 0;
/* 176  */ 	padding: 0;
/* 177  */ 	text-transform: none;
/* 178  */ }
/* 179  */ 
/* 180  */ #bbpress-forums div.bbp-forum-author,
/* 181  */ #bbpress-forums div.bbp-topic-author,
/* 182  */ #bbpress-forums div.bbp-reply-author {
/* 183  */ 	float: left;
/* 184  */ 	text-align: center;
/* 185  */ 	width: 115px;
/* 186  */ }
/* 187  */ 
/* 188  */ #bbpress-forums div.bbp-forum-author img.avatar,
/* 189  */ #bbpress-forums div.bbp-topic-author img.avatar,
/* 190  */ #bbpress-forums div.bbp-reply-author img.avatar {
/* 191  */ 	border: none;
/* 192  */ 	max-width: 80px;
/* 193  */ 	padding: 0;
/* 194  */ 	margin: 12px auto 0 auto;
/* 195  */ 	float: none;
/* 196  */ }
/* 197  */ 
/* 198  */ #bbpress-forums div.bbp-forum-author a.bbp-author-name,
/* 199  */ #bbpress-forums div.bbp-topic-author a.bbp-author-name,
/* 200  */ #bbpress-forums div.bbp-reply-author a.bbp-author-name {

/* bbpress.css */

/* 201  */ 	margin: 0 12px;
/* 202  */ 	word-break: break-word;
/* 203  */ 	display: inline-block;
/* 204  */ }
/* 205  */ 
/* 206  */ #bbpress-forums div.bbp-topic-author a.bbp-author-name,
/* 207  */ #bbpress-forums div.bbp-reply-author a.bbp-author-name {
/* 208  */ 	clear: left;
/* 209  */ 	display: block;
/* 210  */ }
/* 211  */ 
/* 212  */ #bbpress-forums div.bbp-forum-author .bbp-author-role,
/* 213  */ #bbpress-forums div.bbp-topic-author .bbp-author-role,
/* 214  */ #bbpress-forums div.bbp-reply-author .bbp-author-role {
/* 215  */ 	font-size: 16px;
/* 216  */ 	color: #5e5e5e;
/* 217  */ 	font-style: italic;
/* 218  */ }
/* 219  */ 
/* 220  */ #bbpress-forums li.bbp-header .bbp-search-author,
/* 221  */ #bbpress-forums li.bbp-footer .bbp-search-author,
/* 222  */ #bbpress-forums li.bbp-header .bbp-forum-author,
/* 223  */ #bbpress-forums li.bbp-footer .bbp-forum-author,
/* 224  */ #bbpress-forums li.bbp-header .bbp-topic-author,
/* 225  */ #bbpress-forums li.bbp-footer .bbp-topic-author,
/* 226  */ #bbpress-forums li.bbp-header .bbp-reply-author,
/* 227  */ #bbpress-forums li.bbp-footer .bbp-reply-author {
/* 228  */ 	float: left;
/* 229  */ 	margin: 0;
/* 230  */ 	padding: 0;
/* 231  */ 	width: 120px;
/* 232  */ }
/* 233  */ 
/* 234  */ #bbpress-forums li.bbp-header .bbp-search-content,
/* 235  */ #bbpress-forums li.bbp-footer .bbp-search-content,
/* 236  */ #bbpress-forums li.bbp-header .bbp-forum-content,
/* 237  */ #bbpress-forums li.bbp-footer .bbp-forum-content,
/* 238  */ #bbpress-forums li.bbp-header .bbp-topic-content,
/* 239  */ #bbpress-forums li.bbp-footer .bbp-topic-content,
/* 240  */ #bbpress-forums li.bbp-header .bbp-reply-content,
/* 241  */ #bbpress-forums li.bbp-footer .bbp-reply-content {
/* 242  */ 	margin-left: 140px;
/* 243  */ 	padding: 0;
/* 244  */ 	text-align: left;
/* 245  */ }
/* 246  */ 
/* 247  */ div.bbp-forum-header,
/* 248  */ div.bbp-topic-header,
/* 249  */ div.bbp-reply-header,
/* 250  */ li.bbp-body div.hentry {

/* bbpress.css */

/* 251  */ 	margin-bottom: 0;
/* 252  */ 	overflow: hidden;
/* 253  */ 	padding: 8px;
/* 254  */ }
/* 255  */ 
/* 256  */ div.bbp-forum-header,
/* 257  */ div.bbp-topic-header,
/* 258  */ div.bbp-reply-header {
/* 259  */ 	border-top: 1px solid #ddd;
/* 260  */ 	clear: both;
/* 261  */ }
/* 262  */ 
/* 263  */ span.bbp-author-ip {
/* 264  */ 	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
/* 265  */ 	font-size: 16px;
/* 266  */ 	font-weight: bold;
/* 267  */ 	color: #aaa;
/* 268  */ }
/* 269  */ 
/* 270  */ /* =Topic and reply content
/* 271  *| -------------------------------------------------------------- */
/* 272  */ 
/* 273  */ #bbpress-forums div.bbp-forum-content,
/* 274  */ #bbpress-forums div.bbp-topic-content,
/* 275  */ #bbpress-forums div.bbp-reply-content {
/* 276  */ 	margin-left: 130px;
/* 277  */ 	padding: 12px 12px 12px 0;
/* 278  */ 	text-align: left;
/* 279  */ }
/* 280  */ 
/* 281  */ /* Clearing hack */
/* 282  */ #bbpress-forums div.bbp-forum-content:after,
/* 283  */ #bbpress-forums div.bbp-topic-content:after,
/* 284  */ #bbpress-forums div.bbp-reply-content:after {
/* 285  */ 	clear: both;
/* 286  */ 	content: ".";
/* 287  */ 	display: block;
/* 288  */ 	float: none;
/* 289  */ 	height: 0;
/* 290  */ 	font-size: 0;
/* 291  */ 	visibility: hidden;
/* 292  */ }
/* 293  */ 
/* 294  */ #bbpress-forums div.bbp-topic-content a,
/* 295  */ #bbpress-forums div.bbp-reply-content a {
/* 296  */ 	background: none;
/* 297  */ 	border: none;
/* 298  */ 	display: inline;
/* 299  */ 	font-weight: normal;
/* 300  */ 	margin: 0;

/* bbpress.css */

/* 301  */ 	padding: 0;
/* 302  */ }
/* 303  */ 
/* 304  */ #bbpress-forums div.bbp-topic-content h1,
/* 305  */ #bbpress-forums div.bbp-reply-content h1,
/* 306  */ #bbpress-forums div.bbp-topic-content h2,
/* 307  */ #bbpress-forums div.bbp-reply-content h2,
/* 308  */ #bbpress-forums div.bbp-topic-content h3,
/* 309  */ #bbpress-forums div.bbp-reply-content h3,
/* 310  */ #bbpress-forums div.bbp-topic-content h4,
/* 311  */ #bbpress-forums div.bbp-reply-content h4,
/* 312  */ #bbpress-forums div.bbp-topic-content h5,
/* 313  */ #bbpress-forums div.bbp-reply-content h5,
/* 314  */ #bbpress-forums div.bbp-topic-content h6,
/* 315  */ #bbpress-forums div.bbp-reply-content h6 {
/* 316  */ 	clear: none;
/* 317  */ 	line-height: 1em;
/* 318  */ 	margin: 24px 0;
/* 319  */ 	padding: 0;
/* 320  */ }
/* 321  */ 
/* 322  */ #bbpress-forums div.bbp-topic-content img,
/* 323  */ #bbpress-forums div.bbp-reply-content img {
/* 324  */ 	max-width: 100%;
/* 325  */ }
/* 326  */ 
/* 327  */ #bbpress-forums div.bbp-topic-content ul,
/* 328  */ #bbpress-forums div.bbp-reply-content ul,
/* 329  */ #bbpress-forums div.bbp-topic-content ol,
/* 330  */ #bbpress-forums div.bbp-reply-content ol {
/* 331  */ 	margin: 0 15px 15px;
/* 332  */ 	padding: 0;
/* 333  */ }
/* 334  */ 
/* 335  */ #bbpress-forums div.bbp-topic-content ul li,
/* 336  */ #bbpress-forums div.bbp-reply-content ul li {
/* 337  */ 	list-style-type: disc;
/* 338  */ }
/* 339  */ 
/* 340  */ #bbpress-forums div.bbp-topic-content ol li,
/* 341  */ #bbpress-forums div.bbp-reply-content ol li {
/* 342  */ 	list-style-type: decimal;
/* 343  */ }
/* 344  */ 
/* 345  */ #bbpress-forums div.bbp-topic-content ol li li,
/* 346  */ #bbpress-forums div.bbp-reply-content ol li li {
/* 347  */ 	list-style-type: lower-alpha;
/* 348  */ }
/* 349  */ 
/* 350  */ #bbpress-forums div.bbp-topic-content ol li li li,

/* bbpress.css */

/* 351  */ #bbpress-forums div.bbp-reply-content ol li li li {
/* 352  */ 	list-style-type: upper-roman;
/* 353  */ }
/* 354  */ 
/* 355  */ #bbpress-forums div.bbp-topic-content code,
/* 356  */ #bbpress-forums div.bbp-reply-content code,
/* 357  */ #bbpress-forums div.bbp-topic-content pre,
/* 358  */ #bbpress-forums div.bbp-reply-content pre {
/* 359  */ 	font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
/* 360  */ 	display: inline-block;
/* 361  */ 	background-color: #f9f9f9;
/* 362  */ 	border: 1px solid #ddd;
/* 363  */ 	padding: 0 5px;
/* 364  */ 	max-width: 95%;
/* 365  */ 	vertical-align: middle;
/* 366  */ 	margin-top: -3px;
/* 367  */ }
/* 368  */ 
/* 369  */ #bbpress-forums div.bbp-topic-content pre,
/* 370  */ #bbpress-forums div.bbp-reply-content pre {
/* 371  */ 	display: block;
/* 372  */ 	line-height: 18px;
/* 373  */ 	margin: 0 0 24px;
/* 374  */ 	padding: 5px 10px;
/* 375  */ 	white-space: pre;
/* 376  */ 	overflow: auto;
/* 377  */ }
/* 378  */ 
/* 379  */ #bbpress-forums div.bbp-topic-content pre code,
/* 380  */ #bbpress-forums div.bbp-reply-content pre code {
/* 381  */ 	display: block;
/* 382  */ 	border: none;
/* 383  */ 	padding: 0;
/* 384  */ 	margin: 0;
/* 385  */ 	background-color: transparent;
/* 386  */ 	overflow-wrap: normal;
/* 387  */ 	overflow: auto;
/* 388  */ 	max-width: 100%;
/* 389  */ }
/* 390  */ 
/* 391  */ /* =Reply to
/* 392  *| -------------------------------------------------------------- */
/* 393  */ 
/* 394  */ #bbpress-forums div.bbp-reply-to {
/* 395  */ 	margin-left: 130px;
/* 396  */ 	padding: 12px 12px 12px 0;
/* 397  */ 	text-align: right;
/* 398  */ }
/* 399  */ 
/* 400  */ #bbpress-forums div#bbp-cancel-reply-to {

/* bbpress.css */

/* 401  */ 	text-align: right;
/* 402  */ }
/* 403  */ 
/* 404  */ /* =Breadcrumb and Tags
/* 405  *| -------------------------------------------------------------- */
/* 406  */ 
/* 407  */ div.bbp-breadcrumb {
/* 408  */ 	float: left;
/* 409  */ }
/* 410  */ 
/* 411  */ div.bbp-breadcrumb,
/* 412  */ div.bbp-topic-tags {
/* 413  */ 	font-size: 16px;
/* 414  */ 	color: #5e5e5e;
/* 415  */ }
/* 416  */ 
/* 417  */ #bbpress-forums div.bbp-breadcrumb p,
/* 418  */ #bbpress-forums div.bbp-topic-tags p {
/* 419  */ 	margin-bottom: 10px
/* 420  */ }
/* 421  */ 
/* 422  */ #bbpress-forums div.bbp-topic-tags {
/* 423  */ 	float: right;
/* 424  */ }
/* 425  */ 
/* 426  */ #bbp-topic-hot-tags {
/* 427  */ 	clear: both;
/* 428  */ }
/* 429  */ 
/* 430  */ /* =Search
/* 431  *| -------------------------------------------------------------- */
/* 432  */ 
/* 433  */ #bbpress-forums #bbp-search-form {
/* 434  */ 	clear: left;
/* 435  */ }
/* 436  */ 
/* 437  */ 	#bbpress-forums #bbp-search-form .hidden {
/* 438  */ 		height: 0;
/* 439  */ 		width: 0;
/* 440  */ 		overflow: hidden;
/* 441  */ 		position: absolute;
/* 442  */ 		background: none;
/* 443  */ 		left: -999em;
/* 444  */ 	}
/* 445  */ 
/* 446  */ 	#bbpress-forums #bbp-search-form #bbp_search {
/* 447  */ 		display: inline-block;
/* 448  */ 		width: auto;
/* 449  */ 	}
/* 450  */ 

/* bbpress.css */

/* 451  */ #bbpress-forums div.bbp-search-form {
/* 452  */ 	float: right;
/* 453  */ }
/* 454  */ 
/* 455  */ /* =Admin Links
/* 456  *| -------------------------------------------------------------- */
/* 457  */ 
/* 458  */ span.bbp-admin-links {
/* 459  */ 	float: right;
/* 460  */ 	color: #ddd;
/* 461  */ }
/* 462  */ span.bbp-admin-links a {
/* 463  */ 	color: #bbb;
/* 464  */ 	font-weight: normal;
/* 465  */ 	font-size: 10px;
/* 466  */ 	text-transform: uppercase;
/* 467  */ 	text-decoration: none;
/* 468  */ }
/* 469  */ fieldset span.bbp-admin-links {
/* 470  */ 	float: left;
/* 471  */ }
/* 472  */ tr td span.bbp-admin-links a:hover {
/* 473  */ 	color: #ff4b33;
/* 474  */ }
/* 475  */ td.bbp-topic-admin-links,
/* 476  */ td.bbp-topic-counts {
/* 477  */ 	width: 50%;
/* 478  */ }
/* 479  */ 
/* 480  */ .bbp-forum-header a.bbp-forum-permalink,
/* 481  */ .bbp-topic-header a.bbp-topic-permalink,
/* 482  */ .bbp-reply-header a.bbp-reply-permalink {
/* 483  */ 	float: right;
/* 484  */ 	margin-left: 10px;
/* 485  */ 	color: #ccc;
/* 486  */ }
/* 487  */ 
/* 488  */ /* =Toggles
/* 489  *| -------------------------------------------------------------- */
/* 490  */ 
/* 491  */ .bbp-row-actions #favorite-toggle a {
/* 492  */ 	text-decoration: none;
/* 493  */ 	padding: 0 3px 1px;
/* 494  */ 	color: #7c7;
/* 495  */ 	border: 1px solid #aca;
/* 496  */ 	background-color: #dfd;
/* 497  */ 	font-weight: bold;
/* 498  */ 	font-size: 13px;
/* 499  */ 	}
/* 500  */ 	.bbp-row-actions #favorite-toggle a:hover {

/* bbpress.css */

/* 501  */ 		color: #5a5;
/* 502  */ 		border-color: #7c7;
/* 503  */ 		background-color: #beb;
/* 504  */ 	}
/* 505  */ 	.bbp-row-actions #favorite-toggle span.is-favorite a {
/* 506  */ 		color: #faa;
/* 507  */ 		border: 1px solid #faa;
/* 508  */ 		background-color: #fee;
/* 509  */ 		}
/* 510  */ 		.bbp-row-actions #favorite-toggle span.is-favorite a:hover {
/* 511  */ 			color: #c88;
/* 512  */ 			border-color: #c88;
/* 513  */ 			background-color: #fdd;
/* 514  */ 		}
/* 515  */ 
/* 516  */ .bbp-row-actions #subscription-toggle a {
/* 517  */ 	text-decoration: none;
/* 518  */ 	padding: 0 3px 1px;
/* 519  */ 	color: #7c7;
/* 520  */ 	border: 1px solid #aca;
/* 521  */ 	background-color: #dfd;
/* 522  */ 	font-weight: bold;
/* 523  */ 	font-size: 13px;
/* 524  */ 	}
/* 525  */ 	.bbp-row-actions #subscription-toggle a:hover {
/* 526  */ 		color: #5a5;
/* 527  */ 		border-color: #7c7;
/* 528  */ 		background-color: #beb;
/* 529  */ 	}
/* 530  */ 	.bbp-row-actions #subscription-toggle span.is-subscribed a {
/* 531  */ 		color: #faa;
/* 532  */ 		border: 1px solid #faa;
/* 533  */ 		background-color: #fee;
/* 534  */ 		}
/* 535  */ 		.bbp-row-actions #subscription-toggle span.is-subscribed a:hover {
/* 536  */ 			color: #c88;
/* 537  */ 			border-color: #c88;
/* 538  */ 			background-color: #fdd;
/* 539  */ 		}
/* 540  */ 
/* 541  */ #bbpress-forums .bbp-forum-info .bbp-forum-content,
/* 542  */ #bbpress-forums p.bbp-topic-meta {
/* 543  */ 	font-size: 11px;
/* 544  */ 	margin: 5px 0 5px;
/* 545  */ 	padding: 0;
/* 546  */ 	word-wrap: break-word;
/* 547  */ }
/* 548  */ 
/* 549  */ #bbpress-forums p.bbp-topic-meta span {
/* 550  */ 	white-space: nowrap;

/* bbpress.css */

/* 551  */ }
/* 552  */ 
/* 553  */ /* =Pagination
/* 554  *| -------------------------------------------------------------- */
/* 555  */ 
/* 556  */ .bbp-pagination-count {
/* 557  */ 	float: left;
/* 558  */ 	border: 1px solid transparent;
/* 559  */ }
/* 560  */ 
/* 561  */ .bbp-pagination-links {
/* 562  */ 	float: right;
/* 563  */ 	list-style: none;
/* 564  */ 	display: inline;
/* 565  */ 	}
/* 566  */ 	.bbp-pagination-links a,
/* 567  */ 	.bbp-pagination-links span.current {
/* 568  */ 		display: block;
/* 569  */ 		float: left;
/* 570  */ 		padding: 0px 5px;
/* 571  */ 		margin-left: 5px;
/* 572  */ 		border: 1px solid #efefef;
/* 573  */ 		text-decoration: none;
/* 574  */ 		}
/* 575  */ 		.bbp-pagination-links a:hover,
/* 576  */ 		.bbp-pagination-links span.current {
/* 577  */ 			background: #eee;
/* 578  */ 			opacity: 0.8;
/* 579  */ 			border: 1px solid #ddd;
/* 580  */ 		}
/* 581  */ 
/* 582  */ 	.bbp-pagination-links span.dots {
/* 583  */ 		display: block;
/* 584  */ 		float: left;
/* 585  */ 		padding: 1px 4px;
/* 586  */ 		margin-left: 5px;
/* 587  */ 	}
/* 588  */ 
/* 589  */ .bbp-pagination {
/* 590  */ 	float: left;
/* 591  */ 	width: 100%;
/* 592  */ 	margin-bottom: 15px;
/* 593  */ }
/* 594  */ 
/* 595  */ .bbp-topic-pagination {
/* 596  */ 	display: inline-block;
/* 597  */ 	margin-left: 5px;
/* 598  */ 	margin-bottom: 2px;
/* 599  */ 	}
/* 600  */ 	.bbp-topic-pagination a {

/* bbpress.css */

/* 601  */ 		font-size: 10px;
/* 602  */ 		line-height: 10px;
/* 603  */ 		padding: 1px 3px;
/* 604  */ 		border: 1px solid #ddd;
/* 605  */ 		text-decoration: none;
/* 606  */ 	}
/* 607  */ 
/* 608  */ 
/* 609  */ /* =Forms
/* 610  *| -------------------------------------------------------------- */
/* 611  */ 
/* 612  */ #bbpress-forums fieldset.bbp-form {
/* 613  */ 	clear: left;
/* 614  */ }
/* 615  */ 
/* 616  */ #bbpress-forums fieldset.bbp-form {
/* 617  */ 	border: 1px solid #eee;
/* 618  */ 	padding: 10px 20px;
/* 619  */ 	margin-bottom: 10px;
/* 620  */ }
/* 621  */ 
/* 622  */ #bbpress-forums fieldset.bbp-form legend {
/* 623  */ 	padding: 5px;
/* 624  */ }
/* 625  */ 
/* 626  */ #bbpress-forums fieldset.bbp-form label {
/* 627  */ 	margin: 0;
/* 628  */ 	display: inline-block;
/* 629  */ }
/* 630  */ 
/* 631  */ #bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
/* 632  */ #bbp-login fieldset label,
/* 633  */ #bbp-register fieldset label,
/* 634  */ #bbp-lost-pass fieldset label {
/* 635  */ 	width: 100px;
/* 636  */ }
/* 637  */ 
/* 638  */ #bbpress-forums fieldset.bbp-form p,
/* 639  */ #bbpress-forums fieldset.bbp-form textarea,
/* 640  */ #bbpress-forums fieldset.bbp-form select,
/* 641  */ #bbpress-forums fieldset.bbp-form input {
/* 642  */ 	margin: 0 0 8px;
/* 643  */ }
/* 644  */ 
/* 645  */ textarea#bbp_reply_content,
/* 646  */ textarea#bbp_topic_content,
/* 647  */ textarea#bbp_forum_content {
/* 648  */ 	width: 97%;
/* 649  */ 	box-sizing: border-box;
/* 650  */ }

/* bbpress.css */

/* 651  */ 
/* 652  */ textarea#bbp_forum_content {
/* 653  */ 	height: 210px;
/* 654  */ }
/* 655  */ 
/* 656  */ #bbpress-forums fieldset.bbp-forum-form-attributes {
/* 657  */ 	width: 200px;
/* 658  */ 	float: right;
/* 659  */ 	clear: none;
/* 660  */ 	margin-left: 25px;
/* 661  */ }
/* 662  */ 
/* 663  */ /**
/* 664  *|  * Fix for too-long forum names, usually from conversion
/* 665  *|  */
/* 666  */ #bbpress-forums fieldset select#bbp_forum_id {
/* 667  */ 	max-width: 200px;
/* 668  */ }
/* 669  */ 
/* 670  */ .bbp-topic-form,
/* 671  */ .bbp-reply-form,
/* 672  */ .bbp-topic-tag-form {
/* 673  */ 	clear: left;
/* 674  */ }
/* 675  */ body.topic-edit .bbp-topic-form div.avatar img,
/* 676  */ body.reply-edit .bbp-reply-form div.avatar img,
/* 677  */ body.single-forum .bbp-topic-form div.avatar img,
/* 678  */ body.single-reply .bbp-reply-form div.avatar img {
/* 679  */ 	margin-right: 0;
/* 680  */ 	padding: 10px;
/* 681  */ 	border: 1px solid #ddd;
/* 682  */ 	line-height: 0;
/* 683  */ 	background-color: #efefef;
/* 684  */ }
/* 685  */ 
/* 686  */ body.page .bbp-reply-form code,
/* 687  */ body.page .bbp-topic-form code,
/* 688  */ body.single-topic .bbp-reply-form code,
/* 689  */ body.single-forum .bbp-topic-form code,
/* 690  */ body.topic-edit .bbp-topic-form code,
/* 691  */ body.reply-edit .bbp-reply-form code {
/* 692  */ 	font-size: 10px;
/* 693  */ 	background-color: #f0fff8;
/* 694  */ 	border: 1px solid #CEEFE1;
/* 695  */ 	display: block;
/* 696  */ 	padding: 8px;
/* 697  */ 	margin-top: 5px;
/* 698  */ 	width: 369px;
/* 699  */ }
/* 700  */ 

/* bbpress.css */

/* 701  */ #merge_tag,
/* 702  */ #delete_tag {
/* 703  */ 	display: inline;
/* 704  */ }
/* 705  */ 
/* 706  */ div.bbp-submit-wrapper {
/* 707  */ 	margin-top: 15px;
/* 708  */ 	float: right;
/* 709  */ 	clear: both;
/* 710  */ }
/* 711  */ 
/* 712  */ p.form-allowed-tags {
/* 713  */ 	max-width: 100%;
/* 714  */ }
/* 715  */ 
/* 716  */ /* =TinyMCE in themes
/* 717  *| -------------------------------------------------------------- */
/* 718  */ #bbpress-forums div.bbp-the-content-wrapper {
/* 719  */ 	margin-bottom: 10px;
/* 720  */ }
/* 721  */ 
/* 722  */ #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
/* 723  */ 	width: 100%;
/* 724  */ 	margin: 0;
/* 725  */ 	font-size: 12px;
/* 726  */ }
/* 727  */ 
/* 728  */ #bbpress-forums div.bbp-the-content-wrapper table,
/* 729  */ #bbpress-forums div.bbp-the-content-wrapper tbody,
/* 730  */ #bbpress-forums div.bbp-the-content-wrapper tr,
/* 731  */ #bbpress-forums div.bbp-the-content-wrapper td {
/* 732  */ 	border: none;
/* 733  */ 	padding: 0;
/* 734  */ 	margin: 0;
/* 735  */ 	width: auto;
/* 736  */ 	line-height: 1em;
/* 737  */ }
/* 738  */ 
/* 739  */ #bbpress-forums div.bbp-the-content-wrapper input {
/* 740  */ 	font-size: 12px;
/* 741  */ 	padding: 5px;
/* 742  */ 	margin: 0 2px 0 0;
/* 743  */ 	line-height: 1em;
/* 744  */ }
/* 745  */ 
/* 746  */ #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
/* 747  */ 	padding: 5px;
/* 748  */ 	min-height: 26px;
/* 749  */ }
/* 750  */ #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {

/* bbpress.css */

/* 751  */ 	padding: 4px 4px 8px;
/* 752  */ }
/* 753  */ 
/* 754  */ #bbpress-forums div.wp-editor-container {
/* 755  */ 	margin: 0;
/* 756  */ 	padding: 0;
/* 757  */ 	line-height: 0;
/* 758  */ }
/* 759  */ 
/* 760  */ #bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
/* 761  */ 	line-height: 16px;
/* 762  */ }
/* 763  */ 
/* 764  */ /* =Edit User
/* 765  *| -------------------------------------------------------------- */
/* 766  */ 
/* 767  */ #bbpress-forums #bbp-your-profile fieldset {
/* 768  */ 	padding: 20px 20px 0 20px;
/* 769  */ }
/* 770  */ 	#bbpress-forums #bbp-your-profile fieldset div {
/* 771  */ 		margin-bottom: 20px;
/* 772  */ 		float: left;
/* 773  */ 		width: 100%;
/* 774  */ 		clear: left;
/* 775  */ 	}
/* 776  */ 	#bbpress-forums #bbp-your-profile fieldset select {
/* 777  */ 		margin-bottom: 0;
/* 778  */ 	}
/* 779  */ 	#bbpress-forums #bbp-your-profile fieldset input,
/* 780  */ 	#bbpress-forums #bbp-your-profile fieldset textarea {
/* 781  */ 		margin-bottom: 0;
/* 782  */ 		width: 60%;
/* 783  */ 		background: #f9f9f9;
/* 784  */ 		border: 1px solid #ddd;
/* 785  */ 		box-shadow: none;
/* 786  */ 		padding: 5px 8px;
/* 787  */ 		border-radius: 0;
/* 788  */ 	}
/* 789  */ 	#bbpress-forums #bbp-your-profile fieldset input:focus,
/* 790  */ 	#bbpress-forums #bbp-your-profile fieldset textarea:focus {
/* 791  */ 		border: 1px solid #ccc;
/* 792  */ 		box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
/* 793  */ 		outline-color: rgba(240,255,240,0.1);
/* 794  */ 	}
/* 795  */ 	#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
/* 796  */ 		width: auto;
/* 797  */ 	}
/* 798  */ 	#bbpress-forums #bbp-your-profile fieldset legend {
/* 799  */ 		display: none;
/* 800  */ 	}

/* bbpress.css */

/* 801  */ 	#bbpress-forums #bbp-your-profile fieldset label[for] {
/* 802  */ 		float: left;
/* 803  */ 		width: 20%;
/* 804  */ 		padding: 5px 20px 5px 0;
/* 805  */ 		text-align: right;
/* 806  */ 		cursor: pointer;
/* 807  */ 	}
/* 808  */ 	#bbpress-forums #bbp-your-profile fieldset dl label[for] {
/* 809  */ 		text-align: left;
/* 810  */ 		width: 60%;
/* 811  */ 	}
/* 812  */ 	#bbpress-forums #bbp-your-profile fieldset span.description {
/* 813  */ 		margin: 5px 0 0 20%;
/* 814  */ 		font-size: 12px;
/* 815  */ 		font-style: italic;
/* 816  */ 		float: left;
/* 817  */ 		clear: left;
/* 818  */ 		width: 60%;
/* 819  */ 		padding: 5px 8px;
/* 820  */ 		border: #cee1ef 1px solid;
/* 821  */ 		background-color: #f0f8ff;
/* 822  */ 	}
/* 823  */ 
/* 824  */ 	#bbpress-forums #bbp-your-profile fieldset fieldset {
/* 825  */ 		margin: 0;
/* 826  */ 		border: none;
/* 827  */ 		padding: 0;
/* 828  */ 		clear: none;
/* 829  */ 		float: none;
/* 830  */ 	}
/* 831  */ 	#bbpress-forums #bbp-your-profile fieldset fieldset.password {
/* 832  */ 		width: 60%;
/* 833  */ 		display: inline;
/* 834  */ 	}
/* 835  */ 	#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
/* 836  */ 	#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
/* 837  */ 		width: 100%;
/* 838  */ 	}
/* 839  */ 	#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
/* 840  */ 		margin: 0;
/* 841  */ 	}
/* 842  */ 	#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
/* 843  */ 		margin-left: 0;
/* 844  */ 		margin-bottom: 20px;
/* 845  */ 	}
/* 846  */ 
/* 847  */ 	#bbpress-forums #bbp-your-profile fieldset.submit button {
/* 848  */ 		float: right;
/* 849  */ 	}
/* 850  */ 

/* bbpress.css */

/* 851  */ /* =Notices
/* 852  *| -------------------------------------------------------------- */
/* 853  */ 
/* 854  */ div.bbp-template-notice,
/* 855  */ div.indicator-hint {
/* 856  */ 	border-width: 1px;
/* 857  */ 	border-style: solid;
/* 858  */ 	padding: 0 0.6em;
/* 859  */ 	margin: 5px 0 15px;
/* 860  */ 	border-radius: 3px;
/* 861  */ 	background-color: #ffffe0;
/* 862  */ 	border-color: #e6db55;
/* 863  */ 	color: #000;
/* 864  */ 	clear: both;
/* 865  */ }
/* 866  */ div.bbp-template-notice a {
/* 867  */ 	color: #555;
/* 868  */ 	text-decoration: none;
/* 869  */ }
/* 870  */ 	div.bbp-template-notice a:hover {
/* 871  */ 		color: #000;
/* 872  */ 	}
/* 873  */ 	div.bbp-template-notice.info {
/* 874  */ 		border: #cee1ef 1px solid;
/* 875  */ 		background-color: #f0f8ff;
/* 876  */ 	}
/* 877  */ 	div.bbp-template-notice.important {
/* 878  */ 		border: #e6db55 1px solid;
/* 879  */ 		background-color: #fffbcc;
/* 880  */ 	}
/* 881  */ 	div.bbp-template-notice.error,
/* 882  */ 	div.bbp-template-notice.warning {
/* 883  */ 		background-color: #ffebe8;
/* 884  */ 		border-color: #c00;
/* 885  */ 	}
/* 886  */ 	div.bbp-template-notice.error a,
/* 887  */ 	div.bbp-template-notice.warning a {
/* 888  */ 		color: #c00;
/* 889  */ 	}
/* 890  */ 	div.bbp-template-notice p {
/* 891  */ 		margin: 0.5em 0 6px 0 !important;
/* 892  */ 		padding: 2px;
/* 893  */ 		font-size: 12px;
/* 894  */ 		line-height: 140%;
/* 895  */ 	}
/* 896  */ 
/* 897  */ /* =Stickies
/* 898  *| -------------------------------------------------------------- */
/* 899  */ 
/* 900  */ .bbp-topics-front ul.super-sticky,

/* bbpress.css */

/* 901  */ .bbp-topics ul.super-sticky,
/* 902  */ .bbp-topics ul.sticky,
/* 903  */ .bbp-forum-content ul.sticky {
/* 904  */ 	background-color: #ffffe0 !important;
/* 905  */ 	font-size: 1.1em;
/* 906  */ }
/* 907  */ 
/* 908  */ /* =Revisions
/* 909  *| -------------------------------------------------------------- */
/* 910  */ 
/* 911  */ #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
/* 912  */ #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
/* 913  */ #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
/* 914  */ 	border-top: 1px dotted #ddd;
/* 915  */ 	width: 100%;
/* 916  */ 	margin: 0;
/* 917  */ 	padding: 8px 0 0 0;
/* 918  */ 	font-size: 11px;
/* 919  */ 	color: #aaa;
/* 920  */ }
/* 921  */ 
/* 922  */ #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
/* 923  */ #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
/* 924  */ #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
/* 925  */ 	list-style-type: none;
/* 926  */ }
/* 927  */ 
/* 928  */ /* =Widgets
/* 929  *| -------------------------------------------------------------- */
/* 930  */ 
/* 931  */ .bbp-login-form fieldset legend {
/* 932  */ 	display: none;
/* 933  */ }
/* 934  */ 
/* 935  */ .bbp-login-form .bbp-username input,
/* 936  */ .bbp-login-form .bbp-email input,
/* 937  */ .bbp-login-form .bbp-password input {
/* 938  */ 	padding: 5px;
/* 939  */ }
/* 940  */ 
/* 941  */ .bbp-login-form label {
/* 942  */ 	width: 140px;
/* 943  */ 	display: inline-block;
/* 944  */ }
/* 945  */ 
/* 946  */ #sidebar .bbp-login-form label {
/* 947  */ 	width: 120px;
/* 948  */ }
/* 949  */ 
/* 950  */ #user-submit {

/* bbpress.css */

/* 951  */ 	width: 75px;
/* 952  */ }
/* 953  */ 
/* 954  */ .bbp-login-form .bbp-username,
/* 955  */ .bbp-login-form .bbp-email,
/* 956  */ .bbp-login-form .bbp-password,
/* 957  */ .bbp-login-form .bbp-remember-me,
/* 958  */ .bbp-login-form .bbp-submit-wrapper {
/* 959  */ 	margin-top: 10px;
/* 960  */ }
/* 961  */ 
/* 962  */ .bbp-login-form .bbp-remember-me {
/* 963  */ 
/* 964  */ }
/* 965  */ 
/* 966  */ .bbp-login-form .bbp-submit-wrapper {
/* 967  */ 	text-align: right;
/* 968  */ }
/* 969  */ 
/* 970  */ .bbp-login-form .bbp-login-links {
/* 971  */ }
/* 972  */ 
/* 973  */ .bbp-login-form .bbp-login-links a {
/* 974  */ 	float: left;
/* 975  */ 	clear: left;
/* 976  */ }
/* 977  */ 
/* 978  */ .bbp-logged-in img.avatar {
/* 979  */ 	float: left;
/* 980  */ 	margin: 0 15px 0 0;
/* 981  */ }
/* 982  */ 
/* 983  */ .bbp-logged-in h4 {
/* 984  */ 	font-weight: bold;
/* 985  */ 	font-size: 1.3em;
/* 986  */ 	clear: none;
/* 987  */ 	margin-bottom: 10px;
/* 988  */ }
/* 989  */ 
/* 990  */ /* =Avatars
/* 991  *| -------------------------------------------------------------- */
/* 992  */ 
/* 993  */ #bbpress-forums p.bbp-topic-meta img.avatar,
/* 994  */ #bbpress-forums ul.bbp-reply-revision-log img.avatar,
/* 995  */ #bbpress-forums ul.bbp-topic-revision-log img.avatar,
/* 996  */ #bbpress-forums div.bbp-template-notice img.avatar,
/* 997  */ #bbpress-forums .widget_display_topics img.avatar,
/* 998  */ #bbpress-forums .widget_display_replies img.avatar {
/* 999  */ 	float: none;
/* 1000 */ 	margin-bottom: -7px;

/* bbpress.css */

/* 1001 */ 	border: 3px double #ddd;
/* 1002 */ }
/* 1003 */ 
/* 1004 */ fieldset div.avatar {
/* 1005 */ 	float: right;
/* 1006 */ }
/* 1007 */ 
/* 1008 */ /* =BuddyPress Activity Streams
/* 1009 *| -------------------------------------------------------------- */
/* 1010 */ 
/* 1011 */ .activity-list li.bbp_topic_create .activity-content .activity-inner,
/* 1012 */ .activity-list li.bbp_reply_create .activity-content .activity-inner {
/* 1013 */ 	border-left: 2px solid #eaeaea;
/* 1014 */ 	margin-left: 5px;
/* 1015 */ 	padding-left: 10px;
/* 1016 */ }
/* 1017 */ 
/* 1018 */ /* =User Pages
/* 1019 *| -------------------------------------------------------------- */
/* 1020 */ 
/* 1021 */ #bbpress-forums h1 {
/* 1022 */ 	clear: none;
/* 1023 */ 	font-size: 1.8em;
/* 1024 */ 	line-height: 1em;
/* 1025 */ 	padding-bottom: 10px;
/* 1026 */ }
/* 1027 */ 
/* 1028 */ #bbpress-forums #bbp-user-wrapper {
/* 1029 */ 	float: left;
/* 1030 */ 	width: 100%;
/* 1031 */ }
/* 1032 */ 
/* 1033 */ #bbpress-forums .bbp-user-section {
/* 1034 */ 	overflow: auto;
/* 1035 */ }
/* 1036 */ 
/* 1037 */ #bbpress-forums #bbp-user-wrapper h2.entry-title {
/* 1038 */ 	font-size: 1.4em;
/* 1039 */ 	margin: 0;
/* 1040 */ 	padding-bottom: 10px;
/* 1041 */ 	padding-top: 0;
/* 1042 */ 	clear: none;
/* 1043 */ }
/* 1044 */ 
/* 1045 */ #bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
/* 1046 */ #bbpress-forums #bbp-user-wrapper ul.bbp-topics,
/* 1047 */ #bbpress-forums #bbp-user-wrapper ul.bbp-forums,
/* 1048 */ #bbpress-forums #bbp-user-wrapper ul.bbp-replies,
/* 1049 */ #bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
/* 1050 */ 	clear: none;

/* bbpress.css */

/* 1051 */ }
/* 1052 */ 
/* 1053 */ #bbpress-forums #bbp-single-user-details {
/* 1054 */ 	margin: 0;
/* 1055 */ 	width: 150px;
/* 1056 */ 	float: left;
/* 1057 */ 	overflow: hidden;
/* 1058 */ }
/* 1059 */ 
/* 1060 */ #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
/* 1061 */ 	margin: 0;
/* 1062 */ 	width: 150px;
/* 1063 */ }
/* 1064 */ 
/* 1065 */ #bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
/* 1066 */ 	border: none;
/* 1067 */ 	height: 150px;
/* 1068 */ 	padding: 0;
/* 1069 */ 	margin: 0 0 20px 0;
/* 1070 */ 	width: 150px;
/* 1071 */ }
/* 1072 */ 
/* 1073 */ #bbpress-forums #bbp-single-user-details #bbp-user-description {
/* 1074 */ 	float: none;
/* 1075 */ 	margin-left: 180px;
/* 1076 */ }
/* 1077 */ 
/* 1078 */ #bbpress-forums #bbp-single-user-details #bbp-user-navigation {
/* 1079 */ 	float: none;
/* 1080 */ 	margin: 0;
/* 1081 */ }
/* 1082 */ 
/* 1083 */ #bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
/* 1084 */ 	margin: 0;
/* 1085 */ }
/* 1086 */ 
/* 1087 */ #bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
/* 1088 */ 	padding: 5px 8px;
/* 1089 */ 	display: block;
/* 1090 */ 	border: 1px solid transparent;
/* 1091 */ 	text-decoration: none;
/* 1092 */ }
/* 1093 */ 
/* 1094 */ #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
/* 1095 */ 	background: #eee;
/* 1096 */ 	opacity: 0.8;
/* 1097 */ }
/* 1098 */ 
/* 1099 */ #bbpress-forums #bbp-user-body {
/* 1100 */ 	margin-left: 180px;

/* bbpress.css */

/* 1101 */ }
/* 1102 */ 
/* 1103 */ body.my-account #bbpress-forums {
/* 1104 */ 	border-top: none;
/* 1105 */ 	padding-top: 0;
/* 1106 */ 	margin-bottom: 0;
/* 1107 */ }
/* 1108 */ 
/* 1109 */ /* =User Capabilities
/* 1110 *| -------------------------------------------------------------- */
/* 1111 */ 
/* 1112 */ #bbpress-forums dl.bbp-user-capabilities {
/* 1113 */ 	display: inline-block;
/* 1114 */ 	vertical-align: top;
/* 1115 */ }
/* 1116 */ 
/* 1117 */ #bbpress-forums dl.bbp-user-capabilities dt {
/* 1118 */ 	margin: 0 0 10px;
/* 1119 */ 	text-transform: capitalize;
/* 1120 */ }
/* 1121 */ 
/* 1122 */ #bbpress-forums dl.bbp-user-capabilities dd {
/* 1123 */ 	margin: 0;
/* 1124 */ 	padding: 0;
/* 1125 */ }
/* 1126 */ 
/* 1127 */ /* =BuddyPress Group Forums
/* 1128 *| -------------------------------------------------------------- */
/* 1129 */ 
/* 1130 */ #bbpress-forums div.row-actions {
/* 1131 */ 	font-size: 11px;
/* 1132 */ 	visibility: hidden;
/* 1133 */ }
/* 1134 */ 
/* 1135 */ #bbpress-forums li:hover > div.row-actions {
/* 1136 */ 	visibility: visible;
/* 1137 */ }
/* 1138 */ 
/* 1139 */ /*--------------------------------------------------------------
/* 1140 *|  Media Queries
/* 1141 *| --------------------------------------------------------------*/
/* 1142 */ 
/* 1143 */ /* =Standard Mobile Landscape
/* 1144 *| -------------------------------------------------------------- */
/* 1145 */ @media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
/* 1146 */ 	-webkit-text-size-adjust: none;
/* 1147 */ }
/* 1148 */ @media only screen and (max-width: 480px) {
/* 1149 */ 	#bbpress-forums div.bbp-topic-tags {
/* 1150 */ 		clear: left;

/* bbpress.css */

/* 1151 */ 		float: left;
/* 1152 */ 	}
/* 1153 */ 	div.bbp-search-form input,
/* 1154 */ 	div.bbp-search-form button {
/* 1155 */ 		font-size: 11px;
/* 1156 */ 		padding: 2px;
/* 1157 */ 	}
/* 1158 */ 	li.bbp-forum-info,
/* 1159 */ 	li.bbp-topic-title {
/* 1160 */ 		width: 45%;
/* 1161 */ 	}
/* 1162 */ 	li.bbp-forum-topic-count,
/* 1163 */ 	li.bbp-forum-reply-count,
/* 1164 */ 	li.bbp-topic-voice-count,
/* 1165 */ 	li.bbp-topic-reply-count {
/* 1166 */ 		width: 15%;
/* 1167 */ 	}
/* 1168 */ 	span.bbp-reply-post-date {
/* 1169 */ 		float: left;
/* 1170 */ 	}
/* 1171 */ 	span.bbp-admin-links {
/* 1172 */ 		clear: left;
/* 1173 */ 		float: left;
/* 1174 */ 	}
/* 1175 */ 	#bbpress-forums .bbp-forums-list li {
/* 1176 */ 		display: block;
/* 1177 */ 		font-size: 11px;
/* 1178 */ 	}
/* 1179 */ 	#bbpress-forums .bbp-body div.bbp-reply-author {
/* 1180 */ 		margin: -15px 10px 10px;
/* 1181 */ 		min-height: 100px;
/* 1182 */ 		padding-left: 80px;
/* 1183 */ 		position: relative;
/* 1184 */ 		text-align: left;
/* 1185 */ 		width: 100%;
/* 1186 */ 	}
/* 1187 */ 	#bbpress-forums div.bbp-reply-author a.bbp-author-name {
/* 1188 */ 		clear: none;
/* 1189 */ 		display: inline-block;
/* 1190 */ 		margin-left: 0;
/* 1191 */ 		word-wrap: break-word;
/* 1192 */ 	}
/* 1193 */ 	#bbpress-forums div.bbp-reply-author img.avatar {
/* 1194 */ 		position: absolute;
/* 1195 */ 		top: 15px;
/* 1196 */ 		left: 0;
/* 1197 */ 		width: 60px;
/* 1198 */ 		height: auto;
/* 1199 */ 	}
/* 1200 */ 	#bbpress-forums div.bbp-reply-author .bbp-author-role {

/* bbpress.css */

/* 1201 */ 		font-size: 12px;
/* 1202 */ 		font-style: normal;
/* 1203 */ 	}
/* 1204 */ 	#bbpress-forums .bbp-body div.bbp-reply-content {
/* 1205 */ 		clear: both;
/* 1206 */ 		margin: 10px;
/* 1207 */ 		padding: 0;
/* 1208 */ 	}
/* 1209 */ 	#bbpress-forums div.bbp-reply-content p {
/* 1210 */ 		margin-bottom: 1em;
/* 1211 */ 	}
/* 1212 */ 	div.bbp-submit-wrapper {
/* 1213 */ 		float: left;
/* 1214 */ 	}
/* 1215 */ 	#bbpress-forums fieldset.bbp-form {
/* 1216 */ 		padding: 0 10px 10px;
/* 1217 */ 	}
/* 1218 */ 	#bbpress-forums #bbp-user-body {
/* 1219 */ 		clear: both;
/* 1220 */ 		margin-left: 0;
/* 1221 */ 		word-wrap: break-word;
/* 1222 */ 	}
/* 1223 */ }
/* 1224 */ 
/* 1225 */ /* =Standard Mobile Portrait
/* 1226 *| -------------------------------------------------------------- */
/* 1227 */ @media only screen and (max-width: 320px) {
/* 1228 */ 	#bbpress-forums div.bbp-search-form {
/* 1229 */ 		margin-bottom: 10px;
/* 1230 */ 	}
/* 1231 */ 	#bbpress-forums li.bbp-header li.bbp-forum-info,
/* 1232 */ 	#bbpress-forums li.bbp-body li.bbp-forum-info,
/* 1233 */ 	#bbpress-forums li.bbp-header li.bbp-topic-title,
/* 1234 */ 	#bbpress-forums li.bbp-body li.bbp-topic-title {
/* 1235 */ 		width: 100%;
/* 1236 */ 	}
/* 1237 */ 	#bbpress-forums li.bbp-header li.bbp-forum-info,
/* 1238 */ 	#bbpress-forums li.bbp-header li.bbp-topic-title {
/* 1239 */ 		text-align: center;
/* 1240 */ 		text-transform: uppercase;
/* 1241 */ 	}
/* 1242 */ 	#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
/* 1243 */ 	#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
/* 1244 */ 	#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
/* 1245 */ 	#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
/* 1246 */ 	#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
/* 1247 */ 	#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
/* 1248 */ 	#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
/* 1249 */ 	#bbpress-forums li.bbp-body li.bbp-topic-reply-count {
/* 1250 */ 		width: 20%;

/* bbpress.css */

/* 1251 */ 	}
/* 1252 */ 	#bbpress-forums li.bbp-header li.bbp-forum-freshness,
/* 1253 */ 	#bbpress-forums li.bbp-body li.bbp-forum-freshness,
/* 1254 */ 	#bbpress-forums li.bbp-header li.bbp-topic-freshness,
/* 1255 */ 	#bbpress-forums li.bbp-body li.bbp-topic-freshness {
/* 1256 */ 		width: 58%;
/* 1257 */ 	}
/* 1258 */ 	#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
/* 1259 */ 	#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
/* 1260 */ 	#bbpress-forums li.bbp-body li.bbp-forum-freshness,
/* 1261 */ 	#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
/* 1262 */ 	#bbpress-forums li.bbp-body li.bbp-topic-reply-count,
/* 1263 */ 	#bbpress-forums li.bbp-body li.bbp-topic-freshness {
/* 1264 */ 		margin-top: 7px;
/* 1265 */ 	}
/* 1266 */ 	#bbpress-forums li.bbp-header,
/* 1267 */ 	#bbpress-forums li.bbp-footer {
/* 1268 */ 		font-size: 10px;
/* 1269 */ 	}
/* 1270 */ 	#bbpress-forums li.bbp-header div.bbp-reply-author {
/* 1271 */ 		text-align: left;
/* 1272 */ 		width: 25%;
/* 1273 */ 	}
/* 1274 */ 	#bbpress-forums li.bbp-header div.bbp-reply-content {
/* 1275 */ 		margin-left: 25%;
/* 1276 */ 	}
/* 1277 */ 	#bbpress-forums div.bbp-template-notice img.avatar,
/* 1278 */ 	#bbpress-forums p.bbp-topic-meta img.avatar {
/* 1279 */ 		width: 14px;
/* 1280 */ 		height: auto;
/* 1281 */ 	}
/* 1282 */ 	#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
/* 1283 */ 		padding: 1px;
/* 1284 */ 	}
/* 1285 */ 	#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td {
/* 1286 */ 		width: 20px;
/* 1287 */ 		height: 20px;
/* 1288 */ 	}
/* 1289 */ 	#bbpress-forums div.wp-editor-container {
/* 1290 */ 		width: 100%;
/* 1291 */ 		overflow: auto;
/* 1292 */ 	}
/* 1293 */ 	#bbpress-forums input#bbp_topic_title,
/* 1294 */ 	#bbpress-forums input#bbp_topic_tags {
/* 1295 */ 		width: 95%;
/* 1296 */ 	}
/* 1297 */ }
/* 1298 */ 
/* 1299 */ /* =Extra Small Mobile
/* 1300 *| -------------------------------------------------------------- */

/* bbpress.css */

/* 1301 */ @media only screen and (max-width: 240px) {
/* 1302 */ 	#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
/* 1303 */ 	#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
/* 1304 */ 	#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
/* 1305 */ 	#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
/* 1306 */ 	#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
/* 1307 */ 	#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
/* 1308 */ 	#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
/* 1309 */ 	#bbpress-forums li.bbp-body li.bbp-topic-reply-count,
/* 1310 */ 	#bbpress-forums li.bbp-footer div.bbp-reply-author,
/* 1311 */ 	#bbpress-forums li.bbp-footer div.bbp-reply-content {
/* 1312 */ 		width: 45%;
/* 1313 */ 	}
/* 1314 */ 	#bbpress-forums li.bbp-header li.bbp-forum-freshness,
/* 1315 */ 	#bbpress-forums li.bbp-body li.bbp-forum-freshness,
/* 1316 */ 	#bbpress-forums li.bbp-header li.bbp-topic-freshness,
/* 1317 */ 	#bbpress-forums li.bbp-body li.bbp-topic-freshness,
/* 1318 */ 	#bbpress-forums li.bbp-header div.bbp-reply-author,
/* 1319 */ 	#bbpress-forums li.bbp-header div.bbp-reply-content {
/* 1320 */ 		clear: both;
/* 1321 */ 		width: 100%;
/* 1322 */ 	}
/* 1323 */ 	#bbpress-forums li.bbp-header li.bbp-forum-freshness,
/* 1324 */ 	#bbpress-forums li.bbp-header li.bbp-topic-freshness {
/* 1325 */ 		text-align: center;
/* 1326 */ 	}
/* 1327 */ 	#bbpress-forums li.bbp-body li.bbp-topic-freshness,
/* 1328 */ 	#bbpress-forums li.bbp-header div.bbp-reply-content {
/* 1329 */ 		margin-left: 0;
/* 1330 */ 		text-align: left;
/* 1331 */ 	}
/* 1332 */ 	#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta {
/* 1333 */ 		display: inline-block;
/* 1334 */ 	}
/* 1335 */ 	#bbpress-forums li.bbp-header {
/* 1336 */ 		overflow: hidden;
/* 1337 */ 	}
/* 1338 */ 	#bbpress-forums li.bbp-footer div.bbp-reply-content {
/* 1339 */ 		display: inline-block;
/* 1340 */ 		margin-left: 0;
/* 1341 */ 	}
/* 1342 */ 	#bbpress-forums li.bbp-body div.bbp-reply-author {
/* 1343 */ 		min-height: 60px;
/* 1344 */ 		padding-left: 60px;
/* 1345 */ 	}
/* 1346 */ 	#bbpress-forums div.bbp-reply-author img.avatar {
/* 1347 */ 		width: 40px;
/* 1348 */ 		height: auto;
/* 1349 */ 	}
/* 1350 */ }

/* bbpress.css */

/* 1351 */ 
