/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/impact4c/public_html
currentDir : /home/impact4c/public_html/wp-content/themes/impact-master

file-relative URI  : images/blogbk.png
path prepended     : /home/impact4c/public_html/wp-content/themes/impact-master/images/blogbk.png
docroot stripped   : /wp-content/themes/impact-master/images/blogbk.png
traversals removed : /wp-content/themes/impact-master/images/blogbk.png

file-relative URI  : images/header.jpg
path prepended     : /home/impact4c/public_html/wp-content/themes/impact-master/images/header.jpg
docroot stripped   : /wp-content/themes/impact-master/images/header.jpg
traversals removed : /wp-content/themes/impact-master/images/header.jpg

file-relative URI  : images/search.png
path prepended     : /home/impact4c/public_html/wp-content/themes/impact-master/images/search.png
docroot stripped   : /wp-content/themes/impact-master/images/search.png
traversals removed : /wp-content/themes/impact-master/images/search.png

file-relative URI  : images/green-check.png
path prepended     : /home/impact4c/public_html/wp-content/themes/impact-master/images/green-check.png
docroot stripped   : /wp-content/themes/impact-master/images/green-check.png
traversals removed : /wp-content/themes/impact-master/images/green-check.png

file-relative URI  : images/black-circle-check.png
path prepended     : /home/impact4c/public_html/wp-content/themes/impact-master/images/black-circle-check.png
docroot stripped   : /wp-content/themes/impact-master/images/black-circle-check.png
traversals removed : /wp-content/themes/impact-master/images/black-circle-check.png

file-relative URI  : images/comment-bubble.png
path prepended     : /home/impact4c/public_html/wp-content/themes/impact-master/images/comment-bubble.png
docroot stripped   : /wp-content/themes/impact-master/images/comment-bubble.png
traversals removed : /wp-content/themes/impact-master/images/comment-bubble.png

file-relative URI  : images/search.png
path prepended     : /home/impact4c/public_html/wp-content/themes/impact-master/images/search.png
docroot stripped   : /wp-content/themes/impact-master/images/search.png
traversals removed : /wp-content/themes/impact-master/images/search.png

file-relative URI  : images/comment-arrow.png
path prepended     : /home/impact4c/public_html/wp-content/themes/impact-master/images/comment-arrow.png
docroot stripped   : /wp-content/themes/impact-master/images/comment-arrow.png
traversals removed : /wp-content/themes/impact-master/images/comment-arrow.png

file-relative URI  : images/comment-arrow-bypostauthor.png
path prepended     : /home/impact4c/public_html/wp-content/themes/impact-master/images/comment-arrow-bypostauthor.png
docroot stripped   : /wp-content/themes/impact-master/images/comment-arrow-bypostauthor.png
traversals removed : /wp-content/themes/impact-master/images/comment-arrow-bypostauthor.png

file-relative URI  : images/wordpress.png
path prepended     : /home/impact4c/public_html/wp-content/themes/impact-master/images/wordpress.png
docroot stripped   : /wp-content/themes/impact-master/images/wordpress.png
traversals removed : /wp-content/themes/impact-master/images/wordpress.png

file-relative URI  : images/bullets/productlist.png
path prepended     : /home/impact4c/public_html/wp-content/themes/impact-master/images/bullets/productlist.png
docroot stripped   : /wp-content/themes/impact-master/images/bullets/productlist.png
traversals removed : /wp-content/themes/impact-master/images/bullets/productlist.png

file-relative URI  : images/top-arrow.png
path prepended     : /home/impact4c/public_html/wp-content/themes/impact-master/images/top-arrow.png
docroot stripped   : /wp-content/themes/impact-master/images/top-arrow.png
traversals removed : /wp-content/themes/impact-master/images/top-arrow.png

*/

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: Impact for Coaches Master Theme
/* 3    *| Theme URI: http://impactforcoaches.org/
/* 4    *| Description: This theme must be present for any Impact child themes to work correctly - DO NOT ERASE.
/* 5    *| Version: 1.0
/* 6    *| Author: George Plumley
/* 7    *| Author URI: http://shortordersites.com/
/* 8    *| 
/* 9    *| */
/* 10   */ 
/* 11   */ /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
/* 12   *| -------------------------------------------------------------- */
/* 13   */ 
/* 14   */ html, body, div, span, applet, object, iframe,
/* 15   */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 16   */ a, abbr, acronym, address, big, cite, code,
/* 17   */ del, dfn, em, font, ins, kbd, q, s, samp,
/* 18   */ small, strike, strong, sub, sup, tt, var,
/* 19   */ dl, dt, dd, ol, ul, li,
/* 20   */ fieldset, form, label, legend,
/* 21   */ table, caption, tbody, tfoot, thead, tr, th, td {
/* 22   */ 	border: 0;
/* 23   */ 	font-family: inherit;
/* 24   */ 	font-size: 100%;
/* 25   */ 	font-style: inherit;
/* 26   */ 	font-weight: inherit;
/* 27   */ 	margin: 0;
/* 28   */ 	outline: 0;
/* 29   */ 	padding: 0;
/* 30   */ 	vertical-align: baseline;
/* 31   */ }
/* 32   */ :focus {/* remember to define focus styles! */
/* 33   */ 	outline: 0;
/* 34   */ }
/* 35   */ body {
/* 36   */ 	background: #fff;
/* 37   */ 	line-height: 1;
/* 38   */ }
/* 39   */ ol, ul {
/* 40   */ 	list-style: none;
/* 41   */ }
/* 42   */ table {/* tables still need 'cellspacing="0"' in the markup */
/* 43   */ 	border-collapse: separate;
/* 44   */ 	border-spacing: 0;
/* 45   */ }
/* 46   */ caption, th, td {
/* 47   */ 	font-weight: normal;
/* 48   */ 	text-align: left;
/* 49   */ }
/* 50   */ blockquote:before, blockquote:after,

/* style.css */

/* 51   */ q:before, q:after {
/* 52   */ 	content: "";
/* 53   */ }
/* 54   */ blockquote, q {
/* 55   */ 	quotes: "" "";
/* 56   */ }
/* 57   */ a img {
/* 58   */ 	border: 0;
/* 59   */ }
/* 60   */ article, aside, details, figcaption, figure,
/* 61   */ footer, header, hgroup, menu, nav, section {
/* 62   */ 	display: block;
/* 63   */ }
/* 64   */ 
/* 65   */ 
/* 66   */ /* =Structure
/* 67   *| ----------------------------------------------- */
/* 68   */ 
/* 69   */ body {
/* 70   */     background: none repeat-x scroll 0 0 #AC0000;
/* 71   */     font: 0.75em/160% Helvetica,Arial,Verdana,sans-serif;
/* 72   */     margin: 0;
/* 73   */ }
/* 74   */ 
/* 75   */ #wrapper {
/* 76   */     margin: 0 auto;
/* 77   */     width: 1005px;
/* 78   */ }
/* 79   */ 
/* 80   */ #wrapper2 {
/* 81   */     background-image: url("/wp-content/themes/impact-master/images/blogbk.png");
/* 82   */     margin: 0 auto;
/* 83   */     width: 1005px;
/* 84   */ }
/* 85   */ 
/* 86   */ #innerwrapper {
/* 87   */     margin: 0 auto;
/* 88   */     width: 977px;
/* 89   */ }
/* 90   */ 
/* 91   */ #header-area {
/* 92   */     /* background-image: url("/wp-content/themes/impact-master/images/header.jpg"); */
/* 93   */     background: #AC0000;
/* 94   */     height: 170px;
/* 95   */     margin: 0 auto;
/* 96   */     width: 977px;
/* 97   */ }
/* 98   */ 
/* 99   */ #primary {
/* 100  */ 	background: #ffffff;

/* style.css */

/* 101  */ 	float: left;
/* 102  */ 	margin: 0 -26.4% 0 0;
/* 103  */ 	width: 100%;
/* 104  */ }
/* 105  */ 
/* 106  */ #content {
/* 107  */     margin: 0 31.5% 0 4.6%;
/* 108  */     max-width: 64%;
/* 109  */ }
/* 110  */ 
/* 111  */ #secondary {
/* 112  */ 	float: right;
/* 113  */ 	margin-right: 7.6%;
/* 114  */ 	width: 18.8%;
/* 115  */ }
/* 116  */ 
/* 117  */ #content-wide {
/* 118  */     margin: 0 13%;
/* 119  */     width: 74%;
/* 120  */ }
/* 121  */ 
/* 122  */ #sidebar {
/* 123  */     float: right;
/* 124  */     margin: 0 4% 0 0;
/* 125  */     padding: 0px;
/* 126  */     width: 20%;
/* 127  */ }
/* 128  */ 
/* 129  */ .sidebar-main, .members-sidebar {
/* 130  */     background: none repeat scroll 0 0 #EFEFEF;
/* 131  */     border: 1px solid #A6A6A6;
/* 132  */     -moz-border-radius: 6px;
/* 133  */     -webkit-border-radius: 6px;
/* 134  */     -khtml-border-radius: 6px;
/* 135  */     border-radius: 6px;
/* 136  */     padding: 10px;
/* 137  */     margin: 0 0 2.2em;
/* 138  */ }
/* 139  */ 
/* 140  */ #sidebar ul {
/* 141  */ 	margin: 0px;
/* 142  */ }
/* 143  */ 
/* 144  */ /* Alignment */
/* 145  */ .alignleft {
/* 146  */ 	display: inline;
/* 147  */ 	float: left;
/* 148  */ 	margin-right: 1.625em;
/* 149  */ }
/* 150  */ .alignright {

/* style.css */

/* 151  */ 	display: inline;
/* 152  */ 	float: right;
/* 153  */ 	margin-left: 1.625em;
/* 154  */ }
/* 155  */ .aligncenter {
/* 156  */ 	clear: both;
/* 157  */ 	display: block;
/* 158  */ 	margin-left: auto;
/* 159  */ 	margin-right: auto;
/* 160  */ }
/* 161  */ 
/* 162  */ 
/* 163  */ /* =Global
/* 164  *| ----------------------------------------------- */
/* 165  */ 
/* 166  */ body, input, textarea {
/* 167  */ 	color: #000000;
/* 168  */ 	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 169  */ 	font-weight: 300;
/* 170  */ 	line-height: 1.325;
/* 171  */ }
/* 172  */ 
/* 173  */ #page {
/* 174  */ 	background: #fff;
/* 175  */ }
/* 176  */ 
/* 177  */ /* Headings */
/* 178  */ h1,h2,h3,h4,h5,h6 {
/* 179  */ 	clear: both;
/* 180  */ }
/* 181  */ hr {
/* 182  */ 	background-color: #ccc;
/* 183  */ 	border: 0;
/* 184  */ 	height: 1px;
/* 185  */ 	margin-bottom: 1.625em;
/* 186  */ }
/* 187  */ 
/* 188  */ /* Text elements */
/* 189  */ p {
/* 190  */ 	margin-bottom: 1.625em;
/* 191  */ }
/* 192  */ ul, ol {
/* 193  */ 	margin: 0 0 1.625em 2.5em;
/* 194  */ }
/* 195  */ ul {
/* 196  */ 	list-style: square;
/* 197  */ }
/* 198  */ ol {
/* 199  */ 	list-style-type: decimal;
/* 200  */ }

/* style.css */

/* 201  */ ol ol {
/* 202  */ 	list-style: upper-alpha;
/* 203  */ }
/* 204  */ ol ol ol {
/* 205  */ 	list-style: lower-roman;
/* 206  */ }
/* 207  */ ol ol ol ol {
/* 208  */ 	list-style: lower-alpha;
/* 209  */ }
/* 210  */ ul ul, ol ol, ul ol, ol ul {
/* 211  */ 	margin-bottom: 0;
/* 212  */ }
/* 213  */ dl {
/* 214  */ 	margin: 0 1.625em;
/* 215  */ }
/* 216  */ dt {
/* 217  */ 	font-weight: bold;
/* 218  */ }
/* 219  */ dd {
/* 220  */ 	margin-bottom: 1.625em;
/* 221  */ }
/* 222  */ strong {
/* 223  */ 	font-weight: bold;
/* 224  */ }
/* 225  */ cite, em, i {
/* 226  */ 	font-style: italic;
/* 227  */ }
/* 228  */ blockquote {
/* 229  */ 	font-family: Georgia, "Bitstream Charter", serif;
/* 230  */ 	font-style: italic;
/* 231  */ 	font-weight: normal;
/* 232  */ 	margin: 0 3em;
/* 233  */ }
/* 234  */ blockquote em, blockquote i, blockquote cite {
/* 235  */ 	font-style: normal;
/* 236  */ }
/* 237  */ blockquote cite {
/* 238  */ 	color: #666;
/* 239  */ 	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 240  */ 	font-weight: 300;
/* 241  */ 	letter-spacing: 0.05em;
/* 242  */ 	text-transform: uppercase;
/* 243  */ }
/* 244  */ pre {
/* 245  */ 	background: #f4f4f4;
/* 246  */ 	font: 13px "Courier 10 Pitch", Courier, monospace;
/* 247  */ 	line-height: 1.5;
/* 248  */ 	margin-bottom: 1.625em;
/* 249  */ 	overflow: auto;
/* 250  */ 	padding: 0.75em 1.625em;

/* style.css */

/* 251  */ }
/* 252  */ code, kbd {
/* 253  */ 	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
/* 254  */ }
/* 255  */ abbr, acronym, dfn {
/* 256  */ 	border-bottom: 1px dotted #666;
/* 257  */ 	cursor: help;
/* 258  */ }
/* 259  */ address {
/* 260  */ 	display: block;
/* 261  */ 	margin: 0 0 1.625em;
/* 262  */ }
/* 263  */ ins {
/* 264  */ 	background: #fff9c0;
/* 265  */ 	text-decoration: none;
/* 266  */ }
/* 267  */ sup,
/* 268  */ sub {
/* 269  */ 	font-size: 10px;
/* 270  */ 	height: 0;
/* 271  */ 	line-height: 1;
/* 272  */ 	position: relative;
/* 273  */ 	vertical-align: baseline;
/* 274  */ }
/* 275  */ sup {
/* 276  */ 	bottom: 1ex;
/* 277  */ }
/* 278  */ sub {
/* 279  */ 	top: .5ex;
/* 280  */ }
/* 281  */ 
/* 282  */ .rounded-button {
/* 283  */     -moz-border-radius: 6px;
/* 284  */     -webkit-border-radius: 6px;
/* 285  */     -khtml-border-radius: 6px;
/* 286  */     border-radius: 6px;
/* 287  */ }
/* 288  */ 
/* 289  */ /* Forms */
/* 290  */ input[type=text],
/* 291  */ input[type=password],
/* 292  */ textarea {
/* 293  */ 	background: #fafafa;
/* 294  */ 	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
/* 295  */ 	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
/* 296  */ 	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
/* 297  */ 	border: 1px solid #ddd;
/* 298  */ 	color: #888;
/* 299  */ }
/* 300  */ input[type=text]:focus,

/* style.css */

/* 301  */ textarea:focus {
/* 302  */ 	color: #373737;
/* 303  */ }
/* 304  */ textarea {
/* 305  */ 	padding-left: 3px;
/* 306  */ 	width: 98%;
/* 307  */ }
/* 308  */ input[type=text] {
/* 309  */ 	padding: 3px;
/* 310  */ }
/* 311  */ input#s {
/* 312  */ 	background: url(/wp-content/themes/impact-master/images/search.png) no-repeat 5px 6px;
/* 313  */ 	-moz-border-radius: 2px;
/* 314  */ 	border-radius: 2px;
/* 315  */ 	font-size: 14px;
/* 316  */ 	height: 22px;
/* 317  */ 	line-height: 1.2em;
/* 318  */ 	padding: 4px 10px 4px 28px;
/* 319  */ }
/* 320  */ 
/* 321  */ form .hidden {
/* 322  */ 	display: none;
/* 323  */ }
/* 324  */ 
/* 325  */ /* Links */
/* 326  */ a {
/* 327  */ 	color: #0072AB; /* Original blue 1982d1 */
/* 328  */ 	text-decoration: none;
/* 329  */ }
/* 330  */ a:focus,
/* 331  */ a:active,
/* 332  */ a:hover {
/* 333  */ 	text-decoration: underline;
/* 334  */ 	color: #a6a6a6;
/* 335  */ }
/* 336  */ 
/* 337  */ /* Assistive text */
/* 338  */ .assistive-text {
/* 339  */ 	position: absolute !important;
/* 340  */ 	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
/* 341  */ 	clip: rect(1px, 1px, 1px, 1px);
/* 342  */ }
/* 343  */ #access a.assistive-text:active,
/* 344  */ #access a.assistive-text:focus {
/* 345  */ 	background: #eee;
/* 346  */ 	border-bottom: 1px solid #ddd;
/* 347  */ 	color: #1982d1;
/* 348  */ 	clip: auto !important;
/* 349  */ 	font-size: 12px;
/* 350  */ 	position: absolute;

/* style.css */

/* 351  */ 	text-decoration: underline;
/* 352  */ 	top: 0;
/* 353  */ 	left: 7.6%;
/* 354  */ }
/* 355  */ 
/* 356  */ 
/* 357  */ /* =Header
/* 358  *| ----------------------------------------------- */
/* 359  */ 
/* 360  */ #branding {
/* 361  */ 	padding-bottom: 10px;
/* 362  */ 	position: relative;
/* 363  */ 	z-index: 9999;
/* 364  */ }
/* 365  */ #site-title {
/* 366  */ 	margin-right: 270px;
/* 367  */ 	padding: 3.65625em 0 0;
/* 368  */ }
/* 369  */ #site-title a {
/* 370  */ 	color: #111;
/* 371  */ 	font-size: 30px;
/* 372  */ 	font-weight: bold;
/* 373  */ 	line-height: 36px;
/* 374  */ 	text-decoration: none;
/* 375  */ }
/* 376  */ #site-title a:hover,
/* 377  */ #site-title a:focus,
/* 378  */ #site-title a:active {
/* 379  */ 	color: #1982d1;
/* 380  */ }
/* 381  */ #site-description {
/* 382  */ 	color: #7a7a7a;
/* 383  */ 	font-size: 14px;
/* 384  */ 	margin: 0 270px 3.65625em 0;
/* 385  */ }
/* 386  */ 
/* 387  */ #branding-widget {
/* 388  */     float: right;
/* 389  */     font-size: 14px;
/* 390  */     margin: 20px 1.6%;
/* 391  */     text-align: right;
/* 392  */     width: 400px;
/* 393  */ }
/* 394  */ 
/* 395  */ #branding img {
/* 396  */ 
/* 397  */ }
/* 398  */ 
/* 399  */ .home-title-text {
/* 400  */ 	float: none;

/* style.css */

/* 401  */     line-height: 0;
/* 402  */     margin: 0;
/* 403  */     position: relative;
/* 404  */     text-indent: -9999px;
/* 405  */ }
/* 406  */ 
/* 407  */ 
/* 408  */ /* =Menu
/* 409  *| -------------------------------------------------------------- */
/* 410  */ 
/* 411  */ #access {
/* 412  */ 	background: #ffffff; 
/* 413  */ 	clear: both;
/* 414  */ 	display: block;
/* 415  */ 	float: left;
/* 416  */ 	width: 977px;
/* 417  */ 	border-bottom: 2px solid #000000;
/* 418  */ }
/* 419  */ #access ul {
/* 420  */ 	font-size: 14px;
/* 421  */ 	list-style: none;
/* 422  */ 	margin: 0px;
/* 423  */ 	padding-left: 0px;
/* 424  */ }
/* 425  */ #access li {
/* 426  */ 	float: left;
/* 427  */ 	position: relative;
/* 428  */ }
/* 429  */ #access a {
/* 430  */ 	color: #000000;
/* 431  */ 	display: block;
/* 432  */ 	line-height: 3.333em;
/* 433  */ 	padding: 0 1.2125em;
/* 434  */ 	text-decoration: none;
/* 435  */ 	font-weight: bold;
/* 436  */ }
/* 437  */ #access ul ul {
/* 438  */ 	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 439  */ 	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 440  */ 	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 441  */ 	display: none;
/* 442  */ 	float: left;
/* 443  */ 	margin: 0;
/* 444  */ 	position: absolute;
/* 445  */ 	top: 3.333em;
/* 446  */ 	left: 0;
/* 447  */ 	width: 188px;
/* 448  */ 	z-index: 99999;
/* 449  */ }
/* 450  */ #access ul ul ul {

/* style.css */

/* 451  */ 	left: 100%;
/* 452  */ 	top: 0;
/* 453  */ }
/* 454  */ #access ul ul a {
/* 455  */ 	background: #f9f9f9;
/* 456  */ 	border-bottom: 1px dotted #ddd;
/* 457  */ 	color: #444;
/* 458  */ 	font-size: 13px;
/* 459  */ 	font-weight: normal;
/* 460  */ 	height: auto;
/* 461  */ 	line-height: 1.4em;
/* 462  */ 	padding: 10px 10px;
/* 463  */ 	width: 168px;
/* 464  */ }
/* 465  */ #access li:hover > a,
/* 466  */ #access ul ul :hover > a,
/* 467  */ #access a:focus {
/* 468  */ 	
/* 469  */ }
/* 470  */ #access li:hover > a,
/* 471  */ #access a:focus {
/* 472  */ 	color: #cc0000;
/* 473  */ }
/* 474  */ #access ul li:hover > ul {
/* 475  */ 	display: block;
/* 476  */ }
/* 477  */ #access .current-menu-item > a,
/* 478  */ #access .current-menu-ancestor > a,
/* 479  */ #access .current_page_item > a,
/* 480  */ #access .current_page_ancestor > a {
/* 481  */ 	font-weight: bold;
/* 482  */ }
/* 483  */ 
/* 484  */ /*
/* 485  *| 
/* 486  *| #access {
/* 487  *| 	background: #000000; 
/* 488  *| 	background: -moz-linear-gradient(#23528A, #143965);
/* 489  *| 	background: -o-linear-gradient(#23528A, #143965);
/* 490  *| 	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#23528A), to(#143965)); 
/* 491  *| 	background: -webkit-linear-gradient(#23528A, #143965);
/* 492  *| 	clear: both;
/* 493  *| 	display: block;
/* 494  *| 	float: left;
/* 495  *| 	width: 977px;
/* 496  *| }
/* 497  *| #access ul {
/* 498  *| 	font-size: 14px;
/* 499  *| 	list-style: none;
/* 500  *| 	margin: 0px;

/* style.css */

/* 501  *| 	padding-left: 0px;
/* 502  *| }
/* 503  *| #access li {
/* 504  *| 	float: left;
/* 505  *| 	position: relative;
/* 506  *| }
/* 507  *| #access a {
/* 508  *| 	color: #ffffff;
/* 509  *| 	display: block;
/* 510  *| 	line-height: 3.333em;
/* 511  *| 	padding: 0 1.2125em;
/* 512  *| 	text-decoration: none;
/* 513  *| 	font-weight: bold;
/* 514  *| }
/* 515  *| #access ul ul {
/* 516  *| 	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 517  *| 	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 518  *| 	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 519  *| 	display: none;
/* 520  *| 	float: left;
/* 521  *| 	margin: 0;
/* 522  *| 	position: absolute;
/* 523  *| 	top: 3.333em;
/* 524  *| 	left: 0;
/* 525  *| 	width: 188px;
/* 526  *| 	z-index: 99999;
/* 527  *| }
/* 528  *| #access ul ul ul {
/* 529  *| 	left: 100%;
/* 530  *| 	top: 0;
/* 531  *| }
/* 532  *| #access ul ul a {
/* 533  *| 	background: #f9f9f9;
/* 534  *| 	border-bottom: 1px dotted #ddd;
/* 535  *| 	color: #444;
/* 536  *| 	font-size: 13px;
/* 537  *| 	font-weight: normal;
/* 538  *| 	height: auto;
/* 539  *| 	line-height: 1.4em;
/* 540  *| 	padding: 10px 10px;
/* 541  *| 	width: 168px;
/* 542  *| }
/* 543  *| #access li:hover > a,
/* 544  *| #access ul ul :hover > a,
/* 545  *| #access a:focus {
/* 546  *| 	background: #efefef;
/* 547  *| }
/* 548  *| #access li:hover > a,
/* 549  *| #access a:focus {
/* 550  *| background: -moz-linear-gradient(100% 100% 90deg, #999999, #EFEFEF) repeat scroll 0 0 #999999;

/* style.css */

