
/* shortcodes.css */

/* 1   */ body .themedy-shortcode {
/* 2   */ 	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
/* 3   */ }
/* 4   */ body .themedy-shortcode p { margin-bottom: 20px; }
/* 5   */ body .themedy-shortcode-clearfix { clear: both; }
/* 6   */ 
/* 7   */ /* Buttons */
/* 8   */ 
/* 9   */ 	body .themedy-shortcode-button {
/* 10  */ 		display: inline-block;
/* 11  */ 		text-decoration: none;
/* 12  */ 		background: #f9f9f9;
/* 13  */ 		line-height: 18px;
/* 14  */ 		position: relative;
/* 15  */ 		margin: 0 10px 10px 0;
/* 16  */ 		color: #FFF;
/* 17  */ 		border: 1px solid transparent;
/* 18  */ 		transition: background 1s ease 0s;
/* 19  */ 		-webkit-transition: background 1s ease 0s;
/* 20  */ 		-moz-transition: background 1s ease 0s;
/* 21  */ 		-o-transition: background 1s ease 0s;
/* 22  */ 	}
/* 23  */ 	body .themedy-shortcode-button:hover { color: #FFF; background: #33373B; border: 1px solid #272B2F;}
/* 24  */ 	body .themedy-shortcode-button:active { top: 1px; box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2); }
/* 25  */ 	
/* 26  */ 	body .themedy-shortcode-button-size-small { font-size: 11px; padding: 4px 12px; }
/* 27  */ 	body .themedy-shortcode-button-size-medium { font-size: 13px; padding: 8px 17px; }
/* 28  */ 	body .themedy-shortcode-button-size-large { font-size: 15px; padding: 11px 18px 12px 18px; }
/* 29  */ 	
/* 30  */ 	body .themedy-shortcode-button-edge-straight { border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
/* 31  */ 	body .themedy-shortcode-button-edge-rounded { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
/* 32  */ 	
/* 33  */ 	body .themedy-shortcode-button-colour-red { background-color: #ED5951; }
/* 34  */ 	body .themedy-shortcode-button-colour-blue { background-color: #3998f0; }
/* 35  */ 	body .themedy-shortcode-button-colour-green { background-color: #60AE40; }
/* 36  */ 	body .themedy-shortcode-button-colour-light-gray { background-color: #a4aaae; }
/* 37  */ 	body .themedy-shortcode-button-colour-dark-gray { background-color: #3B4147; }
/* 38  */ 	body .themedy-shortcode-button-colour-orange { background-color: #ee7d45; }
/* 39  */ 	body .themedy-shortcode-button-colour-purple { background-color: #b769ed; }
/* 40  */ 	body .themedy-shortcode-button-colour-theme { background-color: #000000; }
/* 41  */ 	
/* 42  */ 	body .themedy-shortcode-button i { text-shadow: none;  }
/* 43  */ 	body .themedy-shortcode-button-size-small i { font-size: 12px;  }
/* 44  */ 
/* 45  */ /* Social */
/* 46  */ 	body .themedy-shortcode-social-links { margin: 20px 0 20px 0; overflow: hidden; }
/* 47  */ 		.ja-social-icon {
/* 48  */ 			text-decoration: none;
/* 49  */ 			background: #333;
/* 50  */ 			width: 30px;

/* shortcodes.css */

/* 51  */ 			height: 30px;
/* 52  */ 			line-height: 30px;
/* 53  */ 			color: #FFF;
/* 54  */ 			float: left;
/* 55  */ 			display: block;
/* 56  */ 			margin: 0 4px 8px 0;
/* 57  */ 			text-align: center;
/* 58  */ 			font-size: 13px;
/* 59  */ 			-webkit-font-smoothing: antialiased;
/* 60  */ 			border-radius: 3px;
/* 61  */ 			-moz-border-radius: 3px;
/* 62  */ 			-webkit-border-radius: 3px;
/* 63  */ 			border-bottom: none;
/* 64  */ 			transition: background 1s ease 0s;
/* 65  */ 			-webkit-transition: background 1s ease 0s;
/* 66  */ 			-moz-transition: background 1s ease 0s;
/* 67  */ 			-o-transition: background 1s ease 0s;
/* 68  */ 		}
/* 69  */ 		.ja-social-icon:before { margin: 0px; display: inline; }
/* 70  */ 		.ja-social-icon-twitter { background: #00c4fc; }
/* 71  */ 		.ja-social-icon-facebook { background: #3350ae; }
/* 72  */ 		.ja-social-icon-linkedin { background: #0084d7; }
/* 73  */ 		.ja-social-icon-pinterest { background: #df2828; }
/* 74  */ 		.ja-social-icon-delicious { background: #055ff5; }
/* 75  */ 		.ja-social-icon-paypal { background: #23649a; }
/* 76  */ 		.ja-social-icon-gplus { background: #d83d2d; }
/* 77  */ 		.ja-social-icon-stumbleupon { background: #c60303; }
/* 78  */ 		.ja-social-icon-fivehundredpx { background: #0089d4; }
/* 79  */ 		.ja-social-icon-foursquare { background: #3ab6e8; }
/* 80  */ 		.ja-social-icon-forrst { background: #267810; }
/* 81  */ 		.ja-social-icon-digg { background: #024dcb; }
/* 82  */ 		.ja-social-icon-spotify { background: #aed40e; }
/* 83  */ 		.ja-social-icon-reddit { background: #ff7800; }
/* 84  */ 		.ja-social-icon-dribbble { background: #fe0085; }
/* 85  */ 		.ja-social-icon-flickr { background: #e53a7c; }
/* 86  */ 		.ja-social-icon-rss { background: #ef7528; }
/* 87  */ 		.ja-social-icon-skype { background: #1dc6ff; }
/* 88  */ 		.ja-social-icon-youtube { background: #e8211a; }
/* 89  */ 		.ja-social-icon-vimeo { background: #0084ff; }
/* 90  */ 		.ja-social-icon-myspace { background: #464545; }
/* 91  */ 		.ja-social-icon-amazon { background: #f59e1b; }
/* 92  */ 		.ja-social-icon-ebay { background: #ff0101; }
/* 93  */ 		.ja-social-icon-github { background: #024dcb; }
/* 94  */ 		.ja-social-icon-lastfm { background: #c60303; }
/* 95  */ 		.ja-social-icon-soundcloud { background: #ff4701; }
/* 96  */ 		.ja-social-icon-tumblr { background: #3d627d; }
/* 97  */ 		.ja-social-icon-instagram { background: #1c527e; }	
/* 98  */ 		.ja-social-icon:hover { background: #000; color: #FFF; text-decoration: none;}
/* 99  */ 		
/* 100 */ 		.ja-social-icon-image {

/* shortcodes.css */

/* 101 */ 			float: left;
/* 102 */ 			display: block;
/* 103 */ 			margin: 0 4px 8px 0;
/* 104 */ 			border-bottom: none;
/* 105 */ 		}
/* 106 */ 		
/* 107 */ 		.ja-social-icon-image:hover {
/* 108 */ 			background: none;
/* 109 */ 		}
/* 110 */ 			.ja-social-icon-image img { width: 23px; height: 23px; margin: 0px; display: inline-block; }
/* 111 */ 
/* 112 */ 
/* 113 */ /* Columns */
/* 114 */ 
/* 115 */ body .themedy-shortcode-cols {
/* 116 */ 	display: block;
/* 117 */ 	overflow: hidden;
/* 118 */ 	clear: both;
/* 119 */ 	margin: 0 0 20px 0;
/* 120 */ }
/* 121 */ 	body .themedy-shortcode-col {
/* 122 */ 		float: left;
/* 123 */ 		display: block;
/* 124 */ 	}
/* 125 */ 		body .themedy-shortcode-col-inner {
/* 126 */ 			margin: 0 15px 0 0;
/* 127 */ 		}
/* 128 */ 
/* 129 */ 	body .themedy-shortcode-cols-half-half .themedy-shortcode-col-a, 
/* 130 */ 	body .themedy-shortcode-cols-half-half .themedy-shortcode-col-b { width: 50%; }
/* 131 */ 	
/* 132 */ 	body .themedy-shortcode-cols-third-third-third .themedy-shortcode-col-a, 
/* 133 */ 	body .themedy-shortcode-cols-third-third-third .themedy-shortcode-col-b, 
/* 134 */ 	body .themedy-shortcode-cols-third-third-third .themedy-shortcode-col-c { width: 33.3%; }
/* 135 */ 	
/* 136 */ 	body .themedy-shortcode-cols-twothirds-third .themedy-shortcode-col-a { width: 67%; }
/* 137 */ 	body .themedy-shortcode-cols-twothirds-third .themedy-shortcode-col-b { width: 33%; }
/* 138 */ 	
/* 139 */ 	body .themedy-shortcode-cols-third-twothirds .themedy-shortcode-col-a { width: 33%; }
/* 140 */ 	body .themedy-shortcode-cols-third-twothirds .themedy-shortcode-col-b { width: 67%; }
/* 141 */ 	
/* 142 */ 	body .themedy-shortcode-cols-quarter-quarter-quarter-quarter .themedy-shortcode-col-a, 
/* 143 */ 	body .themedy-shortcode-cols-quarter-quarter-quarter-quarter .themedy-shortcode-col-b, 
/* 144 */ 	body .themedy-shortcode-cols-quarter-quarter-quarter-quarter .themedy-shortcode-col-c, 
/* 145 */ 	body .themedy-shortcode-cols-quarter-quarter-quarter-quarter .themedy-shortcode-col-d { width: 25%; }
/* 146 */ 	
/* 147 */ 	body .themedy-shortcode-cols-half-quarter-quarter .themedy-shortcode-col-a { width: 50%; }
/* 148 */ 	body .themedy-shortcode-cols-half-quarter-quarter .themedy-shortcode-col-b, 
/* 149 */ 	body .themedy-shortcode-cols-half-quarter-quarter .themedy-shortcode-col-c { width: 25%; }
/* 150 */ 	

/* shortcodes.css */

/* 151 */ 	body .themedy-shortcode-cols-quarter-quarter-half .themedy-shortcode-col-a,
/* 152 */ 	body .themedy-shortcode-cols-quarter-quarter-half .themedy-shortcode-col-b { width: 25%; }
/* 153 */ 	body .themedy-shortcode-cols-quarter-quarter-half .themedy-shortcode-col-c { width: 50%; }
/* 154 */ 	
/* 155 */ 	body .themedy-shortcode-cols-quarter-half-quarter .themedy-shortcode-col-a,
/* 156 */ 	body .themedy-shortcode-cols-quarter-half-quarter .themedy-shortcode-col-c { width: 25%; }
/* 157 */ 	body .themedy-shortcode-cols-quarter-half-quarter .themedy-shortcode-col-b { width: 50%; }
/* 158 */ 	
/* 159 */ 
/* 160 */ /* Media */
/* 161 */ 
/* 162 */ 	body .themedy-shortcode-video-embed { margin: 0 0 20px 0; display: block; width:100%; height:100%; clear: both;}
/* 163 */ 	
/* 164 */ 
/* 165 */ /* Toggle */
/* 166 */ 
/* 167 */ 	body .themedy-shortcode-toggle {
/* 168 */ 		margin: 0 0 20px 0;
/* 169 */ 		display: block;
/* 170 */ 		border: 1px solid #EEE;
/* 171 */ 	}
/* 172 */ 	body .themedy-shortcode-toggle-active { border-color: #DDD; }
/* 173 */ 		body .themedy-shortcode-toggle h3.themedy-shortcode-toggle-heading {
/* 174 */ 			cursor: pointer;
/* 175 */ 			display: block;
/* 176 */ 			line-height: 24px;
/* 177 */ 			font-size: 18px;
/* 178 */ 			position: relative;
/* 179 */ 			padding: 15px 60px 15px 20px;
/* 180 */ 			margin: 0px;
/* 181 */ 			font-weight: normal;
/* 182 */ 		}
/* 183 */ 			body .themedy-shortcode-toggle h3.themedy-shortcode-toggle-heading i { margin-right: 10px; }
/* 184 */ 			body .themedy-shortcode-toggle h3.themedy-shortcode-toggle-heading .toggle-down, 
/* 185 */ 			body .themedy-shortcode-toggle h3.themedy-shortcode-toggle-heading .toggle-up {
/* 186 */ 				display: none;
/* 187 */ 				position: absolute;
/* 188 */ 				font-size: 14px;
/* 189 */ 				line-height: 20px;
/* 190 */ 				margin: -10px 0 0 0;
/* 191 */ 				top: 50%;
/* 192 */ 				right: 20px;
/* 193 */ 				opacity: 0.6;
/* 194 */ 			}
/* 195 */ 			body .themedy-shortcode-toggle h3.themedy-shortcode-toggle-heading .toggle-down { display: block; }
/* 196 */ 			body .themedy-shortcode-toggle-active h3.themedy-shortcode-toggle-heading .toggle-down { display: none; }
/* 197 */ 			body .themedy-shortcode-toggle-active h3.themedy-shortcode-toggle-heading .toggle-up { display: block; }
/* 198 */ 		body .themedy-shortcode-toggle .themedy-shortcode-toggle-content {
/* 199 */ 			border-top: 1px solid #EEE;
/* 200 */ 			padding: 20px 20px 20px 20px; 

/* shortcodes.css */

/* 201 */ 		}
/* 202 */ 		body .themedy-shortcode-toggle .themedy-shortcode-toggle-content { display: none; }
/* 203 */ 		
/* 204 */ 		body .themedy-shortcode .themedy-shortcode-toggle-content p { margin: 0px; }
/* 205 */ 	
/* 206 */ 
/* 207 */ /* Accordion */
/* 208 */ 
/* 209 */ 	body .themedy-shortcode-accordion { margin: 0 0 20px 0; }
/* 210 */ 	body .themedy-shortcode-accordion .themedy-shortcode-toggle { margin: -1px 0 0 0; }
/* 211 */ 
/* 212 */ 
/* 213 */ /* Tabs */
/* 214 */ 
/* 215 */ 	body .themedy-shortcode-tabs {
/* 216 */ 		overflow: hidden;
/* 217 */ 		padding: 40px 0 0 0;
/* 218 */ 		position: relative;
/* 219 */ 		margin: 0 0 20px 0;
/* 220 */ 	}
/* 221 */ 		body .themedy-shortcode-tab-buttons {
/* 222 */ 			position: absolute;
/* 223 */ 			top: 0px;
/* 224 */ 			left: 0px;
/* 225 */ 			height: 41px;
/* 226 */ 			display: block;
/* 227 */ 			width: 100%;
/* 228 */ 			z-index: 10;
/* 229 */ 		}
/* 230 */ 			body .themedy-shortcode-tab-buttons a {
/* 231 */ 				display: block;
/* 232 */ 				float: left;
/* 233 */ 				margin: 0 8px 0 0;
/* 234 */ 				border: 1px solid #EEE;
/* 235 */ 				border-bottom: 1px solid #DDD;
/* 236 */ 				height: 39px;
/* 237 */ 				line-height: 39px;
/* 238 */ 				padding: 0 20px;
/* 239 */ 				color: #999;
/* 240 */ 				text-decoration: none;
/* 241 */ 				font-size: 18px;
/* 242 */ 			}
/* 243 */ 		body .themedy-shortcode-tab-buttons a.active { border-color: #DDD; border-bottom: 1px solid #FFF; color: #333; }
/* 244 */ 		body .themedy-shortcode-tabpane {
/* 245 */ 			position: relative;
/* 246 */ 			display: block;
/* 247 */ 			padding: 20px 20px 20px 20px;
/* 248 */ 			border: 1px solid #DDD;
/* 249 */ 		}
/* 250 */ 		body .themedy-shortcode-tabpane p { margin: 0px; }

/* shortcodes.css */

/* 251 */ 
/* 252 */ 
/* 253 */ /* Map */
/* 254 */ 
/* 255 */ 	body .themedy-shortcode-map {
/* 256 */ 		overflow: hidden;
/* 257 */ 		display: block;
/* 258 */ 		position: relative;
/* 259 */ 		margin: 0 0 20px 0;
/* 260 */ 	}
/* 261 */ 		body .themedy-shortcode-map img { max-width: none; }
/* 262 */ 		body .themedy-shortcode-map p {
/* 263 */ 			width: 300px;
/* 264 */ 			line-height: 18px;
/* 265 */ 			font-size: 12px;
/* 266 */ 			margin: 0px;
/* 267 */ 			padding: 10px 10px 0 10px;
/* 268 */ 		}
/* 269 */ 		
/* 270 */ 		
/* 271 */ /* Alert Boxes */
/* 272 */ 
/* 273 */ 	body .themedy-shortcode-alertbox {
/* 274 */ 		display: block;
/* 275 */ 		text-decoration: none;
/* 276 */ 		background: #f9f9f9;
/* 277 */ 		line-height: 28px;
/* 278 */ 		position: relative;
/* 279 */ 		margin: 20px 0 20px 0;
/* 280 */ 		padding: 10px;
/* 281 */ 		color: #000000;
/* 282 */ 		text-align: center;
/* 283 */ 		clear: both;
/* 284 */ 		font-weight: 400;
/* 285 */ 	}
/* 286 */ 		
/* 287 */ 	body .themedy-shortcode-alertbox-colour-red { background-color: #FFE9E9; border: 2px solid #FBC4C4; }
/* 288 */ 	body .themedy-shortcode-alertbox-colour-blue { background-color: #E9F7FE; border: 2px solid #B6D7E8; }
/* 289 */ 	body .themedy-shortcode-alertbox-colour-green { background-color: #EBF6E0; border: 2px solid #B3DC82; }
/* 290 */ 	body .themedy-shortcode-alertbox-colour-light-gray { background-color: #F9F9F9; border: 2px solid #DDDDDD; }
/* 291 */ 	body .themedy-shortcode-alertbox-colour-yellow { background-color: #FFFDF3; border: 2px solid #F2DFA4; }
/* 292 */ 	body .themedy-shortcode-alertbox-colour-custom { background-color: #000000; border: 2px solid RGBa(0, 0, 0, 0.3); }
/* 293 */ 	body .themedy-shortcode-alertbox-colour-theme { background-color: #33373B; border: 2px solid #272B2F; background-color: #33373B; border-radius: 5px;}
/* 294 */ 	
/* 295 */ 	body .themedy-shortcode-alertbox i { text-shadow: none; font-size: 24px!important; display: block !important; }
/* 296 */ 	
/* 297 */ 	.themedy-shortcode-alertbox p { color: #FFFFFF !important; margin: 0px !important; font-size: 14px!important;}
/* 298 */ 
/* 299 */ 	.themedy-shortcode-alertbox-colour-red.themedy-shortcode-alertbox p { color: #DE5959 !important; }
/* 300 */ 	.themedy-shortcode-alertbox-colour-blue.themedy-shortcode-alertbox p { color: #5091B2 !important; }

/* shortcodes.css */

/* 301 */ 	.themedy-shortcode-alertbox-colour-green.themedy-shortcode-alertbox p { color: #5F9025 !important; }
/* 302 */ 	.themedy-shortcode-alertbox-colour-light-gray.themedy-shortcode-alertbox p { color: #666666 !important; }
/* 303 */ 	.themedy-shortcode-alertbox-colour-yellow.themedy-shortcode-alertbox p { color: #C4690E !important; }
/* 304 */ 	.themedy-shortcode-alertbox-colour-custom.themedy-shortcode-alertbox p { color: #ffffff !important; }
/* 305 */ 	.themedy-shortcode-alertbox-colour-theme.themedy-shortcode-alertbox p { color: #272B2F; border-radius: 3px 3px 3px 3px;}
/* 306 */ 	
/* 307 */ 	.themedy-shortcode-alertbox-colour-red.themedy-shortcode-alertbox a { color: #DE5959 !important; text-decoration: underline !important; border-bottom: none !important; }
/* 308 */ 	.themedy-shortcode-alertbox-colour-blue.themedy-shortcode-alertbox a { color: #5091B2 !important; text-decoration: underline !important; border-bottom: none !important; }
/* 309 */ 	.themedy-shortcode-alertbox-colour-green.themedy-shortcode-alertbox a { color: #5F9025 !important; text-decoration: underline !important; border-bottom: none !important; }
/* 310 */ 	.themedy-shortcode-alertbox-colour-light-gray.themedy-shortcode-alertbox a { color: #666666 !important; text-decoration: underline !important; border-bottom: none !important; }
/* 311 */ 	.themedy-shortcode-alertbox-colour-yellow.themedy-shortcode-alertbox a { color: #C4690E !important; text-decoration: underline !important; border-bottom: none !important; }
/* 312 */ 	.themedy-shortcode-alertbox-colour-custom.themedy-shortcode-alertbox a { color: #fff !important; text-decoration: underline !important; border-bottom: none !important; }
/* 313 */ 	.themedy-shortcode-alertbox-colour-theme.themedy-shortcode-alertbox a { color: #52C1FF; }
/* 314 */ 	
/* 315 */ 	.themedy-shortcode-alertbox-colour-theme.themedy-shortcode-alertbox a:hover { color: #2C3036; }
/* 316 */ 	
/* 317 */ 	.themedy-shortcode-alertbox-colour-red.themedy-shortcode-alertbox a:hover, .themedy-shortcode-alertbox-colour-yellow.themedy-shortcode-alertbox a:hover, .themedy-shortcode-alertbox-colour-light-gray.themedy-shortcode-alertbox a:hover, .themedy-shortcode-alertbox-colour-green.themedy-shortcode-alertbox a:hover, .themedy-shortcode-alertbox-colour-blue.themedy-shortcode-alertbox a:hover, .themedy-shortcode-alertbox-colour-custom.themedy-shortcode-alertbox a:hover { background-color: transparent !important; }
/* 318 */ 	
/* 319 */ 	
/* 320 */ /* Pull Quote Left */
/* 321 */ 
/* 322 */ 	body .themedy-shortcode-pullleft {
/* 323 */ 		display: inline-block;
/* 324 */ 		text-decoration: none;
/* 325 */ 		position: relative;
/* 326 */ 		text-align: left;
/* 327 */ 		width: 40%;
/* 328 */ 		float: left;
/* 329 */ 		margin: 5px 10px 10px 0;
/* 330 */ 		padding: 0 20px 0 0;
/* 331 */ 		text-transform: uppercase;
/* 332 */ 	}
/* 333 */ 	
/* 334 */ 	body .themedy-shortcode-pullleft { font-size: 22px; line-height: 1.4em; font-weight: 400;}
/* 335 */ 	
/* 336 */ 	body .themedy-shortcode-pullleft-colour-red { color: #DE5959; }
/* 337 */ 	body .themedy-shortcode-pullleft-colour-blue { color: #5091B2; }
/* 338 */ 	body .themedy-shortcode-pullleft-colour-green { color: #5F9025; }
/* 339 */ 	body .themedy-shortcode-pullleft-colour-light-gray { color: #666666; }
/* 340 */ 	body .themedy-shortcode-pullleft-colour-yellow { color: #C4690E; }
/* 341 */ 	body .themedy-shortcode-pullleft-colour-theme { color: #fefefe; }
/* 342 */ 	
/* 343 */ 	
/* 344 */ /* Pull Quote Right */
/* 345 */ 
/* 346 */ 	body .themedy-shortcode-pullright {
/* 347 */ 		display: inline-block;
/* 348 */ 		text-decoration: none;
/* 349 */ 		position: relative;
/* 350 */ 		text-align: right;

/* shortcodes.css */

/* 351 */ 		width: 40%;
/* 352 */ 		float: right;
/* 353 */ 		margin: 5px 0px 10px 10px;
/* 354 */ 		padding: 0 0 0 20px;
/* 355 */ 		text-transform: uppercase;
/* 356 */ 	}
/* 357 */ 	
/* 358 */ 	body .themedy-shortcode-pullright { font-size: 22px; line-height: 1.4em; font-weight: 400;}
/* 359 */ 	
/* 360 */ 	body .themedy-shortcode-pullright-colour-red { color: #DE5959; }
/* 361 */ 	body .themedy-shortcode-pullright-colour-blue { color: #5091B2; }
/* 362 */ 	body .themedy-shortcode-pullright-colour-green { color: #5F9025; }
/* 363 */ 	body .themedy-shortcode-pullright-colour-light-gray { color: #666666; }
/* 364 */ 	body .themedy-shortcode-pullright-colour-yellow { color: #C4690E; }
/* 365 */ 	body .themedy-shortcode-pullright-colour-theme { color: #fefefe; }
/* 366 */ 	
/* 367 */ 		
/* 368 */ @media only screen and (max-width: 768px) { 		
/* 369 */ 	
/* 370 */ 	
/* 371 */ 	
/* 372 */ 	body .themedy-shortcode-cols-quarter-quarter-quarter-quarter .themedy-shortcode-col-a, 
/* 373 */ 	body .themedy-shortcode-cols-quarter-quarter-quarter-quarter .themedy-shortcode-col-b, 
/* 374 */ 	body .themedy-shortcode-cols-quarter-quarter-quarter-quarter .themedy-shortcode-col-c, 
/* 375 */ 	body .themedy-shortcode-cols-quarter-quarter-quarter-quarter .themedy-shortcode-col-d { width: 100%; }
/* 376 */ 	
/* 377 */ 	body .themedy-shortcode-cols-half-quarter-quarter .themedy-shortcode-col-a { width: 100%; }
/* 378 */ 	body .themedy-shortcode-cols-half-quarter-quarter .themedy-shortcode-col-b, 
/* 379 */ 	body .themedy-shortcode-cols-half-quarter-quarter .themedy-shortcode-col-c { width: 100%; }
/* 380 */ 	
/* 381 */ 	body .themedy-shortcode-cols-quarter-quarter-half .themedy-shortcode-col-a,
/* 382 */ 	body .themedy-shortcode-cols-quarter-quarter-half .themedy-shortcode-col-b { width: 100%; }
/* 383 */ 	body .themedy-shortcode-cols-quarter-quarter-half .themedy-shortcode-col-c { width: 100%; }
/* 384 */ 	
/* 385 */ 	body .themedy-shortcode-cols-quarter-half-quarter .themedy-shortcode-col-a,
/* 386 */ 	body .themedy-shortcode-cols-quarter-half-quarter .themedy-shortcode-col-c { width: 100%; }
/* 387 */ 	body .themedy-shortcode-cols-quarter-half-quarter .themedy-shortcode-col-b { width: 100%; }
/* 388 */ 	
/* 389 */ 	body .themedy-shortcode-pullleft { width: 100%; padding:0;  }
/* 390 */ 	
/* 391 */ 	body .themedy-shortcode-pullright { width: 100%; text-align: left; margin-left:0; float:left; padding:0; }
/* 392 */ }
/* 393 */ 
/* 394 */ @media only screen and (max-width: 640px) {
/* 395 */ 
/* 396 */ body .themedy-shortcode-cols-half-half .themedy-shortcode-col-a, 
/* 397 */ 	body .themedy-shortcode-cols-half-half .themedy-shortcode-col-b { width: 100%; }
/* 398 */ 	
/* 399 */ 	body .themedy-shortcode-cols-third-third-third .themedy-shortcode-col-a, 
/* 400 */ 	body .themedy-shortcode-cols-third-third-third .themedy-shortcode-col-b, 

/* shortcodes.css */

/* 401 */ 	body .themedy-shortcode-cols-third-third-third .themedy-shortcode-col-c { width: 100%; }
/* 402 */ 	
/* 403 */ 	body .themedy-shortcode-cols-twothirds-third .themedy-shortcode-col-a { width: 100%; }
/* 404 */ 	body .themedy-shortcode-cols-twothirds-third .themedy-shortcode-col-b { width: 100%; }
/* 405 */ 	
/* 406 */ 	body .themedy-shortcode-cols-third-twothirds .themedy-shortcode-col-a { width: 100%; }
/* 407 */ 	body .themedy-shortcode-cols-third-twothirds .themedy-shortcode-col-b { width: 100%; }
/* 408 */ 	
/* 409 */ }

/* font-awesome.min.css */

/* 1  */ /*!
/* 2  *|  *  Font Awesome 3.0.2
/* 3  *|  *  the iconic font designed for use with Twitter Bootstrap
/* 4  *|  *  -------------------------------------------------------
/* 5  *|  *  The full suite of pictographic icons, examples, and documentation
/* 6  *|  *  can be found at: http://fortawesome.github.com/Font-Awesome/
/* 7  *|  *
/* 8  *|  *  License
/* 9  *|  *  -------------------------------------------------------
/* 10 *|  *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
/* 11 *|  *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
/* 12 *|  *    http://opensource.org/licenses/mit-license.html
/* 13 *|  *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
/* 14 *|  *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
/* 15 *|  *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
/* 16 *| 
/* 17 *|  *  Contact
/* 18 *|  *  -------------------------------------------------------
/* 19 *|  *  Email: dave@davegandy.com
/* 20 *|  *  Twitter: http://twitter.com/fortaweso_me
/* 21 *|  *  Work: Lead Product Designer @ http://kyruus.com
/* 22 *|  */
/* 23 */ 
/* 24 */ @font-face{
/* 25 */   font-family:'FontAwesome';
/* 26 */   src:url('/wp-content/plugins/themedy-toolbox/fonts/fontawesome/font/fontawesome-webfont.eot?v=3.0.1');
/* 27 */   src:url('/wp-content/plugins/themedy-toolbox/fonts/fontawesome/font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
/* 28 */   url('/wp-content/plugins/themedy-toolbox/fonts/fontawesome/font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
/* 29 */   url('/wp-content/plugins/themedy-toolbox/fonts/fontawesome/font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
/* 30 */   font-weight:normal;
/* 31 */   font-style:normal }
/* 32 */ 
/* 33 */ [class^="fa-icon-"],[class*=" fa-icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.fa-icon-white,.nav-pills>.active>a>[class^="fa-icon-"],.nav-pills>.active>a>[class*=" fa-icon-"],.nav-list>.active>a>[class^="fa-icon-"],.nav-list>.active>a>[class*=" fa-icon-"],.navbar-inverse .nav>.active>a>[class^="fa-icon-"],.navbar-inverse .nav>.active>a>[class*=" fa-icon-"],.dropdown-menu>li>a:hover>[class^="fa-icon-"],.dropdown-menu>li>a:hover>[class*=" fa-icon-"],.dropdown-menu>.active>a>[class^="fa-icon-"],.dropdown-menu>.active>a>[class*=" fa-icon-"],.dropdown-submenu:hover>a>[class^="fa-icon-"],.dropdown-submenu:hover>a>[class*=" fa-icon-"]{background-image:none}[class^="fa-icon-"]:before,[class*=" fa-icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}a [class^="fa-icon-"],a [class*=" fa-icon-"]{display:inline-block}.fa-icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class^="fa-icon-"],.nav [class^="fa-icon-"],.btn [class*=" fa-icon-"],.nav [class*=" fa-icon-"]{display:inline}.btn [class^="fa-icon-"].fa-icon-large,.nav [class^="fa-icon-"].fa-icon-large,.btn [class*=" fa-icon-"].fa-icon-large,.nav [class*=" fa-icon-"].fa-icon-large{line-height:.9em}.btn [class^="fa-icon-"].fa-icon-spin,.nav [class^="fa-icon-"].fa-icon-spin,.btn [class*=" fa-icon-"].fa-icon-spin,.nav [class*=" fa-icon-"].fa-icon-spin{display:inline-block}.nav-tabs [class^="fa-icon-"],.nav-pills [class^="fa-icon-"],.nav-tabs [class*=" fa-icon-"],.nav-pills [class*=" fa-icon-"],.nav-tabs [class^="fa-icon-"].fa-icon-large,.nav-pills [class^="fa-icon-"].fa-icon-large,.nav-tabs [class*=" fa-icon-"].fa-icon-large,.nav-pills [class*=" fa-icon-"].fa-icon-large{line-height:.9em}li [class^="fa-icon-"],.nav li [class^="fa-icon-"],li [class*=" fa-icon-"],.nav li [class*=" fa-icon-"]{display:inline-block;width:1.25em;text-align:center}li [class^="fa-icon-"].fa-icon-large,.nav li [class^="fa-icon-"].fa-icon-large,li [class*=" fa-icon-"].fa-icon-large,.nav li [class*=" fa-icon-"].fa-icon-large{width:1.5625em}ul.icons{list-style-type:none;text-indent:-0.75em}ul.icons li [class^="fa-icon-"],ul.icons li [class*=" fa-icon-"]{width:.75em}.fa-icon-muted{color:#eee}.fa-icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.fa-icon-2x{font-size:2em}.fa-icon-2x.fa-icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fa-icon-3x{font-size:3em}.fa-icon-3x.fa-icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.fa-icon-4x{font-size:4em}.fa-icon-4x.fa-icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.pull-right{float:right}.pull-left{float:left}[class^="fa-icon-"].pull-left,[class*=" fa-icon-"].pull-left{margin-right:.3em}[class^="fa-icon-"].pull-right,[class*=" fa-icon-"].pull-right{margin-left:.3em}.btn [class^="fa-icon-"].pull-left.fa-icon-2x,.btn [class*=" fa-icon-"].pull-left.fa-icon-2x,.btn [class^="fa-icon-"].pull-right.fa-icon-2x,.btn [class*=" fa-icon-"].pull-right.fa-icon-2x{margin-top:.18em}.btn [class^="fa-icon-"].fa-icon-spin.fa-icon-large,.btn [class*=" fa-icon-"].fa-icon-spin.fa-icon-large{line-height:.8em}.btn.btn-small [class^="fa-icon-"].pull-left.fa-icon-2x,.btn.btn-small [class*=" fa-icon-"].pull-left.fa-icon-2x,.btn.btn-small [class^="fa-icon-"].pull-right.fa-icon-2x,.btn.btn-small [class*=" fa-icon-"].pull-right.fa-icon-2x{margin-top:.25em}.btn.btn-large [class^="fa-icon-"],.btn.btn-large [class*=" fa-icon-"]{margin-top:0}.btn.btn-large [class^="fa-icon-"].pull-left.fa-icon-2x,.btn.btn-large [class*=" fa-icon-"].pull-left.fa-icon-2x,.btn.btn-large [class^="fa-icon-"].pull-right.fa-icon-2x,.btn.btn-large [class*=" fa-icon-"].pull-right.fa-icon-2x{margin-top:.05em}.btn.btn-large [class^="fa-icon-"].pull-left.fa-icon-2x,.btn.btn-large [class*=" fa-icon-"].pull-left.fa-icon-2x{margin-right:.2em}.btn.btn-large [class^="fa-icon-"].pull-right.fa-icon-2x,.btn.btn-large [class*=" fa-icon-"].pull-right.fa-icon-2x{margin-left:.2em}.fa-icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-moz-document url-prefix(){.fa-icon-spin{height:.9em}.btn .fa-icon-spin{height:auto}.fa-icon-spin.fa-icon-large{height:1.25em}.btn .fa-icon-spin.fa-icon-large{height:.75em}}.fa-icon-glass:before{content:"\f000"}.fa-icon-music:before{content:"\f001"}.fa-icon-search:before{content:"\f002"}.fa-icon-envelope:before{content:"\f003"}.fa-icon-heart:before{content:"\f004"}.fa-icon-star:before{content:"\f005"}.fa-icon-star-empty:before{content:"\f006"}.fa-icon-user:before{content:"\f007"}.fa-icon-film:before{content:"\f008"}.fa-icon-th-large:before{content:"\f009"}.fa-icon-th:before{content:"\f00a"}.fa-icon-th-list:before{content:"\f00b"}.fa-icon-ok:before{content:"\f00c"}.fa-icon-remove:before{content:"\f00d"}.fa-icon-zoom-in:before{content:"\f00e"}.fa-icon-zoom-out:before{content:"\f010"}.fa-icon-off:before{content:"\f011"}.fa-icon-signal:before{content:"\f012"}.fa-icon-cog:before{content:"\f013"}.fa-icon-trash:before{content:"\f014"}.fa-icon-home:before{content:"\f015"}.fa-icon-file:before{content:"\f016"}.fa-icon-time:before{content:"\f017"}.fa-icon-road:before{content:"\f018"}.fa-icon-download-alt:before{content:"\f019"}.fa-icon-download:before{content:"\f01a"}.fa-icon-upload:before{content:"\f01b"}.fa-icon-inbox:before{content:"\f01c"}.fa-icon-play-circle:before{content:"\f01d"}.fa-icon-repeat:before{content:"\f01e"}.fa-icon-refresh:before{content:"\f021"}.fa-icon-list-alt:before{content:"\f022"}.fa-icon-lock:before{content:"\f023"}.fa-icon-flag:before{content:"\f024"}.fa-icon-headphones:before{content:"\f025"}.fa-icon-volume-off:before{content:"\f026"}.fa-icon-volume-down:before{content:"\f027"}.fa-icon-volume-up:before{content:"\f028"}.fa-icon-qrcode:before{content:"\f029"}.fa-icon-barcode:before{content:"\f02a"}.fa-icon-tag:before{content:"\f02b"}.fa-icon-tags:before{content:"\f02c"}.fa-icon-book:before{content:"\f02d"}.fa-icon-bookmark:before{content:"\f02e"}.fa-icon-print:before{content:"\f02f"}.fa-icon-camera:before{content:"\f030"}.fa-icon-font:before{content:"\f031"}.fa-icon-bold:before{content:"\f032"}.fa-icon-italic:before{content:"\f033"}.fa-icon-text-height:before{content:"\f034"}.fa-icon-text-width:before{content:"\f035"}.fa-icon-align-left:before{content:"\f036"}.fa-icon-align-center:before{content:"\f037"}.fa-icon-align-right:before{content:"\f038"}.fa-icon-align-justify:before{content:"\f039"}.fa-icon-list:before{content:"\f03a"}.fa-icon-indent-left:before{content:"\f03b"}.fa-icon-indent-right:before{content:"\f03c"}.fa-icon-facetime-video:before{content:"\f03d"}.fa-icon-picture:before{content:"\f03e"}.fa-icon-pencil:before{content:"\f040"}.fa-icon-map-marker:before{content:"\f041"}.fa-icon-adjust:before{content:"\f042"}.fa-icon-tint:before{content:"\f043"}.fa-icon-edit:before{content:"\f044"}.fa-icon-share:before{content:"\f045"}.fa-icon-check:before{content:"\f046"}.fa-icon-move:before{content:"\f047"}.fa-icon-step-backward:before{content:"\f048"}.fa-icon-fast-backward:before{content:"\f049"}.fa-icon-backward:before{content:"\f04a"}.fa-icon-play:before{content:"\f04b"}.fa-icon-pause:before{content:"\f04c"}.fa-icon-stop:before{content:"\f04d"}.fa-icon-forward:before{content:"\f04e"}.fa-icon-fast-forward:before{content:"\f050"}.fa-icon-step-forward:before{content:"\f051"}.fa-icon-eject:before{content:"\f052"}.fa-icon-chevron-left:before{content:"\f053"}.fa-icon-chevron-right:before{content:"\f054"}.fa-icon-plus-sign:before{content:"\f055"}.fa-icon-minus-sign:before{content:"\f056"}.fa-icon-remove-sign:before{content:"\f057"}.fa-icon-ok-sign:before{content:"\f058"}.fa-icon-question-sign:before{content:"\f059"}.fa-icon-info-sign:before{content:"\f05a"}.fa-icon-screenshot:before{content:"\f05b"}.fa-icon-remove-circle:before{content:"\f05c"}.fa-icon-ok-circle:before{content:"\f05d"}.fa-icon-ban-circle:before{content:"\f05e"}.fa-icon-arrow-left:before{content:"\f060"}.fa-icon-arrow-right:before{content:"\f061"}.fa-icon-arrow-up:before{content:"\f062"}.fa-icon-arrow-down:before{content:"\f063"}.fa-icon-share-alt:before{content:"\f064"}.fa-icon-resize-full:before{content:"\f065"}.fa-icon-resize-small:before{content:"\f066"}.fa-icon-plus:before{content:"\f067"}.fa-icon-minus:before{content:"\f068"}.fa-icon-asterisk:before{content:"\f069"}.fa-icon-exclamation-sign:before{content:"\f06a"}.fa-icon-gift:before{content:"\f06b"}.fa-icon-leaf:before{content:"\f06c"}.fa-icon-fire:before{content:"\f06d"}.fa-icon-eye-open:before{content:"\f06e"}.fa-icon-eye-close:before{content:"\f070"}.fa-icon-warning-sign:before{content:"\f071"}.fa-icon-plane:before{content:"\f072"}.fa-icon-calendar:before{content:"\f073"}.fa-icon-random:before{content:"\f074"}.fa-icon-comment:before{content:"\f075"}.fa-icon-magnet:before{content:"\f076"}.fa-icon-chevron-up:before{content:"\f077"}.fa-icon-chevron-down:before{content:"\f078"}.fa-icon-retweet:before{content:"\f079"}.fa-icon-shopping-cart:before{content:"\f07a"}.fa-icon-folder-close:before{content:"\f07b"}.fa-icon-folder-open:before{content:"\f07c"}.fa-icon-resize-vertical:before{content:"\f07d"}.fa-icon-resize-horizontal:before{content:"\f07e"}.fa-icon-bar-chart:before{content:"\f080"}.fa-icon-twitter-sign:before{content:"\f081"}.fa-icon-facebook-sign:before{content:"\f082"}.fa-icon-camera-retro:before{content:"\f083"}.fa-icon-key:before{content:"\f084"}.fa-icon-cogs:before{content:"\f085"}.fa-icon-comments:before{content:"\f086"}.fa-icon-thumbs-up:before{content:"\f087"}.fa-icon-thumbs-down:before{content:"\f088"}.fa-icon-star-half:before{content:"\f089"}.fa-icon-heart-empty:before{content:"\f08a"}.fa-icon-signout:before{content:"\f08b"}.fa-icon-linkedin-sign:before{content:"\f08c"}.fa-icon-pushpin:before{content:"\f08d"}.fa-icon-external-link:before{content:"\f08e"}.fa-icon-signin:before{content:"\f090"}.fa-icon-trophy:before{content:"\f091"}.fa-icon-github-sign:before{content:"\f092"}.fa-icon-upload-alt:before{content:"\f093"}.fa-icon-lemon:before{content:"\f094"}.fa-icon-phone:before{content:"\f095"}.fa-icon-check-empty:before{content:"\f096"}.fa-icon-bookmark-empty:before{content:"\f097"}.fa-icon-phone-sign:before{content:"\f098"}.fa-icon-twitter:before{content:"\f099"}.fa-icon-facebook:before{content:"\f09a"}.fa-icon-github:before{content:"\f09b"}.fa-icon-unlock:before{content:"\f09c"}.fa-icon-credit-card:before{content:"\f09d"}.fa-icon-rss:before{content:"\f09e"}.fa-icon-hdd:before{content:"\f0a0"}.fa-icon-bullhorn:before{content:"\f0a1"}.fa-icon-bell:before{content:"\f0a2"}.fa-icon-certificate:before{content:"\f0a3"}.fa-icon-hand-right:before{content:"\f0a4"}.fa-icon-hand-left:before{content:"\f0a5"}.fa-icon-hand-up:before{content:"\f0a6"}.fa-icon-hand-down:before{content:"\f0a7"}.fa-icon-circle-arrow-left:before{content:"\f0a8"}.fa-icon-circle-arrow-right:before{content:"\f0a9"}.fa-icon-circle-arrow-up:before{content:"\f0aa"}.fa-icon-circle-arrow-down:before{content:"\f0ab"}.fa-icon-globe:before{content:"\f0ac"}.fa-icon-wrench:before{content:"\f0ad"}.fa-icon-tasks:before{content:"\f0ae"}.fa-icon-filter:before{content:"\f0b0"}.fa-icon-briefcase:before{content:"\f0b1"}.fa-icon-fullscreen:before{content:"\f0b2"}.fa-icon-group:before{content:"\f0c0"}.fa-icon-link:before{content:"\f0c1"}.fa-icon-cloud:before{content:"\f0c2"}.fa-icon-beaker:before{content:"\f0c3"}.fa-icon-cut:before{content:"\f0c4"}.fa-icon-copy:before{content:"\f0c5"}.fa-icon-paper-clip:before{content:"\f0c6"}.fa-icon-save:before{content:"\f0c7"}.fa-icon-sign-blank:before{content:"\f0c8"}.fa-icon-reorder:before{content:"\f0c9"}.fa-icon-list-ul:before{content:"\f0ca"}.fa-icon-list-ol:before{content:"\f0cb"}.fa-icon-strikethrough:before{content:"\f0cc"}.fa-icon-underline:before{content:"\f0cd"}.fa-icon-table:before{content:"\f0ce"}.fa-icon-magic:before{content:"\f0d0"}.fa-icon-truck:before{content:"\f0d1"}.fa-icon-pinterest:before{content:"\f0d2"}.fa-icon-pinterest-sign:before{content:"\f0d3"}.fa-icon-google-plus-sign:before{content:"\f0d4"}.fa-icon-google-plus:before{content:"\f0d5"}.fa-icon-money:before{content:"\f0d6"}.fa-icon-caret-down:before{content:"\f0d7"}.fa-icon-caret-up:before{content:"\f0d8"}.fa-icon-caret-left:before{content:"\f0d9"}.fa-icon-caret-right:before{content:"\f0da"}.fa-icon-columns:before{content:"\f0db"}.fa-icon-sort:before{content:"\f0dc"}.fa-icon-sort-down:before{content:"\f0dd"}.fa-icon-sort-up:before{content:"\f0de"}.fa-icon-envelope-alt:before{content:"\f0e0"}.fa-icon-linkedin:before{content:"\f0e1"}.fa-icon-undo:before{content:"\f0e2"}.fa-icon-legal:before{content:"\f0e3"}.fa-icon-dashboard:before{content:"\f0e4"}.fa-icon-comment-alt:before{content:"\f0e5"}.fa-icon-comments-alt:before{content:"\f0e6"}.fa-icon-bolt:before{content:"\f0e7"}.fa-icon-sitemap:before{content:"\f0e8"}.fa-icon-umbrella:before{content:"\f0e9"}.fa-icon-paste:before{content:"\f0ea"}.fa-icon-lightbulb:before{content:"\f0eb"}.fa-icon-exchange:before{content:"\f0ec"}.fa-icon-cloud-download:before{content:"\f0ed"}.fa-icon-cloud-upload:before{content:"\f0ee"}.fa-icon-user-md:before{content:"\f0f0"}.fa-icon-stethoscope:before{content:"\f0f1"}.fa-icon-suitcase:before{content:"\f0f2"}.fa-icon-bell-alt:before{content:"\f0f3"}.fa-icon-coffee:before{content:"\f0f4"}.fa-icon-food:before{content:"\f0f5"}.fa-icon-file-alt:before{content:"\f0f6"}.fa-icon-building:before{content:"\f0f7"}.fa-icon-hospital:before{content:"\f0f8"}.fa-icon-ambulance:before{content:"\f0f9"}.fa-icon-medkit:before{content:"\f0fa"}.fa-icon-fighter-jet:before{content:"\f0fb"}.fa-icon-beer:before{content:"\f0fc"}.fa-icon-h-sign:before{content:"\f0fd"}.fa-icon-plus-sign-alt:before{content:"\f0fe"}.fa-icon-double-angle-left:before{content:"\f100"}.fa-icon-double-angle-right:before{content:"\f101"}.fa-icon-double-angle-up:before{content:"\f102"}.fa-icon-double-angle-down:before{content:"\f103"}.fa-icon-angle-left:before{content:"\f104"}.fa-icon-angle-right:before{content:"\f105"}.fa-icon-angle-up:before{content:"\f106"}.fa-icon-angle-down:before{content:"\f107"}.fa-icon-desktop:before{content:"\f108"}.fa-icon-laptop:before{content:"\f109"}.fa-icon-tablet:before{content:"\f10a"}.fa-icon-mobile-phone:before{content:"\f10b"}.fa-icon-circle-blank:before{content:"\f10c"}.fa-icon-quote-left:before{content:"\f10d"}.fa-icon-quote-right:before{content:"\f10e"}.fa-icon-spinner:before{content:"\f110"}.fa-icon-circle:before{content:"\f111"}.fa-icon-reply:before{content:"\f112"}.fa-icon-github-alt:before{content:"\f113"}.fa-icon-folder-close-alt:before{content:"\f114"}.fa-icon-folder-open-alt:before{content:"\f115"}

/* fontello.css */

/* 1   */ @font-face {
/* 2   */   font-family: 'fontello';
/* 3   */   src: url('/wp-content/plugins/themedy-toolbox/fonts/fontello/font/fontello.eot?87432099');
/* 4   */   src: url('/wp-content/plugins/themedy-toolbox/fonts/fontello/font/fontello.eot?87432099#iefix') format('embedded-opentype'),
/* 5   */        url('/wp-content/plugins/themedy-toolbox/fonts/fontello/font/fontello.woff?87432099') format('woff'),
/* 6   */        url('/wp-content/plugins/themedy-toolbox/fonts/fontello/font/fontello.ttf?87432099') format('truetype'),
/* 7   */        url('/wp-content/plugins/themedy-toolbox/fonts/fontello/font/fontello.svg?87432099#fontello') format('svg');
/* 8   */   font-weight: normal;
/* 9   */   font-style: normal;
/* 10  */ }
/* 11  */ /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* 12  */ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/* 13  */ /*
/* 14  *| @media screen and (-webkit-min-device-pixel-ratio:0) {
/* 15  *|   @font-face {
/* 16  *|     font-family: 'fontello';
/* 17  *|     src: url('/wp-content/plugins/themedy-toolbox/fonts/fontello/font/fontello.svg?87432099#fontello') format('svg');
/* 18  *|   }
/* 19  *| }
/* 20  *| */
/* 21  */  
/* 22  */  [class^="ja-social-icon-"]:before, [class*=" ja-social-icon-"]:before {
/* 23  */   font-family: "fontello";
/* 24  */   font-style: normal;
/* 25  */   font-weight: normal;
/* 26  */   speak: none;
/* 27  */   -webkit-font-smoothing: antialiased;
/* 28  */  
/* 29  */   display: inline;
/* 30  */   text-decoration: inherit;
/* 31  */   width: 1em;
/* 32  */   margin-right: .2em;
/* 33  */   text-align: center;
/* 34  */   /* opacity: .8; */
/* 35  */  
/* 36  */   /* For safety - reset parent styles, that can break glyph codes*/
/* 37  */   font-variant: normal;
/* 38  */   text-transform: none;
/* 39  */      
/* 40  */   /* fix buttons height, for twitter bootstrap */
/* 41  */   line-height: 1em;
/* 42  */  
/* 43  */   /* Animation center compensation - magrins should be symmetric */
/* 44  */   /* remove if not needed */
/* 45  */   margin-left: .2em;
/* 46  */  
/* 47  */   /* you can be more comfortable with increased icons size */
/* 48  */   /* font-size: 120%; */
/* 49  */  
/* 50  */   /* Uncomment for 3D effect */

/* fontello.css */

/* 51  */   /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
/* 52  */ }
/* 53  */  
/* 54  */ .ja-social-icon-duckduckgo:before { content: '\21'; } /* '!' */
/* 55  */ .ja-social-icon-aim:before { content: '\22'; } /* '&quot;' */
/* 56  */ .ja-social-icon-delicious:before { content: '\23'; } /* '#' */
/* 57  */ .ja-social-icon-paypal:before { content: '\24'; } /* '$' */
/* 58  */ .ja-social-icon-flattr:before { content: '\25'; } /* '%' */
/* 59  */ .ja-social-icon-android:before { content: '\26'; } /* '&amp;' */
/* 60  */ .ja-social-icon-eventful:before { content: '\27'; } /* ''' */
/* 61  */ .ja-social-icon-smashmag:before { content: '\2a'; } /* '*' */
/* 62  */ .ja-social-icon-gplus:before { content: '\2b'; } /* '+' */
/* 63  */ .ja-social-icon-wikipedia:before { content: '\2c'; } /* ',' */
/* 64  */ .ja-social-icon-lanyrd:before { content: '\2d'; } /* '-' */
/* 65  */ .ja-social-icon-calendar:before { content: '\2e'; } /* '.' */
/* 66  */ .ja-social-icon-stumbleupon:before { content: '\2f'; } /* '/' */
/* 67  */ .ja-social-icon-fivehundredpx:before { content: '\30'; } /* '0' */
/* 68  */ .ja-social-icon-pinterest:before { content: '\31'; } /* '1' */
/* 69  */ .ja-social-icon-bitcoin:before { content: '\32'; } /* '2' */
/* 70  */ .ja-social-icon-w3c:before { content: '\33'; } /* '3' */
/* 71  */ .ja-social-icon-foursquare:before { content: '\34'; } /* '4' */
/* 72  */ .ja-social-icon-html5:before { content: '\35'; } /* '5' */
/* 73  */ .ja-social-icon-ie:before { content: '\36'; } /* '6' */
/* 74  */ .ja-social-icon-call:before { content: '\37'; } /* '7' */
/* 75  */ .ja-social-icon-grooveshark:before { content: '\38'; } /* '8' */
/* 76  */ .ja-social-icon-ninetyninedesigns:before { content: '\39'; } /* '9' */
/* 77  */ .ja-social-icon-forrst:before { content: '\3a'; } /* ':' */
/* 78  */ .ja-social-icon-digg:before { content: '\3b'; } /* ';' */
/* 79  */ .ja-social-icon-spotify:before { content: '\3d'; } /* '=' */
/* 80  */ .ja-social-icon-reddit:before { content: '\3e'; } /* '&gt;' */
/* 81  */ .ja-social-icon-guest:before { content: '\3f'; } /* '?' */
/* 82  */ .ja-social-icon-gowalla:before { content: '\40'; } /* '@' */
/* 83  */ .ja-social-icon-appstore:before { content: '\41'; } /* 'A' */
/* 84  */ .ja-social-icon-blogger:before { content: '\42'; } /* 'B' */
/* 85  */ .ja-social-icon-cc:before { content: '\43'; } /* 'C' */
/* 86  */ .ja-social-icon-dribbble:before { content: '\44'; } /* 'D' */
/* 87  */ .ja-social-icon-evernote:before { content: '\45'; } /* 'E' */
/* 88  */ .ja-social-icon-flickr:before { content: '\46'; } /* 'F' */
/* 89  */ .ja-social-icon-google:before { content: '\47'; } /* 'G' */
/* 90  */ .ja-social-icon-viadeo:before { content: '\48'; } /* 'H' */
/* 91  */ .ja-social-icon-instapaper:before { content: '\49'; } /* 'I' */
/* 92  */ .ja-social-icon-weibo:before { content: '\4a'; } /* 'J' */
/* 93  */ .ja-social-icon-klout:before { content: '\4b'; } /* 'K' */
/* 94  */ .ja-social-icon-linkedin:before { content: '\4c'; } /* 'L' */
/* 95  */ .ja-social-icon-meetup:before { content: '\4d'; } /* 'M' */
/* 96  */ .ja-social-icon-vk:before { content: '\4e'; } /* 'N' */
/* 97  */ .ja-social-icon-plancast:before { content: '\50'; } /* 'P' */
/* 98  */ .ja-social-icon-disqus:before { content: '\51'; } /* 'Q' */
/* 99  */ .ja-social-icon-rss:before { content: '\52'; } /* 'R' */
/* 100 */ .ja-social-icon-skype:before { content: '\53'; } /* 'S' */

/* fontello.css */

/* 101 */ .ja-social-icon-twitter:before { content: '\54'; } /* 'T' */
/* 102 */ .ja-social-icon-youtube:before { content: '\55'; } /* 'U' */
/* 103 */ .ja-social-icon-vimeo:before { content: '\56'; } /* 'V' */
/* 104 */ .ja-social-icon-windows:before { content: '\57'; } /* 'W' */
/* 105 */ .ja-social-icon-xing:before { content: '\58'; } /* 'X' */
/* 106 */ .ja-social-icon-yahoo:before { content: '\59'; } /* 'Y' */
/* 107 */ .ja-social-icon-chrome:before { content: '\5b'; } /* '[' */
/* 108 */ .ja-social-icon-email:before { content: '\5d'; } /* ']' */
/* 109 */ .ja-social-icon-macstore:before { content: '\5e'; } /* '^' */
/* 110 */ .ja-social-icon-myspace:before { content: '\5f'; } /* '_' */
/* 111 */ .ja-social-icon-podcast:before { content: '\60'; } /* '`' */
/* 112 */ .ja-social-icon-amazon:before { content: '\61'; } /* 'a' */
/* 113 */ .ja-social-icon-steam:before { content: '\62'; } /* 'b' */
/* 114 */ .ja-social-icon-cloudapp:before { content: '\63'; } /* 'c' */
/* 115 */ .ja-social-icon-dropbox:before { content: '\64'; } /* 'd' */
/* 116 */ .ja-social-icon-ebay:before { content: '\65'; } /* 'e' */
/* 117 */ .ja-social-icon-facebook:before { content: '\66'; } /* 'f' */
/* 118 */ .ja-social-icon-github:before { content: '\67'; } /* 'g' */
/* 119 */ .ja-social-icon-googleplay:before { content: '\68'; } /* 'h' */
/* 120 */ .ja-social-icon-itunes:before { content: '\69'; } /* 'i' */
/* 121 */ .ja-social-icon-plurk:before { content: '\6a'; } /* 'j' */
/* 122 */ .ja-social-icon-songkick:before { content: '\6b'; } /* 'k' */
/* 123 */ .ja-social-icon-lastfm:before { content: '\6c'; } /* 'l' */
/* 124 */ .ja-social-icon-gmail:before { content: '\6d'; } /* 'm' */
/* 125 */ .ja-social-icon-pinboard:before { content: '\6e'; } /* 'n' */
/* 126 */ .ja-social-icon-openid:before { content: '\6f'; } /* 'o' */
/* 127 */ .ja-social-icon-quora:before { content: '\71'; } /* 'q' */
/* 128 */ .ja-social-icon-soundcloud:before { content: '\73'; } /* 's' */
/* 129 */ .ja-social-icon-tumblr:before { content: '\74'; } /* 't' */
/* 130 */ .ja-social-icon-eventasaurus:before { content: '\76'; } /* 'v' */
/* 131 */ .ja-social-icon-wordpress:before { content: '\77'; } /* 'w' */
/* 132 */ .ja-social-icon-yelp:before { content: '\79'; } /* 'y' */
/* 133 */ .ja-social-icon-intensedebate:before { content: '\7b'; } /* '{' */
/* 134 */ .ja-social-icon-eventbrite:before { content: '\7c'; } /* '|' */
/* 135 */ .ja-social-icon-scribd:before { content: '\7d'; } /* '}' */
/* 136 */ .ja-social-icon-posterous:before { content: '\7e'; } /* '~' */
/* 137 */ .ja-social-icon-stripe:before { content: '\a3'; } /* '£' */
/* 138 */ .ja-social-icon-opentable:before { content: '\c7'; } /* 'Ç' */
/* 139 */ .ja-social-icon-cart:before { content: '\c9'; } /* 'É' */
/* 140 */ .ja-social-icon-print:before { content: '\d1'; } /* 'Ñ' */
/* 141 */ .ja-social-icon-angellist:before { content: '\d6'; } /* 'Ö' */
/* 142 */ .ja-social-icon-instagram:before { content: '\dc'; } /* 'Ü' */
/* 143 */ .ja-social-icon-dwolla:before { content: '\e0'; } /* 'à' */
/* 144 */ .ja-social-icon-appnet:before { content: '\e1'; } /* 'á' */
/* 145 */ .ja-social-icon-statusnet:before { content: '\e2'; } /* 'â' */
/* 146 */ .ja-social-icon-acrobat:before { content: '\e3'; } /* 'ã' */
/* 147 */ .ja-social-icon-drupal:before { content: '\e4'; } /* 'ä' */
/* 148 */ .ja-social-icon-buffer:before { content: '\e5'; } /* 'å' */
/* 149 */ .ja-social-icon-pocket:before { content: '\e7'; } /* 'ç' */
/* 150 */ .ja-social-icon-bitbucket:before { content: '\e9'; } /* 'é' */

/* style.css */

/* 1    */ /*
/* 2    *| 	Theme Name: Foxy News Child Theme
/* 3    *| 	Theme URL: http://themedy.com/themes/foxy-news
/* 4    *| 	Description: Themedy child theme for Genesis.
/* 5    *| 	Author: Themedy
/* 6    *| 	Author URI: http://themedy.com
/* 7    *| 	Version: 1.2.3
/* 8    *| 	Template: genesis
/* 9    *| */
/* 10   */ 
/* 11   */ /* Table of Contents
/* 12   *| 
/* 13   *| * Defaults
/* 14   *| * Hyperlinks
/* 15   *| * Wrap
/* 16   *| * Top Area
/* 17   *| * Header
/* 18   *| * Image Header - Partial Width
/* 19   *| * Image Header - Full Width
/* 20   *| * Navigation Constants
/* 21   *| * Header Right Navigation
/* 22   *| * Primary Navigation
/* 23   *| * Primary Navigation Extras
/* 24   *| * Secondary Navigation
/* 25   *| * Inner
/* 26   *| * Breadcrumb
/* 27   *| * Taxonomy Description
/* 28   *| * Content-Sidebar Wrap
/* 29   *| * Content
/* 30   *| * Column Classes
/* 31   *| * Featured Post Grid
/* 32   *| * Headlines
/* 33   *| * Unordered / Ordered Lists
/* 34   *| * Post Info
/* 35   *| * Post Meta
/* 36   *| * Author Box
/* 37   *| * Sticky Posts
/* 38   *| * Archive Page
/* 39   *| * Post Icons
/* 40   *| * Images
/* 41   *| * Post Navigation
/* 42   *| * Primary / Secondary Sidebars
/* 43   *| * Tag Cloud
/* 44   *| * Dropdowns
/* 45   *| * Featured Page / Post
/* 46   *| * User Profile
/* 47   *| * Buttons
/* 48   *| * Search Form
/* 49   *| * eNews & Updates Widget
/* 50   *| * Calendar Widget

/* style.css */

/* 51   *| * Footer Widgets
/* 52   *| * Footer
/* 53   *| * Comments
/* 54   *| * Gravity Forms
/* 55   *| * Portfolio Template
/* 56   *| * Slider
/* 57   *| * Homepage
/* 58   *| * Custom Widgets
/* 59   *| * Carousel
/* 60   *| 
/* 61   *| */
/* 62   */ 
/* 63   */ /* Defaults
/* 64   *| ------------------------------------------------------------ */
/* 65   */ 
/* 66   */ body,
/* 67   */ h1,
/* 68   */ h2,
/* 69   */ h2 a,
/* 70   */ h2 a:visited,
/* 71   */ h3,
/* 72   */ h4,
/* 73   */ h5,
/* 74   */ h6,
/* 75   */ p,
/* 76   */ input,
/* 77   */ select,
/* 78   */ textarea {
/* 79   */ 	color: #333;
/* 80   */ 	font-family: Arial, Helvetica, Tahoma, sans-serif;
/* 81   */ 	font-size: 12px;
/* 82   */ 	font-weight: normal;
/* 83   */ 	line-height: 20px;
/* 84   */ 	margin: 0;
/* 85   */ 	padding: 0;
/* 86   */ 	text-decoration: none;
/* 87   */ }
/* 88   */ 
/* 89   */ blockquote,
/* 90   */ input,
/* 91   */ select,
/* 92   */ textarea,
/* 93   */ .breadcrumb,
/* 94   */ .sticky,
/* 95   */ .taxonomy-description,
/* 96   */ .wp-caption {
/* 97   */ 	background-color: #fff;
/* 98   */ 	border: 1px solid #e6e6e6;
/* 99   */ }
/* 100  */ 

/* style.css */

/* 101  */ ol,
/* 102  */ ol li,
/* 103  */ ul,
/* 104  */ ul li {
/* 105  */ 	list-style-type: none;
/* 106  */ 	margin: 0;
/* 107  */ 	padding: 0;
/* 108  */ }
/* 109  */ 
/* 110  */ ol li {
/* 111  */ 	list-style-type: decimal;
/* 112  */ }
/* 113  */ 
/* 114  */ ul li {
/* 115  */ 	list-style-type: square;
/* 116  */ }
/* 117  */ 
/* 118  */ 
/* 119  */ /* Hyperlinks
/* 120  *| ------------------------------------------------------------ */
/* 121  */ 
/* 122  */ a {
/* 123  */ 	color: #e84866;
/* 124  */ 	text-decoration: none;
/* 125  */ }
/* 126  */ 
/* 127  */ a:hover {
/* 128  */ 	text-decoration: underline;
/* 129  */ }
/* 130  */ 
/* 131  */ a img {
/* 132  */ 	border: none;
/* 133  */ }
/* 134  */ 
/* 135  */ 
/* 136  */ /* Wrap
/* 137  *| ------------------------------------------------------------ */
/* 138  */ 
/* 139  */ .wrap {
/* 140  */ 	margin: 0 auto;
/* 141  */ 	width: 960px;
/* 142  */ 
/* 143  */ }
/* 144  */ 
/* 145  */ /* Top Area
/* 146  *| ------------------------------------------------------------ */
/* 147  */ 
/* 148  */ #top-area {
/* 149  */ 	background: url(/wp-content/themes/foxynews/images/nav-top.png) repeat-x bottom #ebebeb;
/* 150  */ 	height: 40px;

/* style.css */

/* 151  */ 	border-bottom: 1px solid #fff;
/* 152  */ }
/* 153  */ 
/* 154  */ #top-area .subscribe {
/* 155  */ 	float: right;
/* 156  */ 	width: 330px;
/* 157  */ 	list-style: none;
/* 158  */ 
/* 159  */ }
/* 160  */ 
/* 161  */ #top-area .subscribe li {
/* 162  */ 	float: right;
/* 163  */ 	list-style: none;
/* 164  */ 	margin-left: 20px;
/* 165  */ }
/* 166  */ 
/* 167  */ #top-area .subscribe li a {
/* 168  */ 	background: url(/wp-content/themes/foxynews/images/rss.png) left no-repeat;
/* 169  */ 	padding-left: 20px;
/* 170  */ 	line-height: 40px;
/* 171  */ 	text-transform: uppercase;
/* 172  */ 	font-weight: bold;
/* 173  */ 	color: #737373;
/* 174  */ 	font-size: 11px;
/* 175  */ 	display: block;
/* 176  */ }
/* 177  */ 
/* 178  */ /* Header
/* 179  *| ------------------------------------------------------------ */
/* 180  */ 
/* 181  */ #header {
/* 182  */ 	height: 120px;
/* 183  */ 
/* 184  */ }
/* 185  */ 
/* 186  */ #title-area {
/* 187  */ 	float: left;
/* 188  */ 	overflow: hidden;
/* 189  */ 	padding: 30px 0 0;
/* 190  */ 	width: 400px;
/* 191  */ }
/* 192  */ 
/* 193  */ #title {
/* 194  */ 	font-size: 26px;
/* 195  */ 	font-weight: bold;
/* 196  */ 	line-height: 32px;
/* 197  */ 
/* 198  */ }
/* 199  */ 
/* 200  */ #title a,

/* style.css */

/* 201  */ #title a:hover {
/* 202  */ 	color: #333;
/* 203  */ 	text-decoration: none;
/* 204  */ }
/* 205  */ 
/* 206  */ #description {
/* 207  */ 	font-size: 12px;
/* 208  */ 	line-height: 20px;
/* 209  */ }
/* 210  */ 
/* 211  */ #header .widget-area {
/* 212  */ 	float: right;
/* 213  */ 	width: 500px;
/* 214  */ 	padding: 25px 0 0;
/* 215  */ 	text-align: right;
/* 216  */ }
/* 217  */ 
/* 218  */ #header .wrap {
/* 219  */ 	background: url(/wp-content/themes/foxynews/images/bg-nav-bar.png) repeat-x bottom;
/* 220  */ 	height: 120px;
/* 221  */ }
/* 222  */ 
/* 223  */ 
/* 224  */ /* Image Header - Partial Width
/* 225  *| ------------------------------------------------------------ */
/* 226  */ 
/* 227  */ .header-image #title-area,
/* 228  */ .header-image #title,
/* 229  */ .header-image #title a {
/* 230  */ 	display: block;
/* 231  */ 	float: left;
/* 232  */ 	height: 55px;
/* 233  */ 	overflow: hidden;
/* 234  */ 	text-indent: -9999px;
/* 235  */ 	width: 440px;
/* 236  */ 
/* 237  */ 
/* 238  */ }
/* 239  */ 
/* 240  */ .header-image #description {
/* 241  */ 	display: block;
/* 242  */ 	overflow: hidden;
/* 243  */ }
/* 244  */ 
/* 245  */ 
/* 246  */ /* Image Header - Full Width
/* 247  *| ------------------------------------------------------------ */
/* 248  */ 
/* 249  */ .header-full-width #title-area,
/* 250  */ .header-full-width #title,

/* style.css */

/* 251  */ .header-full-width #title a {
/* 252  */ 	width: 960px;
/* 253  */ }
/* 254  */ 
/* 255  */ 
/* 256  */ /* Navigation Constants
/* 257  *| ------------------------------------------------------------ */
/* 258  */ 
/* 259  */ li:hover ul ul,
/* 260  */ li.sfHover ul ul {
/* 261  */ 	left: -9999px;
/* 262  */ }
/* 263  */ 
/* 264  */ li:hover,
/* 265  */ li.sfHover {
/* 266  */ 	position: static;
/* 267  */ }
/* 268  */ 
/* 269  */ 
/* 270  */ /* Header Right Navigation
/* 271  *| ------------------------------------------------------------ */
/* 272  */ 
/* 273  */ #header ul.nav,
/* 274  */ #header ul.menu {
/* 275  */ 	float: right;
/* 276  */ }
/* 277  */ 
/* 278  */ #header ul.nav ul,
/* 279  */ #header ul.menu ul {
/* 280  */ 	float: right;
/* 281  */ 	margin: 0;
/* 282  */ 	padding: 0;
/* 283  */ 	width: 100%;
/* 284  */ }
/* 285  */ 
/* 286  */ #header ul.nav li,
/* 287  */ #header ul.menu li {
/* 288  */ 	background-color: #333;
/* 289  */ 	float: left;
/* 290  */ 	list-style-type: none;
/* 291  */ 	text-transform: uppercase;
/* 292  */ }
/* 293  */ 
/* 294  */ #header ul.nav li a,
/* 295  */ #header ul.menu li a {
/* 296  */ 	color: #fff;
/* 297  */ 	display: block;
/* 298  */ 	font-size: 12px;
/* 299  */ 	padding: 7px 10px 5px;
/* 300  */ 	position: relative;

/* style.css */

/* 301  */ 	text-decoration: none;
/* 302  */ }
/* 303  */ 
/* 304  */ #header ul.nav li a:hover,
/* 305  */ #header ul.nav li a:active,
/* 306  */ #header ul.nav .current_page_item a,
/* 307  */ #header ul.nav .current-cat a,
/* 308  */ #header ul.nav .current-menu-item a,
/* 309  */ #header ul.menu li a:hover,
/* 310  */ #header ul.menu li a:active,
/* 311  */ #header ul.menu .current_page_item a,
/* 312  */ #header ul.menu .current-cat a,
/* 313  */ #header ul.menu .current-menu-item a {
/* 314  */ 	background-color: #000;
/* 315  */ 	color: #fff;
/* 316  */ }
/* 317  */ 
/* 318  */ #header ul.nav li a.sf-with-ul,
/* 319  */ #header ul.menu li a.sf-with-ul {
/* 320  */ 	padding-right: 25px;
/* 321  */ }
/* 322  */ 
/* 323  */ #header ul.nav li a .sf-sub-indicator,
/* 324  */ #header ul.menu li a .sf-sub-indicator {
/* 325  */ 	background: url(/wp-content/themes/foxynews/images/arrow-down.png) no-repeat;
/* 326  */ 	display: block;
/* 327  */ 	height: 10px;
/* 328  */ 	overflow: hidden;
/* 329  */ 	position: absolute;
/* 330  */ 	right: 10px;
/* 331  */ 	text-indent: -9999px;
/* 332  */ 	top: 12px;
/* 333  */ 	width: 10px;
/* 334  */ }
/* 335  */ 
/* 336  */ #header ul.nav li li a,
/* 337  */ #header ul.nav li li a:link,
/* 338  */ #header ul.nav li li a:visited,
/* 339  */ #header ul.menu li li a,
/* 340  */ #header ul.menu li li a:link,
/* 341  */ #header ul.menu li li a:visited {
/* 342  */ 	background-color: #333;
/* 343  */ 	border: 1px solid #666;
/* 344  */ 	border-top-width: 0;
/* 345  */ 	color: #fff;
/* 346  */ 	font-size: 11px;
/* 347  */ 	padding: 5px 10px;
/* 348  */ 	position: relative;
/* 349  */ 	width: 158px;
/* 350  */ }

/* style.css */

/* 351  */ 
/* 352  */ #header ul.nav li li a:hover,
/* 353  */ #header ul.nav li li a:active,
/* 354  */ #header ul.menu li li a:hover,
/* 355  */ #header ul.menu li li a:active {
/* 356  */ 	background-color: #000;
/* 357  */ }
/* 358  */ 
/* 359  */ #header ul.nav li li a .sf-sub-indicator,
/* 360  */ #header ul.menu li li a .sf-sub-indicator {
/* 361  */ 	background: url(/wp-content/themes/foxynews/images/arrow-right.png) no-repeat;
/* 362  */ 	top: 10px;
/* 363  */ }
/* 364  */ 
/* 365  */ #header ul.nav li ul,
/* 366  */ #header ul.menu li ul {
/* 367  */ 	height: auto;
/* 368  */ 	left: -9999px;
/* 369  */ 	position: absolute;
/* 370  */ 	width: 180px;
/* 371  */ 	z-index: 9999;
/* 372  */ }
/* 373  */ 
/* 374  */ #header ul.nav li ul a,
/* 375  */ #header ul.menu li ul a {
/* 376  */ 	width: 160px;
/* 377  */ }
/* 378  */ 
/* 379  */ #header ul.nav li ul ul,
/* 380  */ #header ul.menu li ul ul {
/* 381  */ 	margin: -31px 0 0 179px;
/* 382  */ }
/* 383  */ 
/* 384  */ #header ul.nav li:hover>ul,
/* 385  */ #header ul.nav li.sfHover ul,
/* 386  */ #header ul.menu li:hover>ul,
/* 387  */ #header ul.menu li.sfHover ul {
/* 388  */ 	left: auto;
/* 389  */ }
/* 390  */ 
/* 391  */ 
/* 392  */ /* Primary Navigation
/* 393  *| ------------------------------------------------------------ */
/* 394  */ 
/* 395  */ #nav {
/* 396  */ 	overflow: hidden;
/* 397  */ 	text-transform: uppercase;
/* 398  */ }
/* 399  */ 
/* 400  */ #nav ul {

/* style.css */

/* 401  */ 	float: left;
/* 402  */ 	width: auto;
/* 403  */ }
/* 404  */ 
/* 405  */ #nav li {
/* 406  */ 	float: left;
/* 407  */ 	list-style-type: none;
/* 408  */ }
/* 409  */ 
/* 410  */ #nav li a {
/* 411  */ 	color: #737373;
/* 412  */ 	display: block;
/* 413  */ 	font-size: 11px;
/* 414  */ 	position: relative;
/* 415  */ 	font-weight: bold;
/* 416  */ 	text-decoration: none;
/* 417  */ 	margin-right: 20px;
/* 418  */ 	line-height: 40px;
/* 419  */ }
/* 420  */ 
/* 421  */ #nav li li a {
/* 422  */ 	padding: 7px 10px 5px;
/* 423  */ 	margin: 0;
/* 424  */ 	text-shadow: none;
/* 425  */ 	line-height: 20px;
/* 426  */ }
/* 427  */ 
/* 428  */ #nav li a:hover,
/* 429  */ #nav lli a:active,
/* 430  */ #nav .current_page_item a,
/* 431  */ #nav .current-cat a,
/* 432  */ #nav .current-menu-item a {
/* 433  */ 	color: #000;
/* 434  */ }
/* 435  */ 
/* 436  */ #nav li li a:hover,
/* 437  */ #nav li li a:active,
/* 438  */ #nav li .current_page_item a,
/* 439  */ #nav li .current-cat a,
/* 440  */ #nav li .current-menu-item a {
/* 441  */ 	background-color: #000;
/* 442  */ 	color: #fff;
/* 443  */ }
/* 444  */ 
/* 445  */ #nav li li a.sf-with-ul {
/* 446  */ 	padding-right: 25px;
/* 447  */ }
/* 448  */ 
/* 449  */ #nav li li a .sf-sub-indicator {
/* 450  */ 	background: url(/wp-content/themes/foxynews/images/arrow-down.png) no-repeat;

/* style.css */

/* 451  */ 	display: block;
/* 452  */ 	height: 10px;
/* 453  */ 	overflow: hidden;
/* 454  */ 	position: absolute;
/* 455  */ 	right: 10px;
/* 456  */ 	text-indent: -9999px;
/* 457  */ 	top: 20px;
/* 458  */ 	width: 10px;
/* 459  */ }
/* 460  */ 
/* 461  */ .children { margin-left: 20px; }
/* 462  */ 
/* 463  */ #nav li li a,
/* 464  */ #nav li li a:link,
/* 465  */ #nav li li a:visited {
/* 466  */ 	background-color: #ebebeb;
/* 467  */ 	border: 1px solid #d2d2d2;
/* 468  */ 	border-top-width: 0;
/* 469  */ 	color: #737373;
/* 470  */ 	font-size: 11px;
/* 471  */ 	padding: 5px 10px;
/* 472  */ 	position: relative;
/* 473  */ 	width: 158px;
/* 474  */ }
/* 475  */ 
/* 476  */ #nav li li a:hover,
/* 477  */ #nav li li a:active {
/* 478  */ 	background-color: #cdcdcd;
/* 479  */ }
/* 480  */ 
/* 481  */ #nav li li a .sf-sub-indicator {
/* 482  */ 	background: url(/wp-content/themes/foxynews/images/arrow-right.png) no-repeat;
/* 483  */ 	top: 10px;
/* 484  */ }
/* 485  */ 
/* 486  */ #nav li ul {
/* 487  */ 	height: auto;
/* 488  */ 	left: -9999px;
/* 489  */ 	position: absolute;
/* 490  */ 	width: 180px;
/* 491  */ 	z-index: 9999;
/* 492  */ }
/* 493  */ 
/* 494  */ #nav li ul a {
/* 495  */ 	width: 160px;
/* 496  */ }
/* 497  */ 
/* 498  */ #nav li ul ul {
/* 499  */ 	margin: -31px 0 0 179px;
/* 500  */ }

/* style.css */

/* 501  */ 
/* 502  */ #nav li:hover>ul,
/* 503  */ #nav li.sfHover ul {
/* 504  */ 	left: auto;
/* 505  */ }
/* 506  */ 
/* 507  */ 
/* 508  */ /* Primary Navigation Extras
/* 509  *| ------------------------------------------------------------ */
/* 510  */ 
/* 511  */ #nav li.right {
/* 512  */ 	float: right;
/* 513  */ 	padding: 6px 10px 5px;
/* 514  */ }
/* 515  */ 
/* 516  */ #nav li.right a {
/* 517  */ 	background: none;
/* 518  */ 	border: none;
/* 519  */ 	color: #fff;
/* 520  */ 	display: inline;
/* 521  */ 	text-decoration: none;
/* 522  */ }
/* 523  */ 
/* 524  */ #nav li.right a:hover {
/* 525  */ 	color: #fff;
/* 526  */ 	text-decoration: underline;
/* 527  */ }
/* 528  */ 
/* 529  */ #nav li.search {
/* 530  */ 	padding: 0 10px;
/* 531  */ }
/* 532  */ 
/* 533  */ #nav li.rss a {
/* 534  */ 	background: url(/wp-content/themes/foxynews/images/rss.png) no-repeat center left;
/* 535  */ 	margin: 0 0 0 10px;
/* 536  */ 	padding: 7px 0 5px 16px;
/* 537  */ }
/* 538  */ 
/* 539  */ #nav li.twitter a {
/* 540  */ 	background: url(/wp-content/themes/foxynews/images/twitter-nav.png) no-repeat center left;
/* 541  */ 	padding: 7px 0 5px 20px;
/* 542  */ }
/* 543  */ 
/* 544  */ 
/* 545  */ /* Secondary Navigation
/* 546  *| ------------------------------------------------------------ */
/* 547  */ 
/* 548  */ #subnav {
/* 549  */ 	background: url(/wp-content/themes/foxynews/images/bg-nav.png) top repeat-x;
/* 550  */ 	clear: both;

/* style.css */

/* 551  */ 	overflow: hidden;
/* 552  */ 	width: 960px;
/* 553  */ 	margin: 0 auto;
/* 554  */ 	border-bottom: 1px solid #fff;
/* 555  */ }
/* 556  */ 
/* 557  */ #subnav ul {
/* 558  */ 	float: left;
/* 559  */ 	width: 100%;
/* 560  */ 	margin-left: -1px;
/* 561  */ }
/* 562  */ 
/* 563  */ #subnav .wrap {
/* 564  */ 	border: 1px solid #d2d2d2;
/* 565  */ 	border-width: 0 1px;
/* 566  */ 	height: 40px;
/* 567  */ 	width: auto;
/* 568  */ }
/* 569  */ 
/* 570  */ #subnav li {
/* 571  */ 	float: left;
/* 572  */ 	list-style-type: none;
/* 573  */ }
/* 574  */ 
/* 575  */ #subnav li a {
/* 576  */ 	color: #333333;
/* 577  */ 	display: block;
/* 578  */ 	font-size: 13px;
/* 579  */ 	padding: 0 14px 0 15px;
/* 580  */ 	position: relative;
/* 581  */ 	text-decoration: none;
/* 582  */ 	line-height: 40px;
/* 583  */ 	border-right: 1px solid #d2d2d2;
/* 584  */ }
/* 585  */ 
/* 586  */ #subnav ul ul a {
/* 587  */ 	line-height: 20px;
/* 588  */ 	padding: 10px;
/* 589  */ }
/* 590  */ 
/* 591  */ #subnav li a:hover,
/* 592  */ #subnav li a:active,
/* 593  */ #subnav .current_page_item a,
/* 594  */ #subnav .current-cat a,
/* 595  */ #subnav .current-menu-item a {
/* 596  */ 	background: url(/wp-content/themes/foxynews/images/bg-nav-active.png) top repeat-x #242424;
/* 597  */ 	color: #fff;
/* 598  */ }
/* 599  */ 
/* 600  */ #subnav li li a.sf-with-ul {

/* style.css */

/* 601  */ 	padding-right: 25px;
/* 602  */ }
/* 603  */ 
/* 604  */ #subnav li li a .sf-sub-indicator {
/* 605  */ 	background: url(/wp-content/themes/foxynews/images/arrow-down.png) no-repeat;
/* 606  */ 	display: block;
/* 607  */ 	height: 10px;
/* 608  */ 	overflow: hidden;
/* 609  */ 	position: absolute;
/* 610  */ 	right: 10px;
/* 611  */ 	text-indent: -9999px;
/* 612  */ 	top: 12px;
/* 613  */ 	width: 10px;
/* 614  */ }
/* 615  */ 
/* 616  */ #subnav li li a,
/* 617  */ #subnav li li a:link,
/* 618  */ #subnav li li a:visited {
/* 619  */ 	background-color: #333;
/* 620  */ 	border: 1px solid #666;
/* 621  */ 	border-width: 0 0 1px 0;
/* 622  */ 	color: #fff;
/* 623  */ 	font-size: 11px;
/* 624  */ 	padding: 5px 10px;
/* 625  */ 	position: relative;
/* 626  */ 	width: 158px;
/* 627  */ }
/* 628  */ 
/* 629  */ #subnav li li a:hover,
/* 630  */ #subnav li li a:active {
/* 631  */ 	background-color: #000;
/* 632  */ }
/* 633  */ 
/* 634  */ #subnav li li a .sf-sub-indicator {
/* 635  */ 	background: url(/wp-content/themes/foxynews/images/arrow-right.png) no-repeat;
/* 636  */ 	top: 10px;
/* 637  */ }
/* 638  */ 
/* 639  */ #subnav li ul {
/* 640  */ 	height: auto;
/* 641  */ 	left: -9999px;
/* 642  */ 	position: absolute;
/* 643  */ 	width: 180px;
/* 644  */ 	z-index: 9999;
/* 645  */ 	margin-left: 0;
/* 646  */ }
/* 647  */ 
/* 648  */ #subnav li ul a {
/* 649  */ 	width: 160px;
/* 650  */ }

/* style.css */

/* 651  */ 
/* 652  */ #subnav li ul ul {
/* 653  */ 	margin: -31px 0 0 178px;
/* 654  */ }
/* 655  */ 
/* 656  */ #subnav li:hover>ul,
/* 657  */ #subnav li.sfHover ul {
/* 658  */ 	left: auto;
/* 659  */ }
/* 660  */ 
/* 661  */ 
/* 662  */ /* Inner
/* 663  *| ------------------------------------------------------------ */
/* 664  */ 
/* 665  */ #inner {
/* 666  */ 	margin: 20px auto;
/* 667  */ 	overflow: hidden;
/* 668  */ 	width: 960px;
/* 669  */ }
/* 670  */ 
/* 671  */ 
/* 672  */ /* Breadcrumb
/* 673  *| ------------------------------------------------------------ */
/* 674  */ 
/* 675  */ .breadcrumb {
/* 676  */ 	margin: 0 0 30px;
/* 677  */ 	padding: 5px 10px;
/* 678  */ }
/* 679  */ 
/* 680  */ 
/* 681  */ /* Taxonomy Description
/* 682  *| ------------------------------------------------------------ */
/* 683  */ 
/* 684  */ .taxonomy-description {
/* 685  */ 	margin: 0 0 30px;
/* 686  */ 	padding: 10px;
/* 687  */ }
/* 688  */ 
/* 689  */ 
/* 690  */ /* Content-Sidebar Wrap
/* 691  *| ------------------------------------------------------------ */
/* 692  */ 
/* 693  */ #content-sidebar-wrap {
/* 694  */ 	float: left;
/* 695  */ 	width: 790px;
/* 696  */ 	padding-top:20px;
/* 697  */ }
/* 698  */ 
/* 699  */ .content-sidebar #content-sidebar-wrap,
/* 700  */ .sidebar-content #content-sidebar-wrap {

/* style.css */

/* 701  */ 	width: 960px;
/* 702  */ }
/* 703  */ 
/* 704  */ .sidebar-content-sidebar #content-sidebar-wrap,
/* 705  */ .sidebar-sidebar-content #content-sidebar-wrap {
/* 706  */ 	float: right;
/* 707  */ }
/* 708  */ 
/* 709  */ .full-width-content #content-sidebar-wrap {
/* 710  */ 	width: 960px;
/* 711  */ }
/* 712  */ 
/* 713  */ 
/* 714  */ /* Content
/* 715  *| ------------------------------------------------------------ */
/* 716  */ 
/* 717  */ #content {
/* 718  */ 	float: left;
/* 719  */ 	width: 470px;
/* 720  */ }
/* 721  */ 
/* 722  */ .content-sidebar #content,
/* 723  */ 
/* 724  */ .sidebar-content #content {
/* 725  */ 	width: 640px;
/* 726  */ 
/* 727  */ }
/* 728  */ 
/* 729  */ .sidebar-content #content,
/* 730  */ .sidebar-sidebar-content #content {
/* 731  */ 	float: right;
/* 732  */ }
/* 733  */ 
/* 734  */ .full-width-content #content {
/* 735  */ 	width: 960px;
/* 736  */ 
/* 737  */ }
/* 738  */ 
/* 739  */ blockquote {
/* 740  */ 	margin: 5px 15px 15px;
/* 741  */ 	padding: 10px 20px 0 15px;
/* 742  */ }
/* 743  */ 
/* 744  */ .post {
/* 745  */ 	margin: 0 0 30px;
/* 746  */ }
/* 747  */ 
/* 748  */ .entry-content {
/* 749  */ 	overflow: hidden;
/* 750  */ }

/* style.css */

/* 751  */ 
/* 752  */ .entry-content p {
/* 753  */ 	padding: 0 0 15px;
/* 754  */ 	font-size: 14px;
/* 755  */ }
/* 756  */ 
/* 757  */ .clear {
/* 758  */ 	clear: both;
/* 759  */ }
/* 760  */ 
/* 761  */ .clearfix:after {
/* 762  */ 	content: ".";
/* 763  */ 	display: block;
/* 764  */ 	clear: both;
/* 765  */ 	visibility: hidden;
/* 766  */ 	line-height: 0;
/* 767  */ 	height: 0;
/* 768  */ }
/* 769  */ 
/* 770  */ .clearfix {
/* 771  */ 	display: inline-block;
/* 772  */ }
/* 773  */ 
/* 774  */ html[xmlns] .clearfix {
/* 775  */ 	display: block;
/* 776  */ }
/* 777  */ 
/* 778  */ * html .clearfix {
/* 779  */ 	height: 1%;
/* 780  */ }
/* 781  */ 
/* 782  */ .clear-line {
/* 783  */ 	border-bottom: 1px solid #e6e6e6;
/* 784  */ 	clear: both;
/* 785  */ 	margin: 0 0 15px;
/* 786  */ }
/* 787  */ 
/* 788  */ 
/* 789  */ /* Column Classes
/* 790  *| ------------------------------------------------------------ */
/* 791  */ 
/* 792  */ .five-sixths,
/* 793  */ .four-fifths,
/* 794  */ .four-sixths,
/* 795  */ .one-fifth,
/* 796  */ .one-fourth,
/* 797  */ .one-half,
/* 798  */ .one-sixth,
/* 799  */ .one-third,
/* 800  */ .three-fifths,

/* style.css */

/* 801  */ .three-fourths,
/* 802  */ .three-sixths,
/* 803  */ .two-fifths,
/* 804  */ .two-fourths,
/* 805  */ .two-sixths,
/* 806  */ .two-thirds {
/* 807  */ 	float: left;
/* 808  */ 	margin: 0 0 20px;
/* 809  */ 	padding-left: 3%;
/* 810  */ }
/* 811  */ 
/* 812  */ .one-half,
/* 813  */ .three-sixths,
/* 814  */ .two-fourths {
/* 815  */ 	width: 48%;
/* 816  */ }
/* 817  */ 
/* 818  */ .one-third,
/* 819  */ .two-sixths {
/* 820  */ 	width: 31%;
/* 821  */ }
/* 822  */ 
/* 823  */ .four-sixths,
/* 824  */ .two-thirds {
/* 825  */ 	width: 65%;
/* 826  */ }
/* 827  */ 
/* 828  */ .one-fourth {
/* 829  */ 	width: 22.5%;
/* 830  */ }
/* 831  */ 
/* 832  */ .three-fourths {
/* 833  */ 	width: 73.5%;
/* 834  */ }
/* 835  */ 
/* 836  */ .one-fifth {
/* 837  */ 	width: 17.4%;
/* 838  */ }
/* 839  */ 
/* 840  */ .two-fifths {
/* 841  */ 	width: 37.8%;
/* 842  */ }
/* 843  */ 
/* 844  */ .three-fifths {
/* 845  */ 	width: 58.2%;
/* 846  */ }
/* 847  */ 
/* 848  */ .four-fifths {
/* 849  */ 	width: 78.6%;
/* 850  */ }

/* style.css */

/* 851  */ 
/* 852  */ .one-sixth {
/* 853  */ 	width: 14%;
/* 854  */ }
/* 855  */ 
/* 856  */ .five-sixths {
/* 857  */ 	width: 82%;
/* 858  */ }
/* 859  */ 
/* 860  */ .first {
/* 861  */ 	clear: both;
/* 862  */ 	padding-left: 0;
/* 863  */ }
/* 864  */ 
/* 865  */ 
/* 866  */ /* Featured Post Grid
/* 867  *| ------------------------------------------------------------ */
/* 868  */ 
/* 869  */ .genesis-grid-even {
/* 870  */ 	float: right;
/* 871  */ 	padding: 0 0 15px;
/* 872  */ 	width: 48%;
/* 873  */ }
/* 874  */ 
/* 875  */ .genesis-grid-odd {
/* 876  */ 	clear: both;
/* 877  */ 	float: left;
/* 878  */ 	padding: 0 0 15px;
/* 879  */ 	width: 48%;
/* 880  */ }
/* 881  */ 
/* 882  */ .genesis-grid-even,
/* 883  */ .genesis-grid-odd {
/* 884  */ 	margin: 0 0 20px;
/* 885  */ }
/* 886  */ 
/* 887  */ 
/* 888  */ /* Headlines
/* 889  *| ------------------------------------------------------------ */
/* 890  */ 
/* 891  */ h1,
/* 892  */ h2,
/* 893  */ h2 a,
/* 894  */ h2 a:visited {
/* 895  */ 	font-size: 26px;
/* 896  */ 	line-height: 30px;
/* 897  */ 	padding-bottom: 10px;
/* 898  */ 	font-weight: bold;
/* 899  */ 	
/* 900  */ }

/* style.css */

/* 901  */ 
/* 902  */ .page h1 {
/* 903  */ 	margin: 5 0 5px;
/* 904  */ }
/* 905  */ 
/* 906  */ h2 a:hover {
/* 907  */ 	color: #e84866;
/* 908  */ 	text-decoration: none;
/* 909  */ }
/* 910  */ 
/* 911  */ .widget-area h2 {
/* 912  */ 	font-size: 14px;
/* 913  */ 	font-weight: bold;
/* 914  */ }
/* 915  */ 
/* 916  */ h3 {
/* 917  */ 	font-size: 16px;
/* 918  */ 	margin: 0 0 15px;
/* 919  */ }
/* 920  */ 
/* 921  */ h4 {
/* 922  */ 	font-size: 14px;
/* 923  */ }
/* 924  */ 
/* 925  */ .widget-area h4, .related-posts h4 {
/* 926  */ 	font-size: 12px;
/* 927  */ 	font-weight: bold;
/* 928  */ 	text-transform: uppercase;
/* 929  */ 	color: #e84866;
/* 930  */ 	background: url(/wp-content/themes/foxynews/images/bg-line.png) repeat-x bottom;
/* 931  */ 	padding-bottom: 15px;
/* 932  */ 	margin-bottom: 20px;
/* 933  */ }
/* 934  */ 
/* 935  */ h5 {
/* 936  */ 	font-size: 12px;
/* 937  */ }
/* 938  */ 
/* 939  */ h6 {
/* 940  */ 	font-size: 10px;
/* 941  */ }
/* 942  */ 
/* 943  */ #content .entry-title {
/* 944  */ 	background: url(/wp-content/themes/foxynews/images/bg-line.png) repeat-x bottom;
/* 945  */ 	padding-bottom: 20px;
/* 946  */ 	padding-top: 10px;
/* 947  */ 	margin-bottom: 10px;
/* 948  */ 	
/* 949  */ }
/* 950  */ 

/* style.css */

/* 951  */ 
/* 952  */ /* Unordered / Ordered Lists
/* 953  *| ------------------------------------------------------------ */
/* 954  */ 
/* 955  */ .entry-content ol,
/* 956  */ .entry-content ul {
/* 957  */ 	margin: 0;
/* 958  */ 	padding: 0 0 15px;
/* 959  */ }
/* 960  */ 
/* 961  */ .archive-page ul li,
/* 962  */ .entry-content ul li {
/* 963  */ 	list-style-type: square;
/* 964  */ 	margin: 0 0 0 20px;
/* 965  */ 	padding: 0;
/* 966  */ }
/* 967  */ 
/* 968  */ .entry-content .post ol li,
/* 969  */ .entry-content .page ol li {
/* 970  */ 	margin: 0 0 0 25px;
/* 971  */ }
/* 972  */ 
/* 973  */ .archive-page ul li,
/* 974  */ .entry-content .post ul li,
/* 975  */ .entry-content .page ul li {
/* 976  */ 	list-style-type: square;
/* 977  */ }
/* 978  */ 
/* 979  */ .archive-page ul ul,
/* 980  */ .entry-content ul ul,
/* 981  */ .entry-content ol ol {
/* 982  */ 	padding: 0;
/* 983  */ }
/* 984  */ 
/* 985  */ 
/* 986  */ /* Post Info
/* 987  *| ------------------------------------------------------------ */
/* 988  */ 
/* 989  */ #content .post-info {
/* 990  */ 	background: url(/wp-content/themes/foxynews/images/bg-dotted.png) repeat-x bottom;
/* 991  */ 	clear: both;
/* 992  */ 	font-size: 10px;
/* 993  */ 	padding: 0 0 11px;
/* 994  */ 	text-transform: uppercase;
/* 995  */ 	color: #666;
/* 996  */ 	margin-bottom: 15px;
/* 997  */ }
/* 998  */ 
/* 999  */ .post-info a {
/* 1000 */ 	color: #aaa;

/* style.css */

/* 1001 */ }
/* 1002 */ 
/* 1003 */ #content .featuredpost .post-info,
/* 1004 */ #content .featuredpage .post-info,
/* 1005 */ .widget .post-info  {
/* 1006 */ 	font-size: 10px;
/* 1007 */ 	color: #9c9c9c;
/* 1008 */ 	clear: none;
/* 1009 */ 	background: none;
/* 1010 */ 	padding: 0;
/* 1011 */ 	margin: 3px 0;
/* 1012 */ 	text-transform: uppercase;
/* 1013 */ }
/* 1014 */ 
/* 1015 */ /* Post Meta
/* 1016 *| ------------------------------------------------------------ */
/* 1017 */ 
/* 1018 */ .post-meta {
/* 1019 */ 	background: url(/wp-content/themes/foxynews/images/bg-dotted.png) repeat-x top;
/* 1020 */ 	clear: both;
/* 1021 */ 	font-size: 10px;
/* 1022 */ 	padding: 6px 0 0;
/* 1023 */ 	text-transform: uppercase;
/* 1024 */ 	color: #666;
/* 1025 */ }
/* 1026 */ 
/* 1027 */ .post-meta a {
/* 1028 */ 	color: #aaa;
/* 1029 */ }
/* 1030 */ 
/* 1031 */ 
/* 1032 */ /* Author Box
/* 1033 *| ------------------------------------------------------------ */
/* 1034 */ 
/* 1035 */ .author-box {
/* 1036 */ 	padding-top: 30px;
/* 1037 */ 	background: url(/wp-content/themes/foxynews/images/bg-line.png) repeat-x;
/* 1038 */ 	margin: 0 0 30px;
/* 1039 */ 	overflow: hidden;
/* 1040 */ }
/* 1041 */ 
/* 1042 */ 
/* 1043 */ /* Sticky Posts
/* 1044 *| ------------------------------------------------------------ */
/* 1045 */ 
/* 1046 */ .sticky {
/* 1047 */ 	margin: 0 0 40px;
/* 1048 */ 	padding: 10px;
/* 1049 */ }
/* 1050 */ 

/* style.css */

/* 1051 */ 
/* 1052 */ /* Archive Page
/* 1053 *| ------------------------------------------------------------ */
/* 1054 */ 
/* 1055 */ .archive-page {
/* 1056 */ 	float: left;
/* 1057 */ 	padding: 20px 0;
/* 1058 */ 	width: 50%;
/* 1059 */ }
/* 1060 */ 
/* 1061 */ 
/* 1062 */ /* Post Icons
/* 1063 *| ------------------------------------------------------------ */
/* 1064 */ 
/* 1065 */ .post-comments,
/* 1066 */ .tags {
/* 1067 */ 	background: url(/wp-content/themes/foxynews/images/icon-dot.png) no-repeat top left;
/* 1068 */ 	margin: 0 0 0 3px;
/* 1069 */ 	padding: 0 0 2px 8px;
/* 1070 */ }
/* 1071 */ 
/* 1072 */ 
/* 1073 */ /* Images
/* 1074 *| ------------------------------------------------------------ */
/* 1075 */ 
/* 1076 */ img {
/* 1077 */ 	max-width: 100%;
/* 1078 */ }
/* 1079 */ 
/* 1080 */ img.alignleft,
/* 1081 */ img.alignright,
/* 1082 */ .alignleft img,
/* 1083 */ .alignright img {
/* 1084 */ 	max-width: none;
/* 1085 */ }
/* 1086 */ 
/* 1087 */ .avatar,
/* 1088 */ .featuredpage img,
/* 1089 */ .featuredpost img,
/* 1090 */ .post-image,
/* 1091 */ .thumb img {
/* 1092 */ 	background-color: #fff;
/* 1093 */ 	border: 1px solid #DBDBDB;
/* 1094 */ 	padding: 4px;
/* 1095 */ }
/* 1096 */ 
/* 1097 */ .featuredpage img.Long,
/* 1098 */ .featuredpost img.Long {
/* 1099 */ 	margin-bottom: 10px;
/* 1100 */ }

/* style.css */

/* 1101 */ 
/* 1102 */ .author-box .avatar {
/* 1103 */ 	float: left;
/* 1104 */ 	margin: 0 10px 0 0;
/* 1105 */ }
/* 1106 */ 
/* 1107 */ .post-image {
/* 1108 */ 	margin: 0 10px 10px 0;
/* 1109 */ }
/* 1110 */ 
/* 1111 */ .comment-list li .avatar {
/* 1112 */ 	background-color: #fff;
/* 1113 */ 	float: left;
/* 1114 */ 	margin: 0 15px 10px 0;
/* 1115 */ 	padding: 4px;
/* 1116 */ }
/* 1117 */ 
/* 1118 */ img.centered,
/* 1119 */ .aligncenter {
/* 1120 */ 	display: block;
/* 1121 */ 	margin: 0 auto 10px;
/* 1122 */ }
/* 1123 */ 
/* 1124 */ img.alignnone {
/* 1125 */ 	display: inline;
/* 1126 */ 	margin: 0 0 10px;
/* 1127 */ }
/* 1128 */ 
/* 1129 */ img.alignleft {
/* 1130 */ 	display: inline;
/* 1131 */ 	margin: 0 10px 10px 0;
/* 1132 */ }
/* 1133 */ 
/* 1134 */ img.alignright {
/* 1135 */ 	display: inline;
/* 1136 */ 	margin: 0 0 10px 10px;
/* 1137 */ }
/* 1138 */ 
/* 1139 */ .alignleft {
/* 1140 */ 	float: left;
/* 1141 */ 	margin: 0 10px 0 0;
/* 1142 */ }
/* 1143 */ 
/* 1144 */ .alignright {
/* 1145 */ 	float: right;
/* 1146 */ 	margin: 0 0 0 10px;
/* 1147 */ }
/* 1148 */ 
/* 1149 */ .wp-caption {
/* 1150 */ 	padding: 5px 0 0 1px;

/* style.css */

/* 1151 */ 	text-align: center;
/* 1152 */ }
/* 1153 */ 
/* 1154 */ p.wp-caption-text {
/* 1155 */ 	font-size: 11px;
/* 1156 */ 	line-height: 12px;
/* 1157 */ 	padding: 5px 0;
/* 1158 */ }
/* 1159 */ 
/* 1160 */ .wp-smiley,
/* 1161 */ .wp-wink {
/* 1162 */ 	border: none;
/* 1163 */ 	float: none;
/* 1164 */ }
/* 1165 */ 
/* 1166 */ 
/* 1167 */ /* Post Navigation
/* 1168 *| ------------------------------------------------------------ */
/* 1169 */ 
/* 1170 */ .navigation {
/* 1171 */ 	overflow: hidden;
/* 1172 */ 	padding: 20px 0;
/* 1173 */ 	width: 100%;
/* 1174 */ }
/* 1175 */ 
/* 1176 */ .navigation li {
/* 1177 */ 	display: inline;
/* 1178 */ }
/* 1179 */ 
/* 1180 */ .navigation li a,
/* 1181 */ .navigation li.disabled,
/* 1182 */ .navigation li a:hover,
/* 1183 */ .navigation li.active a {
/* 1184 */ 	border: 1px solid #e6e6e6;
/* 1185 */ 	padding: 5px 8px;
/* 1186 */ 	background: #fff;
/* 1187 */ 	font-size: 10px;
/* 1188 */ 	font-weight: bold;
/* 1189 */ 	text-transform: uppercase;
/* 1190 */ }
/* 1191 */ 
/* 1192 */ .navigation li a:hover,
/* 1193 */ .navigation li.active a {
/* 1194 */ 	background: #eee;
/* 1195 */ 	text-decoration: none;
/* 1196 */ }
/* 1197 */ 
/* 1198 */ 
/* 1199 */ /* Primary / Secondary Sidebars
/* 1200 *| ------------------------------------------------------------ */

/* style.css */

/* 1201 */ 
/* 1202 */ .sidebar {
/* 1203 */ 	display: inline;
/* 1204 */ 	float: right;
/* 1205 */ 	width: 300px;
/* 1206 */ }
/* 1207 */ 
/* 1208 */ #sidebar-alt {
/* 1209 */ 	float: left;
/* 1210 */ 	width: 150px;
/* 1211 */ }
/* 1212 */ 
/* 1213 */ .sidebar-content #sidebar,
/* 1214 */ .sidebar-sidebar-content #sidebar {
/* 1215 */ 	float: left;
/* 1216 */ }
/* 1217 */ 
/* 1218 */ .content-sidebar-sidebar #sidebar-alt {
/* 1219 */ 	float: right;
/* 1220 */ }
/* 1221 */ 
/* 1222 */ .sidebar .widget {
/* 1223 */ 	margin: 0 0 30px;
/* 1224 */ }
/* 1225 */ 
/* 1226 */ .widget-area ol,
/* 1227 */ .widget-area ul {
/* 1228 */ 	margin: 10px 0 0 25px;
/* 1229 */ }
/* 1230 */ 
/* 1231 */ .widget-area ol ol,
/* 1232 */ .widget-area ul ul {
/* 1233 */ 	margin: 0 0 0 15px;
/* 1234 */ }
/* 1235 */ 
/* 1236 */ .widget-area ul li {
/* 1237 */ 	list-style-type: square;
/* 1238 */ 	word-wrap: break-word;
/* 1239 */ }
/* 1240 */ 
/* 1241 */ .widget-area ol li {
/* 1242 */ 	list-style-type: decimal;
/* 1243 */ }
/* 1244 */ 
/* 1245 */ 
/* 1246 */ /* Tag Cloud
/* 1247 *| ------------------------------------------------------------ */
/* 1248 */ 
/* 1249 */ .widget_tag_cloud div div {
/* 1250 */ 	padding: 10px 10px 0;

/* style.css */

/* 1251 */ }
/* 1252 */ 
/* 1253 */ 
/* 1254 */ /* Dropdowns
/* 1255 *| ------------------------------------------------------------ */
/* 1256 */ 
/* 1257 */ #cat,
/* 1258 */ .widget_archive select {
/* 1259 */ 	display: inline;
/* 1260 */ 	font-size: 12px;
/* 1261 */ 	margin: 10px 10px 0;
/* 1262 */ 	padding: 3px;
/* 1263 */ 	width: 278px;
/* 1264 */ }
/* 1265 */ 
/* 1266 */ #sidebar-alt #cat,
/* 1267 */ #sidebar-alt .widget_archive select {
/* 1268 */ 	width: 128px;
/* 1269 */ }
/* 1270 */ 
/* 1271 */ 
/* 1272 */ /* Featured Page / Post
/* 1273 *| ------------------------------------------------------------ */
/* 1274 */ 
/* 1275 */ .featuredpage,
/* 1276 */ .featuredpost {
/* 1277 */ 	clear: both;
/* 1278 */ 	overflow: hidden;
/* 1279 */ }
/* 1280 */ 
/* 1281 */ .featuredpage .page,
/* 1282 */ .featuredpost .post {
/* 1283 */ 	margin: 0 0 15px;
/* 1284 */ 	overflow: hidden;
/* 1285 */ 	background: url(/wp-content/themes/foxynews/images/bg-dotted.png) repeat-x bottom;
/* 1286 */ 	padding-bottom: 16px;
/* 1287 */ }
/* 1288 */ 
/* 1289 */ .featuredpage .more-link,
/* 1290 */ .featuredpost .more-link {
/* 1291 */ 	font-size: 10px;
/* 1292 */ 	text-transform: uppercase;
/* 1293 */ }
/* 1294 */ 
/* 1295 */ 
/* 1296 */ /* User Profile
/* 1297 *| ------------------------------------------------------------ */
/* 1298 */ 
/* 1299 */ .user-profile {
/* 1300 */ 	overflow: hidden;

/* style.css */

/* 1301 */ }
/* 1302 */ 
/* 1303 */ .user-profile p {
/* 1304 */ 	padding: 10px 10px 0;
/* 1305 */ }
/* 1306 */ 
/* 1307 */ .user-profile .posts_link {
/* 1308 */ 	padding: 0 0 0 10px;
/* 1309 */ }
/* 1310 */ 
/* 1311 */ 
/* 1312 */ /* Buttons
/* 1313 *| ------------------------------------------------------------ */
/* 1314 */ 
/* 1315 */ div.gform_footer input.button,
/* 1316 */ .enews #subbutton,
/* 1317 */ .reply a,
/* 1318 */ .reply a:visited,
/* 1319 */ .searchsubmit,
/* 1320 */ #submit {
/* 1321 */ 	background-color: #e84866;
/* 1322 */ 	border: none;
/* 1323 */ 	color: #fff;
/* 1324 */ 	cursor: pointer;
/* 1325 */ 	font-size: 10px;
/* 1326 */ 	padding: 3px 5px;
/* 1327 */ 	text-decoration: none;
/* 1328 */ 	text-transform: uppercase;
/* 1329 */ 	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
/* 1330 */ }
/* 1331 */ 
/* 1332 */ div.gform_footer input.button:hover,
/* 1333 */ .enews #subbutton:hover,
/* 1334 */ .reply a:hover,
/* 1335 */ .searchsubmit:hover,
/* 1336 */ #submit:hover {
/* 1337 */ 	background-color: #3c3c3c;
/* 1338 */ 	border: none;
/* 1339 */ 	color: #fff;
/* 1340 */ 	text-decoration: none;
/* 1341 */ }
/* 1342 */ 
/* 1343 */ 
/* 1344 */ /* Search Form
/* 1345 *| ------------------------------------------------------------ */
/* 1346 */ 
/* 1347 */ #header .searchform {
/* 1348 */ 	float: right;
/* 1349 */ 	padding: 40px 0 0;
/* 1350 */ }

