/* style.css */

/* 1    */ /*
/* 2    *| 	Theme Name: Minimum Pro Theme
/* 3    *| 	Theme URI: http://my.studiopress.com/themes/minimum/
/* 4    *| 	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
/* 5    *| 	Author: StudioPress
/* 6    *| 	Author URI: http://www.studiopress.com/
/* 7    *| 
/* 8    *| 	Version: 3.0.1
/* 9    *| 
/* 10   *| 	Tags: black, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
/* 11   *| 
/* 12   *| 	Template: genesis
/* 13   *| 	Template Version: 2.0
/* 14   *| 
/* 15   *| 	License: GPL-2.0+
/* 16   *| 	License URI: http://www.opensource.org/licenses/gpl-license.php 
/* 17   *| */
/* 18   */ 
/* 19   */ 
/* 20   */ /* Table of Contents
/* 21   *| 
/* 22   *| 	- HTML5 Reset
/* 23   *| 		- Baseline Normalize
/* 24   *| 		- Box Sizing
/* 25   *| 		- Float Clearing
/* 26   *| 	- Defaults
/* 27   *| 		- Typographical Elements
/* 28   *| 		- Headings
/* 29   *| 		- Objects
/* 30   *| 		- Forms
/* 31   *| 		- Tables
/* 32   *| 	- Structure and Layout
/* 33   *| 		- Site Containers
/* 34   *| 		- Page Title
/* 35   *| 		- Column Widths and Positions
/* 36   *| 		- Column Classes
/* 37   *| 	- Common Classes
/* 38   *| 		- WordPress
/* 39   *| 		- Genesis
/* 40   *| 		- Featured Post Grid
/* 41   *| 		- Titles
/* 42   *| 	- Widgets
/* 43   *| 		- Featured Content
/* 44   *| 	- Plugins
/* 45   *| 		- Genesis eNews Extended
/* 46   *| 		- Genesis Latest Tweets
/* 47   *| 		- Gravity Forms
/* 48   *| 		- Jetpack
/* 49   *| 	- Site Header
/* 50   *| 		- Title Area

/* style.css */

/* 51   *| 		- Widget Area
/* 52   *| 	- Site Navigation
/* 53   *| 		- Header Navigation
/* 54   *| 		- Primary Navigation
/* 55   *| 		- Secondary Navigation
/* 56   *| 	- Content Area
/* 57   *| 		- Entries
/* 58   *| 		- After Entry
/* 59   *| 		- Pagination
/* 60   *| 		- Comments
/* 61   *| 	- Sidebar
/* 62   *| 	- Footer Widgets
/* 63   *| 	- Site Footer
/* 64   *| 	- Media Queries
/* 65   *| 		- max-width: 1139px
/* 66   *| 		- max-width: 1023px
/* 67   *| 		- max-width: 767px
/* 68   *| 
/* 69   *| */
/* 70   */ 
/* 71   */ 
/* 72   */ /*
/* 73   *| HTML5 Reset
/* 74   *| ---------------------------------------------------------------------------------------------------- */
/* 75   */ 
/* 76   */ /* Baseline Normalize
/* 77   *| 	normalize.css v2.1.2 | MIT License | git.io/normalize
/* 78   *| --------------------------------------------- */
/* 79   */ 
/* 80   */ article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* 81   */ 
/* 82   */ /* Box Sizing
/* 83   *| --------------------------------------------- */
/* 84   */ 
/* 85   */ *,
/* 86   */ input[type="search"] {
/* 87   */ 	-webkit-box-sizing: border-box;
/* 88   */ 	-moz-box-sizing:    border-box;
/* 89   */ 	box-sizing:         border-box;
/* 90   */ }
/* 91   */ 
/* 92   */ /* Float Clearing
/* 93   *| --------------------------------------------- */
/* 94   */ 
/* 95   */ .clearfix:before,
/* 96   */ .entry:before,
/* 97   */ .entry-content:before,
/* 98   */ .footer-widgets:before,
/* 99   */ .nav-primary:before,
/* 100  */ .nav-secondary:before,

/* style.css */

/* 101  */ .pagination:before,
/* 102  */ .site-container:before,
/* 103  */ .site-footer:before,
/* 104  */ .site-header:before,
/* 105  */ .site-inner:before,
/* 106  */ .wrap:before {
/* 107  */ 	content: " ";
/* 108  */ 	display: table;
/* 109  */ }
/* 110  */ 
/* 111  */ .clearfix:after,
/* 112  */ .entry:after,
/* 113  */ .entry-content:after,
/* 114  */ .footer-widgets:after,
/* 115  */ .nav-primary:after,
/* 116  */ .nav-secondary:after,
/* 117  */ .pagination:after,
/* 118  */ .site-container:after,
/* 119  */ .site-footer:after,
/* 120  */ .site-header:after,
/* 121  */ .site-inner:after,
/* 122  */ .wrap:after {
/* 123  */ 	clear: both;
/* 124  */ 	content: " ";
/* 125  */ 	display: table;
/* 126  */ }
/* 127  */ 
/* 128  */ 
/* 129  */ /*
/* 130  *| Defaults
/* 131  *| ---------------------------------------------------------------------------------------------------- */
/* 132  */ 
/* 133  */ /* Typographical Elements
/* 134  *| --------------------------------------------- */
/* 135  */ 
/* 136  */ body {
/* 137  */ 	background-color: #fff;
/* 138  */ 	color: #333;
/* 139  */ 	font-family: 'Roboto Slab', serif;
/* 140  */ 	font-size: 16px;
/* 141  */ 	font-weight: 300;
/* 142  */ 	line-height: 1.625;
/* 143  */ }
/* 144  */ 
/* 145  */ a,
/* 146  */ button,
/* 147  */ input:focus,
/* 148  */ input[type="button"],
/* 149  */ input[type="reset"],
/* 150  */ input[type="submit"],

/* style.css */

/* 151  */ textarea:focus,
/* 152  */ .button {
/* 153  */ 	-webkit-transition: all 0.1s ease-in-out;
/* 154  */ 	-moz-transition:    all 0.1s ease-in-out;
/* 155  */ 	-ms-transition:     all 0.1s ease-in-out;
/* 156  */ 	-o-transition:      all 0.1s ease-in-out;
/* 157  */ 	transition:         all 0.1s ease-in-out;
/* 158  */ }
/* 159  */ 
/* 160  */ ::-moz-selection {
/* 161  */ 	background-color: #333;
/* 162  */ 	color: #fff;
/* 163  */ }
/* 164  */ 
/* 165  */ ::selection {
/* 166  */ 	background-color: #333;
/* 167  */ 	color: #fff;
/* 168  */ }
/* 169  */ 
/* 170  */ a {
/* 171  */ 	border-bottom: 1px dotted #333;
/* 172  */ 	color: #333;
/* 173  */ 	font-weight: 400;
/* 174  */ 	text-decoration: none;
/* 175  */ }
/* 176  */ 
/* 177  */ a img {
/* 178  */ 	margin-bottom: -6px;
/* 179  */ }
/* 180  */ 
/* 181  */ a:hover {
/* 182  */ 	color: #0ebfe9;
/* 183  */ 	border-bottom: 1px dotted #0ebfe9;
/* 184  */ }
/* 185  */ 
/* 186  */ p {
/* 187  */ 	margin: 0 0 24px;
/* 188  */ 	padding: 0;
/* 189  */ }
/* 190  */ 
/* 191  */ strong {
/* 192  */ 	font-weight: 400;
/* 193  */ }
/* 194  */ 
/* 195  */ ol,
/* 196  */ ul {
/* 197  */ 	margin: 0;
/* 198  */ 	padding: 0;
/* 199  */ }
/* 200  */ 

/* style.css */

/* 201  */ blockquote,
/* 202  */ blockquote::before {
/* 203  */ 	color: #999;
/* 204  */ }
/* 205  */ 
/* 206  */ blockquote {
/* 207  */ 	margin: 40px;
/* 208  */ }
/* 209  */ 
/* 210  */ blockquote::before {
/* 211  */ 	content: "\201C";
/* 212  */ 	display: block;
/* 213  */ 	font-size: 30px;
/* 214  */ 	height: 0;
/* 215  */ 	left: -20px;
/* 216  */ 	position: relative;
/* 217  */ 	top: -10px;
/* 218  */ }
/* 219  */ 
/* 220  */ .entry-content code {
/* 221  */ 	background-color: #333;
/* 222  */ 	color: #ddd;
/* 223  */ }
/* 224  */ 
/* 225  */ cite {
/* 226  */ 	font-style: normal;
/* 227  */ }
/* 228  */ 
/* 229  */ /* Headings
/* 230  *| --------------------------------------------- */
/* 231  */ 
/* 232  */ h1,
/* 233  */ h2,
/* 234  */ h3,
/* 235  */ h4,
/* 236  */ h5,
/* 237  */ h6 {
/* 238  */ 	color: #333;
/* 239  */ 	font-family: 'Roboto Slab', serif;
/* 240  */  	font-weight: 400;
/* 241  */ 	line-height: 1.2;
/* 242  */ 	margin: 0 0 15px;
/* 243  */ }
/* 244  */ 
/* 245  */ h1 {
/* 246  */ 	font-size: 30px;
/* 247  */ }
/* 248  */ 
/* 249  */ h2 {
/* 250  */ 	font-size: 28px;

/* style.css */

/* 251  */ }
/* 252  */ 
/* 253  */ h3 {
/* 254  */ 	font-size: 24px;
/* 255  */ }
/* 256  */ 
/* 257  */ h4 {
/* 258  */ 	font-size: 20px;
/* 259  */ }
/* 260  */ 
/* 261  */ h5 {
/* 262  */ 	font-size: 18px;
/* 263  */ }
/* 264  */ 
/* 265  */ h6 {
/* 266  */ 	font-size: 16px;
/* 267  */ }
/* 268  */ 
/* 269  */ /* Objects
/* 270  *| --------------------------------------------- */
/* 271  */ 
/* 272  */ embed,
/* 273  */ iframe,
/* 274  */ img,
/* 275  */ object,
/* 276  */ video,
/* 277  */ .wp-caption {
/* 278  */ 	max-width: 100%;
/* 279  */ }
/* 280  */ 
/* 281  */ img {
/* 282  */     height: auto;
/* 283  */ }
/* 284  */ 
/* 285  */ .featured-content img,
/* 286  */ .gallery img {
/* 287  */ 	width: auto; /* IE8 */
/* 288  */ }
/* 289  */ 
/* 290  */ /* Forms
/* 291  *| --------------------------------------------- */
/* 292  */ 
/* 293  */ input,
/* 294  */ select,
/* 295  */ textarea {
/* 296  */ 	background-color: #fff;
/* 297  */ 	border: 1px solid #ddd;
/* 298  */ 	border-radius: 5px;
/* 299  */ 	box-shadow: none;
/* 300  */ 	color: #333;

/* style.css */

/* 301  */ 	font-family: 'Roboto Slab', serif;
/* 302  */ 	font-size: 16px;
/* 303  */ 	font-weight: 300;
/* 304  */ 	padding: 10px;
/* 305  */ 	width: 100%;
/* 306  */ }
/* 307  */ 
/* 308  */ input:focus,
/* 309  */ textarea:focus {
/* 310  */ 	border: 1px solid #333;
/* 311  */ 	outline: none;
/* 312  */ }
/* 313  */ 
/* 314  */ input[type="checkbox"],
/* 315  */ input[type="image"],
/* 316  */ input[type="radio"] {
/* 317  */ 	width: auto;
/* 318  */ }
/* 319  */ 
/* 320  */ ::-moz-placeholder {
/* 321  */ 	color: #999;
/* 322  */ 	opacity: 1;
/* 323  */ }
/* 324  */ 
/* 325  */ ::-webkit-input-placeholder {
/* 326  */ 	color: #999;
/* 327  */ }
/* 328  */ 
/* 329  */ button,
/* 330  */ input[type="button"],
/* 331  */ input[type="reset"],
/* 332  */ input[type="submit"],
/* 333  */ .button,
/* 334  */ .entry-content .button {
/* 335  */ 	background-color: #333;
/* 336  */ 	border: none;
/* 337  */ 	box-shadow: none;
/* 338  */ 	color: #fff;
/* 339  */ 	cursor: pointer;
/* 340  */ 	font-family: 'Roboto', sans-serif;
/* 341  */ 	font-weight: 300;
/* 342  */ 	padding: 16px 24px;
/* 343  */ 	text-transform: uppercase;
/* 344  */ 	width: auto;
/* 345  */ }
/* 346  */ 
/* 347  */ button:hover,
/* 348  */ input:hover[type="button"],
/* 349  */ input:hover[type="reset"],
/* 350  */ input:hover[type="submit"],