/* 551  *|     color: #010101;
/* 552  *|     text-shadow: 0 1px 0 #F1F1F1;
/* 553  *| }
/* 554  *| #access ul li:hover > ul {
/* 555  *| 	display: block;
/* 556  *| }
/* 557  *| #access .current-menu-item > a,
/* 558  *| #access .current-menu-ancestor > a,
/* 559  *| #access .current_page_item > a,
/* 560  *| #access .current_page_ancestor > a {
/* 561  *| 	font-weight: bold;
/* 562  *| }
/* 563  *| 
/* 564  *| */
/* 565  */ 
/* 566  */ /* Home Page Stuff */
/* 567  */ 
/* 568  */ .page-id-76 .entry-content {
/* 569  */ 	padding-top: 0px;
/* 570  */ }
/* 571  */ 
/* 572  */ .page-id-76 .entry-content p {
/* 573  */ 	margin: 0px;
/* 574  */ }
/* 575  */ 
/* 576  */ .page-id-76 .lof-container {
/* 577  */ 	margin-bottom: 30px;
/* 578  */ }
/* 579  */ 
/* 580  */ /* =Footer Menu
/* 581  *| -------------------------------------------------------------- */
/* 582  */ 
/* 583  */ #footer-nav {
/* 584  */ 	background: #ffffff;
/* 585  */     color: #000000;
/* 586  */ 	clear: both;
/* 587  */ 	display: block;
/* 588  */ 	float: left;
/* 589  */ 	margin: 0 auto 50px;
/* 590  */ 	width: 100%;
/* 591  */ 	border-top: 1px solid #a6a6a6;
/* 592  */ 	-moz-border-radius-bottomleft: 6px;
/* 593  */ 	-moz-border-radius-bottomright: 6px;
/* 594  */     -webkit-border-bottom-left-radius: 6px;
/* 595  */     -webkit-border-bottom-right-radius: 6px;
/* 596  */     -khtml-border-bottom-left-radius: 6px;
/* 597  */     -khtml-border-bottom-right-radius: 6px;
/* 598  */     border-bottom-left-radius: 6px;
/* 599  */     border-bottom-right-radius: 6px;
/* 600  */ }

/* style.css */

/* 601  */ 
/* 602  */ #footer-nav #menu-footer-menu {
/* 603  */ 	background: #ffffff;
/* 604  */ }
/* 605  */ 
/* 606  */ #footer-nav ul {
/* 607  */ 	font-size: 13px;
/* 608  */ 	list-style: none;
/* 609  */ 	margin: 0px;
/* 610  */ 	padding-left: 0;
/* 611  */ }
/* 612  */ #footer-nav li {
/* 613  */ 	float: left;
/* 614  */ 	position: relative;
/* 615  */ }
/* 616  */ #footer-nav a {
/* 617  */ 	color: #464646;
/* 618  */ 	display: block;
/* 619  */ 	line-height: 3.333em;
/* 620  */ 	padding: 0 1.2125em;
/* 621  */ 	text-decoration: none;
/* 622  */ }
/* 623  */ #footer-nav ul ul {
/* 624  */ 	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 625  */ 	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 626  */ 	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 627  */ 	display: none;
/* 628  */ 	float: left;
/* 629  */ 	margin: 0;
/* 630  */ 	position: absolute;
/* 631  */ 	top: 3.333em;
/* 632  */ 	left: 0;
/* 633  */ 	width: 188px;
/* 634  */ 	z-index: 99999;
/* 635  */ }
/* 636  */ #footer-nav ul ul ul {
/* 637  */ 	left: 100%;
/* 638  */ 	top: 0;
/* 639  */ }
/* 640  */ #footer-nav ul ul a {
/* 641  */ 	background: #f9f9f9;
/* 642  */ 	border-bottom: 1px dotted #ddd;
/* 643  */ 	color: #444;
/* 644  */ 	font-size: 13px;
/* 645  */ 	font-weight: normal;
/* 646  */ 	height: auto;
/* 647  */ 	line-height: 1.4em;
/* 648  */ 	padding: 10px 10px;
/* 649  */ 	width: 168px;
/* 650  */ }

/* style.css */

/* 651  */ #footer-nav li:hover > a,
/* 652  */ #footer-nav ul ul :hover > a,
/* 653  */ #footer-nav a:focus {
/* 654  */ 	background: #efefef;
/* 655  */ }
/* 656  */ #footer-nav li:hover > a,
/* 657  */ #footer-nav a:focus {
/* 658  */ 	background: #f9f9f9; /* Show a solid color for older browsers */
/* 659  */ 	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
/* 660  */ 	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
/* 661  */ 	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
/* 662  */ 	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
/* 663  */ 	color: #373737;
/* 664  */ }
/* 665  */ #footer-nav ul li:hover > ul {
/* 666  */ 	display: block;
/* 667  */ }
/* 668  */ #footer-nav .current-menu-item > a,
/* 669  */ #footer-nav .current-menu-ancestor > a,
/* 670  */ #footer-nav .current_page_item > a,
/* 671  */ #footer-nav .current_page_ancestor > a {
/* 672  */ 	font-weight: bold;
/* 673  */ }
/* 674  */ 
/* 675  */ 
/* 676  */ 
/* 677  */ /* Search Form */
/* 678  */ #branding #searchform {
/* 679  */ 	position: absolute;
/* 680  */ 	top: 3.8em;
/* 681  */ 	right: 7.6%;
/* 682  */ 	text-align: right;
/* 683  */ }
/* 684  */ #branding #searchform div {
/* 685  */ 	margin: 0;
/* 686  */ }
/* 687  */ #branding #s {
/* 688  */ 	float: right;
/* 689  */ 	-webkit-transition-duration: 400ms;
/* 690  */ 	-webkit-transition-property: width, background;
/* 691  */ 	-webkit-transition-timing-function: ease;
/* 692  */ 	-moz-transition-duration: 400ms;
/* 693  */ 	-moz-transition-property: width, background;
/* 694  */ 	-moz-transition-timing-function: ease;
/* 695  */ 	-o-transition-duration: 400ms;
/* 696  */ 	-o-transition-property: width, background;
/* 697  */ 	-o-transition-timing-function: ease;
/* 698  */ 	width: 72px;
/* 699  */ }
/* 700  */ #branding #s:focus {

/* style.css */

/* 701  */ 	background-color: #f9f9f9;
/* 702  */ 	width: 196px;
/* 703  */ }
/* 704  */ #branding #searchsubmit {
/* 705  */ 	display: none;
/* 706  */ }
/* 707  */ #branding .only-search #searchform {
/* 708  */ 	top: 5px;
/* 709  */ 	z-index: 1;
/* 710  */ }
/* 711  */ #branding .only-search #s {
/* 712  */ 	background-color: #666;
/* 713  */ 	border-color: #000;
/* 714  */ 	color: #222;
/* 715  */ }
/* 716  */ #branding .only-search #s,
/* 717  */ #branding .only-search #s:focus {
/* 718  */ 	width: 85%;
/* 719  */ }
/* 720  */ #branding .only-search #s:focus {
/* 721  */ 	background-color: #bbb;
/* 722  */ }
/* 723  */ #branding .with-image #searchform {
/* 724  */ 	top: auto;
/* 725  */ 	bottom: -27px;
/* 726  */ 	max-width: 195px;
/* 727  */ }
/* 728  */ #branding .only-search + #access div {
/* 729  */ 	padding-right: 205px;
/* 730  */ }
/* 731  */ 
/* 732  */ 
/* 733  */ /* =Content
/* 734  *| ----------------------------------------------- */
/* 735  */ 
/* 736  */ #main {
/* 737  */ 	clear: both;
/* 738  */ 	padding: 1.625em 0 0;
/* 739  */ }
/* 740  */ .page-title {
/* 741  */ 	color: #666;
/* 742  */ 	font-size: 10px;
/* 743  */ 	font-weight: 500;
/* 744  */ 	letter-spacing: 0.1em;
/* 745  */ 	line-height: 2.6em;
/* 746  */ 	margin: 0 0 2.6em;
/* 747  */ 	text-transform: uppercase;
/* 748  */ }
/* 749  */ .page-title a {
/* 750  */ 	font-size: 12px;

/* style.css */

/* 751  */ 	font-weight: bold;
/* 752  */ 	letter-spacing: 0;
/* 753  */ 	text-transform: none;
/* 754  */ }
/* 755  */ .hentry,
/* 756  */ .no-results {
/* 757  */ 	border-bottom: 1px solid #ddd;
/* 758  */ 	margin: 0 0 1.625em;
/* 759  */ 	padding: 0 0 1.625em;
/* 760  */ 	position: relative;
/* 761  */ }
/* 762  */ .hentry:last-child,
/* 763  */ .no-results {
/* 764  */ 	border-bottom: none;
/* 765  */ }
/* 766  */ .blog .sticky .entry-header .entry-meta {
/* 767  */ 	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
/* 768  */ 	clip: rect(1px, 1px, 1px, 1px);
/* 769  */ 	position: absolute !important;
/* 770  */ }
/* 771  */ .entry-title,
/* 772  */ .entry-header .entry-meta {
/* 773  */ 	padding-right: 76px;
/* 774  */ }
/* 775  */ .entry-title {
/* 776  */ 	clear: both;
/* 777  */ 	color: #222;
/* 778  */ 	font-size: 26px;
/* 779  */ 	font-weight: bold;
/* 780  */ 	line-height: 1.0em;
/* 781  */ 	padding-bottom: .3em;
/* 782  */ 	padding-top: 0px;
/* 783  */ }
/* 784  */ .entry-title,
/* 785  */ .entry-title a {
/* 786  */ 	color: #222;
/* 787  */ 	text-decoration: none;
/* 788  */ }
/* 789  */ .entry-title a:hover,
/* 790  */ .entry-title a:focus,
/* 791  */ .entry-title a:active {
/* 792  */ 	color: #1982d1;
/* 793  */ }
/* 794  */ .entry-meta {
/* 795  */ 	color: #666;
/* 796  */ 	clear: both;
/* 797  */ 	font-size: 12px;
/* 798  */ 	line-height: 18px;
/* 799  */ }
/* 800  */ .entry-meta a {

/* style.css */

/* 801  */ 	font-weight: bold;
/* 802  */ }
/* 803  */ .single-author .entry-meta .by-author {
/* 804  */ 	display: none;
/* 805  */ }
/* 806  */ .entry-content,
/* 807  */ .entry-summary {
/* 808  */ 	padding: 1.625em 0 0;
/* 809  */ }
/* 810  */ 
/* 811  */ /* Two Column Fluid Layout */
/* 812  */ 
/* 813  */ /* column container */
/* 814  */ .colmask {
/* 815  */ 	clear:both;
/* 816  */ 	float:left;
/* 817  */ 	width:100%;			/* width of whole page */
/* 818  */ 	overflow:hidden;		/* This chops off any overhanging divs */
/* 819  */ }
/* 820  */ 
/* 821  */ .colleft {
/* 822  */ 	right:50%;			/* right column width */
/* 823  */ 	background:#fff;		/* left column background colour */
/* 824  */ }
/* 825  */ .col1 {
/* 826  */ 	width:46%;			/* left column content width (column width minus left and right padding) */
/* 827  */ 	left:52%;			/* right column width plus left column left padding */
/* 828  */ }
/* 829  */ .col2 {
/* 830  */ 	width:46%;			/* right column content width (column width minus left and right padding) */
/* 831  */ 	left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
/* 832  */ }
/* 833  */ 	
/* 834  */ 
/* 835  */ .entry-content h1,
/* 836  */ .entry-content h2,
/* 837  */ .comment-content h1,
/* 838  */ .comment-content h2 {
/* 839  */ 	color: #000;
/* 840  */ 	font-weight: bold;
/* 841  */ 	margin: 0 0 .8125em;
/* 842  */ }
/* 843  */ .entry-content h3,
/* 844  */ .comment-content h3 {
/* 845  */ 	font-size: 10px;
/* 846  */ 	letter-spacing: 0.1em;
/* 847  */ 	line-height: 2.6em;
/* 848  */ 	text-transform: uppercase;
/* 849  */ }
/* 850  */ .entry-content table,

/* style.css */

/* 851  */ .comment-content table {
/* 852  */ 	border-bottom: 0px solid #ddd;
/* 853  */ 	margin: 0 0 1.625em;
/* 854  */ 	width: 100%;
/* 855  */ }
/* 856  */ .entry-content th,
/* 857  */ .comment-content th {
/* 858  */ 	color: #666;
/* 859  */ 	font-size: 10px;
/* 860  */ 	font-weight: 500;
/* 861  */ 	letter-spacing: 0.1em;
/* 862  */ 	line-height: 2.6em;
/* 863  */ 	text-transform: uppercase;
/* 864  */ }
/* 865  */ .entry-content td,
/* 866  */ .comment-content td {
/* 867  */ 	border-top: 0px solid #ddd;
/* 868  */ 	padding: 6px 10px 6px 0;
/* 869  */ }
/* 870  */ .entry-content #s {
/* 871  */ 	width: 75%;
/* 872  */ }
/* 873  */ .comment-content ul,
/* 874  */ .comment-content ol {
/* 875  */ 	margin-bottom: 1.625em;
/* 876  */ }
/* 877  */ .comment-content ul ul,
/* 878  */ .comment-content ol ol,
/* 879  */ .comment-content ul ol,
/* 880  */ .comment-content ol ul {
/* 881  */ 	margin-bottom: 0;
/* 882  */ }
/* 883  */ dl.gallery-item {
/* 884  */ 	margin: 0;
/* 885  */ }
/* 886  */ .page-link {
/* 887  */ 	clear: both;
/* 888  */ 	display: block;
/* 889  */ 	margin: 0 0 1.625em;
/* 890  */ }
/* 891  */ .page-link a {
/* 892  */ 	background: #eee;
/* 893  */ 	color: #373737;
/* 894  */ 	margin: 0;
/* 895  */ 	padding: 2px 3px;
/* 896  */ 	text-decoration: none;
/* 897  */ }
/* 898  */ .page-link a:hover {
/* 899  */ 	background: #888;
/* 900  */ 	color: #fff;

/* style.css */

/* 901  */ 	font-weight: bold;
/* 902  */ }
/* 903  */ .page-link span {
/* 904  */ 	margin-right: 6px;
/* 905  */ }
/* 906  */ .entry-meta .edit-link a,
/* 907  */ .commentlist .edit-link a {
/* 908  */ 	background: #eee;
/* 909  */ 	-moz-border-radius: 3px;
/* 910  */ 	border-radius: 3px;
/* 911  */ 	color: #666;
/* 912  */ 	float: right;
/* 913  */ 	font-size: 12px;
/* 914  */ 	line-height: 1.5em;
/* 915  */ 	font-weight: 300;
/* 916  */ 	text-decoration: none;
/* 917  */ 	padding: 0 8px;
/* 918  */ }
/* 919  */ .entry-meta .edit-link a:hover,
/* 920  */ .commentlist .edit-link a:hover {
/* 921  */ 	background: #888;
/* 922  */ 	color: #fff;
/* 923  */ }
/* 924  */ .entry-content .edit-link {
/* 925  */ 	clear: both;
/* 926  */ 	display: block;
/* 927  */ }
/* 928  */ 
/* 929  */ .entry-content table#two-column {
/* 930  */ 	border: 0px;
/* 931  */ }
/* 932  */ 
/* 933  */ .entry-content td.one {
/* 934  */ 	border: 0px;
/* 935  */ 	vertical-align: top;
/* 936  */ 	padding-right: 20px;
/* 937  */ }
/* 938  */ 
/* 939  */ .entry-content td.two {
/* 940  */ 	border: 0px;
/* 941  */ 	vertical-align: top;
/* 942  */ }
/* 943  */ 
/* 944  */ ul.green-checklist li {
/* 945  */ 	list-style: none;
/* 946  */ 	background: url(/wp-content/themes/impact-master/images/green-check.png) no-repeat;
/* 947  */ 	padding-left: 34px;
/* 948  */ 	margin-bottom: 16px;
/* 949  */ }
/* 950  */ 

/* style.css */

/* 951  */ ul.black-circle-checklist li {
/* 952  */ 	list-style: none;
/* 953  */ 	background: url(/wp-content/themes/impact-master/images/black-circle-check.png) no-repeat;
/* 954  */ 	padding-left: 34px;
/* 955  */ 	margin-bottom: 16px;
/* 956  */ }
/* 957  */ 
/* 958  */ article#post-984 ul {
/* 959  */ 	width: 350px;
/* 960  */ 	float: left;
/* 961  */ }
/* 962  */ 
/* 963  */ article#post-984 form {
/* 964  */ 	width: 300px;
/* 965  */ 	overflow: hidden;
/* 966  */ 	float: right;
/* 967  */ }
/* 968  */ 
/* 969  */ 
/* 970  */ /* Images */
/* 971  */ 
/* 972  */ .entry-content img,
/* 973  */ .comment-content img,
/* 974  */ .widget img {
/* 975  */ 	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
/* 976  */ }
/* 977  */ img[class*="align"],
/* 978  */ img[class*="wp-image-"],
/* 979  */ img[class*="attachment-"] {
/* 980  */ 	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
/* 981  */ }
/* 982  */ img.size-full,
/* 983  */ img.size-large {
/* 984  */ 	max-width: 97.5%;
/* 985  */ 	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
/* 986  */ 	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
/* 987  */ }
/* 988  */ .entry-content img.wp-smiley {
/* 989  */ 	border: none;
/* 990  */ 	margin-bottom: 0;
/* 991  */ 	margin-top: 0;
/* 992  */ 	padding: 0;
/* 993  */ }
/* 994  */ img.alignleft,
/* 995  */ img.alignright,
/* 996  */ img.aligncenter {
/* 997  */ 	margin-bottom: 1.625em;
/* 998  */ }
/* 999  */ p img,
/* 1000 */ .wp-caption {

/* style.css */

/* 1001 */ 	margin-top: 0.4em;
/* 1002 */ }
/* 1003 */ .wp-caption {
/* 1004 */ 	background: #eee;
/* 1005 */ 	margin-bottom: 1.625em;
/* 1006 */ 	max-width: 96%;
/* 1007 */ 	padding: 9px;
/* 1008 */ }
/* 1009 */ .wp-caption img {
/* 1010 */ 	display: block;
/* 1011 */ 	margin: 0 auto;
/* 1012 */ 	max-width: 98%;
/* 1013 */ }
/* 1014 */ .wp-caption .wp-caption-text,
/* 1015 */ .gallery-caption {
/* 1016 */ 	color: #666;
/* 1017 */ 	font-family: Georgia, serif;
/* 1018 */ 	font-size: 12px;
/* 1019 */ }
/* 1020 */ .wp-caption .wp-caption-text {
/* 1021 */ 	margin-bottom: 0.6em;
/* 1022 */ 	padding: 10px 0 5px 40px;
/* 1023 */ 	position: relative;
/* 1024 */ }
/* 1025 */ .wp-caption .wp-caption-text:before {
/* 1026 */ 	color: #666;
/* 1027 */ 	content: '\2014';
/* 1028 */ 	font-size: 14px;
/* 1029 */ 	font-style: normal;
/* 1030 */ 	font-weight: bold;
/* 1031 */ 	margin-right: 5px;
/* 1032 */ 	position: absolute;
/* 1033 */ 	left: 10px;
/* 1034 */ 	top: 7px;
/* 1035 */ }
/* 1036 */ #content .gallery {
/* 1037 */ 	margin: 0 auto 1.625em;
/* 1038 */ }
/* 1039 */ #content .gallery a img {
/* 1040 */ 	border: none;
/* 1041 */ }
/* 1042 */ img#wpstats {
/* 1043 */ 	display: block;
/* 1044 */ 	margin: 0 auto 1.625em;
/* 1045 */ }
/* 1046 */ #content .gallery-columns-4 .gallery-item {
/* 1047 */ 	width: 23%;
/* 1048 */ 	padding-right: 2%;
/* 1049 */ }
/* 1050 */ #content .gallery-columns-4 .gallery-item img {

/* style.css */

/* 1051 */ 	width: 100%;
/* 1052 */ 	height: auto;
/* 1053 */ }
/* 1054 */ 
/* 1055 */ /* Image borders */
/* 1056 */ img[class*="align"],
/* 1057 */ img[class*="wp-image-"],
/* 1058 */ #content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
/* 1059 */ 	border: 1px solid #ddd;
/* 1060 */ 	padding: 6px;
/* 1061 */ }
/* 1062 */ .wp-caption img {
/* 1063 */ 	border-color: #eee;
/* 1064 */ }
/* 1065 */ a:focus img[class*="align"],
/* 1066 */ a:hover img[class*="align"],
/* 1067 */ a:active img[class*="align"],
/* 1068 */ a:focus img[class*="wp-image-"],
/* 1069 */ a:hover img[class*="wp-image-"],
/* 1070 */ a:active img[class*="wp-image-"],
/* 1071 */ #content .gallery .gallery-icon a:focus img,
/* 1072 */ #content .gallery .gallery-icon a:hover img,
/* 1073 */ #content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
/* 1074 */ 	background: #eee;
/* 1075 */ 	border-color: #bbb;
/* 1076 */ }
/* 1077 */ .wp-caption a:focus img,
/* 1078 */ .wp-caption a:active img,
/* 1079 */ .wp-caption a:hover img {/* ... including captioned images! */
/* 1080 */ 	background: #fff;
/* 1081 */ 	border-color: #ddd;
/* 1082 */ }
/* 1083 */ 
/* 1084 */ /* Make sure embeds and iframes fit their containers */
/* 1085 */ embed,
/* 1086 */ iframe,
/* 1087 */ object {
/* 1088 */ 	max-width: 100%;
/* 1089 */ }
/* 1090 */ 
/* 1091 */ /* Password Protected Posts */
/* 1092 */ .post-password-required .entry-header .comments-link {
/* 1093 */ 	margin: 1.625em 0 0;
/* 1094 */ }
/* 1095 */ .post-password-required input[type=password] {
/* 1096 */ 	margin: 0.8125em 0;
/* 1097 */ }
/* 1098 */ .post-password-required input[type=password]:focus {
/* 1099 */ 	background: #f7f7f7;
/* 1100 */ }

/* style.css */