/* style.css */

/* 1351 */ 
/* 1352 */ #nav .searchform {
/* 1353 */ 	float: right;
/* 1354 */ }
/* 1355 */ 
/* 1356 */ .widget_search {
/* 1357 */ 	position: relative;
/* 1358 */ }
/* 1359 */ 
/* 1360 */ .widget_search .searchform .searchsubmit {
/* 1361 */ 	position: absolute;
/* 1362 */ 	right: 5px;
/* 1363 */ 	top: 5px;
/* 1364 */ 	border: none !important;
/* 1365 */ 	background: #e84866;
/* 1366 */ 	color: #fff;
/* 1367 */ 	font-size: 10px;
/* 1368 */ 	text-shadow: 1px 1px rgba(0,0,0,.2);
/* 1369 */ }
/* 1370 */ 
/* 1371 */ .widget_search .searchform .searchsubmit:hover {
/* 1372 */ 	background: #3c3c3c;
/* 1373 */ }
/* 1374 */ 
/* 1375 */ .s {
/* 1376 */ 	font-size: 12px;
/* 1377 */ 	padding: 8px 70px 7px 10px;
/* 1378 */ 	width: 218px;
/* 1379 */ 	background: url(/wp-content/themes/foxynews/images/bg-field.png) repeat-x top #fff !important;
/* 1380 */ 	border: 1px solid #dbdbdb !important;
/* 1381 */ }
/* 1382 */ 
/* 1383 */ 
/* 1384 */ /* eNews and Update Widget
/* 1385 *| ------------------------------------------------------------ */
/* 1386 */ 
/* 1387 */ .enews #subbox {
/* 1388 */ 	font-size: 11px;
/* 1389 */ 	margin: 5px 5px 0 0;
/* 1390 */ 	width: 230px;
/* 1391 */ }
/* 1392 */ 
/* 1393 */ 
/* 1394 */ /* Calendar Widget
/* 1395 *| ------------------------------------------------------------ */
/* 1396 */ 
/* 1397 */ #wp-calendar {
/* 1398 */ 	width: 100%;
/* 1399 */ }
/* 1400 */ 