/* style.css */

/* 351  */ .button:hover,
/* 352  */ .entry-content .button:hover {
/* 353  */ 	background-color: #0ebfe9;
/* 354  */ }
/* 355  */ 
/* 356  */ .entry-content .button:hover {
/* 357  */ 	color: #fff;
/* 358  */ }
/* 359  */ 
/* 360  */ .button {
/* 361  */ 	border-radius: 3px;
/* 362  */ 	display: inline-block;
/* 363  */ }
/* 364  */ 
/* 365  */ input[type="search"]::-webkit-search-cancel-button,
/* 366  */ input[type="search"]::-webkit-search-results-button {
/* 367  */ 	display: none;
/* 368  */ }
/* 369  */ 
/* 370  */ /* Tables
/* 371  *| --------------------------------------------- */
/* 372  */ 
/* 373  */ table {
/* 374  */ 	border-collapse: collapse;
/* 375  */ 	border-spacing: 0;
/* 376  */ 	line-height: 2;
/* 377  */ 	margin-bottom: 40px;
/* 378  */ 	width: 100%;
/* 379  */ }
/* 380  */ 
/* 381  */ tbody {
/* 382  */ 	border-bottom: 1px solid #ddd;
/* 383  */ }
/* 384  */ 
/* 385  */ th,
/* 386  */ td {
/* 387  */ 	text-align: left;
/* 388  */ }
/* 389  */ 
/* 390  */ th {
/* 391  */ 	font-weight: bold;
/* 392  */ 	text-transform: uppercase;
/* 393  */ }
/* 394  */ 
/* 395  */ td {
/* 396  */ 	border-top: 1px solid #ddd;
/* 397  */ 	padding: 6px 0;
/* 398  */ }
/* 399  */ 
/* 400  */ 

/* style.css */

/* 401  */ /*
/* 402  *| Structure and Layout
/* 403  *| ---------------------------------------------------------------------------------------------------- */
/* 404  */ 
/* 405  */ /* Site Containers
/* 406  *| --------------------------------------------- */
/* 407  */ 
/* 408  */ .wrap {
/* 409  */ 	margin: 0 auto;
/* 410  */ 	max-width: 1140px;
/* 411  */ }
/* 412  */ 
/* 413  */ .site-inner {
/* 414  */ 	background-color: #fff;
/* 415  */ 	clear: both;
/* 416  */ 	padding-top: 40px;
/* 417  */ }
/* 418  */ 
/* 419  */ .minimum-landing .site-inner {
/* 420  */ 	margin: 40px auto;
/* 421  */ 	padding: 60px 60px 20px;
/* 422  */ 	width: 800px;
/* 423  */ }
/* 424  */ 
/* 425  */ /* Site Containers
/* 426  *| --------------------------------------------- */
/* 427  */ 
/* 428  */ .home-featured {
/* 429  */ 	border-bottom: 5px solid #f5f5f5;
/* 430  */ 	margin-bottom: 60px;
/* 431  */ 	padding: 40px 0;
/* 432  */ }
/* 433  */ 
/* 434  */ .home-featured li {
/* 435  */ 	list-style-type: none;
/* 436  */ }
/* 437  */ 
/* 438  */ .home-featured .widget {
/* 439  */ 	padding: 0 20px;
/* 440  */ }
/* 441  */ 
/* 442  */ .home-featured p:last-child {
/* 443  */ 	padding: 0 0 24px;
/* 444  */ }
/* 445  */ 
/* 446  */ .home-featured-1,
/* 447  */ .home-featured-2,
/* 448  */ .home-featured-3,
/* 449  */ .home-featured-4 {
/* 450  */ 	float: left;

/* style.css */

/* 451  */ 	text-align: center;
/* 452  */ 	width: 25%;
/* 453  */ }
/* 454  */ 
/* 455  */ .home-featured .simple-social-icons ul li a {
/* 456  */ 	padding: 40px !important;
/* 457  */ }
/* 458  */ 
/* 459  */ .home-featured .simple-social-icons ul li {
/* 460  */ 	margin: 0 0 30px !important;
/* 461  */ }
/* 462  */ 
/* 463  */ .site-tagline {
/* 464  */ 	background-color: #f5f5f5;
/* 465  */ 	border-bottom: 1px solid #eee;
/* 466  */ 	margin-top: 60px;
/* 467  */ 	padding: 40px 0;
/* 468  */ }
/* 469  */ 
/* 470  */ .site-tagline p {
/* 471  */ 	margin: 0;
/* 472  */ }
/* 473  */ 
/* 474  */ .site-tagline-left {
/* 475  */ 	float: left;
/* 476  */ 	width: 50%;
/* 477  */ }
/* 478  */ 
/* 479  */ .site-tagline-right {
/* 480  */ 	float: right;
/* 481  */ 	text-align: right;
/* 482  */ 	width: 50%;
/* 483  */ }
/* 484  */ 
/* 485  */ .minimum .site-tagline {
/* 486  */ 	margin-top: 600px;
/* 487  */ }
/* 488  */ 
/* 489  */ a.cta-button {
/* 490  */ 	background-color: #333;
/* 491  */ 	border-radius: 5px;
/* 492  */ 	color: #fff;
/* 493  */ 	display: inline-block;
/* 494  */ 	font-size: 18px;
/* 495  */ 	font-weight: 300;
/* 496  */ 	line-height: 1;
/* 497  */ 	padding: 15px 20px;
/* 498  */ }
/* 499  */ 
/* 500  */ a.cta-button:hover {

/* style.css */

/* 501  */ 	background-color: #0ebfe9;
/* 502  */ }
/* 503  */ 
/* 504  */ /* Column Widths and Positions
/* 505  *| --------------------------------------------- */
/* 506  */ 
/* 507  */ /* Content */
/* 508  */ 
/* 509  */ .content {
/* 510  */ 	float: left;
/* 511  */ 	width: 720px;
/* 512  */ }
/* 513  */ 
/* 514  */ .sidebar-content .content {
/* 515  */ 	float: right;
/* 516  */ }
/* 517  */ 
/* 518  */ .full-width-content .content {
/* 519  */ 	width: 100%;
/* 520  */ }
/* 521  */ 
/* 522  */ 
/* 523  */ /* Column Classes
/* 524  *| 	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
/* 525  *| --------------------------------------------- */
/* 526  */ 
/* 527  */ .five-sixths,
/* 528  */ .four-sixths,
/* 529  */ .one-fourth,
/* 530  */ .one-half,
/* 531  */ .one-sixth,
/* 532  */ .one-third,
/* 533  */ .three-fourths,
/* 534  */ .three-sixths,
/* 535  */ .two-fourths,
/* 536  */ .two-sixths,
/* 537  */ .two-thirds {
/* 538  */ 	float: left;
/* 539  */ 	margin-left: 2.564102564102564%;
/* 540  */ }
/* 541  */ 
/* 542  */ .one-half,
/* 543  */ .three-sixths,
/* 544  */ .two-fourths {
/* 545  */ 	width: 48.717948717948715%;
/* 546  */ }
/* 547  */ 
/* 548  */ .one-third,
/* 549  */ .two-sixths {
/* 550  */ 	width: 31.623931623931625%;

/* style.css */

/* 551  */ }
/* 552  */ 
/* 553  */ .four-sixths,
/* 554  */ .two-thirds {
/* 555  */ 	width: 65.81196581196582%;
/* 556  */ }
/* 557  */ 
/* 558  */ .one-fourth {
/* 559  */ 	width: 23.076923076923077%;
/* 560  */ }
/* 561  */ 
/* 562  */ .three-fourths {
/* 563  */ 	width: 74.35897435897436%;
/* 564  */ }
/* 565  */ 
/* 566  */ .one-sixth {
/* 567  */ 	width: 14.52991452991453%;
/* 568  */ }
/* 569  */ 
/* 570  */ .five-sixths {
/* 571  */ 	width: 82.90598290598291%;
/* 572  */ }
/* 573  */ 
/* 574  */ .first {
/* 575  */ 	clear: both;
/* 576  */ 	margin-left: 0;
/* 577  */ }
/* 578  */ 
/* 579  */ 
/* 580  */ /*
/* 581  *| Common Classes
/* 582  *| ---------------------------------------------------------------------------------------------------- */
/* 583  */ 
/* 584  */ /* WordPress
/* 585  *| --------------------------------------------- */
/* 586  */ 
/* 587  */ .avatar {
/* 588  */ 	float: left;
/* 589  */ }
/* 590  */ 
/* 591  */ .alignleft .avatar {
/* 592  */ 	margin-right: 24px;
/* 593  */ }
/* 594  */ 
/* 595  */ .alignright .avatar {
/* 596  */ 	margin-left: 24px;
/* 597  */ }
/* 598  */ 
/* 599  */ .author-box .avatar {
/* 600  */ 	height: 72px;

/* style.css */

/* 601  */ 	margin-right: 24px;
/* 602  */ 	width: 72px;
/* 603  */ }
/* 604  */ 
/* 605  */ .entry-comments .avatar {
/* 606  */ 	height: 48px;
/* 607  */ 	width: 48px;
/* 608  */ }
/* 609  */ 
/* 610  */ .search-form input[type="submit"] {
/* 611  */ 	border: 0;
/* 612  */ 	clip: rect(0, 0, 0, 0);
/* 613  */ 	height: 1px;
/* 614  */ 	margin: -1px;
/* 615  */ 	padding: 0;
/* 616  */ 	position: absolute;
/* 617  */ 	width: 1px;
/* 618  */ }
/* 619  */ 
/* 620  */ .search-form {
/* 621  */ 	overflow: hidden;
/* 622  */ 	padding: 3px;
/* 623  */ 	width: 100%;
/* 624  */ }
/* 625  */ 
/* 626  */ .sticky {
/* 627  */ }
/* 628  */ 
/* 629  */ img.centered,
/* 630  */ .aligncenter {
/* 631  */ 	display: block;
/* 632  */ 	margin: 0 auto 24px;
/* 633  */ }
/* 634  */ 
/* 635  */ a.alignnone,
/* 636  */ img.alignnone {
/* 637  */ 	margin-bottom: 12px;
/* 638  */ }
/* 639  */ 
/* 640  */ .alignleft {
/* 641  */ 	float: left;
/* 642  */ 	text-align: left;
/* 643  */ }
/* 644  */ 
/* 645  */ .alignright {
/* 646  */ 	float: right;
/* 647  */ 	text-align: right;
/* 648  */ }
/* 649  */ 
/* 650  */ a.alignleft,

/* style.css */