/* 1101 */ 
/* 1102 */ /* Author Info */
/* 1103 */ #author-info {
/* 1104 */ 	font-size: 12px;
/* 1105 */ 	overflow: hidden;
/* 1106 */ }
/* 1107 */ .singular #author-info {
/* 1108 */ 	background: #f9f9f9;
/* 1109 */ 	border-top: 1px solid #ddd;
/* 1110 */ 	border-bottom: 1px solid #ddd;
/* 1111 */ 	margin: 2.2em -35.6% 0 -35.4%;
/* 1112 */ 	padding: 20px 35.4%;
/* 1113 */ }
/* 1114 */ .archive #author-info {
/* 1115 */ 	border-bottom: 1px solid #ddd;
/* 1116 */ 	margin: 0 0 2.2em;
/* 1117 */ 	padding: 0 0 2.2em;
/* 1118 */ }
/* 1119 */ #author-avatar {
/* 1120 */ 	float: left;
/* 1121 */ 	margin-right: -78px;
/* 1122 */ }
/* 1123 */ #author-avatar img {
/* 1124 */ 	background: #fff;
/* 1125 */ 	-moz-border-radius: 3px;
/* 1126 */ 	border-radius: 3px;
/* 1127 */ 	-webkit-box-shadow: 0 1px 2px #bbb;
/* 1128 */ 	-moz-box-shadow: 0 1px 2px #bbb;
/* 1129 */ 	box-shadow: 0 1px 2px #bbb;
/* 1130 */ 	padding: 3px;
/* 1131 */ }
/* 1132 */ #author-description {
/* 1133 */ 	float: left;
/* 1134 */ 	margin-left: 108px;
/* 1135 */ }
/* 1136 */ #author-description h2 {
/* 1137 */ 	color: #000;
/* 1138 */ 	font-size: 15px;
/* 1139 */ 	font-weight: bold;
/* 1140 */ 	margin: 5px 0 10px;
/* 1141 */ }
/* 1142 */ 
/* 1143 */ /* Comments link */
/* 1144 */ .entry-header .comments-link a {
/* 1145 */ 	background: #eee url(/wp-content/themes/impact-master/images/comment-bubble.png) no-repeat;
/* 1146 */ 	color: #666;
/* 1147 */ 	font-size: 13px;
/* 1148 */ 	font-weight: normal;
/* 1149 */ 	line-height: 35px;
/* 1150 */ 	overflow: hidden;

/* style.css */

/* 1151 */ 	padding: 0 0 0;
/* 1152 */ 	position: absolute;
/* 1153 */ 	top: 1.5em;
/* 1154 */ 	right: 0;
/* 1155 */ 	text-align: center;
/* 1156 */ 	text-decoration: none;
/* 1157 */ 	width: 43px;
/* 1158 */ 	height: 36px;
/* 1159 */ }
/* 1160 */ .entry-header .comments-link a:hover,
/* 1161 */ .entry-header .comments-link a:focus,
/* 1162 */ .entry-header .comments-link a:active {
/* 1163 */ 	background-color: #1982d1;
/* 1164 */ 	color: #fff;
/* 1165 */ 	color: rgba(255,255,255,0.8);
/* 1166 */ }
/* 1167 */ .entry-header .comments-link .leave-reply {
/* 1168 */ 	visibility: hidden;
/* 1169 */ }
/* 1170 */ 
/* 1171 */ /*
/* 1172 *| Post Formats Headings
/* 1173 *| To hide the headings, display: none the ".entry-header .entry-format" selector,
/* 1174 *| and remove the padding rules below.
/* 1175 *| */
/* 1176 */ .entry-header .entry-format {
/* 1177 */ 	color: #666;
/* 1178 */ 	font-size: 10px;
/* 1179 */ 	font-weight: 500;
/* 1180 */ 	letter-spacing: 0.1em;
/* 1181 */ 	line-height: 2.6em;
/* 1182 */ 	position: absolute;
/* 1183 */ 	text-transform: uppercase;
/* 1184 */ 	top: -5px;
/* 1185 */ }
/* 1186 */ .entry-header hgroup .entry-title {
/* 1187 */ 	padding-top: 15px;
/* 1188 */ }
/* 1189 */ article.format-aside .entry-content,
/* 1190 */ article.format-link .entry-content,
/* 1191 */ article.format-status .entry-content {
/* 1192 */ 	padding: 20px 0 0;
/* 1193 */ }
/* 1194 */ article.format-status .entry-content {
/* 1195 */ 	min-height: 65px;
/* 1196 */ }
/* 1197 */ .recent-posts .entry-header .entry-format {
/* 1198 */ 	display: none;
/* 1199 */ }
/* 1200 */ .recent-posts .entry-header hgroup .entry-title {

/* style.css */

/* 1201 */ 	padding-top: 0;
/* 1202 */ }
/* 1203 */ 
/* 1204 */ /* Singular content styles for Posts and Pages */
/* 1205 */ .singular .hentry {
/* 1206 */ 	border-bottom: none;
/* 1207 */ 	padding: 4.875em 0 0;
/* 1208 */ 	position: relative;
/* 1209 */ }
/* 1210 */ .singular.page .hentry {
/* 1211 */ 	padding: 3.5em 0 0;
/* 1212 */ }
/* 1213 */ .singular .entry-title {
/* 1214 */ 	color: #000;
/* 1215 */ 	font-size: 36px;
/* 1216 */ 	font-weight: bold;
/* 1217 */ 	line-height: 48px;
/* 1218 */ }
/* 1219 */ .singular .entry-title,
/* 1220 */ .singular .entry-header .entry-meta {
/* 1221 */ 	padding-right: 0;
/* 1222 */ }
/* 1223 */ .singular .entry-header .entry-meta {
/* 1224 */ 	position: absolute;
/* 1225 */ 	top: 0;
/* 1226 */ 	left: 0;
/* 1227 */ }
/* 1228 */ blockquote.pull {
/* 1229 */ 	font-size: 21px;
/* 1230 */ 	font-weight: bold;
/* 1231 */ 	line-height: 1.6125em;
/* 1232 */ 	margin: 0 0 1.625em;
/* 1233 */ 	text-align: center;
/* 1234 */ }
/* 1235 */ .singular blockquote.pull {
/* 1236 */ 	margin: 0 -22.25% 1.625em;
/* 1237 */ }
/* 1238 */ .pull.alignleft {
/* 1239 */ 	margin: 0 1.625em 0 0;
/* 1240 */ 	text-align: right;
/* 1241 */ 	width: 33%;
/* 1242 */ }
/* 1243 */ .singular .pull.alignleft {
/* 1244 */ 	margin: 0 1.625em 0 -22.25%;
/* 1245 */ }
/* 1246 */ .pull.alignright {
/* 1247 */ 	margin: 0 0 0 1.625em;
/* 1248 */ 	text-align: left;
/* 1249 */ 	width: 33%;
/* 1250 */ }

/* style.css */

/* 1251 */ .singular .pull.alignright {
/* 1252 */ 	margin: 0 -22.25% 0 1.625em;
/* 1253 */ }
/* 1254 */ .singular blockquote.pull.alignleft,
/* 1255 */ .singular blockquote.pull.alignright {
/* 1256 */ 	width: 33%;
/* 1257 */ }
/* 1258 */ .singular .entry-meta .edit-link a {
/* 1259 */ 	bottom: auto;
/* 1260 */ 	left: 50px;
/* 1261 */ 	position: absolute;
/* 1262 */ 	right: auto;
/* 1263 */ 	top: 80px;
/* 1264 */ }
/* 1265 */ 
/* 1266 */ 
/* 1267 */ /* =Aside
/* 1268 *| ----------------------------------------------- */
/* 1269 */ 
/* 1270 */ .format-aside .entry-title,
/* 1271 */ .format-aside .entry-header .comments-link {
/* 1272 */ 	display: none;
/* 1273 */ }
/* 1274 */ .singular .format-aside .entry-title {
/* 1275 */ 	display: block;
/* 1276 */ }
/* 1277 */ .format-aside .entry-content {
/* 1278 */ 	padding: 0;
/* 1279 */ }
/* 1280 */ .singular .format-aside .entry-content {
/* 1281 */ 	padding: 1.625em 0 0;
/* 1282 */ }
/* 1283 */ 
/* 1284 */ 
/* 1285 */ /* =Link
/* 1286 *| ----------------------------------------------- */
/* 1287 */ 
/* 1288 */ .format-link .entry-title,
/* 1289 */ .format-link .entry-header .comments-link {
/* 1290 */ 	display: none;
/* 1291 */ }
/* 1292 */ .singular .format-link .entry-title {
/* 1293 */ 	display: block;
/* 1294 */ }
/* 1295 */ .format-link .entry-content {
/* 1296 */ 	padding: 0;
/* 1297 */ }
/* 1298 */ .singular .format-link .entry-content {
/* 1299 */ 	padding: 1.625em 0 0;
/* 1300 */ }

/* style.css */

/* 1301 */ 
/* 1302 */ 
/* 1303 */ /* =Gallery
/* 1304 *| ----------------------------------------------- */
/* 1305 */ 
/* 1306 */ .format-gallery .gallery-thumb {
/* 1307 */ 	float: left;
/* 1308 */ 	display: block;
/* 1309 */ 	margin: .375em 1.625em 0 0;
/* 1310 */ }
/* 1311 */ 
/* 1312 */ 
/* 1313 */ /* =Status
/* 1314 *| ----------------------------------------------- */
/* 1315 */ 
/* 1316 */ .format-status .entry-title,
/* 1317 */ .format-status .entry-header .comments-link {
/* 1318 */ 	display: none;
/* 1319 */ }
/* 1320 */ .singular .format-status .entry-title {
/* 1321 */ 	display: block;
/* 1322 */ }
/* 1323 */ .format-status .entry-content {
/* 1324 */ 	padding: 0;
/* 1325 */ }
/* 1326 */ .singular .format-status .entry-content {
/* 1327 */ 	padding: 1.625em 0 0;
/* 1328 */ }
/* 1329 */ .format-status img.avatar {
/* 1330 */ 	-moz-border-radius: 3px;
/* 1331 */ 	border-radius: 3px;
/* 1332 */ 	-webkit-box-shadow: 0 1px 2px #ccc;
/* 1333 */ 	-moz-box-shadow: 0 1px 2px #ccc;
/* 1334 */ 	box-shadow: 0 1px 2px #ccc;
/* 1335 */ 	float: left;
/* 1336 */ 	margin: 4px 10px 2px 0;
/* 1337 */ 	padding: 0;
/* 1338 */ }
/* 1339 */ 
/* 1340 */ 
/* 1341 */ /* =Quote
/* 1342 *| ----------------------------------------------- */
/* 1343 */ 
/* 1344 */ .format-quote blockquote {
/* 1345 */ 	color: #555;
/* 1346 */ 	font-size: 17px;
/* 1347 */ 	margin: 0;
/* 1348 */ }
/* 1349 */ 
/* 1350 */ 

/* style.css */

/* 1351 */ /* =Image
/* 1352 *| ----------------------------------------------- */
/* 1353 */ 
/* 1354 */ .indexed.format-image .entry-header {
/* 1355 */ 	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
/* 1356 */ }
/* 1357 */ .indexed.format-image .entry-content {
/* 1358 */ 	padding-top: 0.5em;
/* 1359 */ }
/* 1360 */ .indexed.format-image p,
/* 1361 */ .indexed.format-image p img {
/* 1362 */ 	margin-bottom: 0;
/* 1363 */ }
/* 1364 */ .indexed.format-image footer.entry-meta {
/* 1365 */ 	background: #ddd;
/* 1366 */ 	margin-top: -7px;
/* 1367 */ 	padding: 20px 30px;
/* 1368 */ 	overflow: hidden;
/* 1369 */ }
/* 1370 */ .indexed.format-image div.entry-meta {
/* 1371 */ 	display: inline-block;
/* 1372 */ 	float: left;
/* 1373 */ 	width: 35%;
/* 1374 */ }
/* 1375 */ .indexed.format-image div.entry-meta + div.entry-meta {
/* 1376 */ 	float: none;
/* 1377 */ 	width: 65%;
/* 1378 */ }
/* 1379 */ .indexed.format-image .entry-meta span.cat-links,
/* 1380 */ .indexed.format-image .entry-meta span.tag-links,
/* 1381 */ .indexed.format-image .entry-meta span.comments-link {
/* 1382 */ 	display: block;
/* 1383 */ }
/* 1384 */ .indexed.format-image footer.entry-meta a {
/* 1385 */ 	color: #444;
/* 1386 */ }
/* 1387 */ .indexed.format-image footer.entry-meta a:hover {
/* 1388 */ 	color: #fff;
/* 1389 */ }
/* 1390 */ #content .indexed.format-image img {
/* 1391 */ 	border: none;
/* 1392 */ 	max-width: 100%;
/* 1393 */ 	padding: 0;
/* 1394 */ }
/* 1395 */ .indexed.format-image .wp-caption {
/* 1396 */ 	background: #111;
/* 1397 */ 	margin-bottom: 0;
/* 1398 */ 	max-width: 96%;
/* 1399 */ 	padding: 11px;
/* 1400 */ }

/* style.css */

/* 1401 */ .indexed.format-image .wp-caption .wp-caption-text {
/* 1402 */ 	color: #ddd;
/* 1403 */ }
/* 1404 */ .indexed.format-image .wp-caption .wp-caption-text:before {
/* 1405 */ 	color: #444;
/* 1406 */ }
/* 1407 */ .indexed.format-image a:hover img {
/* 1408 */ 	opacity: 0.8;
/* 1409 */ }
/* 1410 */ 
/* 1411 */ 
/* 1412 */ /* =error404
/* 1413 *| ----------------------------------------------- */
/* 1414 */ 
/* 1415 */ .error404 #main #searchform {
/* 1416 */ 	background: #f9f9f9;
/* 1417 */ 	border: 1px solid #ddd;
/* 1418 */ 	border-width: 1px 0;
/* 1419 */ 	margin: 0 -8.9% 1.625em;
/* 1420 */ 	overflow: hidden;
/* 1421 */ 	padding: 1.625em 8.9%;
/* 1422 */ }
/* 1423 */ .error404 #main #s {
/* 1424 */ 	width: 95%;
/* 1425 */ }
/* 1426 */ .error404 #main .widget {
/* 1427 */ 	clear: none;
/* 1428 */ 	float: left;
/* 1429 */ 	margin-right: 3.7%;
/* 1430 */ 	width: 30.85%;
/* 1431 */ }
/* 1432 */ .error404 #main .widget_archive {
/* 1433 */ 	margin-right: 0;
/* 1434 */ }
/* 1435 */ .error404 #main .widget_tag_cloud {
/* 1436 */ 	float: none;
/* 1437 */ 	margin-right: 0;
/* 1438 */ 	width: 100%;
/* 1439 */ }
/* 1440 */ .error404 .widgettitle {
/* 1441 */ 	font-size: 10px;
/* 1442 */ 	letter-spacing: 0.1em;
/* 1443 */ 	line-height: 2.6em;
/* 1444 */ 	text-transform: uppercase;
/* 1445 */ }
/* 1446 */ 
/* 1447 */ 
/* 1448 */ /* =Attachments
/* 1449 *| ----------------------------------------------- */
/* 1450 */ 

/* style.css */

/* 1451 */ .image-attachment div.attachment {
/* 1452 */ 	background: #f9f9f9;
/* 1453 */ 	border: 1px solid #ddd;
/* 1454 */ 	border-width: 1px 0;
/* 1455 */ 	margin: 0 -8.9% 1.625em;
/* 1456 */ 	overflow: hidden;
/* 1457 */ 	padding: 1.625em 1.625em 0;
/* 1458 */ 	text-align: center;
/* 1459 */ }
/* 1460 */ .image-attachment div.attachment img {
/* 1461 */ 	display: block;
/* 1462 */ 	height: auto;
/* 1463 */ 	margin: 0 auto 1.625em;
/* 1464 */ 	max-width: 100%;
/* 1465 */ }
/* 1466 */ .image-attachment div.attachment a img {
/* 1467 */ 	border-color: #f9f9f9;
/* 1468 */ }
/* 1469 */ .image-attachment div.attachment a:focus img,
/* 1470 */ .image-attachment div.attachment a:hover img,
/* 1471 */ .image-attachment div.attachment a:active img {
/* 1472 */ 	border-color: #ddd;
/* 1473 */ 	background: #fff;
/* 1474 */ }
/* 1475 */ .image-attachment .entry-caption p {
/* 1476 */ 	font-size: 10px;
/* 1477 */ 	letter-spacing: 0.1em;
/* 1478 */ 	line-height: 2.6em;
/* 1479 */ 	margin: 0 0 2.6em;
/* 1480 */ 	text-transform: uppercase;
/* 1481 */ }
/* 1482 */ 
/* 1483 */ 
/* 1484 */ /* =Navigation
/* 1485 *| -------------------------------------------------------------- */
/* 1486 */ 
/* 1487 */ #content nav {
/* 1488 */ 	clear: both;
/* 1489 */ 	overflow: hidden;
/* 1490 */ 	padding: 0 0 1.625em;
/* 1491 */ }
/* 1492 */ #content nav a {
/* 1493 */ 	font-size: 12px;
/* 1494 */ 	font-weight: bold;
/* 1495 */ 	line-height: 2.2em;
/* 1496 */ }
/* 1497 */ #nav-above {
/* 1498 */ 	padding: 0 0 1.625em;
/* 1499 */ }
/* 1500 */ #nav-above {

/* style.css */

/* 1501 */ 	display: none;
/* 1502 */ }
/* 1503 */ .paged #nav-above {
/* 1504 */ 	display: block;
/* 1505 */ }
/* 1506 */ .nav-previous {
/* 1507 */ 	float: left;
/* 1508 */ 	width: 50%;
/* 1509 */ }
/* 1510 */ .nav-next {
/* 1511 */ 	float: right;
/* 1512 */ 	text-align: right;
/* 1513 */ 	width: 50%;
/* 1514 */ }
/* 1515 */ #content nav .meta-nav {
/* 1516 */ 	font-weight: normal;
/* 1517 */ }
/* 1518 */ 
/* 1519 */ /* Singular navigation */
/* 1520 */ #nav-single {
/* 1521 */ 	float: right;
/* 1522 */ 	position: relative;
/* 1523 */ 	top: -0.3em;
/* 1524 */ 	text-align: right;
/* 1525 */ 	z-index: 1;
/* 1526 */ }
/* 1527 */ #nav-single .nav-previous,
/* 1528 */ #nav-single .nav-next {
/* 1529 */ 	float: none;
/* 1530 */ 	width: auto;
/* 1531 */ }
/* 1532 */ #nav-single .nav-next {
/* 1533 */ 	padding-left: .5em;
/* 1534 */ }
/* 1535 */ 
/* 1536 */ 
/* 1537 */ /* =Widgets
/* 1538 *| ----------------------------------------------- */
/* 1539 */ 
/* 1540 */ .widget-area {
/* 1541 */ 	font-size: 12px;
/* 1542 */ }
/* 1543 */ 
/* 1544 */ .widget {
/* 1545 */ 	clear: both;
/* 1546 */ 	margin: 0 0 2.2em;
/* 1547 */ }
/* 1548 */ 
/* 1549 */ #sidebar aside#text-11 {
/* 1550 */ 	margin: 0 0 1.5em;

/* style.css */

/* 1551 */ }
/* 1552 */ 
/* 1553 */ .widget-title {
/* 1554 */     color: #262626;
/* 1555 */     font-size: 10px;
/* 1556 */     font-weight: 500;
/* 1557 */     letter-spacing: 0.1em;
/* 1558 */     line-height: 1.6em;
/* 1559 */     margin-bottom: 5px;
/* 1560 */     text-transform: uppercase;
/* 1561 */ }
/* 1562 */ 
/* 1563 */ .widget ul {
/* 1564 */ 	font-size: 15px;
/* 1565 */ 	margin: 0;
/* 1566 */ }
/* 1567 */ 
/* 1568 */ .widget ul ul {
/* 1569 */ 	margin-left: 1.5em;
/* 1570 */ }
/* 1571 */ 
/* 1572 */ .widget ul li {
/* 1573 */ 	color: #777;
/* 1574 */ 	font-size: 13px;
/* 1575 */ }
/* 1576 */ .widget a {
/* 1577 */ 	font-weight: bold;
/* 1578 */ 	text-decoration: none;
/* 1579 */ }
/* 1580 */ .widget a:hover,
/* 1581 */ .widget a:focus,
/* 1582 */ .widget a:active {
/* 1583 */ 	text-decoration: underline;
/* 1584 */ }
/* 1585 */ 
/* 1586 */ /* Search Widget */
/* 1587 */ .widget_search form {
/* 1588 */ 	margin: 0 0 1.625em;
/* 1589 */ }
/* 1590 */ .widget_search #s {
/* 1591 */ 	width: 55%;
/* 1592 */ }
/* 1593 */ .widget_search #searchsubmit {
/* 1594 */     background: none repeat scroll 0 0 #DDDDDD;
/* 1595 */     border: 1px solid #CCCCCC;
/* 1596 */     box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.09) inset;
/* 1597 */     color: #888888;
/* 1598 */     font-size: 11px;
/* 1599 */     height: 30px;
/* 1600 */     position: relative;

/* style.css */

/* 1601 */ }
/* 1602 */ .widget_search #searchsubmit:active {
/* 1603 */ 	background: #1982d1;
/* 1604 */ 	border-color: #0861a5;
/* 1605 */ 	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
/* 1606 */ 	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
/* 1607 */ 	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
/* 1608 */ 	color: #bfddf3;
/* 1609 */ }
/* 1610 */ 
/* 1611 */ .widget_search #searchsubmit:hover {
/* 1612 */ 	background: #575757;
/* 1613 */ 	border-color: #0861a5;
/* 1614 */ 	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
/* 1615 */ 	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
/* 1616 */ 	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
/* 1617 */ 	color: #e6e6e6;
/* 1618 */ }
/* 1619 */ 
/* 1620 */ input#s {
/* 1621 */ 	background: url(/wp-content/themes/impact-master/images/search.png) no-repeat 5px 6px;
/* 1622 */ 	-moz-border-radius: 2px;
/* 1623 */ 	border-radius: 2px;
/* 1624 */ 	font-size: 14px;
/* 1625 */ 	height: 22px;
/* 1626 */ 	line-height: 1.2em;
/* 1627 */ 	padding: 4px 10px 4px 28px;
/* 1628 */ }
/* 1629 */ 
/* 1630 */ .widget_search input#s {
/* 1631 */ 	font-size: 11px;
/* 1632 */ }
/* 1633 */ 
/* 1634 */ input[type=text]:focus,
/* 1635 */ textarea:focus {
/* 1636 */ 	color: #373737;
/* 1637 */ }
/* 1638 */ 
/* 1639 */ 
/* 1640 */ /* Coach Search Page styling */
/* 1641 */ 
/* 1642 */ select {
/* 1643 */     border-radius: 2px 2px 2px 2px;
/* 1644 */     color: #666666;
/* 1645 */     font-size: 14px;
/* 1646 */     height: 30px;
/* 1647 */     line-height: 1.2em;
/* 1648 */     padding: 4px 10px 4px 4px;
/* 1649 */     border: 1px solid #CCCCCC;
/* 1650 */     box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.09) inset;

/* style.css */