/* style.css */

/* 1401 */ #wp-calendar caption {
/* 1402 */ 	font-size: 12px;
/* 1403 */ 	font-style: italic;
/* 1404 */ 	padding: 2px 5px 0 0;
/* 1405 */ 	text-align: right;
/* 1406 */ }
/* 1407 */ 
/* 1408 */ #wp-calendar thead {
/* 1409 */ 	background-color: #f7f7f7;
/* 1410 */ 	font-weight: bold;
/* 1411 */ 	margin: 10px 0 0;
/* 1412 */ }
/* 1413 */ 
/* 1414 */ #wp-calendar td {
/* 1415 */ 	background-color: #f7f7f7;
/* 1416 */ 	padding: 2px;
/* 1417 */ 	text-align: center;
/* 1418 */ }
/* 1419 */ 
/* 1420 */ 
/* 1421 */ /* Footer Widgets
/* 1422 *| ------------------------------------------------------------ */
/* 1423 */ 
/* 1424 */ #footer-widgets {
/* 1425 */ 	background: url(/wp-content/themes/foxynews/images/bg-footertop.png) repeat-x top #ebebeb;
/* 1426 */ 	clear: both;
/* 1427 */ 	font-size: 12px;
/* 1428 */ 	margin: 0 auto;
/* 1429 */ 	overflow: hidden;
/* 1430 */ 	padding: 40px 0 0;
/* 1431 */ }
/* 1432 */ 
/* 1433 */ #footer-widgets .wrap {
/* 1434 */ 	margin: 0 auto;
/* 1435 */ 	width: 960px;
/* 1436 */ }
/* 1437 */ 
/* 1438 */ #footer-widgets .widget {
/* 1439 */ 	background: none;
/* 1440 */ 	border: none;
/* 1441 */ 	padding: 0;
/* 1442 */ 	color: #666;
/* 1443 */ }
/* 1444 */ 
/* 1445 */ #footer-widgets .textwidget {
/* 1446 */ 	padding: 0;
/* 1447 */ }
/* 1448 */ 
/* 1449 */ #footer-widgets .widget_tag_cloud div div {
/* 1450 */ 	padding: 0;