/* 651  */ a.alignnone,
/* 652  */ a.alignright {
/* 653  */ 	max-width: 100%;
/* 654  */ }
/* 655  */ 
/* 656  */ a.alignnone {
/* 657  */ 	display: inline-block;
/* 658  */ }
/* 659  */ 
/* 660  */ a.alignleft,
/* 661  */ img.alignleft,
/* 662  */ .wp-caption.alignleft {
/* 663  */ 	margin: 0 24px 24px 0;
/* 664  */ }
/* 665  */ 
/* 666  */ a.alignright,
/* 667  */ img.alignright,
/* 668  */ .wp-caption.alignright {
/* 669  */ 	margin: 0 0 24px 24px;
/* 670  */ }
/* 671  */ 
/* 672  */ a.alignleft,
/* 673  */ a.alignright {
/* 674  */ 	border: none;
/* 675  */ }
/* 676  */ 
/* 677  */ .wp-caption-text {
/* 678  */ 	font-size: 14px;
/* 679  */ 	font-weight: 400;
/* 680  */ 	text-align: center;
/* 681  */ }
/* 682  */ 
/* 683  */ .gallery-caption {
/* 684  */ }
/* 685  */ 
/* 686  */ /*
/* 687  *| Widgets
/* 688  *| ---------------------------------------------------------------------------------------------------- */
/* 689  */ 
/* 690  */ .widget {
/* 691  */ 	word-wrap: break-word;
/* 692  */ }
/* 693  */ 
/* 694  */ .widget li {
/* 695  */ 	list-style-type: none;
/* 696  */ 	margin-bottom: 6px;
/* 697  */ 	text-align: left;
/* 698  */ }
/* 699  */ 
/* 700  */ .widget ol > li {

/* style.css */

/* 701  */ 	list-style-position: inside;
/* 702  */ 	list-style-type: decimal;
/* 703  */ 	padding-left: 20px;
/* 704  */ 	text-indent: -20px;
/* 705  */ }
/* 706  */ 
/* 707  */ .widget li li {
/* 708  */ 	border: none;
/* 709  */ 	margin: 0 0 0 30px;
/* 710  */ 	padding: 0;
/* 711  */ }
/* 712  */ 
/* 713  */ .widget ul > li:last-child,
/* 714  */ .widget p:last-child {
/* 715  */ 	margin-bottom: 0;
/* 716  */ }
/* 717  */ 
/* 718  */ .widget_calendar table {
/* 719  */ 	width: 100%;
/* 720  */ }
/* 721  */ 
/* 722  */ .widget_calendar td,
/* 723  */ .widget_calendar th {
/* 724  */ 	text-align: center;
/* 725  */ }
/* 726  */ 
/* 727  */ /* Genesis
/* 728  *| --------------------------------------------- */
/* 729  */ 
/* 730  */ .breadcrumb {
/* 731  */ 	margin-bottom: 40px;
/* 732  */ }
/* 733  */ 
/* 734  */ .archive-description,
/* 735  */ .author-box {
/* 736  */ 	background-color: #f5f5f5;
/* 737  */ }
/* 738  */ 
/* 739  */ .archive-description {
/* 740  */ 	margin-bottom: 40px;
/* 741  */ 	padding: 40px 40px 16px;
/* 742  */ }
/* 743  */ 
/* 744  */ .author-box {
/* 745  */ 	margin-bottom: 40px;
/* 746  */ 	padding: 40px;
/* 747  */ }
/* 748  */ 
/* 749  */ .single .author-box {
/* 750  */ 	margin-bottom: 60px;

/* style.css */

/* 751  */ }
/* 752  */ 
/* 753  */ .author-box-title {
/* 754  */ 	color: #333;
/* 755  */ 	font-family: 'Roboto Slab', serif;
/* 756  */ 	font-size: 16px;
/* 757  */ 	font-weight: 400;
/* 758  */ 	margin-bottom: 4px;
/* 759  */ }
/* 760  */ 
/* 761  */ .author-box p {
/* 762  */ 	margin-bottom: 0;
/* 763  */ }
/* 764  */ 
/* 765  */ .author-box .avatar {
/* 766  */ 	margin-right: 24px;
/* 767  */ }
/* 768  */ 
/* 769  */ /* Featured Post Grid
/* 770  *| ------------------------------------------------------------ */
/* 771  */ 
/* 772  */ .genesis-grid-even,
/* 773  */ .genesis-grid-odd {
/* 774  */ 	border-bottom: 1px solid #f5f5f5;
/* 775  */ 	margin-bottom: 30px;
/* 776  */ 	padding: 0;
/* 777  */ 	width: 47%;
/* 778  */ }
/* 779  */ 
/* 780  */ .genesis-grid-even {
/* 781  */ 	float: right;
/* 782  */ }
/* 783  */ 
/* 784  */ .genesis-grid-odd {
/* 785  */ 	clear: both;
/* 786  */ 	float: left;
/* 787  */ }
/* 788  */ 
/* 789  */ 
/* 790  */ /* Titles
/* 791  *| --------------------------------------------- */
/* 792  */ 
/* 793  */ .entry-title {
/* 794  */ 	font-size: 30px;
/* 795  */ 	line-height: 1;
/* 796  */ }
/* 797  */ 
/* 798  */ .genesis-grid .entry-title {
/* 799  */ 	font-size: 24px;
/* 800  */ 	margin: 0 0 10px;

/* style.css */

/* 801  */ }
/* 802  */ 
/* 803  */ .single-portfolio .entry-title {
/* 804  */ 	margin-bottom: 20px;
/* 805  */ }
/* 806  */ 
/* 807  */ .entry-title a,
/* 808  */ .sidebar .widget-title a {
/* 809  */ 	border: none;
/* 810  */ 	color: #333;
/* 811  */ }
/* 812  */ 
/* 813  */ .entry-title a:hover {
/* 814  */ 	color: #0ebfe9;
/* 815  */ }
/* 816  */ 
/* 817  */ .widget-title {
/* 818  */ 	font-size: 16px;
/* 819  */ 	margin-bottom: 24px;
/* 820  */ 	text-transform: uppercase;
/* 821  */ }
/* 822  */ 
/* 823  */ #home-featured .widget-title {
/* 824  */ 	margin-bottom: 10px;
/* 825  */ }
/* 826  */ 
/* 827  */ .sidebar .widget-title a {
/* 828  */ 	border: none;
/* 829  */ }
/* 830  */ 
/* 831  */ .archive-title {
/* 832  */ 	font-size: 20px;
/* 833  */ 	margin-bottom: 24px;
/* 834  */ }
/* 835  */ 
/* 836  */ 
/* 837  */ /*
/* 838  *| Widgets
/* 839  *| ---------------------------------------------------------------------------------------------------- */
/* 840  */ 
/* 841  */ /* Featured Content
/* 842  *| --------------------------------------------- */
/* 843  */ 
/* 844  */ .featured-content .entry {
/* 845  */ 	border-bottom: 2px solid #f5f5f5;
/* 846  */ 	margin-bottom: 24px;
/* 847  */ 	padding: 0 0 24px;
/* 848  */ }
/* 849  */ 
/* 850  */ .featured-content .entry:last-child {

/* style.css */

/* 851  */ 	margin-bottom: 0;
/* 852  */ 	padding: 0;
/* 853  */ }
/* 854  */ 
/* 855  */ .featured-content .entry-title {
/* 856  */ 	border: none;
/* 857  */ 	font-size: 18px;
/* 858  */ 	line-height: 1.2;
/* 859  */ }
/* 860  */ 
/* 861  */ .featured-content .entry-title a {
/* 862  */ 	border: none;
/* 863  */ }
/* 864  */ 
/* 865  */ 
/* 866  */ /*
/* 867  *| Plugins
/* 868  *| ---------------------------------------------------------------------------------------------------- */
/* 869  */ 
/* 870  */ /* Genesis eNews Extended
/* 871  *| --------------------------------------------- */
/* 872  */ 
/* 873  */ .enews-widget {
/* 874  */ 	color: #999;
/* 875  */ }
/* 876  */ 
/* 877  */ .enews-widget input {
/* 878  */ 	margin-bottom: 16px;
/* 879  */ }
/* 880  */ 
/* 881  */ .enews-widget input:focus {
/* 882  */ 	border: 1px solid #ddd;
/* 883  */ }
/* 884  */ 
/* 885  */ .enews-widget input[type="submit"] {
/* 886  */ 	background-color: #0ebfe9;
/* 887  */ 	color: #fff;
/* 888  */ 	margin: 0;
/* 889  */ 	width: 100%;
/* 890  */ }
/* 891  */ 
/* 892  */ .enews-widget input:hover[type="submit"] {
/* 893  */ 	background-color: #fff;
/* 894  */ 	color: #333;
/* 895  */ }
/* 896  */ 
/* 897  */ .enews form + p {
/* 898  */ 	margin-top: 24px;
/* 899  */ }
/* 900  */ 

/* style.css */

/* 901  */ .sidebar .enews-widget {
/* 902  */ 	background-color: #333;
/* 903  */ 	padding: 30px;
/* 904  */ }
/* 905  */ 
/* 906  */ .sidebar .enews-widget .widget-title {
/* 907  */ 	color: #fff;
/* 908  */ }
/* 909  */ 
/* 910  */ /* Genesis Latest Tweets
/* 911  *| --------------------------------------------- */
/* 912  */ 
/* 913  */ .latest-tweets ul li {
/* 914  */ 	margin-bottom: 16px;
/* 915  */ }
/* 916  */ 
/* 917  */ /* Gravity Forms
/* 918  *| --------------------------------------------- */
/* 919  */ 
/* 920  */ div.gform_wrapper input[type="email"],
/* 921  */ div.gform_wrapper input[type="text"],
/* 922  */ div.gform_wrapper textarea,
/* 923  */ div.gform_wrapper .ginput_complex label {
/* 924  */ 	font-size: 16px;
/* 925  */ 	padding: 16px;
/* 926  */ }
/* 927  */ 
/* 928  */ div.gform_wrapper .ginput_complex label {
/* 929  */ 	padding: 0;
/* 930  */ }
/* 931  */ 
/* 932  */ div.gform_wrapper li,
/* 933  */ div.gform_wrapper form li {
/* 934  */ 	margin: 16px 0 0;
/* 935  */ }
/* 936  */ 
/* 937  */ div.gform_wrapper .gform_footer input[type="submit"] {
/* 938  */ 	font-size: 16px;
/* 939  */ }
/* 940  */ 
/* 941  */ /* Jetpack
/* 942  *| --------------------------------------------- */
/* 943  */ 
/* 944  */ img#wpstats {
/* 945  */ 	display: none;
/* 946  */ }
/* 947  */ 
/* 948  */ 
/* 949  */ /*
/* 950  *| Site Header

/* style.css */

/* 951  *| ---------------------------------------------------------------------------------------------------- */
/* 952  */ 
/* 953  */ .site-header {
/* 954  */ 	background-color: #fff;
/* 955  */ 	border-bottom: 1px solid #eee;
/* 956  */ 	left: 0;
/* 957  */ 	letter-spacing: 1px;
/* 958  */ 	position: fixed;
/* 959  */ 	top: 0;
/* 960  */ 	width: 100%;
/* 961  */ 	z-index: 999;
/* 962  */ }
/* 963  */ 
/* 964  */ .admin-bar .site-header {
/* 965  */ 	top: 32px;
/* 966  */ }
/* 967  */ 
/* 968  */ /* Title Area
/* 969  *| --------------------------------------------- */
/* 970  */ 
/* 971  */ .title-area {
/* 972  */ 	float: left;
/* 973  */ 	padding: 18px 0;
/* 974  */ 	width: 320px;
/* 975  */ }
/* 976  */ 
/* 977  */ .header-image .title-area {
/* 978  */ 	padding: 0;
/* 979  */ }
/* 980  */ 
/* 981  */ .site-title {
/* 982  */ 	font-family: 'Roboto', sans-serif;
/* 983  */ 	font-size: 24px;
/* 984  */ 	line-height: 1;
/* 985  */ 	margin: 0;
/* 986  */ 	text-transform: uppercase;
/* 987  */ }
/* 988  */ 
/* 989  */ .site-title a,
/* 990  */ .site-title a:hover {
/* 991  */ 	border: none;
/* 992  */ 	color: #333;
/* 993  */ }
/* 994  */ 
/* 995  */ .site-description {
/* 996  */ 	font-size: 36px;
/* 997  */ 	font-weight: 300;
/* 998  */ 	line-height: 1.2;
/* 999  */ 	margin: 0;
/* 1000 */ }

/* style.css */