/* 1651 */ }
/* 1652 */ 
/* 1653 */ .entry-content .coach-search h3 {
/* 1654 */     font-size: 12px;
/* 1655 */     letter-spacing: 0.1em;
/* 1656 */     line-height: 2.6em;
/* 1657 */     text-transform: uppercase;
/* 1658 */ }
/* 1659 */ 
/* 1660 */ 
/* 1661 */ 
/* 1662 */ /* Calendar Widget */
/* 1663 */ 
/* 1664 */ .widget_calendar #wp-calendar {
/* 1665 */ 	color: #555;
/* 1666 */ 	width: 95%;
/* 1667 */ 	text-align: center;
/* 1668 */ }
/* 1669 */ .widget_calendar #wp-calendar caption,
/* 1670 */ .widget_calendar #wp-calendar td,
/* 1671 */ .widget_calendar #wp-calendar th {
/* 1672 */ 	text-align: center;
/* 1673 */ }
/* 1674 */ .widget_calendar #wp-calendar caption {
/* 1675 */ 	font-size: 11px;
/* 1676 */ 	font-weight: 500;
/* 1677 */ 	padding: 5px 0 3px 0;
/* 1678 */ 	text-transform: uppercase;
/* 1679 */ }
/* 1680 */ .widget_calendar #wp-calendar th {
/* 1681 */ 	background: #f4f4f4;
/* 1682 */ 	border-top: 1px solid #ccc;
/* 1683 */ 	border-bottom: 1px solid #ccc;
/* 1684 */ 	font-weight: bold;
/* 1685 */ }
/* 1686 */ .widget_calendar #wp-calendar tfoot td {
/* 1687 */ 	background: #f4f4f4;
/* 1688 */ 	border-top: 1px solid #ccc;
/* 1689 */ 	border-bottom: 1px solid #ccc;
/* 1690 */ }
/* 1691 */ 
/* 1692 */ 
/* 1693 */ /* =Comments
/* 1694 *| ----------------------------------------------- */
/* 1695 */ 
/* 1696 */ #comments-title {
/* 1697 */ 	color: #666;
/* 1698 */ 	font-size: 10px;
/* 1699 */ 	font-weight: 500;
/* 1700 */ 	line-height: 2.6em;

/* style.css */

/* 1701 */ 	padding: 0 0 2.6em;
/* 1702 */ 	text-transform: uppercase;
/* 1703 */ }
/* 1704 */ .nopassword,
/* 1705 */ .nocomments {
/* 1706 */ 	color: #aaa;
/* 1707 */ 	font-size: 24px;
/* 1708 */ 	font-weight: 100;
/* 1709 */ 	margin: 26px 0;
/* 1710 */ 	text-align: center;
/* 1711 */ }
/* 1712 */ .commentlist {
/* 1713 */ 	list-style: none;
/* 1714 */ 	margin: 0 auto;
/* 1715 */ 	width: 68.9%;
/* 1716 */ }
/* 1717 */ .content .commentlist,
/* 1718 */ .page-template-sidebar-page-php .commentlist {
/* 1719 */ 	width: 100%; /* reset the width for the one-column and sidebar page layout */
/* 1720 */ }
/* 1721 */ .commentlist > li.comment {
/* 1722 */ 	background: #f6f6f6;
/* 1723 */ 	border: 1px solid #ddd;
/* 1724 */ 	-moz-border-radius: 3px;
/* 1725 */ 	border-radius: 3px;
/* 1726 */ 	margin: 0 0 1.625em;
/* 1727 */ 	padding: 1.625em;
/* 1728 */ 	position: relative;
/* 1729 */ }
/* 1730 */ .commentlist .pingback {
/* 1731 */ 	margin: 0 0 1.625em;
/* 1732 */ 	padding: 0 1.625em;
/* 1733 */ }
/* 1734 */ .commentlist .children {
/* 1735 */ 	list-style: none;
/* 1736 */ 	margin: 0;
/* 1737 */ }
/* 1738 */ .commentlist .children li.comment {
/* 1739 */ 	background: #fff;
/* 1740 */ 	border-left: 1px solid #ddd;
/* 1741 */ 	-moz-border-radius: 0 3px 3px 0;
/* 1742 */ 	border-radius: 0 3px 3px 0;
/* 1743 */ 	margin: 1.625em 0 0;
/* 1744 */ 	padding: 1.625em;
/* 1745 */ 	position: relative;
/* 1746 */ }
/* 1747 */ .commentlist .children li.comment .fn {
/* 1748 */ 	display: block;
/* 1749 */ }
/* 1750 */ .comment-meta .fn {

/* style.css */

/* 1751 */ 	font-style: normal;
/* 1752 */ }
/* 1753 */ .comment-meta {
/* 1754 */ 	color: #666;
/* 1755 */ 	font-size: 12px;
/* 1756 */ 	line-height: 2.2em;
/* 1757 */ }
/* 1758 */ .commentlist .children li.comment .comment-meta {
/* 1759 */ 	line-height: 1.625em;
/* 1760 */ 	margin-left: 50px;
/* 1761 */ }
/* 1762 */ .commentlist .children li.comment .comment-content {
/* 1763 */ 	margin: 1.625em 0 0;
/* 1764 */ }
/* 1765 */ .comment-meta a {
/* 1766 */ 	font-weight: bold;
/* 1767 */ }
/* 1768 */ .comment-meta a:focus,
/* 1769 */ .comment-meta a:active,
/* 1770 */ .comment-meta a:hover {
/* 1771 */ }
/* 1772 */ .commentlist .avatar {
/* 1773 */ 	-moz-border-radius: 3px;
/* 1774 */ 	border-radius: 3px;
/* 1775 */ 	-webkit-box-shadow: 0 1px 2px #ccc;
/* 1776 */ 	-moz-box-shadow: 0 1px 2px #ccc;
/* 1777 */ 	box-shadow: 0 1px 2px #ccc;
/* 1778 */ 	left: -102px;
/* 1779 */ 	padding: 0;
/* 1780 */ 	position: absolute;
/* 1781 */ 	top: 0;
/* 1782 */ }
/* 1783 */ .commentlist > li:before {
/* 1784 */ 	content: url(/wp-content/themes/impact-master/images/comment-arrow.png);
/* 1785 */ 	left: -21px;
/* 1786 */ 	position: absolute;
/* 1787 */ }
/* 1788 */ .commentlist > li.pingback:before {
/* 1789 */ 	content: '';
/* 1790 */ }
/* 1791 */ .commentlist .children .avatar {
/* 1792 */ 	background: none;
/* 1793 */ 	-webkit-box-shadow: none;
/* 1794 */ 	-moz-box-shadow: none;
/* 1795 */ 	box-shadow: none;
/* 1796 */ 	left: 2.2em;
/* 1797 */ 	padding: 0;
/* 1798 */ 	top: 2.2em;
/* 1799 */ }
/* 1800 */ a.comment-reply-link {

/* style.css */

/* 1801 */ 	background: #eee;
/* 1802 */ 	-moz-border-radius: 3px;
/* 1803 */ 	border-radius: 3px;
/* 1804 */ 	color: #666;
/* 1805 */ 	display: inline-block;
/* 1806 */ 	font-size: 12px;
/* 1807 */ 	padding: 0 8px;
/* 1808 */ 	text-decoration: none;
/* 1809 */ }
/* 1810 */ a.comment-reply-link:hover,
/* 1811 */ a.comment-reply-link:focus,
/* 1812 */ a.comment-reply-link:active {
/* 1813 */ 	background: #888;
/* 1814 */ 	color: #fff;
/* 1815 */ }
/* 1816 */ a.comment-reply-link > span {
/* 1817 */ 	display: inline-block;
/* 1818 */ 	position: relative;
/* 1819 */ 	top: -1px;
/* 1820 */ }
/* 1821 */ 
/* 1822 */ /* Post author highlighting */
/* 1823 */ .commentlist > li.bypostauthor {
/* 1824 */ 	background: #ddd;
/* 1825 */ 	border-color: #d3d3d3;
/* 1826 */ }
/* 1827 */ .commentlist > li.bypostauthor .comment-meta {
/* 1828 */ 	color: #575757;
/* 1829 */ }
/* 1830 */ .commentlist > li.bypostauthor .comment-meta a:focus,
/* 1831 */ .commentlist > li.bypostauthor .comment-meta a:active,
/* 1832 */ .commentlist > li.bypostauthor .comment-meta a:hover {
/* 1833 */ }
/* 1834 */ .commentlist > li.bypostauthor:before {
/* 1835 */ 	content: url(/wp-content/themes/impact-master/images/comment-arrow-bypostauthor.png);
/* 1836 */ }
/* 1837 */ 
/* 1838 */ /* Post Author threaded comments */
/* 1839 */ .commentlist .children > li.bypostauthor {
/* 1840 */ 	background: #ddd;
/* 1841 */ 	border-color: #d3d3d3;
/* 1842 */ }
/* 1843 */ 
/* 1844 */ /* sidebar-page.php comments */
/* 1845 */ /* Make sure we have room for our comment avatars */
/* 1846 */ .page-template-sidebar-page-php .commentlist > li.comment,
/* 1847 */ .page-template-sidebar-page-php.commentlist .pingback {
/* 1848 */ 	margin-left: 102px;
/* 1849 */ 	width: auto;
/* 1850 */ }

/* style.css */

/* 1851 */ /* And a full-width comment form */
/* 1852 */ .page-template-sidebar-page-php #respond {
/* 1853 */ 	width: auto;
/* 1854 */ }
/* 1855 */ 
/* 1856 */ /* Comment Form */
/* 1857 */ #respond {
/* 1858 */ 	background: #ddd;
/* 1859 */ 	border: 1px solid #d3d3d3;
/* 1860 */ 	-moz-border-radius: 3px;
/* 1861 */ 	border-radius: 3px;
/* 1862 */ 	margin: 0 auto 1.625em;
/* 1863 */ 	padding: 1.625em;
/* 1864 */ 	position: relative;
/* 1865 */ 	width: 68.9%;
/* 1866 */ }
/* 1867 */ #respond input[type="text"],
/* 1868 */ #respond textarea {
/* 1869 */ 	background: #fff;
/* 1870 */ 	border: 4px solid #eee;
/* 1871 */ 	-moz-border-radius: 5px;
/* 1872 */ 	border-radius: 5px;
/* 1873 */ 	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
/* 1874 */ 	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
/* 1875 */ 	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
/* 1876 */ 	position: relative;
/* 1877 */ 	padding: 10px;
/* 1878 */ 	text-indent: 80px;
/* 1879 */ }
/* 1880 */ #respond .comment-form-author,
/* 1881 */ #respond .comment-form-email,
/* 1882 */ #respond .comment-form-url,
/* 1883 */ #respond .comment-form-comment {
/* 1884 */ 	position: relative;
/* 1885 */ }
/* 1886 */ #respond .comment-form-author label,
/* 1887 */ #respond .comment-form-email label,
/* 1888 */ #respond .comment-form-url label,
/* 1889 */ #respond .comment-form-comment label {
/* 1890 */ 	background: #eee;
/* 1891 */ 	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
/* 1892 */ 	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
/* 1893 */ 	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
/* 1894 */ 	color: #555;
/* 1895 */ 	display: inline-block;
/* 1896 */ 	font-size: 13px;
/* 1897 */ 	left: 4px;
/* 1898 */ 	min-width: 60px;
/* 1899 */ 	padding: 4px 10px;
/* 1900 */ 	position: relative;

/* style.css */

/* 1901 */ 	top: 40px;
/* 1902 */ 	z-index: 1;
/* 1903 */ }
/* 1904 */ #respond input[type="text"]:focus,
/* 1905 */ #respond textarea:focus {
/* 1906 */ 	text-indent: 0;
/* 1907 */ 	z-index: 1;
/* 1908 */ }
/* 1909 */ #respond textarea {
/* 1910 */ 	resize: vertical;
/* 1911 */ 	width: 95%;
/* 1912 */ }
/* 1913 */ #respond .comment-form-author .required,
/* 1914 */ #respond .comment-form-email .required {
/* 1915 */ 	color: #bd3500;
/* 1916 */ 	font-size: 22px;
/* 1917 */ 	font-weight: bold;
/* 1918 */ 	left: 75%;
/* 1919 */ 	position: absolute;
/* 1920 */ 	top: 45px;
/* 1921 */ 	z-index: 1;
/* 1922 */ }
/* 1923 */ #respond .comment-notes,
/* 1924 */ #respond .logged-in-as {
/* 1925 */ 	font-size: 13px;
/* 1926 */ }
/* 1927 */ #respond p {
/* 1928 */ 	margin: 10px 0;
/* 1929 */ }
/* 1930 */ #respond .form-submit {
/* 1931 */ 	float: right;
/* 1932 */ 	margin: -20px 0 10px;
/* 1933 */ }
/* 1934 */ #respond input#submit {
/* 1935 */ 	background: #222;
/* 1936 */ 	border: none;
/* 1937 */ 	-moz-border-radius: 3px;
/* 1938 */ 	border-radius: 3px;
/* 1939 */ 	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
/* 1940 */ 	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
/* 1941 */ 	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
/* 1942 */ 	color: #eee;
/* 1943 */ 	cursor: pointer;
/* 1944 */ 	font-size: 15px;
/* 1945 */ 	margin: 20px 0;
/* 1946 */ 	padding: 5px 42px 5px 22px;
/* 1947 */ 	position: relative;
/* 1948 */ 	left: 30px;
/* 1949 */ 	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
/* 1950 */ }

/* style.css */

/* 1951 */ #respond input#submit:active {
/* 1952 */ 	background: #1982d1;
/* 1953 */ 	color: #bfddf3;
/* 1954 */ }
/* 1955 */ #respond #cancel-comment-reply-link {
/* 1956 */ 	color: #666;
/* 1957 */ 	margin-left: 10px;
/* 1958 */ 	text-decoration: none;
/* 1959 */ }
/* 1960 */ #respond .logged-in-as a:hover,
/* 1961 */ #respond #cancel-comment-reply-link:hover {
/* 1962 */ 	text-decoration: underline;
/* 1963 */ }
/* 1964 */ .commentlist #respond {
/* 1965 */ 	margin: 1.625em 0 0;
/* 1966 */ 	width: auto;
/* 1967 */ }
/* 1968 */ #reply-title {
/* 1969 */ 	color: #373737;
/* 1970 */ 	font-size: 24px;
/* 1971 */ 	font-weight: bold;
/* 1972 */ 	line-height: 30px;
/* 1973 */ }
/* 1974 */ #cancel-comment-reply-link {
/* 1975 */ 	color: #888;
/* 1976 */ 	display: block;
/* 1977 */ 	font-size: 10px;
/* 1978 */ 	font-weight: normal;
/* 1979 */ 	line-height: 2.2em;
/* 1980 */ 	letter-spacing: 0.05em;
/* 1981 */ 	position: absolute;
/* 1982 */ 	right: 1.625em;
/* 1983 */ 	text-decoration: none;
/* 1984 */ 	text-transform: uppercase;
/* 1985 */ 	top: 1.1em;
/* 1986 */ }
/* 1987 */ #cancel-comment-reply-link:focus,
/* 1988 */ #cancel-comment-reply-link:active,
/* 1989 */ #cancel-comment-reply-link:hover {
/* 1990 */ 	color: #ff4b33;
/* 1991 */ }
/* 1992 */ #respond label {
/* 1993 */ 	line-height: 2.2em;
/* 1994 */ }
/* 1995 */ #respond input[type=text] {
/* 1996 */ 	display: block;
/* 1997 */ 	height: 24px;
/* 1998 */ 	width: 75%;
/* 1999 */ }
/* 2000 */ #respond p {

/* style.css */

/* 2001 */ 	font-size: 12px;
/* 2002 */ }
/* 2003 */ p.comment-form-comment {
/* 2004 */ 	margin: 0;
/* 2005 */ }
/* 2006 */ .form-allowed-tags {
/* 2007 */ 	display: none;
/* 2008 */ }
/* 2009 */ 
/* 2010 */ 
/* 2011 */ /* =Footer
/* 2012 *| ----------------------------------------------- */
/* 2013 */ 
/* 2014 */ #colophon {
/* 2015 */ 	clear: both;
/* 2016 */ 	margin-bottom: 0px;
/* 2017 */ }
/* 2018 */ 
/* 2019 */ #supplementary {
/* 2020 */ 	border-top: 1px solid #ddd;
/* 2021 */ 	padding: 1.625em 7.6%;
/* 2022 */ 	overflow: hidden;
/* 2023 */ }
/* 2024 */ 
/* 2025 */ 
/* 2026 */ /* Two Footer Widget Areas */
/* 2027 */ #supplementary.two .widget-area {
/* 2028 */ 	float: left;
/* 2029 */ 	margin-right: 3.7%;
/* 2030 */ 	width: 48.1%;
/* 2031 */ }
/* 2032 */ #supplementary.two .widget-area + .widget-area {
/* 2033 */ 	margin-right: 0;
/* 2034 */ }
/* 2035 */ 
/* 2036 */ /* Three Footer Widget Areas */
/* 2037 */ #supplementary.three .widget-area {
/* 2038 */ 	float: left;
/* 2039 */ 	margin-right: 3.7%;
/* 2040 */ 	width: 30.85%;
/* 2041 */ }
/* 2042 */ #supplementary.three .widget-area + .widget-area + .widget-area {
/* 2043 */ 	margin-right: 0;
/* 2044 */ }
/* 2045 */ 
/* 2046 */ /* Site Generator Line */
/* 2047 */ #site-generator {
/* 2048 */ 	background: #f9f9f9;
/* 2049 */ 	border-top: 1px solid #ddd;
/* 2050 */ 	color: #666;

/* style.css */

/* 2051 */ 	font-size: 12px;
/* 2052 */ 	line-height: 2.2em;
/* 2053 */ 	padding: 2.2em 0.5em;
/* 2054 */ 	text-align: center;
/* 2055 */ }
/* 2056 */ #site-generator a {
/* 2057 */ 	color: #555;
/* 2058 */ 	font-weight: bold;
/* 2059 */ }
/* 2060 */ #site-generator .sep {
/* 2061 */ 	background: url(/wp-content/themes/impact-master/images/wordpress.png) center left no-repeat;
/* 2062 */ 	color: transparent;
/* 2063 */ 	display: inline-block;
/* 2064 */ 	height: 16px;
/* 2065 */ 	line-height: 16px;
/* 2066 */ 	margin: 0 7px;
/* 2067 */ 	width: 16px;
/* 2068 */ }
/* 2069 */ 
/* 2070 */ 
/* 2071 */ /* =Responsive Structure
/* 2072 *| ----------------------------------------------- */
/* 2073 */ 
/* 2074 */ @media (max-width: 800px) {
/* 2075 */ 	/* Simplify the basic layout */
/* 2076 */ 	#main #content {
/* 2077 */ 		margin: 0 7.6%;
/* 2078 */ 		width: auto;
/* 2079 */ 	}
/* 2080 */ 	#nav-below {
/* 2081 */ 		border-bottom: 1px solid #ddd;
/* 2082 */ 		margin-bottom: 1.625em;
/* 2083 */ 	}
/* 2084 */ 	#main #secondary {
/* 2085 */ 		float: none;
/* 2086 */ 		margin: 0 7.6%;
/* 2087 */ 		width: auto;
/* 2088 */ 	}
/* 2089 */ 	/* Simplify the showcase template */
/* 2090 */ 	.page-template-showcase-php .featured-posts {
/* 2091 */ 		min-height: 280px;
/* 2092 */ 	}
/* 2093 */ 	.featured-posts section.featured-post {
/* 2094 */ 		height: auto;
/* 2095 */ 	}
/* 2096 */ 	.page-template-showcase-php section.recent-posts {
/* 2097 */ 		float: none;
/* 2098 */ 		margin: 0;
/* 2099 */ 		width: 100%;
/* 2100 */ 	}

/* style.css */

/* 2101 */ 	.page-template-showcase-php #main .widget-area {
/* 2102 */ 		float: none;
/* 2103 */ 		margin: 0;
/* 2104 */ 		width: auto;
/* 2105 */ 	}
/* 2106 */ 	.page-template-showcase-php .other-recent-posts {
/* 2107 */ 		border-bottom: 1px solid #ddd;
/* 2108 */ 	}
/* 2109 */ 	/* Simplify the showcase template when small feature */
/* 2110 */ 	section.featured-post .attachment-small-feature,
/* 2111 */ 	.one-column section.featured-post .attachment-small-feature {
/* 2112 */ 		border: none;
/* 2113 */ 		display: block;
/* 2114 */ 		float: left;
/* 2115 */ 		height: auto;
/* 2116 */ 		margin: 0.625em auto 1.025em;
/* 2117 */ 		max-width: 30%;
/* 2118 */ 		position: static;
/* 2119 */ 	}
/* 2120 */ 	article.feature-image.small {
/* 2121 */ 		float: right;
/* 2122 */ 		margin: 0 0 1.625em;
/* 2123 */ 		width: 64%;
/* 2124 */ 	}
/* 2125 */ 	.one-column article.feature-image.small .entry-summary {
/* 2126 */ 		height: auto;
/* 2127 */ 	}
/* 2128 */ 	article.feature-image.small .entry-summary p a {
/* 2129 */ 		left: 0;
/* 2130 */ 		padding-left: 20px;
/* 2131 */ 		padding-right: 20px;
/* 2132 */ 		width: auto;
/* 2133 */ 	}
/* 2134 */ 	/* Remove the margin on singular articles */
/* 2135 */ 	.singular .entry-header,
/* 2136 */ 	.singular .entry-content,
/* 2137 */ 	.singular footer.entry-meta,
/* 2138 */ 	.singular #comments-title {
/* 2139 */ 		width: 100%;
/* 2140 */ 	}
/* 2141 */ 	/* Simplify the pullquotes and pull styles */
/* 2142 */ 	.singular blockquote.pull {
/* 2143 */ 		margin: 0 0 1.625em;
/* 2144 */ 	}
/* 2145 */ 	.singular .pull.alignleft {
/* 2146 */ 		margin: 0 1.625em 0 0;
/* 2147 */ 	}
/* 2148 */ 	.singular .pull.alignright {
/* 2149 */ 		margin: 0 0 0 1.625em;
/* 2150 */ 	}

/* style.css */

/* 2151 */ 	.singular .entry-meta .edit-link a {
/* 2152 */ 		left: 0;
/* 2153 */ 		position: absolute;
/* 2154 */ 		top: 40px;
/* 2155 */ 	}
/* 2156 */ 	.singular #author-info {
/* 2157 */ 		margin: 2.2em -8.8% 0;
/* 2158 */ 		padding: 20px 8.8%;
/* 2159 */ 	}
/* 2160 */ 	/* Make sure we have room for our comment avatars */
/* 2161 */ 	.commentlist {
/* 2162 */ 		width: 100%;
/* 2163 */ 	}
/* 2164 */ 	.commentlist > li.comment,
/* 2165 */ 	.commentlist .pingback {
/* 2166 */ 		margin-left: 102px;
/* 2167 */ 		width: auto;
/* 2168 */ 	}
/* 2169 */ 	/* And a full-width comment form */
/* 2170 */ 	#respond {
/* 2171 */ 		width: auto;
/* 2172 */ 	}
/* 2173 */ 	/* No need to float footer widgets at this size */
/* 2174 */ 	#colophon #supplementary .widget-area {
/* 2175 */ 		float: none;
/* 2176 */ 		margin-right: 0;
/* 2177 */ 		width: auto;
/* 2178 */ 	}
/* 2179 */ 	/* No need to float 404 widgets at this size */
/* 2180 */ 	.error404 #main .widget {
/* 2181 */ 		float: none;
/* 2182 */ 		margin-right: 0;
/* 2183 */ 		width: auto;
/* 2184 */ 	}
/* 2185 */ 
/* 2186 */ }
/* 2187 */ @media (max-width: 650px) {
/* 2188 */ 	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
/* 2189 */ 	body, input, textarea {
/* 2190 */ 		font-size: 13px;
/* 2191 */ 	}
/* 2192 */ 	#site-title a {
/* 2193 */ 		font-size: 24px;
/* 2194 */ 	}
/* 2195 */ 	#site-description {
/* 2196 */ 		font-size: 12px;
/* 2197 */ 	}
/* 2198 */ 	#access ul {
/* 2199 */ 		font-size: 12px;
/* 2200 */ 	}

/* style.css */