/* style.css */

/* 1451 */ }
/* 1452 */ 
/* 1453 */ #footer-widgets h4 {
/* 1454 */ 	background: none;
/* 1455 */ 	border-bottom: 1px solid #d4d4d4;
/* 1456 */ 	padding-bottom: 10px;
/* 1457 */ 	color: #333;
/* 1458 */ 	font-size: 11px;
/* 1459 */ }
/* 1460 */ 
/* 1461 */ #footer-widgets p {
/* 1462 */ 	padding: 0 0 10px;
/* 1463 */ 	color: #666;
/* 1464 */ }
/* 1465 */ 
/* 1466 */ #footer-widgets a,
/* 1467 */ #footer-widgets a:visited {
/* 1468 */ 	color: #fff;
/* 1469 */ 	text-decoration: underline;
/* 1470 */ }
/* 1471 */ 
/* 1472 */ #footer-widgets a:hover {
/* 1473 */ 	text-decoration: none;
/* 1474 */ }
/* 1475 */ 
/* 1476 */ #footer-widgets ul {
/* 1477 */ 	list-style-type: none;
/* 1478 */ 	margin: 0 0 10px;
/* 1479 */ 	color: #666;
/* 1480 */ }
/* 1481 */ 
/* 1482 */ #footer-widgets ul li {
/* 1483 */ 	list-style-type: square;
/* 1484 */ 	margin: 0 0 0 15px;
/* 1485 */ }
/* 1486 */ 
/* 1487 */ #footer-widgets #wp-calendar thead,
/* 1488 */ #footer-widgets #wp-calendar td {
/* 1489 */ 	background: none;
/* 1490 */ }
/* 1491 */ 
/* 1492 */ .footer-widgets-1 {
/* 1493 */ 	float: left;
/* 1494 */ 	padding: 0 30px 0 0;
/* 1495 */ 	width: 300px;
/* 1496 */ }
/* 1497 */ 
/* 1498 */ .footer-widgets-2 {
/* 1499 */ 	float: left;
/* 1500 */ 	width: 300px;

/* style.css */

/* 1501 */ }
/* 1502 */ 
/* 1503 */ .footer-widgets-3 {
/* 1504 */ 	float: right;
/* 1505 */ 	width: 300px;
/* 1506 */ }
/* 1507 */ 
/* 1508 */ 
/* 1509 */ /* Footer
/* 1510 *| ------------------------------------------------------------ */
/* 1511 */ 
/* 1512 */ #footer {
/* 1513 */ 	clear: both;
/* 1514 */ 	font-size: 10px;
/* 1515 */ 	overflow: hidden;
/* 1516 */ 	padding: 57px 0 15px;
/* 1517 */ 	text-transform: uppercase;
/* 1518 */ 	background: url(/wp-content/themes/foxynews/images/bg-footerbottom.png) repeat-x top;
/* 1519 */ 	color: #888888;
/* 1520 */ 	font-weight: bold;
/* 1521 */ }
/* 1522 */ 
/* 1523 */ #footer p {
/* 1524 */ 	font-size: 10px;
/* 1525 */ 	font-weight: bold;
/* 1526 */ 	color: #888888;
/* 1527 */ }
/* 1528 */ 
/* 1529 */ #footer a,
/* 1530 */ #footer a:visited {
/* 1531 */ 	color: #000;
/* 1532 */ }
/* 1533 */ 
/* 1534 */ #footer .gototop {
/* 1535 */ 	float: left;
/* 1536 */ 	width: 200px;
/* 1537 */ }
/* 1538 */ 
/* 1539 */ #footer .gototop a {
/* 1540 */ 	background: url(/wp-content/themes/foxynews/images/bg-line.png);
/* 1541 */ 	padding: 6px 8px 5px 8px;
/* 1542 */ 	text-shadow: 1px 1px #fff;
/* 1543 */ 	font-weight: bold;
/* 1544 */ }
/* 1545 */ 
/* 1546 */ #footer .gototop a:hover {
/* 1547 */ 	text-decoration: none;
/* 1548 */ 	background: #ddd;
/* 1549 */ }
/* 1550 */ 