/* 1001 */ 
/* 1002 */ /* Full width header, no widgets */
/* 1003 */ 
/* 1004 */ .header-full-width .title-area,
/* 1005 */ .header-full-width .site-title {
/* 1006 */ 	width: 100%;
/* 1007 */ }
/* 1008 */ 
/* 1009 */ .header-image .site-title a {
/* 1010 */ 	display: block;
/* 1011 */ 	text-indent: -9999px;
/* 1012 */ }
/* 1013 */ 
/* 1014 */ /* Custom header */
/* 1015 */ 
/* 1016 */ .header-image .title-area {
/* 1017 */ 	padding: 0;
/* 1018 */ }
/* 1019 */ 
/* 1020 */ .header-image .site-title a {
/* 1021 */ 	height: 60px;
/* 1022 */ 	display: block;
/* 1023 */ 	text-indent: -9999px;
/* 1024 */ 	max-width: 320px;
/* 1025 */ }
/* 1026 */ 
/* 1027 */ /* Widget Area
/* 1028 *| --------------------------------------------- */
/* 1029 */ 
/* 1030 */ .site-header .widget-area {
/* 1031 */ 	float: right;
/* 1032 */ 	text-align: right;
/* 1033 */ 	width: 800px;
/* 1034 */ }
/* 1035 */ 
/* 1036 */ .site-header .search-form {
/* 1037 */ 	float: right;
/* 1038 */ 	margin-top: 10px;
/* 1039 */ }
/* 1040 */ 
/* 1041 */ 
/* 1042 */ /*
/* 1043 *| Site Navigation
/* 1044 *| ---------------------------------------------------------------------------------------------------- */
/* 1045 */ 
/* 1046 */ .genesis-nav-menu {
/* 1047 */ 	clear: both;
/* 1048 */ 	color: #fff;
/* 1049 */ 	font-size: 14px;
/* 1050 */ 	font-family: 'Roboto', sans-serif;

/* style.css */

/* 1051 */ 	font-weight: 400;
/* 1052 */ 	line-height: 1.5;
/* 1053 */ 	width: 100%;
/* 1054 */ }
/* 1055 */ 
/* 1056 */ .genesis-nav-menu .menu-item {
/* 1057 */ 	display: inline-block;
/* 1058 */ 	margin: 0;
/* 1059 */ 	text-align: left;
/* 1060 */ }
/* 1061 */ 
/* 1062 */ .genesis-nav-menu a {
/* 1063 */ 	border: none;
/* 1064 */ 	color: #333;
/* 1065 */ 	display: block;
/* 1066 */ 	font-size: 14px;
/* 1067 */ 	padding: 20px;
/* 1068 */ 	position: relative;
/* 1069 */ }
/* 1070 */ 
/* 1071 */ .genesis-nav-menu a:hover,
/* 1072 */ .genesis-nav-menu .current-menu-item > a,
/* 1073 */ .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
/* 1074 */ 	color: #0ebfe9;
/* 1075 */ }
/* 1076 */ 
/* 1077 */ .genesis-nav-menu > .menu-item > a {
/* 1078 */ 	text-transform: uppercase;
/* 1079 */ }
/* 1080 */ 
/* 1081 */ .genesis-nav-menu .sub-menu {
/* 1082 */ 	left: -9999px;
/* 1083 */ 	letter-spacing: 0;
/* 1084 */ 	opacity: 0;
/* 1085 */ 	position: absolute;
/* 1086 */ 	-webkit-transition: opacity .4s ease-in-out;
/* 1087 */ 	-moz-transition:    opacity .4s ease-in-out;
/* 1088 */ 	-ms-transition:     opacity .4s ease-in-out;
/* 1089 */ 	-o-transition:      opacity .4s ease-in-out;
/* 1090 */ 	transition:         opacity .4s ease-in-out;
/* 1091 */ 	width: 160px;
/* 1092 */ 	z-index: 99;
/* 1093 */ }
/* 1094 */ 
/* 1095 */ .genesis-nav-menu .sub-menu a {
/* 1096 */ 	background-color: #fff;
/* 1097 */ 	border: 1px solid #eee;
/* 1098 */ 	border-top: none;
/* 1099 */ 	padding: 16px 20px;
/* 1100 */ 	position: relative;

/* style.css */

/* 1101 */ 	width: 160px;
/* 1102 */ }
/* 1103 */ 
/* 1104 */ .genesis-nav-menu .sub-menu .sub-menu {
/* 1105 */ 	margin: -54px 0 0 159px;
/* 1106 */ }
/* 1107 */ 
/* 1108 */ .genesis-nav-menu .menu-item:hover {
/* 1109 */ 	position: static;
/* 1110 */ }
/* 1111 */ 
/* 1112 */ .genesis-nav-menu .menu-item:hover > .sub-menu {
/* 1113 */ 	left: auto;
/* 1114 */ 	opacity: 1;
/* 1115 */ }
/* 1116 */ 
/* 1117 */ .genesis-nav-menu > .first > a {
/* 1118 */ 	padding-left: 0;
/* 1119 */ }
/* 1120 */ 
/* 1121 */ .genesis-nav-menu > .last > a {
/* 1122 */ 	padding-right: 0;
/* 1123 */ }
/* 1124 */ 
/* 1125 */ .genesis-nav-menu > .right {
/* 1126 */ 	display: inline-block;
/* 1127 */ 	float: right;
/* 1128 */ 	list-style-type: none;
/* 1129 */ 	padding: 20px 0;
/* 1130 */ 	text-transform: uppercase;
/* 1131 */ }
/* 1132 */ 
/* 1133 */ .genesis-nav-menu > .right > a {
/* 1134 */ 	display: inline;
/* 1135 */ 	padding: 0;
/* 1136 */ }
/* 1137 */ 
/* 1138 */ .genesis-nav-menu > .rss > a {
/* 1139 */ 	margin-left: 48px;
/* 1140 */ }
/* 1141 */ 
/* 1142 */ .genesis-nav-menu > .search {
/* 1143 */ 	padding: 6px 0 0;
/* 1144 */ }
/* 1145 */ 
/* 1146 */ /* Site Header Navigation
/* 1147 *| --------------------------------------------- */
/* 1148 */ 
/* 1149 */ .site-header .sub-menu {
/* 1150 */ 	border-top: 1px solid #eee;

/* style.css */

/* 1151 */ }
/* 1152 */ 
/* 1153 */ .site-header .sub-menu .sub-menu {
/* 1154 */ 	margin-top: -55px;
/* 1155 */ }
/* 1156 */ 
/* 1157 */ /* Primary Navigation
/* 1158 *| --------------------------------------------- */
/* 1159 */ 
/* 1160 */ .nav-primary {
/* 1161 */ 	background-color: #333;
/* 1162 */ }
/* 1163 */ 
/* 1164 */ .nav-primary a,
/* 1165 */ .nav-primary .genesis-nav-menu .sub-menu a {
/* 1166 */ 	color: #fff;
/* 1167 */ }
/* 1168 */ 
/* 1169 */ .nav-primary .genesis-nav-menu .sub-menu a {
/* 1170 */ 	background-color: #333;
/* 1171 */ 	border: 1px solid #444;
/* 1172 */ 	border-top: none;
/* 1173 */ }
/* 1174 */ 
/* 1175 */ .nav-primary .sub-menu a:hover {
/* 1176 */ 	color: #0ebfe9;
/* 1177 */ }
/* 1178 */ 
/* 1179 */ /* Secondary Navigation
/* 1180 *| --------------------------------------------- */
/* 1181 */ 
/* 1182 */ .nav-secondary {
/* 1183 */ 	margin-bottom: 20px;
/* 1184 */ }
/* 1185 */ 
/* 1186 */ .site-footer .nav-secondary a {
/* 1187 */ 	color: #fff;
/* 1188 */ 	margin: 0 30px;
/* 1189 */ 	padding: 0;
/* 1190 */ }
/* 1191 */ 
/* 1192 */ .site-footer .nav-secondary a:hover {
/* 1193 */ 	color: #999;
/* 1194 */ }
/* 1195 */ 
/* 1196 */ .site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
/* 1197 */ 	background-color: #333;
/* 1198 */ 	border: 1px solid #444;
/* 1199 */ 	border-top: none;
/* 1200 */ 	padding: 16px;

/* style.css */

/* 1201 */ }
/* 1202 */ 
/* 1203 */ .site-footer .nav-secondary .sub-menu a:hover {
/* 1204 */ 	color: #0ebfe9;
/* 1205 */ }
/* 1206 */ 
/* 1207 */ /* Responsive Menu
/* 1208 *| --------------------------------------------- */
/* 1209 */ 
/* 1210 */ #responsive-menu-icon {
/* 1211 */ 	cursor: pointer;
/* 1212 */ 	display: none;
/* 1213 */ }
/* 1214 */ 
/* 1215 */ #responsive-menu-icon::before {
/* 1216 */ 	color: #333;
/* 1217 */ 	content: "\f333";
/* 1218 */ 	font: normal 24px/1 'dashicons';
/* 1219 */ 	margin: 0 auto;
/* 1220 */ }
/* 1221 */ 
/* 1222 */ 
/* 1223 */ /*
/* 1224 *| Content Area
/* 1225 *| ---------------------------------------------------------------------------------------------------- */
/* 1226 */ 
/* 1227 */ /* Entries
/* 1228 *| --------------------------------------------- */
/* 1229 */ 
/* 1230 */ .entry {
/* 1231 */ 	margin-bottom: 40px;
/* 1232 */ }
/* 1233 */ 
/* 1234 */ .post-type-archive-portfolio .entry {
/* 1235 */ 	float: left;
/* 1236 */ 	margin-bottom: 60px;
/* 1237 */ 	width: 50%;
/* 1238 */ }
/* 1239 */ 
/* 1240 */ .post-type-archive-portfolio .entry:nth-of-type(2n) {
/* 1241 */ 	float: right;
/* 1242 */ 	padding-left: 30px;
/* 1243 */ }
/* 1244 */ 
/* 1245 */ .post-type-archive-portfolio .entry:nth-of-type(2n+1) {
/* 1246 */ 	clear: left;
/* 1247 */ 	padding-right: 30px;
/* 1248 */ }
/* 1249 */ 
/* 1250 */ .single-portfolio .entry {

/* style.css */

/* 1251 */ 	text-align: center;
/* 1252 */ }
/* 1253 */ 
/* 1254 */ .entry-content ol,
/* 1255 */ .entry-content p,
/* 1256 */ .entry-content ul,
/* 1257 */ .quote-caption {
/* 1258 */ 	margin-bottom: 26px;
/* 1259 */ }
/* 1260 */ 
/* 1261 */ .entry-content ol,
/* 1262 */ .entry-content ul {
/* 1263 */ 	margin-left: 40px;
/* 1264 */ }
/* 1265 */ 
/* 1266 */ .entry-content ol > li {
/* 1267 */ 	list-style-type: decimal;
/* 1268 */ }
/* 1269 */ 
/* 1270 */ .entry-content ul > li {
/* 1271 */ 	list-style-type: disc;
/* 1272 */ }
/* 1273 */ 
/* 1274 */ .entry-content ol ol,
/* 1275 */ .entry-content ul ul {
/* 1276 */ 	margin-bottom: 0;
/* 1277 */ }
/* 1278 */ 
/* 1279 */ .entry-content .search-form {
/* 1280 */ 	width: 50%;
/* 1281 */ }
/* 1282 */ 
/* 1283 */ .entry-meta {
/* 1284 */ 	font-family: 'Roboto', sans-serif;
/* 1285 */ 	font-size: 14px;
/* 1286 */ }
/* 1287 */ 
/* 1288 */ .entry-meta a {
/* 1289 */ 	border: none;
/* 1290 */ 	font-weight: 300;
/* 1291 */ }
/* 1292 */ 
/* 1293 */ .entry-header .entry-meta {
/* 1294 */ 	margin-bottom: 24px;
/* 1295 */ }
/* 1296 */ 
/* 1297 */ .entry-comments-link::before {
/* 1298 */ 	content: "\2014";
/* 1299 */ 	margin: 0 6px 0 2px;
/* 1300 */ }

/* style.css */