/* 2201 */ 	article.intro .entry-content {
/* 2202 */ 		font-size: 12px;
/* 2203 */ 	}
/* 2204 */ 	.entry-title {
/* 2205 */ 		font-size: 21px;
/* 2206 */ 	}
/* 2207 */ 	.featured-post .entry-title {
/* 2208 */ 		font-size: 14px;
/* 2209 */ 	}
/* 2210 */ 	.singular .entry-title {
/* 2211 */ 		font-size: 28px;
/* 2212 */ 	}
/* 2213 */ 	.entry-meta {
/* 2214 */ 		font-size: 12px;
/* 2215 */ 	}
/* 2216 */ 	blockquote {
/* 2217 */ 		margin: 0;
/* 2218 */ 	}
/* 2219 */ 	blockquote.pull {
/* 2220 */ 		font-size: 17px;
/* 2221 */ 	}
/* 2222 */ 	/* Reposition the site title and description slightly */
/* 2223 */ 	#site-title {
/* 2224 */ 		padding: 5.30625em 0 0;
/* 2225 */ 	}
/* 2226 */ 	#site-title,
/* 2227 */ 	#site-description {
/* 2228 */ 		margin-right: 0;
/* 2229 */ 	}
/* 2230 */ 	/* Make sure the logo and search form don't collide */
/* 2231 */ 	#branding #searchform {
/* 2232 */ 		top: 1.625em !important;
/* 2233 */ 	}
/* 2234 */ 	/* Floated content doesn't work well at this size */
/* 2235 */ 	.alignleft,
/* 2236 */ 	.alignright {
/* 2237 */ 		float: none;
/* 2238 */ 		margin-left: 0;
/* 2239 */ 		margin-right: 0;
/* 2240 */ 	}
/* 2241 */ 	/* Make sure the post-post navigation doesn't collide with anything */
/* 2242 */ 	#nav-single {
/* 2243 */ 		display: block;
/* 2244 */ 		position: static;
/* 2245 */ 	}
/* 2246 */ 	.singular .hentry {
/* 2247 */ 		padding: 1.625em 0 0;
/* 2248 */ 	}
/* 2249 */ 	.singular.page .hentry {
/* 2250 */ 		padding: 1.625em 0 0;

/* style.css */

/* 2251 */ 	}
/* 2252 */ 	/* Talking avatars take up too much room at this size */
/* 2253 */ 	.commentlist > li.comment,
/* 2254 */ 	.commentlist > li.pingback {
/* 2255 */ 		margin-left: 0 !important;
/* 2256 */ 	}
/* 2257 */ 	.commentlist .avatar {
/* 2258 */ 		background: transparent;
/* 2259 */ 		display: block;
/* 2260 */ 		padding: 0;
/* 2261 */ 		position: static;
/* 2262 */ 	}
/* 2263 */ 	.commentlist .children .avatar {
/* 2264 */ 		background: none;
/* 2265 */ 		left: 2.2em;
/* 2266 */ 		padding: 0;
/* 2267 */ 		position: absolute;
/* 2268 */ 		top: 2.2em;
/* 2269 */ 	}
/* 2270 */ 	/* Use the available space in the smaller comment form */
/* 2271 */ 	#respond input[type="text"] {
/* 2272 */ 		width: 95%;
/* 2273 */ 	}
/* 2274 */ 	#respond .comment-form-author .required,
/* 2275 */ 	#respond .comment-form-email .required {
/* 2276 */ 		left: 95%;
/* 2277 */ 	}
/* 2278 */ 	#content .gallery-columns-3 .gallery-item {
/* 2279 */ 		width: 31%;
/* 2280 */ 		padding-right: 2%;
/* 2281 */ 	}
/* 2282 */ 	#content .gallery-columns-3 .gallery-item img {
/* 2283 */ 		width: 100%;
/* 2284 */ 		height: auto;
/* 2285 */ 	}
/* 2286 */ 
/* 2287 */ }
/* 2288 */ @media (max-width: 450px) {
/* 2289 */ 	#content .gallery-columns-2 .gallery-item {
/* 2290 */ 		width: 45%;
/* 2291 */ 		padding-right: 4%;
/* 2292 */ 	}
/* 2293 */ 	#content .gallery-columns-2 .gallery-item img {
/* 2294 */ 		width: 100%;
/* 2295 */ 		height: auto;
/* 2296 */ 	}
/* 2297 */ 
/* 2298 */ }
/* 2299 */ @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* 2300 */ 	body {

/* style.css */

/* 2301 */ 		padding: 0;
/* 2302 */ 	}
/* 2303 */ 	#page {
/* 2304 */ 		margin-top: 0;
/* 2305 */ 	}
/* 2306 */ 	#branding {
/* 2307 */ 		border-top: none;
/* 2308 */ 	}
/* 2309 */ 
/* 2310 */ }
/* 2311 */ 
/* 2312 */ 
/* 2313 */ /* =Print
/* 2314 *| ----------------------------------------------- */
/* 2315 */ 
/* 2316 */ @media print {
/* 2317 */ 	body {
/* 2318 */ 		background: none !important;
/* 2319 */ 		font-size: 10pt;
/* 2320 */ 	}
/* 2321 */ 	footer.entry-meta a[rel=bookmark]:link:after,
/* 2322 */ 	footer.entry-meta a[rel=bookmark]:visited:after {
/* 2323 */ 		content: " [" attr(href) "] "; /* Show URLs */
/* 2324 */ 	}
/* 2325 */ 	#page {
/* 2326 */ 		clear: both !important;
/* 2327 */ 		display: block !important;
/* 2328 */ 		float: none !important;
/* 2329 */ 		max-width: 100%;
/* 2330 */ 		position: relative !important;
/* 2331 */ 	}
/* 2332 */ 	#branding {
/* 2333 */ 		border-top: none !important;
/* 2334 */ 		padding: 0;
/* 2335 */ 	}
/* 2336 */ 	#branding hgroup {
/* 2337 */ 		margin: 0;
/* 2338 */ 	}
/* 2339 */ 	#site-title a {
/* 2340 */ 		font-size: 21pt;
/* 2341 */ 	}
/* 2342 */ 	#site-description {
/* 2343 */ 		font-size: 10pt;
/* 2344 */ 	}
/* 2345 */ 	#branding #searchform {
/* 2346 */ 		display: none;
/* 2347 */ 	}
/* 2348 */ 	#branding img {
/* 2349 */ 		display: none;
/* 2350 */ 	}

/* style.css */

/* 2351 */ 	#access {
/* 2352 */ 		display: none;
/* 2353 */ 	}
/* 2354 */ 	#main {
/* 2355 */ 		border-top: none;
/* 2356 */ 		box-shadow: none;
/* 2357 */ 	}
/* 2358 */ 	#primary {
/* 2359 */ 		float: left;
/* 2360 */ 		margin: 0;
/* 2361 */ 		width: 100%;
/* 2362 */ 	}
/* 2363 */ 	#content {
/* 2364 */ 		margin: 0;
/* 2365 */ 		width: auto;
/* 2366 */ 	}
/* 2367 */ 	.singular #content {
/* 2368 */ 		margin: 0;
/* 2369 */ 		width: 100%;
/* 2370 */ 	}
/* 2371 */ 	.singular .entry-header .entry-meta {
/* 2372 */ 		position: static;
/* 2373 */ 	}
/* 2374 */ 	.entry-meta .edit-link a {
/* 2375 */ 		display: none;
/* 2376 */ 	}
/* 2377 */ 	#content nav {
/* 2378 */ 		display: none;
/* 2379 */ 	}
/* 2380 */ 	.singular .entry-header,
/* 2381 */ 	.singular .entry-content,
/* 2382 */ 	.singular footer.entry-meta,
/* 2383 */ 	.singular #comments-title {
/* 2384 */ 		margin: 0;
/* 2385 */ 		width: 100%;
/* 2386 */ 	}
/* 2387 */ 	.singular .hentry {
/* 2388 */ 		padding: 0;
/* 2389 */ 	}
/* 2390 */ 	.entry-title,
/* 2391 */ 	.singular .entry-title {
/* 2392 */ 		font-size: 21pt;
/* 2393 */ 	}
/* 2394 */ 	.entry-meta {
/* 2395 */ 		font-size: 10pt;
/* 2396 */ 	}
/* 2397 */ 	.entry-header .comments-link {
/* 2398 */ 		display: none;
/* 2399 */ 	}
/* 2400 */ 	.page-link {

/* style.css */

/* 2401 */ 		display: none;
/* 2402 */ 	}
/* 2403 */ 	.singular #author-info {
/* 2404 */ 		background: none;
/* 2405 */ 		border-bottom: none;
/* 2406 */ 		border-top: none;
/* 2407 */ 		margin: 2.2em 0 0;
/* 2408 */ 		padding: 0;
/* 2409 */ 	}
/* 2410 */ 	#respond {
/* 2411 */ 		display: none;
/* 2412 */ 	}
/* 2413 */ 	.widget-area {
/* 2414 */ 		display: none;
/* 2415 */ 	}
/* 2416 */ 	#colophon {
/* 2417 */ 		display: none;
/* 2418 */ 	}
/* 2419 */ 
/* 2420 */ 	/* Comments */
/* 2421 */ 	.commentlist > li.comment {
/* 2422 */ 		background: none;
/* 2423 */ 		border: 1px solid #ddd;
/* 2424 */ 		-moz-border-radius: 3px 3px 3px 3px;
/* 2425 */ 		border-radius: 3px 3px 3px 3px;
/* 2426 */ 		margin: 0 auto 1.625em;
/* 2427 */ 		padding: 1.625em;
/* 2428 */ 		position: relative;
/* 2429 */ 		width: auto;
/* 2430 */ 	}
/* 2431 */ 	.commentlist .avatar {
/* 2432 */ 		height: 39px;
/* 2433 */ 		left: 2.2em;
/* 2434 */ 		top: 2.2em;
/* 2435 */ 		width: 39px;
/* 2436 */ 	}
/* 2437 */ 	.commentlist li.comment .comment-meta {
/* 2438 */ 		line-height: 1.625em;
/* 2439 */ 		margin-left: 50px;
/* 2440 */ 	}
/* 2441 */ 	.commentlist li.comment .fn {
/* 2442 */ 		display: block;
/* 2443 */ 	}
/* 2444 */ 	.commentlist li.comment .comment-content {
/* 2445 */ 		margin: 1.625em 0 0;
/* 2446 */ 	}
/* 2447 */ 	.commentlist .comment-edit-link {
/* 2448 */ 		display: none;
/* 2449 */ 	}
/* 2450 */ 	.commentlist > li::before,

/* style.css */

/* 2451 */ 	.commentlist > li.bypostauthor::before {
/* 2452 */ 		content: '';
/* 2453 */ 	}
/* 2454 */ 	.commentlist .reply {
/* 2455 */ 		display: none;
/* 2456 */ 	}
/* 2457 */ 
/* 2458 */ 	/* Post author highlighting */
/* 2459 */ 	.commentlist > li.bypostauthor {
/* 2460 */ 		color: #444;
/* 2461 */ 	}
/* 2462 */ 	.commentlist > li.bypostauthor .comment-meta {
/* 2463 */ 		color: #666;
/* 2464 */ 	}
/* 2465 */ 	.commentlist > li.bypostauthor:before {
/* 2466 */ 		content: none;
/* 2467 */ 	}
/* 2468 */ 
/* 2469 */ 	/* Post Author threaded comments */
/* 2470 */ 	.commentlist .children > li.bypostauthor {
/* 2471 */ 		background: #fff;
/* 2472 */ 		border-color: #ddd;
/* 2473 */ 	}
/* 2474 */ 	.commentlist .children > li.bypostauthor > article,
/* 2475 */ 	.commentlist .children > li.bypostauthor > article .comment-meta {
/* 2476 */ 		color: #666;
/* 2477 */ 	}
/* 2478 */ 
/* 2479 */ }
/* 2480 */ 
/* 2481 */ 
/* 2482 */ /* =IE7
/* 2483 *| ----------------------------------------------- */
/* 2484 */ 
/* 2485 */ #ie7 article.intro {
/* 2486 */ 	margin-left: -7.6%;
/* 2487 */ 	margin-right: -7.6%;
/* 2488 */ 	padding-left: -7.6%;
/* 2489 */ 	padding-right: -7.6%;
/* 2490 */ 	max-width: 1000px;
/* 2491 */ }
/* 2492 */ #ie7 section.featured-post {
/* 2493 */ 	margin-left: -7.6%;
/* 2494 */ 	margin-right: -7.6%;
/* 2495 */ 	max-width: 850px;
/* 2496 */ }
/* 2497 */ #ie7 section.recent-posts {
/* 2498 */ 	margin-right: 7.6%;
/* 2499 */ }
/* 2500 */ 

/* style.css */