/* style.css */

/* 1551 */ #footer .creds {
/* 1552 */ 	float: right;
/* 1553 */ 	text-align: right;
/* 1554 */ 	width: 740px;
/* 1555 */ }
/* 1556 */ 
/* 1557 */ 
/* 1558 */ /* Comments
/* 1559 *| ------------------------------------------------------------ */
/* 1560 */ 
/* 1561 */ #comments,
/* 1562 */ #respond {
/* 1563 */ 	margin: 0 0 15px;
/* 1564 */ 	overflow: hidden;
/* 1565 */ }
/* 1566 */ 
/* 1567 */ #respond #reply-title, #comments h3 {
/* 1568 */ 	background: url(/wp-content/themes/foxynews/images/bg-line.png) repeat-x bottom;
/* 1569 */ 	padding-bottom: 20px;
/* 1570 */ 	margin-bottom: 20px;
/* 1571 */ 	font-size: 22px;
/* 1572 */ 	line-height: 30px;
/* 1573 */ }
/* 1574 */ 
/* 1575 */ #author,
/* 1576 */ #comment,
/* 1577 */ #email,
/* 1578 */ #url {
/* 1579 */ 	font-size: 12px;
/* 1580 */ 	margin: 10px 5px 0 0;
/* 1581 */ 	padding: 5px;
/* 1582 */ 	width: 250px;
/* 1583 */ }
/* 1584 */ 
/* 1585 */ #comment {
/* 1586 */ 	height: 150px;
/* 1587 */ 	margin: 10px 0;
/* 1588 */ 	width: 98%;
/* 1589 */ }
/* 1590 */ 
/* 1591 */ .ping-list {
/* 1592 */ 	margin: 0 0 40px;
/* 1593 */ }
/* 1594 */ 
/* 1595 */ .comment-list ol,
/* 1596 */ .ping-list ol {
/* 1597 */ 	padding: 10px;
/* 1598 */ }
/* 1599 */ 
/* 1600 */ .comment-list li,