/* 1301 */ 
/* 1302 */ .entry-categories,
/* 1303 */ .entry-tags {
/* 1304 */ 	display: block;
/* 1305 */ }
/* 1306 */ 
/* 1307 */ /* After Entry
/* 1308 *| --------------------------------------------- */
/* 1309 */ 
/* 1310 */ .after-entry {
/* 1311 */ 	background-color: #f5f5f5;
/* 1312 */ 	margin-bottom: 60px;
/* 1313 */ 	padding: 40px;
/* 1314 */ 	text-align: center;
/* 1315 */ }
/* 1316 */ 
/* 1317 */ .after-entry .widget {
/* 1318 */ 	margin-bottom: 40px;
/* 1319 */ }
/* 1320 */ 
/* 1321 */ .after-entry .featured-content .entry:last-child,
/* 1322 */ .after-entry .widget:last-child,
/* 1323 */ .after-entry p:last-child {
/* 1324 */ 	padding: 0;
/* 1325 */ 	margin: 0;
/* 1326 */ }
/* 1327 */ 
/* 1328 */ .after-entry li {
/* 1329 */ 	list-style-type: none;
/* 1330 */ }
/* 1331 */ 
/* 1332 */ /* Pagination
/* 1333 *| --------------------------------------------- */
/* 1334 */ 
/* 1335 */ .pagination {
/* 1336 */ 	clear: both;
/* 1337 */ 	margin: 40px 0;
/* 1338 */ }
/* 1339 */ 
/* 1340 */ .pagination li {
/* 1341 */ 	display: inline;
/* 1342 */ }
/* 1343 */ 
/* 1344 */ .pagination li a {
/* 1345 */ 	background-color: #333;
/* 1346 */ 	border: none;
/* 1347 */ 	border-radius: 3px;
/* 1348 */ 	color: #fff;
/* 1349 */ 	cursor: pointer;
/* 1350 */ 	display: inline-block;

/* style.css */

/* 1351 */ 	font-family: 'Roboto', sans-serif;
/* 1352 */ 	font-size: 14px;
/* 1353 */ 	font-weight: 300;
/* 1354 */ 	padding: 8px 12px;
/* 1355 */ }
/* 1356 */ 
/* 1357 */ .pagination li a:hover,
/* 1358 */ .pagination li.active a {
/* 1359 */ 	background-color: #0ebfe9;
/* 1360 */ }
/* 1361 */ 
/* 1362 */ /* Comments
/* 1363 *| --------------------------------------------- */
/* 1364 */ 
/* 1365 */ .comment-respond,
/* 1366 */ .entry-comments,
/* 1367 */ .entry-pings {
/* 1368 */ 	margin-bottom: 60px;
/* 1369 */ }
/* 1370 */ 
/* 1371 */ .comment-content {
/* 1372 */ 	clear: both;
/* 1373 */ }
/* 1374 */ 
/* 1375 */ .entry-comments .comment-author {
/* 1376 */ 	margin-bottom: 0;
/* 1377 */ }
/* 1378 */ 
/* 1379 */ .comment-respond input[type="email"],
/* 1380 */ .comment-respond input[type="text"],
/* 1381 */ .comment-respond input[type="url"] {
/* 1382 */ 	width: 50%
/* 1383 */ }
/* 1384 */ 
/* 1385 */ .comment-respond label {
/* 1386 */ 	display: block;
/* 1387 */ 	margin-right: 12px;
/* 1388 */ }
/* 1389 */ 
/* 1390 */ .comment-list li,
/* 1391 */ .ping-list li {
/* 1392 */ 	list-style-type: none;
/* 1393 */ }
/* 1394 */ 
/* 1395 */ .comment-list li {
/* 1396 */ 	margin-top: 24px;
/* 1397 */ 	padding: 32px;
/* 1398 */ }
/* 1399 */ 
/* 1400 */ .comment-list li li {

/* style.css */

/* 1401 */ 	margin-right: -32px;
/* 1402 */ }
/* 1403 */ 
/* 1404 */ li.comment {
/* 1405 */ 	background-color: #f5f5f5;
/* 1406 */ 	border: 2px solid #fff;
/* 1407 */ 	border-right: none;
/* 1408 */ }
/* 1409 */ 
/* 1410 */ .comment .avatar {
/* 1411 */ 	margin: 0 16px 24px 0;
/* 1412 */ }
/* 1413 */ 
/* 1414 */ .entry-pings .reply {
/* 1415 */ 	display: none;
/* 1416 */ }
/* 1417 */ 
/* 1418 */ .bypostauthor {
/* 1419 */ }
/* 1420 */ 
/* 1421 */ 
/* 1422 */ /*
/* 1423 *| Sidebar
/* 1424 *| ---------------------------------------------------------------------------------------------------- */
/* 1425 */ 
/* 1426 */ .sidebar {
/* 1427 */ 	float: right;
/* 1428 */ 	margin-top: 10px;
/* 1429 */ 	width: 340px;
/* 1430 */ }
/* 1431 */ 
/* 1432 */ .sidebar-content .sidebar {
/* 1433 */ 	float: left;
/* 1434 */ }
/* 1435 */ 
/* 1436 */ .sidebar img {
/* 1437 */ 	margin-bottom: 15px;
/* 1438 */ }
/* 1439 */ 
/* 1440 */ .sidebar .featured-content img {
/* 1441 */ 	margin-bottom: 0;
/* 1442 */ }
/* 1443 */ 
/* 1444 */ .sidebar .widget {
/* 1445 */ 	margin-bottom: 40px;
/* 1446 */ }
/* 1447 */ 
/* 1448 */ .sidebar .tagcloud a {
/* 1449 */ 	background-color: #333;
/* 1450 */ 	border-radius: 3px;

/* style.css */

/* 1451 */ 	border: none;
/* 1452 */ 	color: #fff;
/* 1453 */ 	cursor: pointer;
/* 1454 */ 	display: inline-block;
/* 1455 */ 	font-family: 'Roboto', sans-serif;
/* 1456 */ 	margin: 0 5px 5px 0;
/* 1457 */ 	padding: 5px 10px;
/* 1458 */ }
/* 1459 */ 
/* 1460 */ .sidebar .tagcloud a:hover {
/* 1461 */ 	background-color: #0ebfe9;
/* 1462 */ 	color: #fff;
/* 1463 */ }
/* 1464 */ 
/* 1465 */ /*
/* 1466 *| Footer Widgets
/* 1467 *| ---------------------------------------------------------------------------------------------------- */
/* 1468 */ 
/* 1469 */ .footer-widgets {
/* 1470 */ 	background-color: #333;
/* 1471 */ 	color: #999;
/* 1472 */ 	clear: both;
/* 1473 */ }
/* 1474 */ 
/* 1475 */ .footer-widgets .wrap {
/* 1476 */ 	border-bottom: 1px solid #444;
/* 1477 */ 	padding: 40px 0 16px;
/* 1478 */ }
/* 1479 */ 
/* 1480 */ .footer-widgets-1,
/* 1481 */ .footer-widgets-2,
/* 1482 */ .footer-widgets-3 {
/* 1483 */ 	width: 340px;
/* 1484 */ }
/* 1485 */ 
/* 1486 */ .footer-widgets-1 {
/* 1487 */ 	margin-right: 60px;
/* 1488 */ }
/* 1489 */ 
/* 1490 */ .footer-widgets-1,
/* 1491 */ .footer-widgets-2 {
/* 1492 */ 	float: left;
/* 1493 */ }
/* 1494 */ 
/* 1495 */ .footer-widgets-3 {
/* 1496 */ 	float: right;
/* 1497 */ }
/* 1498 */ 
/* 1499 */ .footer-widgets a {
/* 1500 */ 	border-bottom: 1px dotted #fff;

/* style.css */

/* 1501 */ 	color: #fff;
/* 1502 */ }
/* 1503 */ 
/* 1504 */ .footer-widgets a:hover {
/* 1505 */ 	color: #999;
/* 1506 */ }
/* 1507 */ 
/* 1508 */ .footer-widgets .widget {
/* 1509 */ 	margin-bottom: 40px;
/* 1510 */ }
/* 1511 */ 
/* 1512 */ .footer-widgets .widget-title {
/* 1513 */ 	color: #fff;
/* 1514 */ }
/* 1515 */ 
/* 1516 */ .footer-widgets li {
/* 1517 */ 	list-style-type: none;
/* 1518 */ 	margin-bottom: 6px;
/* 1519 */ 	word-wrap: break-word;
/* 1520 */ }
/* 1521 */ 
/* 1522 */ .footer-widgets .search-form input:focus {
/* 1523 */ 	border: 1px solid #ddd;
/* 1524 */ }
/* 1525 */ 
/* 1526 */ 
/* 1527 */ /*
/* 1528 *| Site Footer
/* 1529 *| ---------------------------------------------------------------------------------------------------- */
/* 1530 */ 
/* 1531 */ .site-footer {
/* 1532 */ 	background-color: #333;
/* 1533 */ 	letter-spacing: 1px;
/* 1534 */ 	padding: 60px 0;
/* 1535 */ 	text-align: center;
/* 1536 */ }
/* 1537 */ 
/* 1538 */ .site-footer a,
/* 1539 */ .site-footer p {
/* 1540 */ 	color: #999;
/* 1541 */ }
/* 1542 */ 
/* 1543 */ .site-footer a:hover {
/* 1544 */ 	color: #fff;
/* 1545 */ }
/* 1546 */ 
/* 1547 */ .site-footer a {
/* 1548 */ 	border: none;
/* 1549 */ 	font-weight: 300;
/* 1550 */ }

/* style.css */