/* 2501 */ 
/* 2502 */ 	
/* 2503 */ /* TABBED CONTENT */
/* 2504 */ 
/* 2505 */ .ui-tabs { padding: 0em; zoom: 1; }
/* 2506 */ .ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .5em 0; }
/* 2507 */ .ui-tabs .ui-tabs-nav li { position: relative; float: left; background-color: #e6e6e6; border-bottom-width: 1px !important; margin: 0 .5em -1px 0; padding: 4px 0 4px 6px; border: 1px solid #d6d6d6; }
/* 2508 */ .ui-tabs .ui-tabs-nav li a { font-weight: bold; float: left; text-decoration: none; padding: .5em padding-bottom: 0em; padding-left: 0em; padding-right: 2em; }
/* 2509 */ .ui-tabs .ui-tabs-nav li:hover { background-color: #2B5994; }
/* 2510 */ .ui-tabs .ui-tabs-nav li a:hover { color: #ffffff; }
/* 2511 */ .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 4px; border-bottom-width: 1px; background-color: #2B5994; }
/* 2512 */ .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { color: #ffffff; cursor: text; }
/* 2513 */ .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/* 2514 */ .ui-tabs .ui-tabs-panel { display: block; background: none; }
/* 2515 */ .ui-tabs .ui-tabs-hide { display: none }
/* 2516 */ .ui-tabs-panel { padding: 20px; border: 0px solid #a6a6a6; }
/* 2517 */ 
/* 2518 */ #tabbedcontentbox { padding: 10px; padding-right: 0px; padding-top: 0px; border: 1px solid #d6d6d6; }
/* 2519 */ #tabbedcontentbox #tabbedside { float: right; margin-left: 25px; padding: 10px; padding-left: 15px; border-left: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; }
/* 2520 */ #tabbedcontentbox #tabbedside h3 { font-size: 12px; font-weight: bold; color: #575757; } 
/* 2521 */ #tabbedcontentbox #tabbedside .photobox { margin-bottom: 35px; }
/* 2522 */ #tabbedcontentbox #tabbedside .photobox img { width: 200px; height: auto; }
/* 2523 */ #tabbedcontentbox #tabbedside .photobox p.caption { margin-top: 5px; font-size: 10px; font-weight: bold; color: #2B5994; }
/* 2524 */ #content .tabbedcontent h3 { padding-top: 15px; margin-bottom: 15px; color: #575757; }
/* 2525 */ 
/* 2526 */ #content .tabbedcontent p.price { font-weight: bold; }
/* 2527 */ #content .tabbedcontent span.title { font-weight: normal; color: #2B5994; }
/* 2528 */ 
/* 2529 */ #content .jobbox p.date { padding: 4px; padding-left: 6px; background-color: #efefef; font-size: 10px; font-weight: bold; color: #575757; }
/* 2530 */ #content .jobbox h3 { font-size: 18px; }
/* 2531 */ #content .jobbox p.location { font-style: italic; font-size: 12px; font-weight: bold; color: #2B5994; }
/* 2532 */ 
/* 2533 */ 
/* 2534 */ /* END Tabbed Content */
/* 2535 */ 
/* 2536 */ .product .post h3 { height: 24px; padding-left: 30px; background:#ffffff url('/wp-content/themes/impact-master/images/bullets/productlist.png') no-repeat left}
/* 2537 */ 
/* 2538 */ /* End MAIN CONTENT AREA */
/* 2539 */ 
/* 2540 */ 
/* 2541 */ 
/* 2542 */ 
/* 2543 */ /* BNN Addons  */
/* 2544 */ 
/* 2545 */ .maincolor {
/* 2546 */ 	color: #b49a50;
/* 2547 */ 	}
/* 2548 */ 
/* 2549 */ .secondarycolor {
/* 2550 */ 	color: #000000;

/* style.css */

/* 2551 */ 	}
/* 2552 */ 
/* 2553 */ 
/* 2554 */  td.font11 {font-family: arial; font-size: 11pt}
/* 2555 */  td.font11b {font-family: arial; font-size: 11pt; font-weight: bold}
/* 2556 */  td.font12b {font-family: arial; font-size: 12pt; font-weight: bold}
/* 2557 */  td.font10 {font-family: arial; font-size: 10pt}
/* 2558 */  td.font10b {font-family: arial; font-size: 10pt; font-weight: bold}
/* 2559 */  td.font9 {font-family: arial; font-size: 9pt}
/* 2560 */  td.font9b {font-family: arial; font-size: 9pt; font-weight: bold}
/* 2561 */  td.font8 {font-family: arial; font-size: 8pt}
/* 2562 */  td.font7 {font-family: arial; font-size: 7pt}
/* 2563 */  td.font8b {font-family: arial; font-size: 8pt; font-weight: bold}
/* 2564 */  td.font8bw {font-family: arial; font-size: 8pt; font-weight: bold; color: #FFFFFF}
/* 2565 */ 
/* 2566 */  td.font8vg {font-family: verdana; font-size: 8pt; color: #919293}
/* 2567 */ 
/* 2568 */ 
/* 2569 */  td.font9bw {font-family: arial; font-size: 9pt; font-weight: bold; color: #FFFFFF}
/* 2570 */  td.font9w {font-family: arial; font-size: 9pt; color: #FFFFFF}
/* 2571 */ 
/* 2572 */  td.font10bw {font-family: arial; font-size: 10pt; font-weight: bold; color: #FFFFFF}
/* 2573 */  td.font10w {font-family: arial; font-size: 10pt; color: #FFFFFF}
/* 2574 */ 
/* 2575 */  td.font11bw {font-family: arial; font-size: 11pt; color: #FFFFFF; font-weight: bold}
/* 2576 */ 
/* 2577 */  select.select10 {font-family: arial; font-size: 10pt; width: 140px}
/* 2578 */  select.select10big {font-family: arial; font-size: 10pt; width: 280px}
/* 2579 */ 
/* 2580 */ 
/* 2581 */ /* HOME PAGE template styling */
/* 2582 */ 
/* 2583 */ .home-slider {
/* 2584 */ 	width: 977px;
/* 2585 */ 	margin: 0 auto;
/* 2586 */ }
/* 2587 */ 
/* 2588 */ /* END Home Page */
/* 2589 */ 
/* 2590 */ 
/* 2591 */ /* Member Sidebar plugins */
/* 2592 */ 
/* 2593 */ .sidebar-main, .members-sidebar {
/* 2594 */     background: none repeat scroll 0 0 #EFEFEF;
/* 2595 */     border: 1px solid #A6A6A6;
/* 2596 */     -moz-border-radius: 6px;
/* 2597 */     -webkit-border-radius: 6px;
/* 2598 */     -khtml-border-radius: 6px;
/* 2599 */     border-radius: 6px;
/* 2600 */     padding: 10px;

/* style.css */

/* 2601 */     margin: 0 0 2.2em;
/* 2602 */ }
/* 2603 */ 
/* 2604 */ .members-sidebar .vip-notice {
/* 2605 */ 	text-transform: uppercase;
/* 2606 */ 	font-size: 10px;
/* 2607 */ 	font-weight: bold;
/* 2608 */ 	letter-spacing: 0.1em;
/* 2609 */ 	text-align: center;
/* 2610 */ 	background: #000000;
/* 2611 */ 	color: #ffffff;
/* 2612 */ 	margin-bottom: 10px;
/* 2613 */     -moz-border-radius: 3px;
/* 2614 */     -webkit-border-radius: 3px;
/* 2615 */     -khtml-border-radius: 3px;
/* 2616 */     border-radius: 3px;
/* 2617 */ }
/* 2618 */ 
/* 2619 */ aside#wishlist-member {
/* 2620 */ 	margin-bottom: 1.0em;
/* 2621 */ }
/* 2622 */ 
/* 2623 */ #pending-listing {
/* 2624 */ 	font-weight: bold;
/* 2625 */ 	color: #ffffff;
/* 2626 */ 	text-shadow: 0 1px 1px #000000;
/* 2627 */ 	padding: 8px 5px 8px 5px;
/* 2628 */ 	text-align: center;
/* 2629 */ 	-moz-animation-delay: 1s;
/* 2630 */     -moz-animation-duration: 2s;
/* 2631 */     -moz-animation-fill-mode: both;
/* 2632 */     -moz-animation-timing-function: ease;
/* 2633 */     -moz-backface-visibility: hidden;
/* 2634 */ }
/* 2635 */ 
/* 2636 */ .randcolor-1 {
/* 2637 */ 	background: #cc0000;
/* 2638 */ }
/* 2639 */ 
/* 2640 */ .randcolor-2 {
/* 2641 */ 	background: #CC5F00;
/* 2642 */ }
/* 2643 */ 
/* 2644 */ .randcolor-3 {
/* 2645 */ 	background: #0058CC;
/* 2646 */ }
/* 2647 */ 
/* 2648 */ .randcolor-4 {
/* 2649 */ 	background: #7E00CC;
/* 2650 */ }

/* style.css */

/* 2651 */ aside#listing-link-2 {
/* 2652 */ 	margin-bottom: 0px;
/* 2653 */ }
/* 2654 */ 
/* 2655 */ #listing-link-2 p {
/* 2656 */ 	margin-bottom: 5px;
/* 2657 */ }
/* 2658 */ 
/* 2659 */ #listing-link-2 p.welcome, #listing-link-2 p.welcome-vip { 
/* 2660 */ 	color: #000000; 
/* 2661 */ 	font-weight: bold; 
/* 2662 */ 	font-size: 17px; 
/* 2663 */ 	letter-spacing: -.06em; 
/* 2664 */ }
/* 2665 */ 
/* 2666 */ .member-container {
/* 2667 */ 	position: relative;
/* 2668 */ }
/* 2669 */ 
/* 2670 */ #listing-link-2 .vip-logo {
/* 2671 */ 	z-index: 2;
/* 2672 */ 	position: absolute;
/* 2673 */ 	right: -45px;
/* 2674 */ 	top: -7px;
/* 2675 */ }
/* 2676 */ 
/* 2677 */ #listing-link-2 p.logout { 
/* 2678 */ 	margin-bottom: 0px; 
/* 2679 */ }
/* 2680 */ 	
/* 2681 */ 
/* 2682 */ /* WishList Member styling and Login/Register pages */
/* 2683 */ 
/* 2684 */ #wlmreginstructions { display: none; }
/* 2685 */ 
/* 2686 */ .page-id-74 .notice {
/* 2687 */ 	background: #CCDB6A;
/* 2688 */ 	padding: 20px;
/* 2689 */ 	font-size: 24px;
/* 2690 */ }
/* 2691 */ 
/* 2692 */ table.wpm_registration tr.required td.label, table.wpm_registration tr.systemFld td.label {
/* 2693 */     color: #AC0000;
/* 2694 */ }
/* 2695 */ 
/* 2696 */ /*  Uncommenting this will reveal the default WLM instructions box
/* 2697 *| .page-id-74 #wlmreginstructions {
/* 2698 *| 	display: block;
/* 2699 *| }
/* 2700 *| */

/* style.css */

/* 2701 */ 
/* 2702 */ 
/* 2703 */ .column-left {
/* 2704 */ 	width: 46%;
/* 2705 */ 	padding-right: 30px;
/* 2706 */ 	float: left;
/* 2707 */ }
/* 2708 */ 
/* 2709 */ .column-right {
/* 2710 */ 	width: 46%;
/* 2711 */ 	float: right;
/* 2712 */ }
/* 2713 */ 
/* 2714 */ /* Directory Search Pages Styling */
/* 2715 */ 
/* 2716 */ div.search-section {
/* 2717 */ 	margin-bottom: 25px;
/* 2718 */ }
/* 2719 */ 
/* 2720 */ .entry-content .coach-search #s, .entry-content .school-search #s {
/* 2721 */     width: 24%;
/* 2722 */ }
/* 2723 */ 
/* 2724 */ div.search-section select {
/* 2725 */     border-radius: 2px 2px 2px 2px;
/* 2726 */     color: #666666;
/* 2727 */     font-size: 12px;
/* 2728 */     height: 30px;
/* 2729 */     line-height: 1.2em;
/* 2730 */     padding: 4px;
/* 2731 */     border: 1px solid #CCCCCC;
/* 2732 */     box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.09) inset;
/* 2733 */ }
/* 2734 */ 
/* 2735 */ .entry-content div.search-section h3 {
/* 2736 */     font-size: 12px;
/* 2737 */     letter-spacing: 0.1em;
/* 2738 */     line-height: 1.4em;
/* 2739 */     margin-bottom: 8px;
/* 2740 */     text-transform: uppercase;
/* 2741 */ }
/* 2742 */ 
/* 2743 */ .entry-content div.search-section input[type=submit] {
/* 2744 */ 	font-size: 12px;
/* 2745 */ }
/* 2746 */ 
/* 2747 */ 
/* 2748 */ /* Category Listings Pages */
/* 2749 */ 
/* 2750 */ .tax-coaching_categories .hentry {

/* style.css */

/* 2751 */ 	padding-bottom: .4em;
/* 2752 */ 	margin-bottom: 1.2em;
/* 2753 */ }
/* 2754 */ 
/* 2755 */ .tax-coaching_categories h1 {
/* 2756 */ 	font-size: 20px;
/* 2757 */ 	margin-bottom: 25px;
/* 2758 */ 	color: #72AB00;
/* 2759 */ 	font-weight: bold;
/* 2760 */ 	letter-spacing: 0px;
/* 2761 */ }
/* 2762 */ 
/* 2763 */ .tax-coaching_categories .entry-summary {
/* 2764 */ 	padding-top: 8px;
/* 2765 */ }
/* 2766 */ 
/* 2767 */ .tax-coaching_categories h2.entry-title {
/* 2768 */ 	font-size: 18px;
/* 2769 */ }
/* 2770 */ 
/* 2771 */ .tax-coaching_categories .entry-summary .photo {
/* 2772 */ 	float: left;
/* 2773 */ 	margin-right: 15px;
/* 2774 */ 	width: 100px;
/* 2775 */ }
/* 2776 */ 
/* 2777 */ .tax-coaching_categories .entry-summary .photo img {
/* 2778 */ 	height: auto;
/* 2779 */ 	width: 100px;
/* 2780 */ 	margin-bottom: 5px;
/* 2781 */ }
/* 2782 */ 
/* 2783 */ .tax-coaching_categories .entry-summary p {
/* 2784 */     font-size: 12px;
/* 2785 */     line-height: 20px;
/* 2786 */     margin-bottom: 8px;
/* 2787 */ }
/* 2788 */ 
/* 2789 */ .tax-coaching_categories .wlm-badge-wrap {
/* 2790 */ 	display: none;
/* 2791 */ }
/* 2792 */ 
/* 2793 */ .tax-coaching_categories .since {
/* 2794 */ 	padding-left: 15px;
/* 2795 */ }
/* 2796 */ 
/* 2797 */ .tax-coaching_categories .title {
/* 2798 */ 	font-weight: bold;
/* 2799 */ 	color: #161616;
/* 2800 */ 	padding-right: 5px;

/* style.css */

/* 2801 */ }
/* 2802 */ 
/* 2803 */ .tax-coaching_categories .entry-meta .types-coaching a {
/* 2804 */ 	font-weight: normal;
/* 2805 */ }
/* 2806 */ 
/* 2807 */ .tax-coaching_categories .vip-list {
/* 2808 */ 	padding: 10px 20px 10px 20px;
/* 2809 */ 	background: #DAECF5;
/* 2810 */ 	border: 1px solid #003854;
/* 2811 */ 	-moz-border-radius: 6px;
/* 2812 */     -webkit-border-radius: 6px;
/* 2813 */     -khtml-border-radius: 6px;
/* 2814 */     border-radius: 6px;
/* 2815 */     margin-bottom: 40px;
/* 2816 */ }
/* 2817 */ 
/* 2818 */ .tax-coaching_categories .vip-list .hentry:last-child {
/* 2819 */ 	padding-bottom: 0px;
/* 2820 */ 	margin-bottom: 0px;
/* 2821 */ }
/* 2822 */ 
/* 2823 */ 
/* 2824 */ /* Page Navi Plugin styling for results pages navigation */
/* 2825 */ 
/* 2826 */ .wp-pagenavi {
/* 2827 */ 	margin-bottom: 15px;
/* 2828 */ }
/* 2829 */ 
/* 2830 */ .school-listing .wlm-badge-wrap {
/* 2831 */ 	display: none;
/* 2832 */ }
/* 2833 */ 
/* 2834 */ .column-left .school-listing h3 {
/* 2835 */ 	font-size: 18px;
/* 2836 */ }
/* 2837 */ 
/* 2838 */ .column-left .school-listing {
/* 2839 */ 	font-size: 13px;
/* 2840 */ 	line-height: 16px;
/* 2841 */ }
/* 2842 */ 
/* 2843 */ .column-left .school-listing p {
/* 2844 */ 	margin-top: 3px;
/* 2845 */ 	font-size: 12px;
/* 2846 */ }
/* 2847 */ 
/* 2848 */ 
/* 2849 */ /* Coach Search Results */
/* 2850 */ 

/* style.css */

/* 2851 */ .coach-result {
/* 2852 */ 	margin-bottom: 15px;
/* 2853 */ }
/* 2854 */ 
/* 2855 */ h1.coach-search-title {
/* 2856 */ 	font-weight: bold;
/* 2857 */ 	font-size: 20px;
/* 2858 */ 	margin-bottom: 25px;
/* 2859 */ }
/* 2860 */ 
/* 2861 */ .coach-result h3 {
/* 2862 */ 	font-size: 16px;
/* 2863 */ 	text-transform: none;
/* 2864 */ }
/* 2865 */ 
/* 2866 */ .coach-result .details {
/* 2867 */ 	padding-left: 20px;
/* 2868 */ 	font-size: 12px;
/* 2869 */ 	color: #767676;
/* 2870 */ }
/* 2871 */ 
/* 2872 */ .coach-result .details .title {
/* 2873 */ 	color: #262626;
/* 2874 */ }
/* 2875 */ 
/* 2876 */ .coach-result .details a {
/* 2877 */ 	color: #767676;
/* 2878 */ }
/* 2879 */ 
/* 2880 */ .coach-result .details a:hover {
/* 2881 */ 	color: #0072ab;
/* 2882 */ }
/* 2883 */ 
/* 2884 */ 
/* 2885 */ /* Founding Members and Coaching Buddies Listings Pages */
/* 2886 */ 
/* 2887 */ .page-template-page-founding-members-php .photo, .page-template-page-buddies-php .photo {
/* 2888 */ 	float: left;
/* 2889 */ 	margin-right: 15px;
/* 2890 */ 	margin-bottom: 20px;
/* 2891 */ 	width: 80px;
/* 2892 */ }
/* 2893 */ 
/* 2894 */ .page-template-page-founding-members-php .coach-result, .page-template-page-buddies-php .coach-result {
/* 2895 */ 	clear: both;
/* 2896 */ }
/* 2897 */ 
/* 2898 */ .page-template-page-founding-members-php .photo img, .page-template-page-buddies-php .photo img {
/* 2899 */ 	height: auto;
/* 2900 */ 	width: 80px;

/* style.css */

/* 2901 */ }
/* 2902 */ 
/* 2903 */ .page-template-page-founding-members-php .coach-result .details, .page-template-page-buddies-php .coach-result .details {
/* 2904 */ 	padding-left: 0px;
/* 2905 */ }
/* 2906 */ 
/* 2907 */ .page-template-page-founding-members-php .entry-content .coach-result h3, .page-template-page-buddies-php .entry-content .coach-result h3 {
/* 2908 */ 	display: inline;
/* 2909 */ 	padding-right: 15px;
/* 2910 */ 	letter-spacing: 0em;
/* 2911 */ 	line-height: 1.6em;
/* 2912 */ }
/* 2913 */ 
/* 2914 */ .page-template-page-founding-members-php .coach-result h3 a, .page-template-page-buddies-php .coach-result h3 a {
/* 2915 */ 	font-weight: bold;
/* 2916 */ 	color: #0072ab;
/* 2917 */ }
/* 2918 */ 
/* 2919 */ .page-template-page-founding-members-php .coach-result h3 a:hover, .page-template-page-buddies-php .coach-result h3 a:hover {
/* 2920 */ 	text-decoration: underline;
/* 2921 */ 	color: #a6a6a6;
/* 2922 */ }
/* 2923 */ 
/* 2924 */ 
/* 2925 */ /* Individual Coach Listings */
/* 2926 */ 
/* 2927 */ .type-coach_listing p {
/* 2928 */     margin-bottom: 0.8em;
/* 2929 */ }
/* 2930 */ 
/* 2931 */ h3.coach-section-title {
/* 2932 */     border-bottom: 1px dotted #A6A6A6;
/* 2933 */     font-size: 15px;
/* 2934 */     font-weight: bold;
/* 2935 */     letter-spacing: 0.05em;
/* 2936 */     line-height: 18px;
/* 2937 */     margin-bottom: 10px;
/* 2938 */     margin-top: 25px;
/* 2939 */     padding-bottom: 5px;
/* 2940 */     text-transform: none;
/* 2941 */     color: #72AB00;
/* 2942 */ }
/* 2943 */ 
/* 2944 */ h3#testimonials, h3#social-links {
/* 2945 */ 	background: none;
/* 2946 */ 	padding-left: 0px;
/* 2947 */ }
/* 2948 */ 
/* 2949 */ article.coach-listing .title {
/* 2950 */ 	font-weight: bold;

/* style.css */

/* 2951 */ }
/* 2952 */ 
/* 2953 */ .company {
/* 2954 */ 	font-style: italic;
/* 2955 */ }
/* 2956 */ 
/* 2957 */ p.coach-name {
/* 2958 */ 	font-weight: bold;
/* 2959 */ 	font-size: 16px;
/* 2960 */ 	margin-bottom: 0px;
/* 2961 */ }
/* 2962 */ 
/* 2963 */ .show-form  {
/* 2964 */ 	display: none;
/* 2965 */ }
/* 2966 */ 
/* 2967 */ 
/* 2968 */ /* Horizontal Version of Coach Listings */
/* 2969 */ 
/* 2970 */ .type-coach_listing .photo {
/* 2971 */ 	float: left;
/* 2972 */ 	width: 330px;
/* 2973 */ 	overflow: hidden;
/* 2974 */ }
/* 2975 */ 
/* 2976 */ .type-coach_listing .photo img {
/* 2977 */ 	width: 300px;
/* 2978 */ 	height: auto;
/* 2979 */ 	margin-bottom: 20px;
/* 2980 */ }
/* 2981 */ 
/* 2982 */ .type-coach_listing .contact {
/* 2983 */ 
/* 2984 */ }
/* 2985 */ 
/* 2986 */ .type-coach_listing .biography {
/* 2987 */ 
/* 2988 */ }
/* 2989 */ 
/* 2990 */ .type-coach_listing .contact-premium {
/* 2991 */ 	clear: both;
/* 2992 */ }
/* 2993 */ 
/* 2994 */ .type-coach_listing .refer-button {
/* 2995 */     -moz-border-bottom-colors: none;
/* 2996 */     -moz-border-image: none;
/* 2997 */     -moz-border-left-colors: none;
/* 2998 */     -moz-border-right-colors: none;
/* 2999 */     -moz-border-top-colors: none;
/* 3000 */     background-color: #F5F5F5;

/* style.css */

/* 3001 */     background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
/* 3002 */     background-repeat: repeat-x;
/* 3003 */     border-color: #CCCCCC #CCCCCC #B3B3B3;
/* 3004 */     border-radius: 4px 4px 4px 4px;
/* 3005 */     border-style: solid;
/* 3006 */     border-width: 1px;
/* 3007 */     box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
/* 3008 */     color: #333333;
/* 3009 */     cursor: pointer;
/* 3010 */     display: inline-block;
/* 3011 */     font-size: 13px;
/* 3012 */     line-height: 16px;
/* 3013 */     margin-bottom: 0;
/* 3014 */     margin-top: 3px;
/* 3015 */     padding: 4px 10px;
/* 3016 */     text-align: center;
/* 3017 */     text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
/* 3018 */     vertical-align: top;
/* 3019 */ }
/* 3020 */ 
/* 3021 */ .type-coach_listing .refer-button:hover {
/* 3022 */     background-color: #a6a6a6;
/* 3023 */     color: #ffffff;
/* 3024 */ }
/* 3025 */ 
/* 3026 */ 
/* 3027 */ .type-coach_listing .google-map {
/* 3028 */ 	margin-top: 25px;
/* 3029 */ 	margin-bottom: 25px;
/* 3030 */ }
/* 3031 */ 
/* 3032 */ .type-coach_listing .email-coach {
/* 3033 */ 	margin-top: 15px;
/* 3034 */ }
/* 3035 */ 
/* 3036 */ .type-coach_listing div.wpcf7 {
/* 3037 */ 	float: left;
/* 3038 */ 	width: 230px;
/* 3039 */ }
/* 3040 */ 
/* 3041 */ .type-coach_listing div.wpcf7 textarea {
/* 3042 */ 	width: 90%;
/* 3043 */ }
/* 3044 */ 
/* 3045 */ .type-coach_listing .social img {
/* 3046 */ 	padding-right: 15px;
/* 3047 */ }
/* 3048 */ 
/* 3049 */ .testimonials-box {
/* 3050 */     background: none repeat scroll 0 0 #EFEFEF;

/* style.css */

/* 3051 */     padding: 10px;
/* 3052 */ }
/* 3053 */ 
/* 3054 */ p.testimonial {
/* 3055 */ 	margin-bottom: 2px;
/* 3056 */ 	font-style: italic;
/* 3057 */ }
/* 3058 */ 
/* 3059 */ p.testimonial-client {
/* 3060 */ 	margin-bottom: 15px;
/* 3061 */ 	font-weight: bold;
/* 3062 */ 	font-size: 12px;
/* 3063 */ 	text-align: right;
/* 3064 */ }
/* 3065 */ 
/* 3066 */ span.location, span.telephone, span.website {
/* 3067 */ 	padding-right: 15px;
/* 3068 */ }
/* 3069 */ 
/* 3070 */ .icon-badge {
/* 3071 */ 	float: right;
/* 3072 */ 	width: 80px;
/* 3073 */ }
/* 3074 */ 
/* 3075 */ /* Member Articles Styling */
/* 3076 */ 
/* 3077 */ .type-member_articles .article-actions {
/* 3078 */ 	background: #f6f6f6;
/* 3079 */ 	padding: 4px;
/* 3080 */ 	margin-top: 20px;
/* 3081 */ 	margin-bottom: 20px;
/* 3082 */ 	border-top: 1px solid #d6d6d6;
/* 3083 */ 	border-bottom: 1px solid #d6d6d6;
/* 3084 */ 	font-size: 12px;
/* 3085 */ }
/* 3086 */ 
/* 3087 */ .type-member_articles .flag-article, .type-member_articles .highlight-article {
/* 3088 */ 	padding-left: 10px;
/* 3089 */ }
/* 3090 */ 
/* 3091 */ .type-member_articles .show-form {
/* 3092 */ 	margin-top: 20px;
/* 3093 */ 	background: #f6f6f6;
/* 3094 */ 	padding: 10px 4px 10px 4px;
/* 3095 */ }
/* 3096 */ 
/* 3097 */ 
/* 3098 */ /* Single Article Pages */
/* 3099 */ 
/* 3100 */ .single-member_articles p.credits {

/* style.css */

/* 3101 */ 	font-size: 11px;
/* 3102 */ 	background: #f6f6f6;
/* 3103 */ 	padding: 4px;
/* 3104 */ }
/* 3105 */ 
/* 3106 */ 
/* 3107 */ /* Contact Form 7 makes a mess of hidden fields, so the next two rules clean that up and eliminate the space at the bottom */
/* 3108 */ 
/* 3109 */ .type-member_articles .show-form br {
/* 3110 */ 	display: none;
/* 3111 */ }
/* 3112 */ 
/* 3113 */ .type-member_articles .show-form img.ajax-loader {
/* 3114 */ 	display: none;
/* 3115 */ }
/* 3116 */ 
/* 3117 */ /* Fixes and Styling for the Tell A Friend Plugin */
/* 3118 */ 
/* 3119 */ #TellAFriend_BoxContainer {
/* 3120 */ position: fixed!important;
/* 3121 */ top: 50%!important;
/* 3122 */ left: 50%!important;
/* 3123 */ margin-top: -195px!important;
/* 3124 */ margin-left: -195px!important;
/* 3125 */ }
/* 3126 */ 
/* 3127 */ /* Back to Top Link */
/* 3128 */ 
/* 3129 */ #back-top {
/* 3130 */     bottom: 43%;
/* 3131 */     position: fixed;
/* 3132 */     right: 20px;
/* 3133 */ }
/* 3134 */ #back-top a {
/* 3135 */     -moz-transition: all 1s ease 0s;
/* 3136 */     display: block;
/* 3137 */     width: 50px;
/* 3138 */ }
/* 3139 */ #back-top a:hover {
/* 3140 */     background: none repeat scroll 0 0 transparent;
/* 3141 */ }
/* 3142 */ #back-top span {
/* 3143 */     -moz-transition: all 0.3s ease-in-out 0s;
/* 3144 */     background: url("/wp-content/themes/impact-master/images/top-arrow.png") repeat scroll 0 -50px #000000;
/* 3145 */     border-radius: 30px 30px 30px 30px;
/* 3146 */     display: block;
/* 3147 */     font-size: 0.91667em;
/* 3148 */     height: 50px;
/* 3149 */     opacity: 0.5;
/* 3150 */     width: 50px;

/* style.css */