/* style.css */

/* 1601 */ .ping-list li {
/* 1602 */ 	font-weight: bold;
/* 1603 */ 	margin: 15px 0 5px;
/* 1604 */ 	padding: 10px 0;
/* 1605 */ }
/* 1606 */ 
/* 1607 */ .comment-list li {
/* 1608 */ 	padding: 0 0 10px 20px;
/* 1609 */ 	border-left: 1px solid #ddd;
/* 1610 */ }
/* 1611 */ 
/* 1612 */ .comment-list li ul li {
/* 1613 */ 	list-style-type: none;
/* 1614 */ 	margin-left: 10px;
/* 1615 */ 	margin-right: -6px;
/* 1616 */ }
/* 1617 */ 
/* 1618 */ .comment-list p,
/* 1619 */ .ping-list p {
/* 1620 */ 	margin: 10px 5px 10px 0;
/* 1621 */ }
/* 1622 */ 
/* 1623 */ .comment-list cite,
/* 1624 */ .ping-list cite {
/* 1625 */ 	font-style: normal;
/* 1626 */ }
/* 1627 */ 
/* 1628 */ .commentmetadata {
/* 1629 */ 	font-size: 11px;
/* 1630 */ }
/* 1631 */ 
/* 1632 */ .nocomments {
/* 1633 */ 	text-align: center;
/* 1634 */ }
/* 1635 */ 
/* 1636 */ #comments .navigation {
/* 1637 */ 	display: block;
/* 1638 */ }
/* 1639 */ 
/* 1640 */ #cancel-comment-reply-link {
/* 1641 */ 	margin-left: 15px;
/* 1642 */ 	text-transform: uppercase;
/* 1643 */ 	font-weight: bold;
/* 1644 */ 	font-size: 14px;
/* 1645 */ }
/* 1646 */ 
/* 1647 */ 
/* 1648 */ /* Gravity Forms
/* 1649 *| ------------------------------------------------------------ */
/* 1650 */ 