/* 1551 */ 
/* 1552 */ .site-footer p {
/* 1553 */ 	font-family: 'Roboto', sans-serif;
/* 1554 */ 	font-weight: 300;
/* 1555 */ 	font-size: 14px;
/* 1556 */ 	margin-bottom: 0;
/* 1557 */ }
/* 1558 */ 
/* 1559 */ /* Featured widget area in place of tagline
/* 1560 *| --------------------------------------------- */
/* 1561 */  
/* 1562 */ .site-header + .site-inner {
/* 1563 */ 	margin-top: 60px;
/* 1564 */ 	margin-top: 6rem;
/* 1565 */ }
/* 1566 */  
/* 1567 */ .featured {
/* 1568 */ 	margin-top: 60px;
/* 1569 */ 	margin-top: 6rem;
/* 1570 */ 	background-color: #f5f5f5;
/* 1571 */ 	border-bottom: 1px solid #eee;
/* 1572 */ 	padding: 40px 0;
/* 1573 */ 	padding: 4rem 0;
/* 1574 */ }
/* 1575 */  
/* 1576 */ .featured + .site-inner .featured {
/* 1577 */ 	padding-top: 0;
/* 1578 */ }
/* 1579 */  
/* 1580 */ .minimum .featured {
/* 1581 */ 	margin-top: 600px;
/* 1582 */ 	margin-top: 60rem;
/* 1583 */ }
/* 1584 */ 
/* 1585 */ 
/* 1586 */ 
/* 1587 */ /*
/* 1588 *| Media Queries
/* 1589 *| ---------------------------------------------------------------------------------------------------- */
/* 1590 */ 
/* 1591 */ @media only screen and (max-width: 1179px) {
/* 1592 */ 
/* 1593 */ 	.wrap {
/* 1594 */ 		max-width: 960px;
/* 1595 */ 	}
/* 1596 */ 
/* 1597 */ 	.site-header .widget-area {
/* 1598 */ 		width: 620px;
/* 1599 */ 	}
/* 1600 */ 

/* style.css */

/* 1601 */ 	.content {
/* 1602 */ 		width: 580px;
/* 1603 */ 	}
/* 1604 */ 
/* 1605 */ 	.footer-widgets-1,
/* 1606 */ 	.footer-widgets-2,
/* 1607 */ 	.footer-widgets-3,
/* 1608 */ 	.sidebar {
/* 1609 */ 		width: 280px;
/* 1610 */ 	}
/* 1611 */ 
/* 1612 */ }
/* 1613 */ 
/* 1614 */ @media only screen and (max-width: 1023px) {
/* 1615 */ 
/* 1616 */ 	.wrap {
/* 1617 */ 		max-width: 768px;
/* 1618 */ 	}
/* 1619 */ 
/* 1620 */ 	.content,
/* 1621 */ 	.footer-widgets-1,
/* 1622 */ 	.footer-widgets-2,
/* 1623 */ 	.footer-widgets-3,
/* 1624 */ 	.minimum-landing .site-inner,
/* 1625 */ 	.sidebar,
/* 1626 */ 	.site-header .widget-area,
/* 1627 */ 	.site-tagline-left,
/* 1628 */ 	.site-tagline-right,
/* 1629 */ 	.title-area {
/* 1630 */ 		width: 100%;
/* 1631 */ 	}
/* 1632 */ 
/* 1633 */ 	.site-header {
/* 1634 */ 		position: static;
/* 1635 */ 	}
/* 1636 */ 
/* 1637 */ 	.site-inner {
/* 1638 */ 		padding: 40px 5%;
/* 1639 */ 	}
/* 1640 */ 	.site-header + .site-inner,
/* 1641 */ 	.featured {
/* 1642 */ 		margin-top: 0;
/* 1643 */ 		padding-left: 5%;
/* 1644 */ 		padding-right: 5%;
/* 1645 */ 	}
/* 1646 */  
/* 1647 */ 	.minimum .featured {
/* 1648 */ 		margin-top: 400px;
/* 1649 */ 		margin-top: 40rem;
/* 1650 */ 	}

/* style.css */

/* 1651 */ 
/* 1652 */ 	.post-type-archive-portfolio .entry,
/* 1653 */ 	.site-header .title-area,
/* 1654 */ 	.site-header .search-form,
/* 1655 */ 	.site-header .widget-area,
/* 1656 */ 	.site-tagline-left,
/* 1657 */ 	.site-tagline-right {
/* 1658 */ 		text-align: center;
/* 1659 */ 	}
/* 1660 */ 
/* 1661 */ 	.header-image .site-title a {
/* 1662 */ 		margin: 0 auto 10px;
/* 1663 */ 	}
/* 1664 */ 
/* 1665 */ 	.site-header .search-form {
/* 1666 */ 		float: none;
/* 1667 */ 		margin: 0 auto;
/* 1668 */ 		width: 50%;
/* 1669 */ 	}
/* 1670 */ 	
/* 1671 */ 	.site-header .widget-area {
/* 1672 */ 		padding: 0 5%;
/* 1673 */ 	}
/* 1674 */ 
/* 1675 */ 	.site-description {
/* 1676 */ 		font-size: 30px;
/* 1677 */ 	}
/* 1678 */ 
/* 1679 */ 	.site-tagline {
/* 1680 */ 		margin-top: 0;
/* 1681 */ 		padding: 20px 0;
/* 1682 */ 	}
/* 1683 */ 
/* 1684 */ 	.minimum .site-tagline {
/* 1685 */ 		margin-top: 400px;
/* 1686 */ 	}
/* 1687 */ 
/* 1688 */ 	.genesis-nav-menu li,
/* 1689 */ 	.site-header ul.genesis-nav-menu,
/* 1690 */ 	.site-tagline-left,
/* 1691 */ 	.site-tagline-right {
/* 1692 */ 		float: none;
/* 1693 */ 	}
/* 1694 */ 
/* 1695 */ 	.site-tagline-left p {
/* 1696 */ 		margin-bottom: 20px;
/* 1697 */ 	}
/* 1698 */ 
/* 1699 */ 	.minimum-landing .site-inner {
/* 1700 */ 		margin: 0;

/* style.css */

/* 1701 */ 		padding: 40px 40px 0;
/* 1702 */ 	}
/* 1703 */ 	
/* 1704 */ 	.minimum-landing .site-container {
/* 1705 */ 		padding: 5%;
/* 1706 */ 	}
/* 1707 */ 
/* 1708 */ 	.footer-widgets .widget,
/* 1709 */ 	.nav-primary .wrap,
/* 1710 */ 	.site-footer .wrap,
/* 1711 */ 	.site-tagline {
/* 1712 */ 		padding-left: 5%;
/* 1713 */ 		padding-right: 5%;
/* 1714 */ 	}
/* 1715 */ 
/* 1716 */ 	.site-footer {
/* 1717 */ 		padding: 40px 0;
/* 1718 */ 	}
/* 1719 */ 
/* 1720 */ }
/* 1721 */ 
/* 1722 */ @media only screen and (max-width: 768px) {
/* 1723 */ 
/* 1724 */ 	.site-header {
/* 1725 */ 		padding-bottom: 10px;
/* 1726 */ 	}
/* 1727 */ 
/* 1728 */ 	.title-area {
/* 1729 */ 		padding-bottom: 6px;
/* 1730 */ 	}
/* 1731 */ 
/* 1732 */ 	.minimum .site-tagline {
/* 1733 */ 		margin-top: 200px;
/* 1734 */ 	}
/* 1735 */ 
/* 1736 */ 	.minimum .featured {
/* 1737 */ 		margin-top: 200px;
/* 1738 */ 		margin-top: 20rem;
/* 1739 */ 	}
/* 1740 */ 
/* 1741 */ 	.genesis-nav-menu a {
/* 1742 */ 		padding: 20px 10px;
/* 1743 */ 	}
/* 1744 */ 
/* 1745 */ 	.site-footer .nav-secondary a {
/* 1746 */ 		margin: 0 10px;
/* 1747 */ 	}
/* 1748 */ 
/* 1749 */ 	.responsive-menu {
/* 1750 */ 		display: none;

/* style.css */

/* 1751 */ 	}
/* 1752 */ 
/* 1753 */ 	#responsive-menu-icon {
/* 1754 */ 		display: block;
/* 1755 */ 	}
/* 1756 */ 
/* 1757 */ 	.home-featured .simple-social-icons ul li a {
/* 1758 */ 		font-size: 36px !important;
/* 1759 */ 		padding: 20px !important;
/* 1760 */ 	}
/* 1761 */ 
/* 1762 */ 	.genesis-grid-even,
/* 1763 */ 	.genesis-grid-odd,
/* 1764 */ 	.post-type-archive-portfolio .entry {
/* 1765 */ 		width: 100%;
/* 1766 */ 	}
/* 1767 */ 
/* 1768 */ 	.post-type-archive-portfolio .entry:nth-of-type(2n),
/* 1769 */ 	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
/* 1770 */ 		float: none;
/* 1771 */ 		padding: 0;
/* 1772 */ 	}
/* 1773 */ 
/* 1774 */ 	.five-sixths,
/* 1775 */ 	.four-sixths,
/* 1776 */ 	.one-fourth,
/* 1777 */ 	.one-half,
/* 1778 */ 	.one-sixth,
/* 1779 */ 	.one-third,
/* 1780 */ 	.three-fourths,
/* 1781 */ 	.three-sixths,
/* 1782 */ 	.two-fourths,
/* 1783 */ 	.two-sixths,
/* 1784 */ 	.two-thirds {
/* 1785 */ 		margin: 0;
/* 1786 */ 		width: 100%;
/* 1787 */ 	}
/* 1788 */ 
/* 1789 */ }
/* 1790 */ 
/* 1791 */ @media only screen and (max-width: 600px) {
/* 1792 */ 
/* 1793 */ 	.home-featured-1,
/* 1794 */ 	.home-featured-2,
/* 1795 */ 	.home-featured-3,
/* 1796 */ 	.home-featured-4 {
/* 1797 */ 		width: 50%;
/* 1798 */ 	}
/* 1799 */ 	
/* 1800 */ 	.home-featured .widget-area:nth-of-type(2n+1) {

/* style.css */

/* 1801 */ 		clear: left;
/* 1802 */ 	}
/* 1803 */ 
/* 1804 */ }
/* 1805 */ 
/* 1806 */ @media only screen and (max-width: 320px) {
/* 1807 */ 
/* 1808 */ 	.header-image .site-header .title-area .site-title a {
/* 1809 */ 		background-size: contain !important;
/* 1810 */ 	}
/* 1811 */ 
/* 1812 */ }
/* 1813 */ 
/* 1814 */ /* Opt-in form overlay below header
/* 1815 *| --------------------------------------------- */
/* 1816 */  
/* 1817 */ 
/* 1818 */  
/* 1819 */ .home-bkgrd-image {
/* 1820 */ 	margin-top: 62px;
/* 1821 */ 	overflow: hidden;
/* 1822 */ }
/* 1823 */  
/* 1824 */ .home-bkgrd-image .enews {
/* 1825 */ 	width: 600px;
/* 1826 */ 	margin: 10% 0 10% 5%;
/* 1827 */ 	padding: 20px;
/* 1828 */ 	background: rgba(255, 255, 255, 0.85);
/* 1829 */ 	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
/* 1830 */ 	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
/* 1831 */ 	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
/* 1832 */ 	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
/* 1833 */ 	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
/* 1834 */ }
/* 1835 */  
/* 1836 */ .home-bkgrd-image .enews-widget .widget-title {
/* 1837 */ 	color: #333;
/* 1838 */ }
/* 1839 */  
/* 1840 */ @media only screen and (max-width: 768px) {
/* 1841 */  
/* 1842 */ 	.home-bkgrd-image .enews {
/* 1843 */ 	    margin: 1% 0 10% 5%;
/* 1844 */ 	}
/* 1845 */  
/* 1846 */ }
/* 1847 */  
/* 1848 */ @media only screen and (max-width: 480px) {
/* 1849 */  
/* 1850 */ 	.home-bkgrd-image .enews {

/* style.css */

/* 1851 */ 	    margin: 0% 0 10% 5%;
/* 1852 */ 	    width: 92%;
/* 1853 */ 	}
/* 1854 */  
/* 1855 */ }
/* 1856 */ 
/* 1857 */ 

/* styles.css */

/* 1   */ .tm-tweet-clear {
/* 2   */   zoom: 1;
/* 3   */ }
/* 4   */ .tm-tweet-clear:after {
/* 5   */   display: block;
/* 6   */   visibility: hidden;
/* 7   */   height: 0;
/* 8   */   clear: both;
/* 9   */   content: ".";
/* 10  */ }
/* 11  */ .tm-click-to-tweet {
/* 12  */   display: block;
/* 13  */   background-color: #fff;
/* 14  */   margin: 0;
/* 15  */   padding: 0;
/* 16  */   position: relative;
/* 17  */   border: 1px solid #dddddd;
/* 18  */   -moz-border-radius: 4px;
/* 19  */   border-radius: 4px;
/* 20  */   padding: 15px 30px;
/* 21  */   margin: 15px 0px;
/* 22  */   zoom: 1;
/* 23  */ }
/* 24  */ .tm-click-to-tweet .clearfix {
/* 25  */   zoom: 1;
/* 26  */ }
/* 27  */ .tm-click-to-tweet .clearfix:after {
/* 28  */   display: block;
/* 29  */   visibility: hidden;
/* 30  */   height: 0;
/* 31  */   clear: both;
/* 32  */   content: ".";
/* 33  */ }
/* 34  */ .tm-click-to-tweet .clear {
/* 35  */   clear: both;
/* 36  */ }
/* 37  */ .tm-click-to-tweet .f-left {
/* 38  */   float: left;
/* 39  */   display: inline-block;
/* 40  */   position: relative;
/* 41  */ }
/* 42  */ .tm-click-to-tweet .f-right {
/* 43  */   float: right;
/* 44  */   display: inline-block;
/* 45  */   position: relative;
/* 46  */ }
/* 47  */ .tm-click-to-tweet .list-reset {
/* 48  */   list-style: none;
/* 49  */   margin: 0;
/* 50  */   padding: 0;

/* styles.css */

/* 51  */ }
/* 52  */ .tm-click-to-tweet .list-reset li {
/* 53  */   list-style: none;
/* 54  */   margin: 0;
/* 55  */   padding: 0;
/* 56  */ }
/* 57  */ .tm-click-to-tweet .list-float {
/* 58  */   zoom: 1;
/* 59  */ }
/* 60  */ .tm-click-to-tweet .list-float:after {
/* 61  */   display: block;
/* 62  */   visibility: hidden;
/* 63  */   height: 0;
/* 64  */   clear: both;
/* 65  */   content: ".";
/* 66  */ }
/* 67  */ .tm-click-to-tweet .list-float li {
/* 68  */   float: left;
/* 69  */   display: inline-block;
/* 70  */ }
/* 71  */ .tm-click-to-tweet .kill-box-shadow {
/* 72  */   box-shadow: none;
/* 73  */   -webkit-box-shadow: none;
/* 74  */   -moz-box-shadow: none;
/* 75  */ }
/* 76  */ .tm-click-to-tweet .alignright {
/* 77  */   float: right;
/* 78  */   margin-bottom: 10px;
/* 79  */   margin-left: 10px;
/* 80  */   text-align: right;
/* 81  */ }
/* 82  */ .tm-click-to-tweet .alignleft {
/* 83  */   float: left;
/* 84  */   margin-bottom: 10px;
/* 85  */   margin-right: 10px;
/* 86  */   text-align: right;
/* 87  */ }
/* 88  */ .tm-click-to-tweet:after {
/* 89  */   content: ".";
/* 90  */   display: block;
/* 91  */   clear: both;
/* 92  */   visibility: hidden;
/* 93  */   line-height: 0;
/* 94  */   height: 0;
/* 95  */ }
/* 96  */ .tm-click-to-tweet .tm-ctt-reset {
/* 97  */   margin: 0;
/* 98  */   padding: 0;
/* 99  */   position: relative;
/* 100 */ }