/* 3151 */ }
/* 3152 */ #back-top a:hover span {
/* 3153 */     background-color: #72AB00;
/* 3154 */     background-position: 0 0;
/* 3155 */     opacity: 1;
/* 3156 */ }
/* 3157 */ 
/* 3158 */ 
/* 3159 */ /*
/* 3160 *| Animate.css - http://daneden.me/animate
/* 3161 *| LICENSED UNDER THE  MIT LICENSE (MIT)
/* 3162 *| 
/* 3163 *| Copyright (c) 2012 Dan Eden
/* 3164 *| 
/* 3165 *| Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
/* 3166 *| 
/* 3167 *| The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
/* 3168 *| 
/* 3169 *| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
/* 3170 *| */
/* 3171 */ 
/* 3172 */ .animated {
/* 3173 */ 	-webkit-animation-fill-mode: both;
/* 3174 */ 	-moz-animation-fill-mode: both;
/* 3175 */ 	-ms-animation-fill-mode: both;
/* 3176 */ 	-o-animation-fill-mode: both;
/* 3177 */ 	animation-fill-mode: both;
/* 3178 */ 	-webkit-animation-duration: 1s;
/* 3179 */ 	-moz-animation-duration: 1s;
/* 3180 */ 	-ms-animation-duration: 1s;
/* 3181 */ 	-o-animation-duration: 1s;
/* 3182 */ 	animation-duration: 1s;
/* 3183 */ }
/* 3184 */ 
/* 3185 */ .animated.hinge {
/* 3186 */ 	-webkit-animation-duration: 3s;
/* 3187 */ 	-moz-animation-duration: 3s;
/* 3188 */ 	-ms-animation-duration: 3s;
/* 3189 */ 	-o-animation-duration: 3s;
/* 3190 */ 	animation-duration: 3s;
/* 3191 */ }
/* 3192 */ 
/* 3193 */ @-webkit-keyframes shake {
/* 3194 */ 	0%, 100% {-webkit-transform: translateX(0);}
/* 3195 */ 	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
/* 3196 */ 	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
/* 3197 */ }
/* 3198 */ 
/* 3199 */ @-moz-keyframes shake {
/* 3200 */ 	0%, 100% {-moz-transform: translateX(0);}

/* style.css */

/* 3201 */ 	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
/* 3202 */ 	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
/* 3203 */ }
/* 3204 */ 
/* 3205 */ @-o-keyframes shake {
/* 3206 */ 	0%, 100% {-o-transform: translateX(0);}
/* 3207 */ 	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
/* 3208 */ 	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
/* 3209 */ }
/* 3210 */ 
/* 3211 */ @keyframes shake {
/* 3212 */ 	0%, 100% {transform: translateX(0);}
/* 3213 */ 	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
/* 3214 */ 	20%, 40%, 60%, 80% {transform: translateX(10px);}
/* 3215 */ }
/* 3216 */ 
/* 3217 */ .shake {
/* 3218 */ 	-webkit-animation-name: shake;
/* 3219 */ 	-moz-animation-name: shake;
/* 3220 */ 	-o-animation-name: shake;
/* 3221 */ 	animation-name: shake;
/* 3222 */ }
/* 3223 */ 
/* 3224 */ 
/* 3225 */ 
/* 3226 */ /* School Category Listings Pages */
/* 3227 */ 
/* 3228 */ .tax-school_categories .hentry {
/* 3229 */ 	padding-bottom: .4em;
/* 3230 */ 	margin-bottom: 1.2em;
/* 3231 */ }
/* 3232 */ 
/* 3233 */ .tax-school_categories h1 {
/* 3234 */ 	font-size: 20px;
/* 3235 */ 	margin-bottom: 25px;
/* 3236 */ 	color: #72AB00;
/* 3237 */ 	font-weight: bold;
/* 3238 */ 	letter-spacing: 0px;
/* 3239 */ }
/* 3240 */ 
/* 3241 */ .tax-school_categories header div.entry-meta {
/* 3242 */ 	padding-top: 8px;
/* 3243 */ }
/* 3244 */ 
/* 3245 */ .tax-school_categories .entry-summary {
/* 3246 */ 	padding-top: 8px;
/* 3247 */ }
/* 3248 */ 
/* 3249 */ .tax-school_categories h2.entry-title {
/* 3250 */ 	font-size: 18px;

/* style.css */

/* 3251 */ 	padding-bottom: 0px;
/* 3252 */ }
/* 3253 */ 
/* 3254 */ .tax-school_categories .tagline {
/* 3255 */ 	font-size: 14px;
/* 3256 */ 	font-style: italic;
/* 3257 */ }
/* 3258 */ 
/* 3259 */ .tax-school_categories .entry-summary .photo {
/* 3260 */ 	float: left;
/* 3261 */ 	margin-right: 15px;
/* 3262 */ 	width: 80px;
/* 3263 */ }
/* 3264 */ 
/* 3265 */ .tax-school_categories .entry-summary .photo img {
/* 3266 */ 	height: auto;
/* 3267 */ 	width: 80px;
/* 3268 */ 	margin-bottom: 5px;
/* 3269 */ }
/* 3270 */ 
/* 3271 */ .tax-school_categories .entry-summary p {
/* 3272 */     font-size: 12px;
/* 3273 */     line-height: 20px;
/* 3274 */     margin-bottom: 8px;
/* 3275 */ }
/* 3276 */ 
/* 3277 */ .tax-school_categories p.types-schools, .tax-school_categories p.types-accreditation {
/* 3278 */     margin-bottom: 4px;
/* 3279 */ }
/* 3280 */ 
/* 3281 */ .tax-school_categories .wlm-badge-wrap {
/* 3282 */ 	display: none;
/* 3283 */ }
/* 3284 */ 
/* 3285 */ .tax-school_categories .since {
/* 3286 */ 	padding-left: 0px;
/* 3287 */ }
/* 3288 */ 
/* 3289 */ .tax-school_categories .types-schools {
/* 3290 */ 	padding-left: 15px;
/* 3291 */ }
/* 3292 */ 
/* 3293 */ .tax-school_categories .title {
/* 3294 */ 	font-weight: bold;
/* 3295 */ 	color: #161616;
/* 3296 */ 	padding-right: 5px;
/* 3297 */ }
/* 3298 */ 
/* 3299 */ .tax-school_categories .entry-meta .types-coaching a {
/* 3300 */ 	font-weight: normal;

/* style.css */

/* 3301 */ }
/* 3302 */ 
/* 3303 */ .tax-school_categories .vip-list {
/* 3304 */ 	padding: 10px 20px 10px 20px;
/* 3305 */ 	background: #DAECF5;
/* 3306 */ 	border: 1px solid #003854;
/* 3307 */ 	-moz-border-radius: 6px;
/* 3308 */     -webkit-border-radius: 6px;
/* 3309 */     -khtml-border-radius: 6px;
/* 3310 */     border-radius: 6px;
/* 3311 */     margin-bottom: 40px;
/* 3312 */ }
/* 3313 */ 
/* 3314 */ .tax-school_categories .vip-list .hentry:last-child {
/* 3315 */ 	padding-bottom: 0px;
/* 3316 */ 	margin-bottom: 0px;
/* 3317 */ }
/* 3318 */ 
/* 3319 */ 
/* 3320 */ /* Horizontal Version of School Listings */
/* 3321 */ 
/* 3322 */ .type-school_listing .tagline {
/* 3323 */ 	font-size: 18px;
/* 3324 */ 	font-style: italic;
/* 3325 */ }
/* 3326 */ 
/* 3327 */ .type-school_listing p {
/* 3328 */     margin-bottom: 0.8em;
/* 3329 */ }
/* 3330 */ 
/* 3331 */ h3.school-section-title {
/* 3332 */     border-bottom: 1px dotted #A6A6A6;
/* 3333 */     font-size: 15px;
/* 3334 */     font-weight: bold;
/* 3335 */     letter-spacing: 0.05em;
/* 3336 */     line-height: 18px;
/* 3337 */     margin-bottom: 10px;
/* 3338 */     margin-top: 25px;
/* 3339 */     padding-bottom: 5px;
/* 3340 */     text-transform: none;
/* 3341 */     color: #72AB00;
/* 3342 */ }
/* 3343 */ 
/* 3344 */ h3#testimonials, h3#social-links {
/* 3345 */ 	background: none;
/* 3346 */ 	padding-left: 0px;
/* 3347 */ }
/* 3348 */ 
/* 3349 */ .type-school_listing .title {
/* 3350 */ 	font-weight: bold;

/* style.css */

/* 3351 */ }
/* 3352 */ 
/* 3353 */ .type-school_listing .photo {
/* 3354 */ 	float: left;
/* 3355 */ 	width: 280px;
/* 3356 */ 	overflow: hidden;
/* 3357 */ }
/* 3358 */ 
/* 3359 */ .type-school_listing .photo img {
/* 3360 */ 	width: 250px;
/* 3361 */ 	height: auto;
/* 3362 */ 	margin-bottom: 20px;
/* 3363 */ }
/* 3364 */ 
/* 3365 */ .type-school_listing .contact {
/* 3366 */ 
/* 3367 */ }
/* 3368 */ 
/* 3369 */ .type-school_listing .biography {
/* 3370 */ 
/* 3371 */ }
/* 3372 */ 
/* 3373 */ .type-school_listing .contact-premium {
/* 3374 */ 	clear: both;
/* 3375 */ }
/* 3376 */ 
/* 3377 */ .type-school_listing .refer-button, .type-school_listing .brochure {
/* 3378 */     -moz-border-bottom-colors: none;
/* 3379 */     -moz-border-image: none;
/* 3380 */     -moz-border-left-colors: none;
/* 3381 */     -moz-border-right-colors: none;
/* 3382 */     -moz-border-top-colors: none;
/* 3383 */     background-color: #F5F5F5;
/* 3384 */     background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
/* 3385 */     background-repeat: repeat-x;
/* 3386 */     border-color: #CCCCCC #CCCCCC #B3B3B3;
/* 3387 */     border-radius: 4px 4px 4px 4px;
/* 3388 */     border-style: solid;
/* 3389 */     border-width: 1px;
/* 3390 */     box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
/* 3391 */     color: #333333;
/* 3392 */     cursor: pointer;
/* 3393 */     display: inline-block;
/* 3394 */     font-size: 13px;
/* 3395 */     line-height: 16px;
/* 3396 */     margin-bottom: 0;
/* 3397 */     margin-top: 3px;
/* 3398 */     padding: 4px 10px;
/* 3399 */     text-align: center;
/* 3400 */     text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

/* style.css */

/* 3401 */     vertical-align: top;
/* 3402 */ }
/* 3403 */ 
/* 3404 */ .type-school_listing .refer-button:hover, .type-school_listing .brochure:hover {
/* 3405 */     background-color: #a6a6a6;
/* 3406 */     color: #ffffff;
/* 3407 */ }
/* 3408 */ 
/* 3409 */ .type-school_listing .brochure {
/* 3410 */ 	float: right;
/* 3411 */ 	margin-bottom: 20px;
/* 3412 */ }
/* 3413 */ 
/* 3414 */ .type-school_listing .google-map {
/* 3415 */ 	margin-top: 25px;
/* 3416 */ 	margin-bottom: 25px;
/* 3417 */ }
/* 3418 */ 
/* 3419 */ .type-school_listing .email-school {
/* 3420 */ 	margin-top: 15px;
/* 3421 */ }
/* 3422 */ 
/* 3423 */ .type-school_listing div.wpcf7 {
/* 3424 */ 	float: left;
/* 3425 */ 	width: 230px;
/* 3426 */ }
/* 3427 */ 
/* 3428 */ .type-school_listing div.wpcf7 textarea {
/* 3429 */ 	width: 90%;
/* 3430 */ }
/* 3431 */ 
/* 3432 */ .type-school_listing .social img {
/* 3433 */ 	padding-right: 15px;
/* 3434 */ }
/* 3435 */ 
/* 3436 */ .testimonials-box {
/* 3437 */     background: none repeat scroll 0 0 #EFEFEF;
/* 3438 */     padding: 10px;
/* 3439 */ }
/* 3440 */ 
/* 3441 */ p.testimonial {
/* 3442 */ 	margin-bottom: 2px;
/* 3443 */ 	font-style: italic;
/* 3444 */ }
/* 3445 */ 
/* 3446 */ p.testimonial-client {
/* 3447 */ 	margin-bottom: 15px;
/* 3448 */ 	font-weight: bold;
/* 3449 */ 	font-size: 12px;
/* 3450 */ 	text-align: right;

/* style.css */

/* 3451 */ }
/* 3452 */ 
/* 3453 */ span.location, span.telephone, span.website {
/* 3454 */ 	padding-right: 15px;
/* 3455 */ }
/* 3456 */ 
/* 3457 */ .icon-badge {
/* 3458 */ 	float: right;
/* 3459 */ 	width: 80px;
/* 3460 */ }
/* 3461 */ 
/* 3462 */ 
/* 3463 */ /* Article Listings Pages */
/* 3464 */ 
/* 3465 */ .tax-article_categories h1 {
/* 3466 */ 	font-size: 20px;
/* 3467 */ 	margin-bottom: 25px;
/* 3468 */ 	color: #72AB00;
/* 3469 */ 	font-weight: bold;
/* 3470 */ 	letter-spacing: 0px;
/* 3471 */ }
/* 3472 */ 
/* 3473 */ .article-listing {
/* 3474 */ 	padding-bottom: 15px;
/* 3475 */ 	border-bottom: 1px dotted #808080;
/* 3476 */ 	margin-bottom: 15px;
/* 3477 */ }
/* 3478 */ 
/* 3479 */ .article-listing h2 {
/* 3480 */ 	font-size: 1.2em;
/* 3481 */ 	font-weight: bold;
/* 3482 */ 	line-height: 1.2em;
/* 3483 */ }
/* 3484 */ 
/* 3485 */ .article-listing .author {
/* 3486 */ 	font-size: 1.1em;
/* 3487 */ 	font-weight: normal;
/* 3488 */ 	margin-bottom: 5px;
/* 3489 */ 	display: inline;
/* 3490 */ }
/* 3491 */ 
/* 3492 */ .article-listing .categories {
/* 3493 */ 	font-size: 0.8em;
/* 3494 */ 	font-weight: normal;
/* 3495 */ 	display: inline;
/* 3496 */ 	padding-left: 20px;
/* 3497 */ }
/* 3498 */ 
/* 3499 */ 
/* 3500 */ /* Total Clients Styling */

/* style.css */

/* 3501 */ 
/* 3502 */ .total-clients {
/* 3503 */ 	color: #ffffff;
/* 3504 */ 	text-align: center;
/* 3505 */ 	padding: 10px;
/* 3506 */ 	background: #7abcff; /* Old browsers */
/* 3507 */ 	background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 35%, #3a7cd8 100%); /* FF3.6+ */
/* 3508 */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(35%,#60abf8), color-stop(100%,#3a7cd8)); /* Chrome,Safari4+ */
/* 3509 */ 	background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 35%,#3a7cd8 100%); /* Chrome10+,Safari5.1+ */
/* 3510 */ 	background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 35%,#3a7cd8 100%); /* Opera 11.10+ */
/* 3511 */ 	background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 35%,#3a7cd8 100%); /* IE10+ */
/* 3512 */ 	background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 35%,#3a7cd8 100%); /* W3C */
/* 3513 */ 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#3a7cd8',GradientType=0 ); /* IE6-9 */
/* 3514 */ 
/* 3515 */ }
/* 3516 */ 
/* 3517 */ .total-clients h2 {
/* 3518 */ 	margin-bottom: 7px;
/* 3519 */ 	font-size: 14px;
/* 3520 */ 	font-weight: bold;
/* 3521 */ 	line-height: 18px;
/* 3522 */ 	text-shadow: 1px 1px 1px #000000;
/* 3523 */ }
/* 3524 */ 
/* 3525 */ .total-clients .number {
/* 3526 */ 	text-align: center;
/* 3527 */ 	font-size: 32px;
/* 3528 */ 	font-weight: bold;
/* 3529 */ 	line-height: 26px;
/* 3530 */ }
/* 3531 */ 
/* 3532 */ 
/* 3533 */ .odometer {
/* 3534 */     border-color: #444444 #555555 #333333 #222222;
/* 3535 */     border-style: solid;
/* 3536 */     border-width: 4px;
/* 3537 */     height: 55px;
/* 3538 */     margin: 0 auto;
/* 3539 */     width: 152px;
/* 3540 */ }
/* 3541 */ 
/* 3542 */ .glare-top {
/* 3543 */ 	background: none repeat scroll 0 0 white;
/* 3544 */     height: 32%;
/* 3545 */     left: 0;
/* 3546 */     opacity: 0.25;
/* 3547 */     position: absolute;
/* 3548 */     top: 20%;
/* 3549 */     width: 100%;
/* 3550 */ }

/* style.css */

/* 3551 */ 
/* 3552 */ .glare-middle {
/* 3553 */     background: none repeat scroll 0 0 white;
/* 3554 */     height: 16%;
/* 3555 */     left: 0;
/* 3556 */     opacity: 0.25;
/* 3557 */     position: absolute;
/* 3558 */     top: 27.5%;
/* 3559 */     width: 100%;
/* 3560 */ }
/* 3561 */ 
/* 3562 */ .glare-bottom {
/* 3563 */     background: none repeat scroll 0 0 white;
/* 3564 */     height: 6%;
/* 3565 */     left: 0;
/* 3566 */     opacity: 0.25;
/* 3567 */     position: absolute;
/* 3568 */     top: 32.5%;
/* 3569 */     width: 100%;
/* 3570 */ }
/* 3571 */ 
/* 3572 */ .right-divider {
/* 3573 */     background: none repeat scroll 0 0 black;
/* 3574 */     height: 100%;
/* 3575 */     opacity: 0.5;
/* 3576 */     position: absolute;
/* 3577 */     right: 0;
/* 3578 */     top: 0;
/* 3579 */     width: 6%;
/* 3580 */ }
/* 3581 */ 
/* 3582 */ .left-divider {
/* 3583 */     background: none repeat scroll 0 0 white;
/* 3584 */     height: 100%;
/* 3585 */     left: 0;
/* 3586 */     opacity: 0.5;
/* 3587 */     position: absolute;
/* 3588 */     top: 0;
/* 3589 */     width: 4%;
/* 3590 */ }
/* 3591 */ 
/* 3592 */ .digit {
/* 3593 */     background: none repeat scroll 0 0 black;
/* 3594 */     color: white;
/* 3595 */     font-family: Courier New,Courier,monospace;
/* 3596 */     font-size: 55px;
/* 3597 */     font-weight: 900;
/* 3598 */     height: 55px;
/* 3599 */     line-height: 57px;
/* 3600 */     padding: 0;

/* style.css */

/* 3601 */     position: absolute;
/* 3602 */     text-align: center;
/* 3603 */     top: 0;
/* 3604 */     width: 38px;
/* 3605 */ }
/* 3606 */ 
/* 3607 */ aside div div:nth-of-type(4) div:first-of-type {
/* 3608 */ 	line-height: 59px;
/* 3609 */ }
/* 3610 */ 
/* 3611 */ aside div div:nth-of-type(3) div:first-of-type {
/* 3612 */ 	line-height: 65px;
/* 3613 */ }
/* 3614 */ 
/* 3615 */ aside div div:nth-of-type(2) div:first-of-type {
/* 3616 */ 	line-height: 55px;
/* 3617 */ }
/* 3618 */ 
/* 3619 */ .digit-box {
/* 3620 */     float: left;
/* 3621 */     height: 55px;
/* 3622 */     overflow: hidden;
/* 3623 */     position: relative;
/* 3624 */     width: 38px;
/* 3625 */ }
/* 3626 */ 
/* 3627 */ /*
/* 3628 *| .total-notice-notused {
/* 3629 *| 	color: #ffffff;
/* 3630 *| 	text-align: center;
/* 3631 *| 	padding: 4px;
/* 3632 *| 	font-size: 14px;
/* 3633 *| 	font-weight: normal;
/* 3634 *| 	margin-top: 10px;
/* 3635 *| background: #a90329;
/* 3636 *| background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); 
/* 3637 *| background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
/* 3638 *| background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
/* 3639 *| background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
/* 3640 *| background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
/* 3641 *| background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
/* 3642 *| filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
/* 3643 *| }
/* 3644 *| */
/* 3645 */ 
/* 3646 */ .total-notice-notused {
/* 3647 */ 	text-align: center;
/* 3648 */ 	padding: 6px;
/* 3649 */ 	font-size: 13px;
/* 3650 */ 	font-weight: normal;

/* style.css */

/* 3651 */     border: 1px solid #d6d6d6;
/* 3652 */     border-radius: 6px;
/* 3653 */     background: #f6f6f6;
/* 3654 */ }
/* 3655 */ 
/* 3656 */ .total-notice-notused span {
/* 3657 */ 	font-size: 16px;
/* 3658 */ 	font-weight: bold;
/* 3659 */ 	display: inline-block;
/* 3660 */ }
/* 3661 */ 
/* 3662 */ a.total-notice {
/* 3663 */ 	font-size: 11px;
/* 3664 */ 	color: #000000;
/* 3665 */ 	display: block;
/* 3666 */ 	margin-top: 10px;
/* 3667 */ 	text-transform: uppercase;
/* 3668 */ 	line-height: 14px;
/* 3669 */ }
/* 3670 */ 
/* 3671 */ a.total-notice:hover {
/* 3672 */ 	color: #ffffff;
/* 3673 */ }
/* 3674 */ 
/* 3675 */ /* END Total Clients styling */
/* 3676 */ 
/* 3677 */ li.vip:after {
/* 3678 */     color: #AC0000;
/* 3679 */     content: "VIP ONLY";
/* 3680 */     display: inline-block;
/* 3681 */     font-size: 11px;
/* 3682 */     font-weight: bold;
/* 3683 */     margin-left: 10px;
/* 3684 */ }
/* 3685 */ 
/* 3686 */ #total-count-2 {
/* 3687 */ 	margin: 1.5em 0 0 0;
/* 3688 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/impact4c/public_html
currentDir : /home/impact4c/public_html/wp-content/plugins/wishlist-badge/css

*/

/* badge.css */

/* 1  */ .wlm-badge-wrap * { margin: 0px; padding: 0px;}
/* 2  */ .wlm-badge { 
/* 3  */     float: left; 
/* 4  */     width: 220px; height: 40px;     
/* 5  */     font: normal 14px 'Trebuchet MS',Arial, Helvetica; /*Change the em value to scale the button*/
/* 6  */ }
/* 7  */ .wlm-badge div { 
/* 8  */     text-align:  left;
/* 9  */ }
/* 10 */ .wlm-badge-icon { 
/* 11 */     float: left; 
/* 12 */     margin: 4px 4px 0px 4px;
/* 13 */ }
/* 14 */ .wlm-badge-title { 
/* 15 */     font-size: 14px; 
/* 16 */     margin-top: 4px;
/* 17 */     margin-left: 4px;
/* 18 */ }
/* 19 */ .wlm-badge-subtitle { 
/* 20 */     font-size: 12px; 
/* 21 */     margin-left: 4px;
/* 22 */ }
/* 23 */ .wlm-badge {
/* 24 */     margin: 10px;
/* 25 */     text-decoration: none;
/* 26 */     display: inline-block;
/* 27 */     text-align: center;
/* 28 */ 
/* 29 */     border: 1px solid #9c9c9c; /* Fallback style */
/* 30 */     border: 1px solid rgba(0, 0, 0, 0.3);            
/* 31 */ 
/* 32 */     /*box-shadow: 0 0 .05em rgba(0,0,0,0.4);*/
/* 33 */     -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
/* 34 */     -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
/* 35 */ 
/* 36 */ }
/* 37 */ 
/* 38 */ .wlm-badge, .wlm-badge span
/* 39 */ {
/* 40 */     -moz-border-radius: .3em;
/* 41 */     border-radius: .3em;
/* 42 */ }
/* 43 */ 
/* 44 */ .wlm-badge span
/* 45 */ {
/* 46 */     border-top: 1px solid #fff; /* Fallback style */
/* 47 */     border-top: 1px solid rgba(255, 255, 255, 0.5);
/* 48 */     display: block;
/* 49 */     padding: 0.5em 2.5em;
/* 50 */ 

/* badge.css */

/* 51 */     /* The background pattern */
/* 52 */ 
/* 53 */     background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
/* 54 */                       -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
/* 55 */                       -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
/* 56 */                       -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
/* 57 */     background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
/* 58 */                       -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
/* 59 */                       -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
/* 60 */                       -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
/* 61 */ 
/* 62 */     /* Pattern settings */
/* 63 */ 
/* 64 */     -moz-background-size: 3px 3px;
/* 65 */     -webkit-background-size: 3px 3px;
/* 66 */     background-size: 3px 3px;
/* 67 */ }
/* 68 */ 
/* 69 */ 
/* 70 */ .wlm-badge-gray {
/* 71 */     background: #c5c5c5;            
/* 72 */     background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c5c5c5) );            
/* 73 */     background: -moz-linear-gradient(-90deg, #eaeaea, #c5c5c5);            
/* 74 */     filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#c5c5c5'); 
/* 75 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/impact4c/public_html
currentDir : /home/impact4c/public_html/wp-content/plugins/wishlist-dashboard/css

*/

/* style.css */

/* 1   */ /*WishList Dashboard Front-End CSS*/
/* 2   */ 
/* 3   */ #wl-dashboard {
/* 4   */ 	overflow: hidden;
/* 5   */ 	margin-top: 10px;
/* 6   */ }
/* 7   */ 
/* 8   */ #wld-top {
/* 9   */ padding-bottom:10px;
/* 10  */ 	overflow: hidden;
/* 11  */ }
/* 12  */ 
/* 13  */ #wld-video {
/* 14  */ 	width: 50%;
/* 15  */ 	float: left;
/* 16  */ 	text-align:center;
/* 17  */ }
/* 18  */ 
/* 19  */ #wld-announcement {
/* 20  */ 	margin-top: 15px;
/* 21  */ 	border-top: 1px solid #e6e6e6; 
/* 22  */ 	border-bottom: 1px solid #e6e6e6;
/* 23  */ 	padding: 20px 10px 20px 10px;
/* 24  */ 	clear: both;
/* 25  */ 	overflow: hidden;
/* 26  */ }
/* 27  */ 
/* 28  */ #wld-info-item p {
/* 29  */ 	margin-bottom: 0 !important;
/* 30  */ 	font-size: 12px !important;
/* 31  */ 	padding:0px;
/* 32  */ }
/* 33  */ 
/* 34  */ #wld-announce-title {
/* 35  */ 	text-transform: uppercase;
/* 36  */ 	font-weight: bold !important;
/* 37  */ 	margin-bottom: 3px !important;
/* 38  */ 	font-size: 14px !important;
/* 39  */ }
/* 40  */ 
/* 41  */ #wld-announce-title a {
/* 42  */ 	color: #555 !important;
/* 43  */ }
/* 44  */ 
/* 45  */ #wld-see-all a {
/* 46  */ 	font-size: 10px !important; 
/* 47  */ 	
/* 48  */ }
/* 49  */ 
/* 50  */ #wldlinks,#wld-see-all a 

/* style.css */

/* 51  */ 
/* 52  */ {
/* 53  */ 	color: #555;
/* 54  */ }
/* 55  */ 
/* 56  */ #wld-info-item {
/* 57  */ 	width: 32%;
/* 58  */ 	float: left;
/* 59  */ 	margin-right: 1%;
/* 60  */ }
/* 61  */ 
/* 62  */ #wld-info-item img {
/* 63  */ 	border: none;
/* 64  */ 	float: left;
/* 65  */ 	margin-right: 15px;
/* 66  */ }
/* 67  */ 
/* 68  */ #wld-info-item img:hover {
/* 69  */ 	position: relative;
/* 70  */ 	bottom: 2px;
/* 71  */ }
/* 72  */ 
/* 73  */ #wld-admin-links {
/* 74  */ 	width: 44%;
/* 75  */ 	float: right;
/* 76  */ 	border-left: 1px solid #e6e6e6;
/* 77  */ 	padding-left: 3%;
/* 78  */ 	overflow: hidden;
/* 79  */ 	margin-top: 10px;
/* 80  */ }
/* 81  */ 
/* 82  */ 
/* 83  */ 
/* 84  */ 
/* 85  */ 
/* 86  */ 
/* 87  */ #wld-user {
/* 88  */ 	padding: 10px;
/* 89  */ 	border: 1px solid #e6e6e6;
/* 90  */ 	/*background: #f9f9f9; */
/* 91  */ 	overflow: hidden;
/* 92  */ 	margin-bottom: 15px;
/* 93  */ }
/* 94  */ 
/* 95  */ #wld-user img {
/* 96  */ 	margin-right: 15px;
/* 97  */ 	float: left;
/* 98  */ }
/* 99  */ 
/* 100 */ #wld-user-name, #wld-user-role, #wld-user-links {