/* style.css */

/* 1651 */ div.gform_wrapper input,
/* 1652 */ div.gform_wrapper select,
/* 1653 */ div.gform_wrapper textarea {
/* 1654 */ 	color: #333;
/* 1655 */ 	font-family: Arial, Helvetica, Tahoma, sans-serif;
/* 1656 */ 	font-size: 12px;
/* 1657 */ 	padding: 4px 5px !important;
/* 1658 */ }
/* 1659 */ 
/* 1660 */ div.gform_footer input.button {
/* 1661 */ 	color: #fff;
/* 1662 */ }
/* 1663 */ 
/* 1664 */ div.gform_wrapper .ginput_complex label {
/* 1665 */ 	font-size: 12px;
/* 1666 */ }
/* 1667 */ 
/* 1668 */ div.gform_wrapper li,
/* 1669 */ div.gform_wrapper form li {
/* 1670 */ 	margin: 0 0 10px;
/* 1671 */ }
/* 1672 */ 
/* 1673 */ div.gform_wrapper .gform_footer {
/* 1674 */ 	border: none;
/* 1675 */ 	margin: 0;
/* 1676 */ 	padding: 0;
/* 1677 */ }
/* 1678 */ 
/* 1679 */ 
/* 1680 */ /* Portfolio Template
/* 1681 *| ------------------------------------------------------------ */
/* 1682 */ 
/* 1683 */ .portfolio-teaser {
/* 1684 */ 	float: left;
/* 1685 */ 	margin: 0 10px 20px;
/* 1686 */ 	width: 300px;
/* 1687 */ }
/* 1688 */ 
/* 1689 */ #content .portfolio-teaser .post-image {
/* 1690 */ 	margin: 0;
/* 1691 */ }
/* 1692 */ 
/* 1693 */ #content .portfolio-teaser h2 {
/* 1694 */ 	margin: 15px 0;
/* 1695 */ 	font-size: 18px;
/* 1696 */ 	font-weight: bold;
/* 1697 */ }
/* 1698 */ 
/* 1699 */ #content .portfolio-teaser .excerpt {
/* 1700 */ 	font-size: 12px;

/* style.css */

/* 1701 */ 	font-family: Georgia, "Times New Roman", Times, serif;
/* 1702 */ 	font-style: italic;
/* 1703 */ 	color: #616161;
/* 1704 */ 	line-height: 24px;
/* 1705 */ }
/* 1706 */ 
/* 1707 */ 
/* 1708 */ /* Slider
/* 1709 *| ------------------------------------------------------------ */
/* 1710 */ 
/* 1711 */ #genesis-slider {
/* 1712 */ 	margin: 10px 0 30px;
/* 1713 */ }
/* 1714 */ 
/* 1715 */ .home #genesis-slider {
/* 1716 */ 	background: none;
/* 1717 */ 	border: none;
/* 1718 */ 	padding: 0;
/* 1719 */ }
/* 1720 */ 
/* 1721 */ .home .slide-excerpt {
/* 1722 */ 	background: url(/wp-content/themes/foxynews/images/bg-slider.png) repeat;
/* 1723 */ 	opacity: 1;
/* 1724 */ 	height: 100%;
/* 1725 */ 	border: none;
/* 1726 */ 	margin: 0;
/* 1727 */ 	color: #c2c2c2;
/* 1728 */ 	font-size: 13px;
/* 1729 */ }
/* 1730 */ 
/* 1731 */ .home .slide-excerpt p {
/* 1732 */ 	color: #c2c2c2;
/* 1733 */ 	font-size: 12px;
/* 1734 */ }
/* 1735 */ 
/* 1736 */ html > body.home .slide-excerpt-border {
/* 1737 */ 	border: none !important;
/* 1738 */ 	margin: 0;
/* 1739 */ 	padding: 30px 50px;
/* 1740 */ }
/* 1741 */ 
/* 1742 */ .home .slider-previous, .home .slider-previous:hover {
/* 1743 */ 	left: 10px;
/* 1744 */ }
/* 1745 */ 
/* 1746 */ .home .slider-next, .home .slider-next:hover {
/* 1747 */ 	right: 10px;
/* 1748 */ }
/* 1749 */ 
/* 1750 */ #genesis-slider h2 a:hover {

/* style.css */

/* 1751 */ 	color: #ddd;
/* 1752 */ }
/* 1753 */ 
/* 1754 */ #genesis-slider h2 {
/* 1755 */ 	margin: 10px 0;
/* 1756 */ }
/* 1757 */ 
/* 1758 */ #genesis-slider a {
/* 1759 */ 	color: #fff;
/* 1760 */ }
/* 1761 */ 
/* 1762 */ /* Homepage
/* 1763 *| ------------------------------------------------------------ */
/* 1764 */ 
/* 1765 */ .homepage h2 a,
/* 1766 */ .homepage h2 a:visited {
/* 1767 */ 	font-size: 12px;
/* 1768 */ 	font-weight:bold;
/* 1769 */ 	line-height: 20px;
/* 1770 */ }
/* 1771 */ 
/* 1772 */ .homepage .col-left {
/* 1773 */ 	float: left;
/* 1774 */ 	width: 300px;
/* 1775 */ }
/* 1776 */ 
/* 1777 */ .homepage .col-right {
/* 1778 */ 	float: right;
/* 1779 */ 	width: 300px;
/* 1780 */ }
/* 1781 */ 
/* 1782 */ .home-top, .home-middle, .home-bottom {
/* 1783 */ 	clear: both;
/* 1784 */ }
/* 1785 */ 
/* 1786 */ #news-images {
/* 1787 */ 	position: relative;
/* 1788 */ 	margin: 0 0 30px 0;
/* 1789 */ 	height: 290px;
/* 1790 */ 	clear: both;
/* 1791 */ }
/* 1792 */ 
/* 1793 */ #news-images .loader {
/* 1794 */ 	position: absolute;
/* 1795 */ 	top: 0;
/* 1796 */ 	left: 0;
/* 1797 */ 	background: url(/wp-content/themes/foxynews/images/loading.gif) center no-repeat;
/* 1798 */ 	width: 300px;
/* 1799 */ 	height: 290px;
/* 1800 */ }

/* style.css */

/* 1801 */ 
/* 1802 */ #slideshow {
/* 1803 */ 	height: 290px;
/* 1804 */ 	width: 300px;
/* 1805 */ 	position: absolute;
/* 1806 */ 	top: 0;
/* 1807 */ 	left: 0;
/* 1808 */ 	overflow: hidden;
/* 1809 */ }
/* 1810 */ 
/* 1811 */ .image-wrapper { display: inline-block; }
/* 1812 */ 
/* 1813 */ #news-images .slideshow-container {
/* 1814 */ 	width: 300px;
/* 1815 */ 	height: 290px;
/* 1816 */ 	position: relative;
/* 1817 */ }
/* 1818 */ 
/* 1819 */ #slideshow img {
/* 1820 */ 	padding: 4px;
/* 1821 */ 	border: 1px solid #dbdbdb;
/* 1822 */ 	background: #fff;
/* 1823 */ 	position: absolute;
/* 1824 */ 	top: 0;
/* 1825 */ 	left: 0;
/* 1826 */ }
/* 1827 */ 
/* 1828 */ #news-images .caption-container {
/* 1829 */ 	position: absolute;
/* 1830 */ 	left: 5px;
/* 1831 */ 	top: 200px;
/* 1832 */ 	width: 290px;
/* 1833 */ }
/* 1834 */ 
/* 1835 */ span.image-caption {
/* 1836 */ 	display: block;
/* 1837 */ 	position: absolute;
/* 1838 */ 	width: 290px;
/* 1839 */ 	top: 0;
/* 1840 */ 	left: 0;
/* 1841 */ }
/* 1842 */ 
/* 1843 */ #gallery #caption .caption {
/* 1844 */ 	padding: 10px;
/* 1845 */ 	overflow: hidden;
/* 1846 */ 	bottom: -85px;
/* 1847 */ 	display: block;
/* 1848 */ 	position: absolute;
/* 1849 */ 	width: 270px;
/* 1850 */ 	background: url(/wp-content/themes/foxynews/images/bg-caption.png);

/* style.css */

/* 1851 */ }
/* 1852 */ 
/* 1853 */ #news-images ul.thumbs {
/* 1854 */ 	margin: 0;
/* 1855 */ }
/* 1856 */ 
/* 1857 */ #news-images ul.thumbs li {
/* 1858 */ 	float: left;
/* 1859 */ 	margin: 5px 10px 5px 0;
/* 1860 */ 	list-style: none;
/* 1861 */ }
/* 1862 */ 
/* 1863 */ #news-images ul.thumbs img {
/* 1864 */ 	border: none;
/* 1865 */ 	display: block;
/* 1866 */ }
/* 1867 */ 
/* 1868 */ #news-images a.thumb:focus {
/* 1869 */ 	outline: none;
/* 1870 */ }
/* 1871 */ 
/* 1872 */ #news-images a.thumb img {
/* 1873 */ 	padding: 4px;
/* 1874 */ 	border: 1px solid #dbdbdb;
/* 1875 */ 	background: #fff;
/* 1876 */ 	max-width: auto;
/* 1877 */ 	height: auto;
/* 1878 */ }
/* 1879 */ 
/* 1880 */ #news-images .image-title a {
/* 1881 */ 	color: #fff;
/* 1882 */ 	font-weight: bold;
/* 1883 */ 	font-size: 12px;
/* 1884 */ }
/* 1885 */ 
/* 1886 */ #news-images .entry-meta {
/* 1887 */ 	text-transform: uppercase;
/* 1888 */ 	font-size: 10px;
/* 1889 */ 	color: #b8b8b8;
/* 1890 */ }
/* 1891 */ 
/* 1892 */ #news-images .entry-meta a {
/* 1893 */ 	color: #b8b8b8;
/* 1894 */ }
/* 1895 */ 
/* 1896 */ 
/* 1897 */ /* Custom Widgets
/* 1898 *| ------------------------------------------------------------ */
/* 1899 */ 
/* 1900 */ .themedy_ad_widget ul {

/* style.css */

/* 1901 */ 	padding: 0;
/* 1902 */ 	margin: 0;
/* 1903 */ }
/* 1904 */ 
/* 1905 */ .themedy_ad_widget .ads-125 {
/* 1906 */ 	width: 310px;
/* 1907 */ }
/* 1908 */ 
/* 1909 */ .themedy_ad_widget ul li {
/* 1910 */ 	float: left;
/* 1911 */ 	list-style: none;
/* 1912 */ 	height: 145px;
/* 1913 */ 	margin: 0 10px 10px 0;
/* 1914 */ 	width: 145px;
/* 1915 */ }
/* 1916 */ 
/* 1917 */ .themedy_ad_widget ul li img {
/* 1918 */ 	padding: 10px;
/* 1919 */ 	background: url(/wp-content/themes/foxynews/images/bg-line.png);
/* 1920 */ }
/* 1921 */ 
/* 1922 */ .themedy_ad_widget ul li img:hover {
/* 1923 */ 	background: #ddd;
/* 1924 */ }
/* 1925 */ 
/* 1926 */ #tabs ul {
/* 1927 */ 	margin: 0;
/* 1928 */ 	padding: 0;
/* 1929 */ }
/* 1930 */ 
/* 1931 */ #tab-items {
/* 1932 */ 	height: 40px;
/* 1933 */ 	background: url(/wp-content/themes/foxynews/images/bg-line.png);
/* 1934 */ }
/* 1935 */ 
/* 1936 */ #tabs #tab-items li {
/* 1937 */ 	float: left;
/* 1938 */ 	list-style: none;
/* 1939 */ }
/* 1940 */ 
/* 1941 */ #tabs #tab-items li a {
/* 1942 */ 	line-height: 40px;
/* 1943 */ 	padding: 0 10px;
/* 1944 */ 	display: block;
/* 1945 */ 	color: #a4a4a4;
/* 1946 */ 	text-transform: uppercase;
/* 1947 */ 	text-shadow: 1px 1px #fff;
/* 1948 */ 	font-weight: bold;
/* 1949 */ 	font-size: 11px;
/* 1950 */ 	text-decoration: none;