/* styles.css */

/* 101 */ .tm-click-to-tweet:after {
/* 102 */   display: block;
/* 103 */   visibility: hidden;
/* 104 */   height: 0;
/* 105 */   clear: both;
/* 106 */   content: ".";
/* 107 */ }
/* 108 */ .tm-click-to-tweet a {
/* 109 */   text-decoration: none;
/* 110 */   text-transform: none;
/* 111 */ }
/* 112 */ .tm-click-to-tweet a:hover {
/* 113 */   text-decoration: none;
/* 114 */ }
/* 115 */ .tm-click-to-tweet .tm-ctt-text {
/* 116 */   margin: 0;
/* 117 */   padding: 0;
/* 118 */   position: relative;
/* 119 */   margin-bottom: 10px;
/* 120 */   word-wrap: break-word;
/* 121 */ }
/* 122 */ .tm-click-to-tweet .tm-ctt-text a {
/* 123 */   margin: 0;
/* 124 */   padding: 0;
/* 125 */   position: relative;
/* 126 */   color: #999999;
/* 127 */   font-size: 24px;
/* 128 */   line-height: 140%;
/* 129 */   text-transform: none;
/* 130 */   letter-spacing: 0.05em;
/* 131 */   font-weight: 100;
/* 132 */   text-decoration: none;
/* 133 */   text-transform: none;
/* 134 */ }
/* 135 */ .tm-click-to-tweet .tm-ctt-text a:hover {
/* 136 */   text-decoration: none;
/* 137 */   color: #666666;
/* 138 */ }
/* 139 */ .tm-click-to-tweet a.tm-ctt-btn {
/* 140 */   margin: 0;
/* 141 */   padding: 0;
/* 142 */   position: relative;
/* 143 */   display: block;
/* 144 */   text-transform: uppercase;
/* 145 */   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 146 */   font-size: 12px;
/* 147 */   font-weight: bold;
/* 148 */   line-height: 100%;
/* 149 */   color: #999999;
/* 150 */   float: right;

/* styles.css */

/* 151 */   padding-right: 24px;
/* 152 */   text-decoration: none;
/* 153 */   background: transparent url(../wp-content/plugins/click-to-tweet-by-todaymade/assets/img/twitter-little-bird.png) no-repeat right top;
/* 154 */ }
/* 155 */ .tm-click-to-tweet a.tm-ctt-btn:hover {
/* 156 */   text-decoration: none;
/* 157 */   color: #666666;
/* 158 */   text-transform: uppercase;
/* 159 */ }
/* 160 */ .tm-click-to-tweet .tm-powered-by {
/* 161 */   font-size: 10px;
/* 162 */   color: #999999;
/* 163 */ }
/* 164 */ .tm-click-to-tweet .tm-powered-by a {
/* 165 */   font-size: 10px;
/* 166 */   color: #999999 !important;
/* 167 */ }
/* 168 */ .tm-click-to-tweet .tm-powered-by a:hover {
/* 169 */   color: #999999 !important;
/* 170 */   text-decoration: underline !important;
/* 171 */ }
/* 172 */ 

/* dashicons.min.css */

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

/* style.css */

/* 1  */ @font-face {
/* 2  */ 	font-family: 'ssi-icomoon';
/* 3  */ 	src:url('../wp-content/plugins/simple-social-icons/font/ssi-icomoon_ssi-texv9a.eot');
/* 4  */ 	src:url('../wp-content/plugins/simple-social-icons/font/ssi-icomoon.eot') format('embedded-opentype'),
/* 5  */ 	url('../wp-content/plugins/simple-social-icons/font/ssi-icomoon_ssi-texv9a.woff') format('woff'),
/* 6  */ 	url('../wp-content/plugins/simple-social-icons/font/ssi-icomoon_ssi-texv9a.ttf') format('truetype'),
/* 7  */ 	url('../wp-content/plugins/simple-social-icons/font/ssi-icomoon_ssi-texv9a-ssi-icomoon.svg') format('svg');
/* 8  */ 	font-weight: normal;
/* 9  */ 	font-style: normal;
/* 10 */ }
/* 11 */ 
/* 12 */ .simple-social-icons {
/* 13 */ 	overflow: hidden;
/* 14 */ }
/* 15 */ 
/* 16 */ .simple-social-icons ul {
/* 17 */ 	margin: 0;
/* 18 */ 	padding: 0;
/* 19 */ }
/* 20 */ 
/* 21 */ .simple-social-icons ul li {
/* 22 */ 	background: none !important;
/* 23 */ 	border: none !important;
/* 24 */ 	float: left;
/* 25 */ 	list-style-type: none !important;
/* 26 */ 	margin: 0 6px 12px !important;
/* 27 */ 	padding: 0 !important;
/* 28 */ }
/* 29 */ 
/* 30 */ .simple-social-icons ul li a {
/* 31 */ 	border: none !important;
/* 32 */ 	-moz-box-sizing: content-box;
/* 33 */ 	-webkit-box-sizing: content-box;
/* 34 */ 	box-sizing: content-box;
/* 35 */ 	display: inline-block;
/* 36 */ 	font-family: 'ssi-icomoon';
/* 37 */ 	font-style: normal !important;
/* 38 */ 	font-variant: normal !important;
/* 39 */ 	font-weight: normal !important;
/* 40 */ 	line-height: 1em;
/* 41 */ 	speak: none;
/* 42 */ 	text-align: center;
/* 43 */ 	text-decoration: none !important;
/* 44 */ 	text-transform: none !important;
/* 45 */ 	width: 1em;
/* 46 */ 	-webkit-font-smoothing: antialiased;
/* 47 */ 	-moz-osx-font-smoothing: grayscale;
/* 48 */ }
/* 49 */ 
/* 50 */ .simple-social-icons ul.aligncenter {

/* style.css */

/* 51 */ 	text-align: center;
/* 52 */ }
/* 53 */ 
/* 54 */ .simple-social-icons ul.aligncenter li {
/* 55 */ 	display: inline-block;
/* 56 */ 	float: none;
/* 57 */ }
/* 58 */ 

/* wpp.css */

/* 1  */ /*
/* 2  *| Wordpress Popular Posts plugin stylesheet
/* 3  *| Developed by Hector Cabrera
/* 4  *| cabrerahector.com | @cabrerahector
/* 5  *| 
/* 6  *| Use the following classes to style your popular posts list as you like.
/* 7  *| */
/* 8  */ 
/* 9  */ /* Styles the "Sorry, no data so far" message */
/* 10 */ .wpp-no-data {
/* 11 */ }
/* 12 */ 
/* 13 */ /* UL - Popular Posts container styles */
/* 14 */ .wpp-list {	
/* 15 */ }
/* 16 */ 
/* 17 */ 	/* LI - Post container styles */
/* 18 */ 	.wpp-list li {
/* 19 */ 		overflow:hidden;
/* 20 */ 		float:none;
/* 21 */ 		clear:both;
/* 22 */ 	}
/* 23 */ 	
/* 24 */ 	/* Styles for the popular post in view */
/* 25 */ 	.wpp-list li.current {
/* 26 */ 	}
/* 27 */ 	
/* 28 */ 		/* Thumbnail styles */
/* 29 */ 		.wpp-thumbnail {
/* 30 */ 			display:inline;
/* 31 */ 			float:left;
/* 32 */ 			margin:0 5px 0 0;
/* 33 */ 			border:none;
/* 34 */ 		}
/* 35 */ 
/* 36 */ 		/* Title styles */
/* 37 */ 		.wpp-post-title {
/* 38 */ 		}
/* 39 */ 		
/* 40 */ 		/* Excerpt styles */
/* 41 */ 		.wpp-excerpt {
/* 42 */ 		}
/* 43 */ 		
/* 44 */ 		/* Stats tag styles */
/* 45 */ 		.post-stats {
/* 46 */ 			display:block;
/* 47 */ 			font-size:9px;
/* 48 */ 			font-weight:bold;
/* 49 */ 		}
/* 50 */ 			

/* wpp.css */

/* 51 */ 			/* Comments count styles */
/* 52 */ 			.wpp-comments {
/* 53 */ 			}
/* 54 */ 			
/* 55 */ 			/* Views count styles */
/* 56 */ 			.wpp-views {
/* 57 */ 			}
/* 58 */ 			
/* 59 */ 			/* Author styles */
/* 60 */ 			.wpp-author {
/* 61 */ 			}
/* 62 */ 			
/* 63 */ 			/* Post date styles */
/* 64 */ 			.wpp-date {
/* 65 */ 			}
/* 66 */ 			
/* 67 */ 			/* Post category styles */
/* 68 */ 			.wpp-category {
/* 69 */ 			}
/* 70 */ 		
/* 71 */ 		/* WP-PostRatings styles */
/* 72 */ 		.wpp-rating {
/* 73 */ 		}

/* default.min.css */