/* style.css */

/* 101 */ 	margin: 0 !important;
/* 102 */ }
/* 103 */ 
/* 104 */ #wld-user-links {
/* 105 */ 
/* 106 */ 	font-weight: bold !important;
/* 107 */ 
/* 108 */ }
/* 109 */ 
/* 110 */ #wld-user-links a {
/* 111 */ 		color: #555 !important;
/* 112 */ }
/* 113 */ 
/* 114 */ #wld-user-role{
/* 115 */ height:20px;	
/* 116 */ }
/* 117 */ 
/* 118 */ #wld-user-name{
/* 119 */ height:30px;	
/* 120 */ }
/* 121 */ 
/* 122 */ #wld-user-links{
/* 123 */  
/* 124 */ }
/* 125 */ 
/* 126 */ #wld-user-name {
/* 127 */ 	font-size: 24px;
/* 128 */ 	font-weight: bold;
/* 129 */ 	margin-bottom: 3px !important;
/* 130 */ }
/* 131 */ 
/* 132 */ 
/* 133 */ #wld-link-item p {
/* 134 */ 	margin-bottom: 0 !important;
/* 135 */ 	font-size: 12px !important;
/* 136 */ 	padding:0px;
/* 137 */ }
/* 138 */ 
/* 139 */  #wld-link-item {
/* 140 */ 	overflow: hidden;
/* 141 */ 	clear: both;
/* 142 */ 	margin: 7px 0;
/* 143 */ 	padding-bottom:10px;
/* 144 */ }
/* 145 */ 
/* 146 */ #wld-link-item img {
/* 147 */ 	float: left;
/* 148 */ 	border: none;
/* 149 */ 	 background:transparent;
/* 150 */ 	margin-right: 15px;

/* style.css */

/* 151 */ }
/* 152 */ 
/* 153 */ #wld-link-item img:hover {
/* 154 */ 	border: none !important;
/* 155 */ 	position: relative;
/* 156 */ 	bottom: 1px;
/* 157 */ 	background:transparent;
/* 158 */ }
/* 159 */ 
/* 160 */ #wld-link-title{
/* 161 */ 	margin: 7px 0 5px 0 !important;
/* 162 */ 	font-size: 20px;
/* 163 */ 	font-weight: bold;
/* 164 */ }
/* 165 */ 
/* 166 */ #wld-link-text{
/* 167 */ 	margin: 0;
/* 168 */ }
/* 169 */ 
/* 170 */ 
/* 171 */ #wld-link-title2 {
/* 172 */ 	text-transform: uppercase;
/* 173 */ 	font-weight: bold !important;
/* 174 */ 	margin-bottom: 3px !important;
/* 175 */ 	font-size: 14px !important;
/* 176 */ }
/* 177 */ 
/* 178 */ 
/* 179 */ 
/* 180 */ 
/* 181 */ 
/* 182 */ #wldmainul{
/* 183 */  padding-top:15px;
/* 184 */  padding-left:15px;
/* 185 */  margin-left:0px;
/* 186 */  float:left;
/* 187 */  
/* 188 */  
/* 189 */ }
/* 190 */ 
/* 191 */ #wldmainul li{
/* 192 */ vertical-align: top !important;
/* 193 */   display:inline-block;
/* 194 */   padding-left:0px;
/* 195 */   padding-right:10px;  /* Edit this to set distance between tabs */
/* 196 */   padding-bottom:4px;  /* Edit this to change vertical  distance. */
/* 197 */   margin:0px;
/* 198 */   
/* 199 */ }
/* 200 */ 

/* style.css */

/* 201 */ #wldsubul1,#wldsubul2,#wldsubul3,#wldsubul4,#wldsubul5 {
/* 202 */   padding:0px;
/* 203 */   margin:0px;
/* 204 */ }
/* 205 */ 
/* 206 */ #wldsubul1 li,#wldsubul2 li,#wldsubul3 li,#wldsubul4 li,#wldsubul5 li{
/* 207 */   display:block;
/* 208 */ 
/* 209 */ }
/* 210 */ 
/* 211 */ #wld-tabs{
/* 212 */  	padding-top: 25px; /* distance btween tabs and info bar sections. */
/* 213 */ 	padding-left: 0px; border: none;
/* 214 */ 	text-align:center;
/* 215 */ 	margin:0 auto;
/* 216 */ }
/* 217 */ 
/* 218 */ 
/* 219 */ #wld-header1,#wld-header2,#wld-header3,#wld-header4,#wld-header5{
/* 220 */ 	
/* 221 */ 	text-transform: uppercase;
/* 222 */ 	text-align: center;
/* 223 */ 	
/* 224 */ 	
/* 225 */ 	-moz-box-shadow: 5px 5px 5px #ccc;
/* 226 */ 	-webkit-box-shadow: 5px 5px 5px #ccc;
/* 227 */ 	box-shadow: 5px 5px 5px #ccc;
/* 228 */ 	
/* 229 */ 
/* 230 */ 	/* if you dont like shadow at buttons header you can remove this section */
/* 231 */ 	-webkit-border-radius: 5px;
/* 232 */ 	-moz-border-radius: 5px;
/* 233 */ 	border-radius: 5px;
/* 234 */ 		
/* 235 */ 
/* 236 */ 	
/* 237 */ }
/* 238 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/impact4c/public_html
currentDir : /home/impact4c/public_html/wp-content/plugins/contact-form-7/includes/css

file-relative URI  : ../../images/ajax-loader.gif
path prepended     : /home/impact4c/public_html/wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif
docroot stripped   : /wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif
traversals removed : /wp-content/plugins/contact-form-7/images/ajax-loader.gif

*/

/* 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  */ .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  */ 	display: inline-block;
/* 60  */ 	margin: 0 0 0 1em;
/* 61  */ }
/* 62  */ 
/* 63  */ span.wpcf7-list-item-label::before,
/* 64  */ span.wpcf7-list-item-label::after {
/* 65  */ 	content: " ";
/* 66  */ }
/* 67  */ 
/* 68  */ .wpcf7-display-none {
/* 69  */ 	display: none;
/* 70  */ }
/* 71  */ 
/* 72  */ div.wpcf7 .ajax-loader {
/* 73  */ 	visibility: hidden;
/* 74  */ 	display: inline-block;
/* 75  */ 	background-image: url('/wp-content/plugins/contact-form-7/images/ajax-loader.gif');
/* 76  */ 	width: 16px;
/* 77  */ 	height: 16px;
/* 78  */ 	border: none;
/* 79  */ 	padding: 0;
/* 80  */ 	margin: 0 0 0 4px;
/* 81  */ 	vertical-align: middle;
/* 82  */ }
/* 83  */ 
/* 84  */ div.wpcf7 .ajax-loader.is-active {
/* 85  */ 	visibility: visible;
/* 86  */ }
/* 87  */ 
/* 88  */ div.wpcf7 div.ajax-error {
/* 89  */ 	display: none;
/* 90  */ }
/* 91  */ 
/* 92  */ div.wpcf7 .placeheld {
/* 93  */ 	color: #888;
/* 94  */ }
/* 95  */ 
/* 96  */ div.wpcf7 .wpcf7-recaptcha iframe {
/* 97  */ 	margin-bottom: 0;
/* 98  */ }
/* 99  */ 
/* 100 */ div.wpcf7 input[type="file"] {

/* styles.css */

/* 101 */ 	cursor: pointer;
/* 102 */ }
/* 103 */ 
/* 104 */ div.wpcf7 input[type="file"]:disabled {
/* 105 */ 	cursor: default;
/* 106 */ }
/* 107 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/impact4c/public_html
currentDir : /home/impact4c/public_html/wp-content/plugins/easing-slider/assets/css

file-relative URI  : grabbing.png
path prepended     : /home/impact4c/public_html/wp-content/plugins/easing-slider/assets/css/grabbing.png
docroot stripped   : /wp-content/plugins/easing-slider/assets/css/grabbing.png
traversals removed : /wp-content/plugins/easing-slider/assets/css/grabbing.png

file-relative URI  : ../images/loading.gif
path prepended     : /home/impact4c/public_html/wp-content/plugins/easing-slider/assets/css/../images/loading.gif
docroot stripped   : /wp-content/plugins/easing-slider/assets/css/../images/loading.gif
traversals removed : /wp-content/plugins/easing-slider/assets/images/loading.gif

file-relative URI  : ../images/nav-arrow-next.png
path prepended     : /home/impact4c/public_html/wp-content/plugins/easing-slider/assets/css/../images/nav-arrow-next.png
docroot stripped   : /wp-content/plugins/easing-slider/assets/css/../images/nav-arrow-next.png
traversals removed : /wp-content/plugins/easing-slider/assets/images/nav-arrow-next.png

file-relative URI  : ../images/nav-arrow-prev.png
path prepended     : /home/impact4c/public_html/wp-content/plugins/easing-slider/assets/css/../images/nav-arrow-prev.png
docroot stripped   : /wp-content/plugins/easing-slider/assets/css/../images/nav-arrow-prev.png
traversals removed : /wp-content/plugins/easing-slider/assets/images/nav-arrow-prev.png

file-relative URI  : ../images/nav-icon-inactive.png
path prepended     : /home/impact4c/public_html/wp-content/plugins/easing-slider/assets/css/../images/nav-icon-inactive.png
docroot stripped   : /wp-content/plugins/easing-slider/assets/css/../images/nav-icon-inactive.png
traversals removed : /wp-content/plugins/easing-slider/assets/images/nav-icon-inactive.png

file-relative URI  : ../images/nav-icon-active.png
path prepended     : /home/impact4c/public_html/wp-content/plugins/easing-slider/assets/css/../images/nav-icon-active.png
docroot stripped   : /wp-content/plugins/easing-slider/assets/css/../images/nav-icon-active.png
traversals removed : /wp-content/plugins/easing-slider/assets/images/nav-icon-active.png

*/

/* public.min.css */

/* 1 */ .easingslider-container .easingslider-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.easingslider-container,.easingslider-container .easingslider-wrapper{display:none;position:relative}.easingslider-container{width:100%;-ms-touch-action:pan-y}.easingslider-container .easingslider-wrapper-outer{overflow:hidden;position:relative;width:100%}.easingslider-container .easingslider-wrapper-outer.autoHeight{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.easingslider-container .easingslider-item{float:left}.easingslider-controls .easingslider-buttons div,.easingslider-controls .easingslider-page{cursor:pointer}.easingslider-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{cursor:url(/wp-content/plugins/easing-slider/assets/css/grabbing.png) 8 8,move}.easingslider-container .easingslider-item,.easingslider-container .easingslider-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.easingslider-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.easingslider-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.easingslider-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.easingslider-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.easingslider-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.easingslider-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.easingslider-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.easingslider-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.easingslider-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}100%,75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}100%,75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}100%,75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}.easingslider{direction:ltr}.easingslider-resizing-enabled .easingslider-image{width:100%}.easingslider-item{max-width:auto!important}.easingslider-item.loading{background-image:url(/wp-content/plugins/easing-slider/assets/images/loading.gif);background-repeat:no-repeat;background-position:center center;background-color:#fff}.easingslider-slide{background-color:#fff;text-align:center}.easingslider-image{margin-top:0!important;margin-bottom:0!important;padding:0!important}.easingslider-link{display:block}.easingslider-next,.easingslider-prev{position:absolute;top:50%;width:30px;height:30px;margin-top:-15px;background-repeat:no-repeat;z-index:40;cursor:pointer}.easingslider-next{background-image:url(/wp-content/plugins/easing-slider/assets/images/nav-arrow-next.png);background-position:top right}.easingslider-prev{background-image:url(/wp-content/plugins/easing-slider/assets/images/nav-arrow-prev.png);background-position:top left}.easingslider-arrows-inside .easingslider-next{right:10px}.easingslider-arrows-inside .easingslider-prev{left:10px}.easingslider-arrows-outside .easingslider-next{right:-40px;padding-left:20px}.easingslider-arrows-outside .easingslider-prev{left:-40px;padding-right:20px}.easingslider-arrows-hover .easingslider-next,.easingslider-arrows-hover .easingslider-prev{opacity:0;-webkit-transition:opacity .3s ease,-webkit-transform .1s ease-in;-moz-transition:opacity .3s ease,-moz-transform .1s ease-in;-ms-transition:opacity .3s ease,-ms-transform .1s ease-in;-o-transition:opacity .3s ease,-o-transform .1s ease-in;transition:opacity .3s ease,transform .1s ease-in}.easingslider-arrows-hover .easingslider-prev{-webkit-transform:translate3d(-10px,0,0);-moz-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);-o-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.easingslider-arrows-hover .easingslider-next{-webkit-transform:translate3d(10px,0,0);-moz-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);-o-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.easingslider-arrows-hover:hover .easingslider-next,.easingslider-arrows-hover:hover .easingslider-prev{opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.easingslider-pagination{position:absolute;height:17px;z-index:40}.easingslider-pagination .easingslider-page{display:inline-block;zoom:1}.easingslider-pagination .easingslider-page span{width:15px;height:15px;margin:0 2px 0 0;padding:0;background-image:url(/wp-content/plugins/easing-slider/assets/images/nav-icon-inactive.png);background-repeat:no-repeat;background-position:0 0;display:block;z-index:40;cursor:pointer}.easingslider-pagination .easingslider-page:last-child span{margin-right:0}.easingslider-pagination .easingslider-page.active span{background-image:url(/wp-content/plugins/easing-slider/assets/images/nav-icon-active.png)}.easingslider-pagination-inside.easingslider-pagination-bottom-left .easingslider-pagination{bottom:10px;left:10px}.easingslider-pagination-inside.easingslider-pagination-bottom-right .easingslider-pagination{bottom:10px;right:10px}.easingslider-pagination-inside.easingslider-pagination-bottom-center .easingslider-pagination{bottom:10px;left:0;width:100%;text-align:center}.easingslider-pagination-inside.easingslider-pagination-top-left .easingslider-pagination{top:10px;left:10px}.easingslider-pagination-inside.easingslider-pagination-top-right .easingslider-pagination{top:10px;right:10px}.easingslider-pagination-inside.easingslider-pagination-top-center .easingslider-pagination{top:10px;left:0;right:0;width:100%;text-align:center}.easingslider-pagination-outside.easingslider-pagination-bottom-left .easingslider-pagination{bottom:-25px;left:0;padding-top:20px}.easingslider-pagination-outside.easingslider-pagination-bottom-right .easingslider-pagination{bottom:-25px;right:0;padding-top:20px}.easingslider-pagination-outside.easingslider-pagination-bottom-center .easingslider-pagination{bottom:-25px;left:0;right:0;width:100%;text-align:center;padding-top:20px}.easingslider-pagination-outside.easingslider-pagination-top-left .easingslider-pagination{top:-25px;left:0;padding-bottom:20px}.easingslider-pagination-outside.easingslider-pagination-top-right .easingslider-pagination{top:-25px;right:0;padding-bottom:20px}.easingslider-pagination-outside.easingslider-pagination-top-center .easingslider-pagination{top:-25px;left:0;width:100%;text-align:center;padding-bottom:20px}.easingslider-pagination-hover .easingslider-pagination{opacity:0;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.easingslider-pagination-hover:hover .easingslider-pagination{opacity:1}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/impact4c/public_html
currentDir : /home/impact4c/public_html/wp-content/plugins/wishlist-idcard/css

*/

/* style.css */

/* 1  */ .wlv_wrap {
/* 2  */ 	margin: 15px 0;
/* 3  */ 	overflow: hidden;
/* 4  */ }
/* 5  */ 
/* 6  */ .wlv_wrap img {
/* 7  */ 	float: left;
/* 8  */ 	margin-right: 10px;
/* 9  */ }
/* 10 */ 
/* 11 */ .wlv_wrap p {
/* 12 */ 	padding: 0 !important;
/* 13 */ 	margin: 0 0 5px 0 !important;
/* 14 */ 	line-height: 100% !important;
/* 15 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/impact4c/public_html
currentDir : /home/impact4c/public_html/wp-content/plugins/wp-tell-a-friend-popup-form

*/

/* tell-a-friend.css */

/* 1   */ /**
/* 2   *|  *     wp tell a friend popup form
/* 3   *|  *     Copyright (C) 2010 - 2016 www.gopiplus.com
/* 4   *|  *     http://www.gopiplus.com/work/2012/05/21/wordpress-plugin-wp-tell-a-friend-popup-form/
/* 5   *|  * 
/* 6   *|  *     This program is free software: you can redistribute it and/or modify
/* 7   *|  *     it under the terms of the GNU General Public License as published by
/* 8   *|  *     the Free Software Foundation, either version 3 of the License, or
/* 9   *|  *     (at your option) any later version.
/* 10  *|  * 
/* 11  *|  *     This program is distributed in the hope that it will be useful,
/* 12  *|  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
/* 13  *|  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
/* 14  *|  *     GNU General Public License for more details.
/* 15  *|  * 
/* 16  *|  *     You should have received a copy of the GNU General Public License
/* 17  *|  *     along with this program.  If not, see <http://www.gnu.org/licenses/>.
/* 18  *|  */
/* 19  */ 
/* 20  */ #TellAFriend_BoxContainer
/* 21  */ {
/* 22  */ 	height:400px;
/* 23  */ 	width:420px;
/* 24  */ 	background:#FFFFFF;
/* 25  */ 	border:1px solid #000;
/* 26  */ 	padding:0;
/* 27  */ 	position:absolute;
/* 28  */ 	z-index:999;
/* 29  */ 	cursor:default;   
/* 30  */ 	-moz-border-radius: 10px;
/* 31  */ 	-webkit-border-radius: 10px;
/* 32  */ 	-khtml-border-radius: 10px;
/* 33  */ 	border-radius: 10px;   
/* 34  */ 	display:none;
/* 35  */ }
/* 36  */ 
/* 37  */ #TellAFriend_BoxContainerHeader
/* 38  */ {
/* 39  */ 	height:30px;
/* 40  */ 	background:#4D4D4D;
/* 41  */ 	border-top-right-radius:10px;
/* 42  */ 	-moz-border-radius-topright:10px;
/* 43  */ 	-webkit-border-top-right-radius:10px;
/* 44  */ 	-khtml-border-top-right-radius: 10px;
/* 45  */ 	border-top-left-radius:10px;
/* 46  */ 	-moz-border-radius-topleft:10px;
/* 47  */ 	-webkit-border-top-left-radius:10px;
/* 48  */ 	-khtml-border-top-left-radius: 10px;   
/* 49  */ }
/* 50  */ 

/* tell-a-friend.css */

/* 51  */ #TellAFriend_BoxContainerHeader a
/* 52  */ {
/* 53  */    color:#FFFFFF;
/* 54  */    font-family:Verdana,Arial;
/* 55  */    font-size:10pt;
/* 56  */    font-weight:bold;
/* 57  */ }
/* 58  */ 
/* 59  */ #TellAFriend_BoxTitle
/* 60  */ {
/* 61  */    float:left;
/* 62  */    width:180px;
/* 63  */    margin:5px;
/* 64  */    color:#FFFFFF;
/* 65  */    font-family:Verdana,Arial;
/* 66  */    font-size:12pt;
/* 67  */    font-weight:bold;   
/* 68  */ }
/* 69  */ 
/* 70  */ #TellAFriend_BoxClose
/* 71  */ {
/* 72  */    float:right;
/* 73  */    width:50px;
/* 74  */    margin:5px;
/* 75  */ }
/* 76  */ 
/* 77  */ #TellAFriend_BoxContainerBody
/* 78  */ {
/* 79  */    margin:15px;
/* 80  */ }
/* 81  */ 
/* 82  */ #TellAFriend_BoxContainerBody h2
/* 83  */ {
/* 84  */    font-family : Arial, sans-serif;
/* 85  */    font-size: 14pt;
/* 86  */    font-weight:bold;
/* 87  */    color:#333;     
/* 88  */ }
/* 89  */ 
/* 90  */ #TellAFriend_BoxContainerBody p
/* 91  */ {
/* 92  */    font-family : Arial, sans-serif;
/* 93  */    font-size: 12pt;
/* 94  */    color:#333;
/* 95  */ }
/* 96  */ 
/* 97  */ #TellAFriend_BoxContainerFooter
/* 98  */ {
/* 99  */    position: fixed; 
/* 100 */    top:0; 

/* tell-a-friend.css */

/* 101 */    left:0; 
/* 102 */    bottom:0; 
/* 103 */    right:0;
/* 104 */    background:#000000;
/* 105 */    opacity: .3;
/* 106 */    -moz-opacity: .3;
/* 107 */    filter: alpha(opacity=30);
/* 108 */    border:1px solid #cecece;
/* 109 */    z-index:1;
/* 110 */    display:none;
/* 111 */ }
/* 112 */ 
/* 113 */ #TellAFriend_BoxLabel 
/* 114 */ {
/* 115 */ 	font-family : Arial, sans-serif;
/* 116 */ 	font-size:1.0em;
/* 117 */ 	font-weight: bold;
/* 118 */ 	color:#000000;
/* 119 */ 	padding-top:4px;
/* 120 */ }
/* 121 */ #TellAFriend_BoxLabel_Page 
/* 122 */ {
/* 123 */ 	font-family : Arial, sans-serif;
/* 124 */ 	font-size:1.0em;
/* 125 */ 	font-weight: bold;
/* 126 */ 	color:#000000;
/* 127 */ 	padding-top:4px;
/* 128 */ 	line-height:0.5em;
/* 129 */ 	font-size:14px;
/* 130 */ }
/* 131 */ #TellAFriend_BoxAlert 
/* 132 */ {
/* 133 */ 	font-family : Arial, sans-serif;
/* 134 */ 	font-size:1.0em;
/* 135 */ 	color:#FF0000;
/* 136 */ 	padding-top:4px;
/* 137 */ }
/* 138 */ .TellAFriend_TextBox 
/* 139 */ {
/* 140 */ 	color:#000000 !important;
/* 141 */ }
/* 142 */ .TellAFriend_TextArea 
/* 143 */ {
/* 144 */ 	width:270px;
/* 145 */ 	height:90px;
/* 146 */ 	color:#000000 !important;
/* 147 */ }
/* 148 */ .TellAFriend_Button 
/* 149 */ {
/* 150 */ 	color:#000000;

/* tell-a-friend.css */

/* 151 */ 	width:100px;
/* 152 */ }
/* 153 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/impact4c/public_html
currentDir : /home/impact4c/public_html/wp-content/plugins/wp-pagenavi

*/

/* pagenavi-css.css */

/* 1  */ /*
/* 2  *| Default style for WP-PageNavi plugin
/* 3  *| 
/* 4  *| http://wordpress.org/extend/plugins/wp-pagenavi/
/* 5  *| */
/* 6  */ 
/* 7  */ .wp-pagenavi {
/* 8  */ 	clear: both;
/* 9  */ }
/* 10 */ 
/* 11 */ .wp-pagenavi a, .wp-pagenavi span {
/* 12 */ 	text-decoration: none;
/* 13 */ 	border: 1px solid #BFBFBF;
/* 14 */ 	padding: 3px 5px;
/* 15 */ 	margin: 2px;
/* 16 */ }
/* 17 */ 
/* 18 */ .wp-pagenavi a:hover, .wp-pagenavi span.current {
/* 19 */ 	border-color: #000;
/* 20 */ }
/* 21 */ 
/* 22 */ .wp-pagenavi span.current {
/* 23 */ 	font-weight: bold;
/* 24 */ }
/* 25 */ 