/* style.css */

/* 1951 */ }
/* 1952 */ 
/* 1953 */ #tabs #tab-items li a:hover {
/* 1954 */ 	text-decoration: none;
/* 1955 */ 	color: #4d4d4d;
/* 1956 */ }
/* 1957 */ 
/* 1958 */ #tabs #tab-items li a.selected {
/* 1959 */ 	background: url(/wp-content/themes/foxynews/images/bf-tabactive.png) repeat-x top #fff;;
/* 1960 */ 	border: 1px solid #dbdbdb;
/* 1961 */ 	color: #4d4d4d;
/* 1962 */ 	border-bottom: none;
/* 1963 */ }
/* 1964 */ 
/* 1965 */ #tabs .tabs-inner {
/* 1966 */ 	background: #fff;
/* 1967 */ 	border: 1px solid #dbdbdb;
/* 1968 */ 	padding: 20px 20px 0 20px;
/* 1969 */ }
/* 1970 */ 
/* 1971 */ .tabs-inner .tab-tags {
/* 1972 */ 	padding-bottom: 20px;
/* 1973 */ }
/* 1974 */ 
/* 1975 */ #tabs .tab li {
/* 1976 */ 	padding-bottom: 16px;
/* 1977 */ 	margin-bottom: 15px;
/* 1978 */ 	background: url(/wp-content/themes/foxynews/images/bg-dotted.png) repeat-x bottom;
/* 1979 */ }
/* 1980 */ 
/* 1981 */ #tabs .tab h3 {
/* 1982 */ 	margin-bottom: 5px;
/* 1983 */ }
/* 1984 */ 
/* 1985 */ #tabs .tab h3 a,
/* 1986 */ #tabs .tab h3 a:visited {
/* 1987 */ 	font-size: 12px;
/* 1988 */ 	font-weight:bold;
/* 1989 */ 	line-height: 20px;
/* 1990 */ 	color: #000;
/* 1991 */ }
/* 1992 */ 
/* 1993 */ #tabs .tab h3 a:hover {
/* 1994 */ 	color: #e84866;
/* 1995 */ 	text-decoration: none;
/* 1996 */ }
/* 1997 */ 
/* 1998 */ .widget .post-info {
/* 1999 */ 	margin: 0;
/* 2000 */ }

/* style.css */

/* 2001 */ 
/* 2002 */ .widget-comment a {
/* 2003 */ 	color: #aaa;
/* 2004 */ }
/* 2005 */ 
/* 2006 */ .post-widget {
/* 2007 */ 	margin-top: 30px;
/* 2008 */ }
/* 2009 */ 
/* 2010 */ .related-posts li {
/* 2011 */ 	margin-bottom: 10px;
/* 2012 */ 	padding-bottom: 11px;
/* 2013 */ 	background: url(/wp-content/themes/foxynews/images/bg-dotted.png) repeat-x bottom;
/* 2014 */ 	clear: both;
/* 2015 */ }
/* 2016 */ 
/* 2017 */ .related-posts {
/* 2018 */ 	margin-top: 30px;
/* 2019 */ 	font-weight: bold;
/* 2020 */ }
/* 2021 */ 
/* 2022 */ .related-posts li a {
/* 2023 */ 	font-size: 12px;
/* 2024 */ 	font-weight: bold;
/* 2025 */ 	color: #333;
/* 2026 */ 	line-height: 20px;
/* 2027 */ }
/* 2028 */ 
/* 2029 */ .related-posts li a:hover {
/* 2030 */ 	color: #e84866;
/* 2031 */ 	text-decoration: none;
/* 2032 */ }
/* 2033 */ 
/* 2034 */ .latest-tweets ul {
/* 2035 */ 	margin: 0;
/* 2036 */ }
/* 2037 */ 
/* 2038 */ .latest-tweets ul li {
/* 2039 */ 	list-style: none;
/* 2040 */ 	padding-left: 40px;
/* 2041 */ 	background: url(/wp-content/themes/foxynews/images/icon-smallquotes.png) 0 5px no-repeat;
/* 2042 */ 	margin-bottom: 10px;
/* 2043 */ 	padding-bottom: 10px;
/* 2044 */ 	border-bottom: 1px solid #ddd;
/* 2045 */ 	font-size: 12px;
/* 2046 */ 	font-style: italic;
/* 2047 */ }
/* 2048 */ 
/* 2049 */ .latest-tweets ul li.last {
/* 2050 */ 	background: none;

/* style.css */

/* 2051 */ 	padding: 0;
/* 2052 */ 	border: none;
/* 2053 */ 	margin: 0;
/* 2054 */ 	font-weight: bold;
/* 2055 */ }
/* 2056 */ 
/* 2057 */ .latest-tweets h4.widgettitle {
/* 2058 */ 	margin-bottom: 15px;
/* 2059 */ }
/* 2060 */ 
/* 2061 */ #flickr_badge_wrapper {
/* 2062 */ 	width: 310px;
/* 2063 */ }
/* 2064 */ 
/* 2065 */ .flickr_badge_image {
/* 2066 */ 	float: left;
/* 2067 */ 	margin: 0 10px 10px 0;
/* 2068 */ 	overflow: hidden;
/* 2069 */ }
/* 2070 */ 
/* 2071 */ .flickr_badge_image img {
/* 2072 */ 	background: url(/wp-content/themes/foxynews/images/bg-line.png) repeat;
/* 2073 */ 	padding: 9px;
/* 2074 */ 	width: auto;
/* 2075 */ }
/* 2076 */ 
/* 2077 */ #footer-widgets .flickr_badge_image img {
/* 2078 */ 	background: #f9f9f9;
/* 2079 */ }
/* 2080 */ 
/* 2081 */ .themedy_video_desc {
/* 2082 */ 	margin-top: 10px;
/* 2083 */ 	font-style: italic;
/* 2084 */ 	font-size: 11px;
/* 2085 */ }
/* 2086 */ 
/* 2087 */ .tab-tags a {
/* 2088 */ 	font-weight: bold;
/* 2089 */ 	margin: 0 10px 5px 0;
/* 2090 */ 	font-style: italic;
/* 2091 */ }
/* 2092 */ 
/* 2093 */ 
/* 2094 */ /* Carousel
/* 2095 *| ------------------------------------------------------------ */
/* 2096 */ 
/* 2097 */ #popular_carousel {
/* 2098 */ 	height: 200px;
/* 2099 */ 	width: 885px;
/* 2100 */ 	overflow: hidden;

/* style.css */

/* 2101 */ 	position: relative;
/* 2102 */ 	margin-bottom: 20px;
/* 2103 */ 	margin: 0 auto 30px auto;
/* 2104 */ 	width: 960px;
/* 2105 */ 	padding: 20px 0;
/* 2106 */ 	background: url(/wp-content/themes/foxynews/images/bg-popcar.png) center bottom no-repeat;
/* 2107 */ }
/* 2108 */ 
/* 2109 */ #popular_carousel h3 {
/* 2110 */ 	text-align: center;
/* 2111 */ 	font-style: italic;
/* 2112 */ 	text-shadow: 1px 1px #fff;
/* 2113 */ 	font-family: Georgia, "Times New Roman", Times, serif;
/* 2114 */ }
/* 2115 */ 
/* 2116 */ #popular_carousel h4 {
/* 2117 */ 	text-align: center;
/* 2118 */ 	font-weight: bold;
/* 2119 */ 	font-size: 12px;
/* 2120 */ 	text-shadow: 1px 1px #fff;
/* 2121 */ }
/* 2122 */ 
/* 2123 */ #popular_carousel .prev, #popular_carousel .next {
/* 2124 */ 	display: block;
/* 2125 */ 	text-indent: -9999px;
/* 2126 */ 	height: 46px;
/* 2127 */ 	width: 31px;
/* 2128 */ 	position: absolute;
/* 2129 */ 	top: 100px;
/* 2130 */ 	outline: none;
/* 2131 */ }
/* 2132 */ 
/* 2133 */ #popular_carousel .prev { background: url(/wp-content/themes/foxynews/images/arrowleft.png) no-repeat; left: 0; }
/* 2134 */ #popular_carousel .next { background: url(/wp-content/themes/foxynews/images/arrowright.png) no-repeat; right: 0; }
/* 2135 */ 
/* 2136 */ .carousel {
/* 2137 */ 	margin: 0 auto;
/* 2138 */ 	position: relative;
/* 2139 */ 	overflow: hidden;
/* 2140 */ 	width: 885px;
/* 2141 */ }
/* 2142 */ 
/* 2143 */ .carousel li {
/* 2144 */ 	display: block;
/* 2145 */ 	width: 255px;
/* 2146 */ 	height: 185px;
/* 2147 */ 	text-align:center;
/* 2148 */ 	margin: 0 20px;
/* 2149 */ 	list-style: none;
/* 2150 */ 	float: left;

/* style.css */

/* 2151 */ }
/* 2152 */ 
/* 2153 */ .carousel img {
/* 2154 */ 	margin-bottom: 10px;
/* 2155 */ }

/* styles.css */

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

/* styles.css */

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

/* social_widget.css */

/* 1   */ /* Custom Styles For The Social Media Widget Icons */
/* 2   */ 
/* 3   */ .socialmedia-buttons {
/* 4   */ 	margin-top: 5px;
/* 5   */ }
/* 6   */ 
/* 7   */ .smw_left {
/* 8   */ 	text-align: left;
/* 9   */ }
/* 10  */ 
/* 11  */ .smw_center {
/* 12  */ 	text-align: center;
/* 13  */ }
/* 14  */ 
/* 15  */ .smw_right {
/* 16  */ 	text-align: right;
/* 17  */ }
/* 18  */ 
/* 19  */ li.Social_Widget a {
/* 20  */ 	padding: 0 !important;
/* 21  */ 	margin: 0 !important;
/* 22  */ 	background: none !important;
/* 23  */ 	text-align: center;
/* 24  */ }
/* 25  */ 
/* 26  */ .smw_center img,
/* 27  */ .smw_left img {
/* 28  */ 	border: 0;
/* 29  */ 	border: 0 !important;
/* 30  */ 	display: inline;
/* 31  */ 	-webkit-transition: all 0.2s ease-in;
/* 32  */ 	-moz-transition: all 0.2s ease-in;
/* 33  */ 	transition: all 0.2s ease;
/* 34  */ 	margin-right: 10px !important;
/* 35  */ }
/* 36  */ 
/* 37  */ .smw_right img {
/* 38  */ 	border: 0;
/* 39  */ 	border: 0 !important;
/* 40  */ 	display: inline;
/* 41  */ 	-webkit-transition: all 0.2s ease-in;
/* 42  */ 	-moz-transition: all 0.2s ease-in;
/* 43  */ 	transition: all 0.2s ease;
/* 44  */ 	margin-left: 10px !important;
/* 45  */ }
/* 46  */ 
/* 47  */ .icons_per_row_1 img {
/* 48  */ 	margin-right: 0 !important;
/* 49  */ 	margin-left: 0 !important;
/* 50  */ }

/* social_widget.css */

/* 51  */ 
/* 52  */ .socialmedia-buttons a {
/* 53  */ 	background: none !important;
/* 54  */ }
/* 55  */ 
/* 56  */ .socialmedia-buttons a:hover {
/* 57  */ 	text-decoration: none;
/* 58  */ 	border: 0;
/* 59  */ }
/* 60  */ .socialmedia-buttons img {
/* 61  */ 	vertical-align: middle;
/* 62  */ 	margin-bottom: 3px;
/* 63  */ }
/* 64  */ .socialmedia-buttons img.fade:hover {
/* 65  */ 	opacity: 1 !important;
/* 66  */ 	-moz-opacity: 1 !important;
/* 67  */ 	-webkit-transition: all 0.2s ease-in;
/* 68  */ 	-moz-transition: all 0.2s ease-in;
/* 69  */ 	transition: all 0.2s ease;
/* 70  */ }
/* 71  */ 
/* 72  */ .socialmedia-buttons img.scale:hover {
/* 73  */ 	-moz-transform: scale(1.2);
/* 74  */ 	-webkit-transform: scale(1.2);
/* 75  */ 	-webkit-transition: all 0.2s ease-in;
/* 76  */ 	-moz-transition: all 0.2s ease-in;
/* 77  */ 	-ms-zoom: 1.2;
/* 78  */ 	transition: all 0.2s ease;
/* 79  */ }
/* 80  */ 	
/* 81  */ .socialmedia-buttons img.bounce:hover {
/* 82  */ 	transform: translate(0px, -2px);
/* 83  */ 	-moz-transform: translate(0px, -2px);
/* 84  */ 	-webkit-transform: translate(0px, -2px);
/* 85  */ 	-webkit-transition: -webkit-transform 0.2s ease-in;
/* 86  */ 	-moz-transition: all 0.2s ease-in;
/* 87  */ 	transition: all 0.2s ease;
/* 88  */ 	
/* 89  */ }
/* 90  */ 
/* 91  */ .socialmedia-buttons img.combo:hover {
/* 92  */ 	transform: translate(0px, -4px);
/* 93  */ 	-moz-transform: scale(1.1) translate(0px, -4px);
/* 94  */ 	-webkit-transform: scale(1.1) translate(0px, -4px);
/* 95  */ 	-ms-zoom: 1.1;
/* 96  */ 	opacity: 1 !important;
/* 97  */ 	-moz-opacity: 1 !important;
/* 98  */ 	-webkit-transition: all 0.2s ease-in;
/* 99  */ 	-moz-transition: all 0.2s ease-in;
/* 100 */ 	transition: all 0.2s ease;

/* social_widget.css */

/* 101 */ }

/* style.css */

/* 1   */ /* 
/* 2   *|  * Top Posts Widget styles for Jetpack
/* 3   *|  */
/* 4   */ 
/* 5   */ /* 2-Column Grid Layout */
/* 6   */ 
/* 7   */ .widgets-grid-layout {
/* 8   */ 	width: 100%;
/* 9   */ }
/* 10  */ 
/* 11  */ .widgets-grid-layout:before,
/* 12  */ .widgets-grid-layout:after {
/* 13  */ 	content: " ";
/* 14  */ 	display: table;
/* 15  */ }
/* 16  */ 
/* 17  */ .widgets-grid-layout:after {
/* 18  */ 	clear: both;
/* 19  */ }
/* 20  */ 
/* 21  */ .widget-grid-view-image {
/* 22  */ 	float: left;
/* 23  */ 	max-width: 50%;
/* 24  */ }
/* 25  */ 
/* 26  */ .widget-grid-view-image a {
/* 27  */ 	display: block;
/* 28  */ 	margin: 0 2px 4px 0;
/* 29  */ }
/* 30  */ 
/* 31  */ .widget-grid-view-image:image:nth-child(even) {
/* 32  */ 	float: right;
/* 33  */ }
/* 34  */ 
/* 35  */ .widget-grid-view-image:nth-child(even) a {
/* 36  */ 	margin: 0 0 4px 2px;
/* 37  */ }
/* 38  */ 
/* 39  */ .widgets-grid-layout .widget-grid-view-image img {
/* 40  */ 	max-width: 100%;
/* 41  */ 	height: auto;
/* 42  */ }
/* 43  */ 
/* 44  */ /* Multi-Column Grid Layout */
/* 45  */ 
/* 46  */ .widgets-multi-column-grid ul {
/* 47  */ 	overflow: hidden;
/* 48  */ 	padding: 0;
/* 49  */ 	margin: 0;
/* 50  */ 	list-style-type: none;

/* style.css */

/* 51  */ }
/* 52  */ 
/* 53  */ .widgets-multi-column-grid ul li {
/* 54  */ 	background: none;
/* 55  */ 	clear: none;
/* 56  */ 	float: left;
/* 57  */ 	margin: 0 -5px -3px 0;
/* 58  */ 	padding: 0 8px 6px 0;
/* 59  */ 	border: none;
/* 60  */ 	list-style-type: none !important;
/* 61  */ }
/* 62  */ 
/* 63  */ .widgets-multi-column-grid ul li a {
/* 64  */ 	background: none;
/* 65  */ 	margin: 0;
/* 66  */ 	padding: 0;
/* 67  */ 	border: 0;
/* 68  */ }
/* 69  */ 
/* 70  */ .widgets-multi-column-grid .avatar {
/* 71  */ 	vertical-align: middle;
/* 72  */ }
/* 73  */ 
/* 74  */ /* List Layout */
/* 75  */ 
/* 76  */ .widgets-list-layout {
/* 77  */ 	padding: 0;
/* 78  */ 	margin: 0;
/* 79  */ 	list-style-type: none;
/* 80  */ }
/* 81  */ 
/* 82  */ .widgets-list-layout li:before,
/* 83  */ .widgets-list-layout li:after {
/* 84  */ 	content:"";
/* 85  */ 	display:table;
/* 86  */ }
/* 87  */ .widgets-list-layout li:after {
/* 88  */ 	clear:both;
/* 89  */ }
/* 90  */ .widgets-list-layout li {
/* 91  */ 	zoom:1;
/* 92  */ 	margin-bottom: 1em;
/* 93  */ 	list-style-type: none !important;
/* 94  */ }
/* 95  */ 
/* 96  */ .widgets-list-layout .widgets-list-layout-blavatar {
/* 97  */ 	float: left;
/* 98  */ 	width: 21.276596%;
/* 99  */ 	max-width: 40px;
/* 100 */ 	height: auto;

/* style.css */

/* 101 */ }
/* 102 */ 
/* 103 */ .widgets-list-layout-links {
/* 104 */ 	float: right;
/* 105 */ 	width: 73.404255%;
/* 106 */ }
/* 107 */ 
/* 108 */ .widgets-list-layout span {
/* 109 */ 	opacity: 0.5;
/* 110 */ }
/* 111 */ 
/* 112 */ .widgets-list-layout span:hover {
/* 113 */ 	opacity: 0.8;
/* 114 */ }
/* 115 */ 