/* 1 */ @font-face{font-family:TablePress;src:url(../wp-content/plugins/tablepress/css/tablepress.eot);src:url(../wp-content/plugins/tablepress/css/tablepress.eot#ie)format('embedded-opentype'),url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=)format('woff'),url(../wp-content/plugins/tablepress/css/tablepress.ttf)format('truetype'),url(../wp-content/plugins/tablepress/css/tablepress.svg)format('svg');font-weight:400;font-style:normal}.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left;float:none!important}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}.tablepress img{margin:0;padding:0;border:none;max-width:none}.dataTables_wrapper{clear:both;margin-bottom:1em}.dataTables_wrapper .tablepress{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate a{color:#111!important;display:inline-block;outline:0;position:relative;text-decoration:underline;text-decoration:none\0/IE;margin:0 5px}.dataTables_paginate a:first-child{margin-left:0}.dataTables_paginate a:last-child{margin-right:0}.paginate_button:hover{cursor:pointer;text-decoration:none}.paginate_button.disabled{color:#999!important;text-decoration:none;cursor:default}.paginate_button.current{font-weight:700;text-decoration:none;cursor:default}.dataTables_paginate.paging_simple{padding:0 15px}.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before{text-align:left;font-family:TablePress;font-size:14px;font-weight:700;-webkit-font-smoothing:antialiased;content:"\f053";text-shadow:.1em .1em #666;position:absolute;top:0;right:auto;bottom:0;left:-14px;margin:auto;height:14px;width:14px;line-height:1}.paging_simple .paginate_button.next:after{text-align:right;content:"\f054";left:auto}.paginate_button:after,.paginate_button:before{color:#d9edf7}.paginate_button:hover:after,.paginate_button:hover:before{color:#049cdb}.paginate_button.disabled:after,.paginate_button.disabled:before{color:#f9f9f9}.dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{position:relative;padding-right:20px;cursor:pointer;outline:0}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{font-family:TablePress;font-weight:400;font-size:14px;-webkit-font-smoothing:antialiased;position:absolute;top:0;bottom:0;left:auto;right:6px;margin:auto;height:14px;line-height:1}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.dataTables_scrollBody .tablepress thead th:after,.dataTables_wrapper:after{content:""}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#049cdb}.dataTables_wrapper:after{display:block;clear:both;visibility:hidden;line-height:0;height:0}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}

/* layouts.css */

/* 1   */ /* Submission Form */
/* 2   */ .sola_t_desc{
/* 3   */     padding-top: 5px;
/* 4   */     font-style: italic;
/* 5   */ }
/* 6   */ .sola_t_required_symbol{
/* 7   */     color: red;
/* 8   */ }
/* 9   */ 
/* 10  */ .sola_t_container{
/* 11  */     display: inline-block;
/* 12  */     width: 100%;
/* 13  */     
/* 14  */ }
/* 15  */ 
/* 16  */ /* Layout 1 */
/* 17  */ 
/* 18  */ .sola_t_layout_1_container {
/* 19  */     width:70%;
/* 20  */     clear: both;
/* 21  */ }
/* 22  */ .sola_t_image {
/* 23  */ 
/* 24  */ }
/* 25  */ /*.sola_t_image img {
/* 26  *|     width: 100%;
/* 27  *| }*/
/* 28  */ .sola_t_layout_1_container .sola_t_container{
/* 29  */     width: 100%;
/* 30  */     
/* 31  */ }
/* 32  */ .sola_t_layout_1_container .sola_t_image{
/* 33  */ 
/* 34  */ }
/* 35  */ .sola_t_layout_1_container .sola_t_title{
/* 36  */     width: 100%;
/* 37  */ }
/* 38  */ .sola_t_layout_1_container .sola_t_body{
/* 39  */     width: 100%;
/* 40  */ }
/* 41  */ .sola_t_layout_1_container .sola_t_meta_data{
/* 42  */ 
/* 43  */ }
/* 44  */ .sola_t_layout_1_container .sola_t_name{
/* 45  */ 
/* 46  */ }
/* 47  */ .sola_t_layout_1_container .sola_t_website{
/* 48  */ 
/* 49  */ }
/* 50  */ 

/* layouts.css */

/* 51  */ 
/* 52  */ /* Layout 2 */
/* 53  */ 
/* 54  */ .sola_t_layout_2_container{
/* 55  */     margin: 5px 3% 10px 1%;
/* 56  */     width: 45%;
/* 57  */     display: inline-block;    
/* 58  */ }
/* 59  */ .sola_t_layout_2_container .sola_t_container{
/* 60  */     width: 100%;
/* 61  */     display: block;
/* 62  */ 
/* 63  */ }
/* 64  */ .sola_t_layout_2_container .sola_t_image{
/* 65  */ 
/* 66  */ }
/* 67  */ .sola_t_layout_2_container .sola_t_title{
/* 68  */ 
/* 69  */ }
/* 70  */ .sola_t_layout_2_container .sola_t_body{
/* 71  */ 
/* 72  */ }
/* 73  */ .sola_t_layout_2_container .sola_t_meta_data{
/* 74  */ 
/* 75  */ }
/* 76  */ .sola_t_layout_2_container .sola_t_name{
/* 77  */     
/* 78  */ }
/* 79  */ .sola_t_layout_2_container .sola_t_website{
/* 80  */ 
/* 81  */     
/* 82  */ }
/* 83  */ .sola_t_layout_2_container + .sola_t_cnt_3,
/* 84  */ .sola_t_layout_2_container + .sola_t_cnt_6, 
/* 85  */ .sola_t_layout_2_container + .sola_t_cnt_9, 
/* 86  */ .sola_t_layout_2_container + .sola_t_cnt_12, 
/* 87  */ .sola_t_layout_2_container + .sola_t_cnt_15, 
/* 88  */ .sola_t_layout_2_container + .sola_t_cnt_18, 
/* 89  */ .sola_t_layout_2_container + .sola_t_cnt_21, 
/* 90  */ .sola_t_layout_2_container + .sola_t_cnt_24, 
/* 91  */ .sola_t_layout_2_container + .sola_t_cnt_27, 
/* 92  */ .sola_t_layout_2_container + .sola_t_cnt_30 {
/* 93  */     clear: left;
/* 94  */ }
/* 95  */ 
/* 96  */ 
/* 97  */ /* Layout 3 */
/* 98  */ 
/* 99  */ .sola_t_layout_3_container{
/* 100 */     margin: 5px 1% 10px 1%;

/* layouts.css */

/* 101 */     width: 30%;
/* 102 */     display: inline-block;
/* 103 */ }
/* 104 */ .sola_t_layout_3_container .sola_t_container{
/* 105 */     width: 100%;
/* 106 */     display: block;
/* 107 */ }
/* 108 */ .sola_t_layout_3_container .sola_t_image{
/* 109 */ 
/* 110 */ }
/* 111 */ .sola_t_layout_3_container .sola_t_title{
/* 112 */ 
/* 113 */ }
/* 114 */ .sola_t_layout_3_container .sola_t_body{
/* 115 */ 
/* 116 */ }
/* 117 */ .sola_t_layout_3_container .sola_t_meta_data{
/* 118 */ 
/* 119 */ }
/* 120 */ .sola_t_layout_3_container .sola_t_name{
/* 121 */ 
/* 122 */     
/* 123 */ }
/* 124 */ .sola_t_layout_3_container .sola_t_website{
/* 125 */ 
/* 126 */     
/* 127 */ }
/* 128 */ 
/* 129 */ .sola_t_layout_3_container + .sola_t_cnt_4,
/* 130 */ .sola_t_layout_3_container + .sola_t_cnt_8, 
/* 131 */ .sola_t_layout_3_container + .sola_t_cnt_12, 
/* 132 */ .sola_t_layout_3_container + .sola_t_cnt_16, 
/* 133 */ .sola_t_layout_3_container + .sola_t_cnt_20, 
/* 134 */ .sola_t_layout_3_container + .sola_t_cnt_24, 
/* 135 */ .sola_t_layout_3_container + .sola_t_cnt_28, 
/* 136 */ .sola_t_layout_3_container + .sola_t_cnt_32, 
/* 137 */ .sola_t_layout_3_container + .sola_t_cnt_36, 
/* 138 */ .sola_t_layout_3_container + .sola_t_cnt_40 {
/* 139 */     clear: left;
/* 140 */ }
/* 141 */ 
/* 142 */ /* Layout 4 */
/* 143 */ 
/* 144 */ .sola_t_layout_4_container{
/* 145 */     /*padding: 10px;*/
/* 146 */     margin: 5px 1% 10px 1%;
/* 147 */     width: 23%;
/* 148 */     display: inline-block;
/* 149 */ }
/* 150 */ .sola_t_layout_4_container .sola_t_container{

/* layouts.css */

/* 151 */     width: 100%;
/* 152 */     display: block;
/* 153 */ }
/* 154 */ .sola_t_layout_4_container .sola_t_image{
/* 155 */ 
/* 156 */ }
/* 157 */ .sola_t_layout_4_container .sola_t_title{
/* 158 */     width: 100%;
/* 159 */ }
/* 160 */ .sola_t_layout_4_container .sola_t_body{
/* 161 */ 
/* 162 */ }
/* 163 */ .sola_t_layout_4_container .sola_t_meta_data{
/* 164 */ 
/* 165 */ }
/* 166 */ .sola_t_layout_4_container .sola_t_name{
/* 167 */ 
/* 168 */     
/* 169 */ }
/* 170 */ .sola_t_layout_4_container .sola_t_website{
/* 171 */ 
/* 172 */     
/* 173 */ }
/* 174 */ .sola_t_layout_4_container + .sola_t_cnt_5,
/* 175 */ .sola_t_layout_4_container + .sola_t_cnt_10, 
/* 176 */ .sola_t_layout_4_container + .sola_t_cnt_15, 
/* 177 */ .sola_t_layout_4_container + .sola_t_cnt_20, 
/* 178 */ .sola_t_layout_4_container + .sola_t_cnt_25, 
/* 179 */ .sola_t_layout_4_container + .sola_t_cnt_30, 
/* 180 */ .sola_t_layout_4_container + .sola_t_cnt_35, 
/* 181 */ .sola_t_layout_4_container + .sola_t_cnt_40, 
/* 182 */ .sola_t_layout_4_container + .sola_t_cnt_45, 
/* 183 */ .sola_t_layout_4_container + .sola_t_cnt_50 {
/* 184 */     clear: left;
/* 185 */ }
/* 186 */ 
/* 187 */ 
/* 188 */ /* Slider */
/* 189 */ 
/* 190 */ .sola_t_slider_container{
/* 191 */     text-align: center;
/* 192 */     padding:20px;
/* 193 */ }
/* 194 */ .sola_t_slider_image .sola_t_image {
/* 195 */     margin:0 auto;
/* 196 */     width:60px;
/* 197 */     height:60px;
/* 198 */ }
/* 199 */ .sola_t_slider_title{
/* 200 */     font-size: 0.9em;

/* layouts.css */

/* 201 */     padding: 10px 0;
/* 202 */ }
/* 203 */ .sola_t_slider_title h4{
/* 204 */     width: 100%;
/* 205 */     font-weight: bold;
/* 206 */ 
/* 207 */     font-size: 1.2em;
/* 208 */ }
/* 209 */ .sola_t_slider_contents{
/* 210 */     font-weight: normal;
/* 211 */     font-size: 1.1em;
/* 212 */     line-height: 1.4em;
/* 213 */     font-style: italic;
/* 214 */ }
/* 215 */ .sola_t_slider_meta_contents{
/* 216 */     width: 60%;
/* 217 */     margin: 0 auto;
/* 218 */     font-size:0.8em;
/* 219 */ }
/* 220 */ .sola_t_slider_name{
/* 221 */     font-weight:bold;
/* 222 */ }
/* 223 */ .sola_t_slider_address{
/* 224 */     font-style:italic;
/* 225 */ }
/* 226 */ 
/* 227 */ .sola-t-round-image{
/* 228 */     border-radius: 100px;
/* 229 */ }
/* 230 */ 
/* 231 */ .sola_t_same_height{
/* 232 */     vertical-align: top;
/* 233 */ }

/* themes.css */

/* 1  */ /* theme 1 */
/* 2  */ 
/* 3  */ 
/* 4  */ 
/* 5  */ .theme-1 {
/* 6  */ 
/* 7  */ }
/* 8  */ .sola_t_layout_1_container.theme-1 {
/* 9  */     margin:0 auto;
/* 10 */     margin-bottom:20px;
/* 11 */ }
/* 12 */ .theme-1 .sola_t_image {
/* 13 */     text-align: center;
/* 14 */ }
/* 15 */ 
/* 16 */ .theme-1  .sola_t_image {
/* 17 */     float: left;
/* 18 */     margin-right:15px;
/* 19 */     margin-bottom:5px;
/* 20 */ }
/* 21 */ .theme-1  .sola_t_title{
/* 22 */     font-weight: bold;
/* 23 */     padding: 5px;
/* 24 */     font-size: 1.4em;
/* 25 */ }
/* 26 */ .theme-1  .sola_t_body{
/* 27 */     color:#666;
/* 28 */     line-height: 1.4em;
/* 29 */     font-style: italic;
/* 30 */     padding:5px;
/* 31 */ }
/* 32 */ .theme-1  .sola_t_meta_data{
/* 33 */     clear: both;
/* 34 */     font-size: 0.8em;
/* 35 */     float:right;
/* 36 */ 
/* 37 */ }
/* 38 */ .theme-1  .sola_t_name{
/* 39 */     font-weight:bold;
/* 40 */ }
/* 41 */ .theme-1  .sola_t_website{
/* 42 */     font-style: italic;
/* 43 */     display:inline-block;
/* 44 */ }
/* 45 */ .theme-1 .sola_t_display_rating{
/* 46 */     display: inline-block;
/* 47 */ }
/* 48 */ 
/* 49 */ 
/* 50 */ 

/* themes.css */

/* 51 */ 
/* 52 */ .sola_t_layout_1_container.theme-2 {
/* 53 */     margin:0 auto;
/* 54 */     margin-bottom:20px;
/* 55 */ }
/* 56 */ .theme-2 .sola_t_image {
/* 57 */     float: none;
/* 58 */     margin: 0 auto;
/* 59 */ }
/* 60 */ 
/* 61 */ .theme-2  .sola_t_image {
/* 62 */     margin-bottom:5px;
/* 63 */ }
/* 64 */ .theme-2  .sola_t_title{
/* 65 */     font-weight: bold;
/* 66 */     padding: 5px;
/* 67 */     text-align:center;
/* 68 */     font-size: 1.4em;
/* 69 */ }
/* 70 */ .theme-2  .sola_t_body{
/* 71 */     width: 80%;
/* 72 */     margin: 0 auto;
/* 73 */     text-align: center;
/* 74 */     padding-bottom: 5px;
/* 75 */ }
/* 76 */ .theme-2  .sola_t_meta_data{
/* 77 */     font-size: 0.8em;
/* 78 */     text-align: center;
/* 79 */     padding-bottom: 5px;
/* 80 */     clear:both;
/* 81 */ 
/* 82 */ }
/* 83 */ .theme-2  .sola_t_name{
/* 84 */     font-weight:bold;
/* 85 */ }
/* 86 */ .theme-2  .sola_t_website{
/* 87 */     font-style: italic;
/* 88 */     display: inline-block;
/* 89 */ }
/* 90 */ 
/* 91 */ .theme-2 .sola_t_display_rating, .theme-2 .sola_t_display_rating_slider{
/* 92 */     text-align: center;
/* 93 */ }
/* 94 */ 
/* 95 */ 
/* 96 */ 
/* 97 */