
/* style.css */

/* 1    */ /*
/* 2    *| 	Theme Name: Magazine Pro Theme
/* 3    *| 	Theme URI: http://my.studiopress.com/themes/magazine/
/* 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, responsive-layout, custom-background, custom-header, 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   *| 	- Imports
/* 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   *| 		- Column Widths and Positions
/* 35   *| 		- Column Classes
/* 36   *| 	- Common Classes
/* 37   *| 		- WordPress
/* 38   *| 		- Genesis
/* 39   *| 		- Search Form
/* 40   *| 		- Titles
/* 41   *| 	- Widgets
/* 42   *| 		- Featured Content
/* 43   *| 	- Plugins
/* 44   *| 		- Genesis eNews Extended
/* 45   *| 		- Genesis Latest Tweets
/* 46   *| 		- Gravity Forms
/* 47   *| 		- Jetpack
/* 48   *| 		- Simple Social Icons
/* 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   *| 		- Pagination
/* 59   *| 		- Comments
/* 60   *| 	- Sidebars
/* 61   *| 	- Footer Widgets
/* 62   *| 	- Site Footer
/* 63   *| 	- Color Styles
/* 64   *| 		- Magazine Pro Blue
/* 65   *| 		- Magazine Pro Green
/* 66   *| 		- Magazine Pro Red
/* 67   *| 	- Media Queries
/* 68   *| 		- max-width: 1139px
/* 69   *| 		- max-width: 1023px
/* 70   *| 		- max-width: 767px
/* 71   *| 
/* 72   *| */
/* 73   */ 
/* 74   */ 
/* 75   */ /*
/* 76   *| Imports
/* 77   *| ---------------------------------------------------------------------------------------------------- */
/* 78   */ 
/* 79   */ @font-face {
/* 80   */ 	font-family: 'Icon';
/* 81   */ 	src:url('/wp-content/themes/magazine-pro/fonts/Icon.eot');
/* 82   */ 	src:url('/wp-content/themes/magazine-pro/fonts/Icon.eot?#iefix') format('embedded-opentype'),
/* 83   */ 		url('/wp-content/themes/magazine-pro/fonts/Icon.woff') format('woff'),
/* 84   */ 		url('/wp-content/themes/magazine-pro/fonts/Icon.ttf') format('truetype'),
/* 85   */ 		url('/wp-content/themes/magazine-pro/fonts/Icon.svg#Icon') format('svg');
/* 86   */ 	font-weight: normal;
/* 87   */ 	font-style: normal;
/* 88   */ }
/* 89   */ 
/* 90   */ 
/* 91   */ /*
/* 92   *| HTML5 Reset
/* 93   *| ---------------------------------------------------------------------------------------------------- */
/* 94   */ 
/* 95   */ /* Baseline Normalize
/* 96   *| 	normalize.css v2.1.2 | MIT License | git.io/normalize
/* 97   *| --------------------------------------------- */
/* 98   */ 
/* 99   */ 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:#222}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}
/* 100  */ 

/* style.css */

/* 101  */ /* Box Sizing
/* 102  *| --------------------------------------------- */
/* 103  */ 
/* 104  */ *,
/* 105  */ input[type="search"] {
/* 106  */ 	-webkit-box-sizing: border-box;
/* 107  */ 	-moz-box-sizing:    border-box;
/* 108  */ 	box-sizing:         border-box;
/* 109  */ }
/* 110  */ 
/* 111  */ /* Float Clearing
/* 112  *| --------------------------------------------- */
/* 113  */ 
/* 114  */ .clearfix:before,
/* 115  */ .entry-content:before,
/* 116  */ .entry:before,
/* 117  */ .featured-content:before,
/* 118  */ .footer-widgets:before,
/* 119  */ .nav-primary:before,
/* 120  */ .nav-secondary:before,
/* 121  */ .pagination:before,
/* 122  */ .site-container:before,
/* 123  */ .site-footer:before,
/* 124  */ .site-header:before,
/* 125  */ .site-inner:before,
/* 126  */ .wrap:before {
/* 127  */ 	content: " ";
/* 128  */ 	display: table;
/* 129  */ }
/* 130  */ 
/* 131  */ .clearfix:after,
/* 132  */ .entry-content:after,
/* 133  */ .entry:after,
/* 134  */ .featured-content:after,
/* 135  */ .footer-widgets:after,
/* 136  */ .nav-primary:after,
/* 137  */ .nav-secondary:after,
/* 138  */ .pagination:after,
/* 139  */ .site-container:after,
/* 140  */ .site-footer:after,
/* 141  */ .site-header:after,
/* 142  */ .site-inner:after,
/* 143  */ .wrap:after {
/* 144  */ 	clear: both;
/* 145  */ 	content: " ";
/* 146  */ 	display: table;
/* 147  */ }
/* 148  */ 
/* 149  */ 
/* 150  */ /*

/* style.css */

/* 151  *| Defaults
/* 152  *| ---------------------------------------------------------------------------------------------------- */
/* 153  */ 
/* 154  */ /* Typographical Elements
/* 155  *| --------------------------------------------- */
/* 156  */ 
/* 157  */ body {
/* 158  */ 	background-color: #fff;
/* 159  */ 	color: #222;
/* 160  */ 	font-family: 'Roboto', sans-serif;
/* 161  */ 	font-size: 16px;
/* 162  */ 	font-weight: 300;
/* 163  */ 	line-height: 1.625;
/* 164  */ }
/* 165  */ 
/* 166  */ body.magazine-landing {
/* 167  */ 	background-color: #222;
/* 168  */ }
/* 169  */ 
/* 170  */ a,
/* 171  */ button,
/* 172  */ input:focus,
/* 173  */ input[type="button"],
/* 174  */ input[type="reset"],
/* 175  */ input[type="submit"],
/* 176  */ textarea:focus,
/* 177  */ .button {
/* 178  */ 	-webkit-transition: all 0.1s ease-in-out;
/* 179  */ 	-moz-transition:    all 0.1s ease-in-out;
/* 180  */ 	-ms-transition:     all 0.1s ease-in-out;
/* 181  */ 	-o-transition:      all 0.1s ease-in-out;
/* 182  */ 	transition:         all 0.1s ease-in-out;
/* 183  */ }
/* 184  */ 
/* 185  */ ::-moz-selection {
/* 186  */ 	background-color: #222;
/* 187  */ 	color: #fff;
/* 188  */ }
/* 189  */ 
/* 190  */ ::selection {
/* 191  */ 	background-color: #222;
/* 192  */ 	color: #fff;
/* 193  */ }
/* 194  */ 
/* 195  */ a {
/* 196  */ 	background-color: inherit;
/* 197  */ 	color: #222;
/* 198  */ 	font-weight: 400;
/* 199  */ 	text-decoration: none;
/* 200  */ }

/* style.css */

/* 201  */ 
/* 202  */ a:hover {
/* 203  */ 	color: #e8554e;
/* 204  */ }
/* 205  */ 
/* 206  */ p {
/* 207  */ 	margin: 0 0 24px;
/* 208  */ 	padding: 0;
/* 209  */ }
/* 210  */ 
/* 211  */ strong {
/* 212  */ 	font-weight: 700;
/* 213  */ }
/* 214  */ 
/* 215  */ ol,
/* 216  */ ul {
/* 217  */ 	margin: 0;
/* 218  */ 	padding: 0;
/* 219  */ }
/* 220  */ 
/* 221  */ blockquote,
/* 222  */ blockquote::before {
/* 223  */ 	color: #888;
/* 224  */ }
/* 225  */ 
/* 226  */ blockquote {
/* 227  */ 	margin: 40px;
/* 228  */ }
/* 229  */ 
/* 230  */ blockquote::before {
/* 231  */ 	content: "\201C";
/* 232  */ 	display: block;
/* 233  */ 	font-size: 30px;
/* 234  */ 	height: 0;
/* 235  */ 	left: -20px;
/* 236  */ 	position: relative;
/* 237  */ 	top: -10px;
/* 238  */ }
/* 239  */ 
/* 240  */ cite {
/* 241  */ 	font-style: normal;
/* 242  */ }
/* 243  */ 
/* 244  */ /* Headings
/* 245  *| --------------------------------------------- */
/* 246  */ 
/* 247  */ h1,
/* 248  */ h2,
/* 249  */ h3,
/* 250  */ h4,

/* style.css */

/* 251  */ h5,
/* 252  */ h6 {
/* 253  */ 	color: #222;
/* 254  */ 	font-family: 'Raleway', sans-serif;
/* 255  */ 	font-weight: 500;
/* 256  */ 	line-height: 1.2;
/* 257  */ 	margin: 0 0 16px;
/* 258  */ }
/* 259  */ 
/* 260  */ h1 {
/* 261  */ 	font-size: 36px;
/* 262  */ }
/* 263  */ 
/* 264  */ h2 {
/* 265  */ 	font-size: 30px;
/* 266  */ }
/* 267  */ 
/* 268  */ h3 {
/* 269  */ 	font-size: 24px;
/* 270  */ }
/* 271  */ 
/* 272  */ h4 {
/* 273  */ 	font-size: 20px;
/* 274  */ }
/* 275  */ 
/* 276  */ h5 {
/* 277  */ 	font-size: 18px;
/* 278  */ }
/* 279  */ 
/* 280  */ h6 {
/* 281  */ 	font-size: 16px;
/* 282  */ }
/* 283  */ 
/* 284  */ /* Objects
/* 285  *| --------------------------------------------- */
/* 286  */ 
/* 287  */ embed,
/* 288  */ iframe,
/* 289  */ img,
/* 290  */ object,
/* 291  */ video,
/* 292  */ .wp-caption {
/* 293  */ 	max-width: 100%;
/* 294  */ }
/* 295  */ 
/* 296  */ img {
/* 297  */ 	height: auto;
/* 298  */ }
/* 299  */ 
/* 300  */ .featured-content img,

/* style.css */

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

/* style.css */

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

/* style.css */

/* 401  */ }
/* 402  */ 
/* 403  */ th {
/* 404  */ 	font-weight: bold;
/* 405  */ 	text-transform: uppercase;
/* 406  */ }
/* 407  */ 
/* 408  */ td {
/* 409  */ 	border-top: 1px solid #ddd;
/* 410  */ 	padding: 6px 0;
/* 411  */ }
/* 412  */ 
/* 413  */ 
/* 414  */ /*
/* 415  *| Structure and Layout
/* 416  *| ---------------------------------------------------------------------------------------------------- */
/* 417  */ 
/* 418  */ /* Site Containers
/* 419  *| --------------------------------------------- */
/* 420  */ 
/* 421  */ .site-inner,
/* 422  */ .wrap {
/* 423  */ 	margin: 0 auto;
/* 424  */ 	max-width: 1140px;
/* 425  */ }
/* 426  */ 
/* 427  */ .site-inner {
/* 428  */ 	clear: both;
/* 429  */ 	padding-top: 40px;
/* 430  */ }
/* 431  */ 
/* 432  */ .magazine-home .site-inner {
/* 433  */ 	padding-bottom: 10px;
/* 434  */ }
/* 435  */ 
/* 436  */ .magazine-landing .site-inner,
/* 437  */ .magazine-landing .wrap {
/* 438  */ 	max-width: 800px;
/* 439  */ }
/* 440  */ 
/* 441  */ .magazine-landing .site-inner {
/* 442  */ 	padding-bottom: 40px;
/* 443  */ }
/* 444  */ 
/* 445  */ 
/* 446  */ /* Column Widths and Positions
/* 447  *| --------------------------------------------- */
/* 448  */ 
/* 449  */ /* Wrapping div for .content and .sidebar-primary */
/* 450  */ 

/* style.css */

/* 451  */ .content-sidebar-sidebar .content-sidebar-wrap,
/* 452  */ .sidebar-content-sidebar .content-sidebar-wrap,
/* 453  */ .sidebar-sidebar-content .content-sidebar-wrap {
/* 454  */ 	width: 930px;
/* 455  */ }
/* 456  */ 
/* 457  */ .content-sidebar-sidebar .content-sidebar-wrap {
/* 458  */ 	float: left;
/* 459  */ }
/* 460  */ 
/* 461  */ .sidebar-content-sidebar .content-sidebar-wrap,
/* 462  */ .sidebar-sidebar-content .content-sidebar-wrap {
/* 463  */ 	float: right;
/* 464  */ }
/* 465  */ 
/* 466  */ /* Content */
/* 467  */ 
/* 468  */ .content {
/* 469  */ 	float: right;
/* 470  */ 	width: 750px;
/* 471  */ }
/* 472  */ 
/* 473  */ .magazine-landing .content {
/* 474  */ 	background-color: #fff;
/* 475  */ 	padding: 50px 60px 24px;
/* 476  */ }
/* 477  */ 
/* 478  */ .content-sidebar .content,
/* 479  */ .content-sidebar-sidebar .content,
/* 480  */ .sidebar-content-sidebar .content {
/* 481  */ 	float: left;
/* 482  */ }
/* 483  */ 
/* 484  */ .content-sidebar-sidebar .content,
/* 485  */ .sidebar-content-sidebar .content,
/* 486  */ .sidebar-sidebar-content .content {
/* 487  */ 	width: 540px;
/* 488  */ }
/* 489  */ 
/* 490  */ .full-width-content .content {
/* 491  */ 	width: 100%;
/* 492  */ }
/* 493  */ 
/* 494  */ /* Primary Sidebar */
/* 495  */ 
/* 496  */ .sidebar-primary {
/* 497  */ 	float: right;
/* 498  */ 	width: 360px;
/* 499  */ }
/* 500  */ 

/* style.css */

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

/* style.css */

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

/* style.css */

/* 601  */ 	margin: 0 16px 24px 0;
/* 602  */ 	width: 50px;
/* 603  */ }
/* 604  */ 
/* 605  */ .sticky {
/* 606  */ }
/* 607  */ 
/* 608  */ img.centered,
/* 609  */ .aligncenter {
/* 610  */ 	display: block;
/* 611  */ 	margin: 0 auto 24px;
/* 612  */ }
/* 613  */ 
/* 614  */ img.alignnone {
/* 615  */ 	margin-bottom: 12px;
/* 616  */ }
/* 617  */ 
/* 618  */ .alignleft {
/* 619  */ 	float: left;
/* 620  */ 	text-align: left;
/* 621  */ }
/* 622  */ 
/* 623  */ .alignright {
/* 624  */ 	float: right;
/* 625  */ 	text-align: right;
/* 626  */ }
/* 627  */ 
/* 628  */ a.alignleft,
/* 629  */ a.alignright {
/* 630  */ 	max-width: 100%;
/* 631  */ }
/* 632  */ 
/* 633  */ a.alignleft img,
/* 634  */ img.alignleft,
/* 635  */ .wp-caption.alignleft {
/* 636  */ 	margin: 0 24px 24px 0;
/* 637  */ }
/* 638  */ 
/* 639  */ a.alignright img,
/* 640  */ img.alignright,
/* 641  */ .wp-caption.alignright {
/* 642  */ 	margin: 0 0 24px 24px;
/* 643  */ }
/* 644  */ 
/* 645  */ .entry-content .wp-caption-text {
/* 646  */ 	font-size: 14px;
/* 647  */ 	font-weight: 700;
/* 648  */ 	margin: 0;
/* 649  */ 	text-align: center;
/* 650  */ }

/* style.css */

/* 651  */ 
/* 652  */ .gallery-caption {
/* 653  */ }
/* 654  */ 
/* 655  */ .widget_calendar table {
/* 656  */ 	width: 100%;
/* 657  */ }
/* 658  */ 
/* 659  */ .widget_calendar td,
/* 660  */ .widget_calendar th {
/* 661  */ 	text-align: center;
/* 662  */ }
/* 663  */ 
/* 664  */ /* Genesis
/* 665  *| --------------------------------------------- */
/* 666  */ 
/* 667  */ .breadcrumb {
/* 668  */ 	border-bottom: 1px dotted #888;
/* 669  */ 	margin-bottom: 40px;
/* 670  */ 	padding-bottom: 10px;
/* 671  */ }
/* 672  */ 
/* 673  */ .archive-description,
/* 674  */ .author-box {
/* 675  */ 	margin-bottom: 50px;
/* 676  */ 	padding: 40px;
/* 677  */ }
/* 678  */ 
/* 679  */ .archive-description,
/* 680  */ .author-box {
/* 681  */ 	background-color: #f5f5f5;
/* 682  */ }
/* 683  */ 
/* 684  */ .archive-description p:last-child,
/* 685  */ .author-box p:last-child,
/* 686  */ .search-results .archive-description h1 {
/* 687  */ 	margin-bottom: 0;
/* 688  */ }
/* 689  */ 
/* 690  */ .author-box-title {
/* 691  */ 	color: #222;
/* 692  */ 	font-family: 'Roboto', sans-serif;
/* 693  */ 	font-size: 16px;
/* 694  */ 	margin-bottom: 4px;
/* 695  */ }
/* 696  */ 
/* 697  */ .author-box p {
/* 698  */ 	margin-bottom: 0;
/* 699  */ }
/* 700  */ 

/* style.css */

/* 701  */ 
/* 702  */ /* Search Form
/* 703  *| --------------------------------------------- */
/* 704  */ 
/* 705  */ .search-form {
/* 706  */ 	overflow: hidden;
/* 707  */ }
/* 708  */ 
/* 709  */ .entry-content .search-form {
/* 710  */ 	width: 50%;
/* 711  */ }
/* 712  */ 
/* 713  */ .site-header .search-form {
/* 714  */ 	float: right;
/* 715  */ 	margin-top: 24px;
/* 716  */ }
/* 717  */ 
/* 718  */ .footer-widgets .search-form input {
/* 719  */ 	border: none;
/* 720  */ }
/* 721  */ 
/* 722  */ .genesis-nav-menu .search-form input {
/* 723  */ 	background-color: #222;
/* 724  */ 	border: 1px solid #222;
/* 725  */ 	color: #fff;
/* 726  */ 	text-transform: uppercase;
/* 727  */ 	width: 180px;
/* 728  */ }
/* 729  */ 
/* 730  */ .genesis-nav-menu .search-form ::-moz-placeholder {
/* 731  */ 	color: #fff;
/* 732  */ }
/* 733  */ 
/* 734  */ .genesis-nav-menu .search-form ::-webkit-input-placeholder {
/* 735  */ 	color: #fff;
/* 736  */ }
/* 737  */ 
/* 738  */ .genesis-nav-menu .search-form input:focus {
/* 739  */ 	border: 1px solid #fff;
/* 740  */ }
/* 741  */ 
/* 742  */ .search-form input[type="submit"] {
/* 743  */ 	border: 0;
/* 744  */ 	clip: rect(0, 0, 0, 0);
/* 745  */ 	height: 1px;
/* 746  */ 	margin: -1px;
/* 747  */ 	padding: 0;
/* 748  */ 	position: absolute;
/* 749  */ 	width: 1px;
/* 750  */ }

/* style.css */

/* 751  */ 
/* 752  */ /* Titles
/* 753  *| --------------------------------------------- */
/* 754  */ 
/* 755  */ .entry-title {
/* 756  */ 	font-size: 36px;
/* 757  */ 	line-height: 1;
/* 758  */ }
/* 759  */ 
/* 760  */ .entry-title a,
/* 761  */ .sidebar .widget-title a {
/* 762  */ 	color: #222;
/* 763  */ 	font-weight: 500;
/* 764  */ }
/* 765  */ 
/* 766  */ .entry-title a:hover {
/* 767  */ 	color: #e8554e;
/* 768  */ }
/* 769  */ 
/* 770  */ .widget-title {
/* 771  */ 	clear: both;
/* 772  */ 	font-size: 16px;
/* 773  */ 	margin-bottom: 24px;
/* 774  */ 	text-transform: uppercase;
/* 775  */ }
/* 776  */ 
/* 777  */ .magazine-home .content .widget-title,
/* 778  */ .sidebar .widget-title {
/* 779  */ 	background-color: #222;
/* 780  */ 	color: #fff;
/* 781  */ 	padding: 10px;
/* 782  */ }
/* 783  */ 
/* 784  */ .sidebar .enews .widget-title {
/* 785  */ 	background: none;
/* 786  */ 	padding: 0;
/* 787  */ }
/* 788  */ 
/* 789  */ .footer-widgets .widget-title {
/* 790  */ 	color: #fff;
/* 791  */ }
/* 792  */ 
/* 793  */ .archive-title {
/* 794  */ 	font-size: 20px;
/* 795  */ 	margin-bottom: 24px;
/* 796  */ }
/* 797  */ 
/* 798  */ 
/* 799  */ /*
/* 800  *| Widgets

/* style.css */

/* 801  *| ---------------------------------------------------------------------------------------------------- */
/* 802  */ 
/* 803  */ .widget,
/* 804  */ .widget li {
/* 805  */ 	word-wrap: break-word;
/* 806  */ }
/* 807  */ 
/* 808  */ .widget li {
/* 809  */  	list-style-type: none;
/* 810  */ }
/* 811  */ 
/* 812  */ .widget ol > li {
/* 813  */ 	list-style-position: inside;
/* 814  */ 	list-style-type: decimal;
/* 815  */ 	padding-left: 20px;
/* 816  */ 	text-indent: -20px;
/* 817  */ }
/* 818  */ 
/* 819  */ .widget li li {
/* 820  */ 	border: none;
/* 821  */ 	margin: 0 0 0 30px;
/* 822  */ 	padding-bottom: 0;
/* 823  */ }
/* 824  */ 
/* 825  */ .widget p:last-child,
/* 826  */ .widget ul > li:last-child {
/* 827  */ 	margin-bottom: 0;
/* 828  */ }
/* 829  */ 
/* 830  */ .widget .genesis-nav-menu li li {
/* 831  */ 	margin: 0;
/* 832  */ 	padding: 0;
/* 833  */ }
/* 834  */ 
/* 835  */ /* Featured Content
/* 836  *| --------------------------------------------- */
/* 837  */ 
/* 838  */ .featured-content {
/* 839  */ 	clear: both;
/* 840  */ 	overflow: hidden;
/* 841  */ }
/* 842  */ 
/* 843  */ .home-middle .featured-content a,
/* 844  */ .home-top .featured-content a {
/* 845  */ 	position: relative;
/* 846  */ }
/* 847  */ 
/* 848  */ .featured-content .entry {
/* 849  */  	margin-bottom: 30px;
/* 850  */ }

/* style.css */

/* 851  */ 
/* 852  */ .content .home-middle .featured-content .entry,
/* 853  */ .content .home-top .featured-content .entry {
/* 854  */ 	border: none;
/* 855  */ 	float: left;
/* 856  */ 	max-width: 100%;
/* 857  */ }
/* 858  */ 
/* 859  */ .home-middle .featured-content .entry {
/* 860  */ 	width: 360px;
/* 861  */ }
/* 862  */ 
/* 863  */ .content .home-bottom .featured-content .entry,
/* 864  */ .sidebar .featured-content .entry {
/* 865  */ 	border-bottom: 2px solid #eee;
/* 866  */ }
/* 867  */ 
/* 868  */ .sidebar .featured-content .entry:last-child {
/* 869  */ 	border-bottom: none;
/* 870  */ }
/* 871  */ 
/* 872  */ .home-top .featured-content .entry-content p:last-child,
/* 873  */ .sidebar .featured-content .entry:last-child {
/* 874  */ 	margin-bottom: 0;
/* 875  */ }
/* 876  */ 
/* 877  */ .home-middle .featured-content .entry:nth-of-type(2n+1) {
/* 878  */ 	clear: left;
/* 879  */ 	margin-right: 30px;
/* 880  */ }
/* 881  */ 
/* 882  */ .featured-content .entry-title {
/* 883  */ 	border: none;
/* 884  */ 	font-size: 24px;
/* 885  */ 	line-height: 1.2;
/* 886  */ }
/* 887  */ 
/* 888  */ .sidebar .featured-content .entry-title {
/* 889  */ 	font-size: 20px;
/* 890  */ }
/* 891  */ 
/* 892  */ .featured-content .entry-title a {
/* 893  */ 	border: none;
/* 894  */ }
/* 895  */ 
/* 896  */ .featured-content a.alignnone {
/* 897  */ 	display: inline-block;
/* 898  */ 	margin-bottom: 20px;
/* 899  */ 	max-width: 100%
/* 900  */ }

/* style.css */

/* 901  */ 
/* 902  */ .featured-content .entry-header .entry-meta {
/* 903  */ 	margin-bottom: 10px;
/* 904  */ }
/* 905  */ 
/* 906  */ .js .content .home-middle a .entry-time, 
/* 907  */ .js .content .home-top a .entry-time {
/* 908  */ 	background-color: #e8554e;
/* 909  */ 	bottom: 24px;
/* 910  */ 	color: #fff;
/* 911  */ 	font-size: 14px;
/* 912  */ 	font-weight: 300;
/* 913  */ 	padding: 5px 10px;
/* 914  */ 	position: absolute;
/* 915  */ 	right: 0;
/* 916  */ }
/* 917  */ 
/* 918  */ .js .home-middle a.alignleft,
/* 919  */ .js .home-top a.alignleft {
/* 920  */ 	margin: 0 24px 24px 0;
/* 921  */ }
/* 922  */ 
/* 923  */ .js .home-middle a.alignright,
/* 924  */ .js .home-top a.alignright {
/* 925  */ 	margin: 0 0 24px 24px;
/* 926  */ }
/* 927  */ 
/* 928  */ .js .home-middle a.alignleft img,
/* 929  */ .js .home-middle a.alignright img,
/* 930  */ .js .home-top a.alignleft img,
/* 931  */ .js .home-top a.alignright img {
/* 932  */ 	margin: 0;
/* 933  */ }
/* 934  */ 
/* 935  */ .home-middle a.more-link,
/* 936  */ .home-top a.more-link {
/* 937  */ 	background-color: #eee;
/* 938  */ 	clear: both;
/* 939  */ 	color: #222;
/* 940  */ 	display: block;
/* 941  */ 	font-size: 14px;
/* 942  */ 	margin-top: 20px;
/* 943  */ 	padding: 8px 10px;
/* 944  */ 	text-align: center;
/* 945  */ }
/* 946  */ 
/* 947  */ .home-middle a.more-link:hover,
/* 948  */ .home-top a.more-link:hover {
/* 949  */ 	background-color: #e8554e;
/* 950  */ 	color: #fff;

/* style.css */

/* 951  */ }
/* 952  */ 
/* 953  */ .featured-content ul {
/* 954  */ 	clear: both;
/* 955  */ 	margin-bottom: 30px;
/* 956  */ }
/* 957  */ 
/* 958  */ .featured-content li {
/* 959  */ 	list-style-type: none;
/* 960  */ }
/* 961  */ 
/* 962  */ 
/* 963  */ /*
/* 964  *| Plugins
/* 965  *| ---------------------------------------------------------------------------------------------------- */
/* 966  */ 
/* 967  */ /* Genesis eNews Extended
/* 968  *| --------------------------------------------- */
/* 969  */ 
/* 970  */ .enews-widget {
/* 971  */ 	background-color: #222;
/* 972  */ 	color: #aaa;
/* 973  */ 	padding: 40px;
/* 974  */ }
/* 975  */ 
/* 976  */ .enews form + p {
/* 977  */ 	margin-top: 24px;
/* 978  */ }
/* 979  */ 
/* 980  */ .enews-widget .widget-title {
/* 981  */ 	color: #fff;
/* 982  */ }
/* 983  */ 
/* 984  */ .enews-widget input {
/* 985  */ 	margin-bottom: 16px;
/* 986  */ }
/* 987  */ 
/* 988  */ .enews-widget input:focus {
/* 989  */ 	border: 1px solid #ddd;
/* 990  */ }
/* 991  */ 
/* 992  */ .enews-widget input[type="submit"] {
/* 993  */ 	background-color: #e8554e;
/* 994  */ 	color: #fff;
/* 995  */ 	margin: 0;
/* 996  */ 	width: 100%;
/* 997  */ }
/* 998  */ 
/* 999  */ .enews-widget input:hover[type="submit"] {
/* 1000 */ 	background-color: #fff;

/* style.css */

/* 1001 */ 	color: #222;
/* 1002 */ }
/* 1003 */ 
/* 1004 */ /* Genesis Latest Tweets
/* 1005 *| --------------------------------------------- */
/* 1006 */ 
/* 1007 */ .latest-tweets ul li {
/* 1008 */ 	margin-bottom: 16px;
/* 1009 */ }
/* 1010 */ 
/* 1011 */ /* Gravity Forms
/* 1012 *| --------------------------------------------- */
/* 1013 */ 
/* 1014 */ div.gform_wrapper input[type="email"],
/* 1015 */ div.gform_wrapper input[type="text"],
/* 1016 */ div.gform_wrapper textarea,
/* 1017 */ div.gform_wrapper .ginput_complex label {
/* 1018 */ 	font-size: 16px;
/* 1019 */ 	padding: 16px;
/* 1020 */ }
/* 1021 */ 
/* 1022 */ div.gform_wrapper .ginput_complex label {
/* 1023 */ 	padding: 0;
/* 1024 */ }
/* 1025 */ 
/* 1026 */ div.gform_wrapper li,
/* 1027 */ div.gform_wrapper form li {
/* 1028 */ 	margin: 16px 0 0;
/* 1029 */ }
/* 1030 */ 
/* 1031 */ div.gform_wrapper .gform_footer input[type="submit"] {
/* 1032 */ 	font-size: 14px;
/* 1033 */ }
/* 1034 */ 
/* 1035 */ /* Jetpack
/* 1036 *| --------------------------------------------- */
/* 1037 */ 
/* 1038 */ img#wpstats {
/* 1039 */ 	display: none;
/* 1040 */ }
/* 1041 */ 
/* 1042 */ /* Simple Social Icons
/* 1043 *| --------------------------------------------- */
/* 1044 */ 
/* 1045 */ .sidebar .simple-social-icons ul li {
/* 1046 */ 	margin: 0 2px 4px !important;
/* 1047 */ }
/* 1048 */ 
/* 1049 */ 
/* 1050 */ /*

/* style.css */

/* 1051 *| Site Header
/* 1052 *| ---------------------------------------------------------------------------------------------------- */
/* 1053 */ 
/* 1054 */ .primary-nav .site-header {
/* 1055 */ 	padding-top: 64px;
/* 1056 */ }
/* 1057 */ 
/* 1058 */ .site-header .wrap {
/* 1059 */ 	border-bottom: 2px solid #222;
/* 1060 */ 	padding: 30px 0;
/* 1061 */ }
/* 1062 */ 
/* 1063 */ /* Title Area
/* 1064 *| --------------------------------------------- */
/* 1065 */ 
/* 1066 */ .title-area {
/* 1067 */ 	float: left;
/* 1068 */ 	padding-top: 30px;
/* 1069 */ 	width: 380px;
/* 1070 */ }
/* 1071 */ 
/* 1072 */ .header-image .title-area {
/* 1073 */ 	padding: 0;
/* 1074 */ }
/* 1075 */ 
/* 1076 */ .site-title {
/* 1077 */ 	font-family: 'Raleway', sans-serif;
/* 1078 */ 	font-size: 48px;
/* 1079 */ 	line-height: 1;
/* 1080 */ 	margin-bottom: 0;
/* 1081 */ }
/* 1082 */ 
/* 1083 */ .site-title a,
/* 1084 */ .site-title a:hover {
/* 1085 */ 	color: #222;
/* 1086 */ 	font-weight: 900;
/* 1087 */ }
/* 1088 */ 
/* 1089 */ .site-description {
/* 1090 */ 	display: block;
/* 1091 */ 	height: 0;
/* 1092 */ 	margin-bottom: 0;
/* 1093 */ 	text-indent: -9999px;
/* 1094 */ }
/* 1095 */ 
/* 1096 */ /* Full width header, no widgets */
/* 1097 */ 
/* 1098 */ .header-full-width .title-area,
/* 1099 */ .header-full-width .site-title {
/* 1100 */ 	width: 100%;

/* style.css */

/* 1101 */ }
/* 1102 */ 
/* 1103 */ .header-image .site-description,
/* 1104 */ .header-image .site-title a {
/* 1105 */ 	display: block;
/* 1106 */ 	height: 0;
/* 1107 */ 	margin-bottom: 0;
/* 1108 */ 	text-indent: -9999px;
/* 1109 */ }
/* 1110 */ 
/* 1111 */ /* Logo, hide text */
/* 1112 */ 
/* 1113 */ .header-image .site-header .wrap {
/* 1114 */ 	padding: 0;
/* 1115 */ }
/* 1116 */ 
/* 1117 */ .header-image .site-title a {
/* 1118 */ 	background-position: center !important;
/* 1119 */ 	background-size: contain !important;
/* 1120 */ 	float: left;
/* 1121 */ 	display: block;
/* 1122 */ 	min-height: 90px;
/* 1123 */ 	text-indent: -9999px;
/* 1124 */ 	width: 100%;
/* 1125 */ }
/* 1126 */ 
/* 1127 */ /* Widget Area
/* 1128 *| --------------------------------------------- */
/* 1129 */ 
/* 1130 */ .site-header .widget-area {
/* 1131 */ 	float: right;
/* 1132 */ 	text-align: right;
/* 1133 */ 	width: 728px;
/* 1134 */ }
/* 1135 */ 
/* 1136 */ .header-image .site-header .title-area,
/* 1137 */ .header-image .site-header .widget-area {
/* 1138 */ 	padding: 40px 0;
/* 1139 */ }
/* 1140 */ 
/* 1141 */ .site-header .widget-area p {
/* 1142 */ 	margin-bottom: 0;
/* 1143 */ }
/* 1144 */ 
/* 1145 */ 
/* 1146 */ /*
/* 1147 *| Site Navigation
/* 1148 *| ---------------------------------------------------------------------------------------------------- */
/* 1149 */ 
/* 1150 */ .genesis-nav-menu {

/* style.css */

/* 1151 */ 	clear: both;
/* 1152 */ 	color: #222;
/* 1153 */ 	font-family: 'Raleway', sans-serif;
/* 1154 */ 	font-size: 14px;
/* 1155 */ 	font-weight: 400;
/* 1156 */ 	line-height: 1;
/* 1157 */ 	text-transform: uppercase;
/* 1158 */ 	width: 100%;
/* 1159 */ }
/* 1160 */ 
/* 1161 */ .genesis-nav-menu .menu-item {
/* 1162 */ 	display: inline-block;
/* 1163 */ 	text-align: left;
/* 1164 */ }
/* 1165 */ 
/* 1166 */ .genesis-nav-menu a {
/* 1167 */ 	border: none;
/* 1168 */ 	color: #222;
/* 1169 */ 	display: block;
/* 1170 */ 	padding: 25px 20px;
/* 1171 */ 	position: relative;
/* 1172 */ }
/* 1173 */ 
/* 1174 */ .genesis-nav-menu a:hover,
/* 1175 */ .genesis-nav-menu .current-menu-item > a,
/* 1176 */ .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
/* 1177 */ 	color: #e8554e;
/* 1178 */ }
/* 1179 */ 
/* 1180 */ .genesis-nav-menu .sub-menu {
/* 1181 */ 	left: -9999px;
/* 1182 */ 	opacity: 0;
/* 1183 */ 	position: absolute;
/* 1184 */ 	-webkit-transition: opacity .4s ease-in-out;
/* 1185 */ 	-moz-transition:    opacity .4s ease-in-out;
/* 1186 */ 	-ms-transition:     opacity .4s ease-in-out;
/* 1187 */ 	-o-transition:      opacity .4s ease-in-out;
/* 1188 */ 	transition:         opacity .4s ease-in-out;
/* 1189 */ 	width: 190px;
/* 1190 */ 	z-index: 99;
/* 1191 */ }
/* 1192 */ 
/* 1193 */ .genesis-nav-menu .sub-menu a {
/* 1194 */ 	background-color: #fff;
/* 1195 */ 	border: 1px solid #222;
/* 1196 */ 	border-top: none;
/* 1197 */ 	font-size: 12px;
/* 1198 */ 	padding: 20px;
/* 1199 */ 	position: relative;
/* 1200 */ 	text-transform: none;

/* style.css */

/* 1201 */ 	width: 190px;
/* 1202 */ }
/* 1203 */ 
/* 1204 */ .genesis-nav-menu .sub-menu .sub-menu {
/* 1205 */ 	margin: -53px 0 0 189px;
/* 1206 */ }
/* 1207 */ 
/* 1208 */ .genesis-nav-menu .menu-item:hover {
/* 1209 */ 	position: static;
/* 1210 */ }
/* 1211 */ 
/* 1212 */ .genesis-nav-menu .menu-item:hover > .sub-menu {
/* 1213 */ 	left: auto;
/* 1214 */ 	opacity: 1;
/* 1215 */ }
/* 1216 */ 
/* 1217 */ .genesis-nav-menu > .first > a {
/* 1218 */ 	padding-left: 0;
/* 1219 */ }
/* 1220 */ 
/* 1221 */ .genesis-nav-menu > .last > a {
/* 1222 */ 	padding-right: 0;
/* 1223 */ }
/* 1224 */ 
/* 1225 */ .genesis-nav-menu > .right {
/* 1226 */ 	color: #fff;
/* 1227 */ 	display: inline-block;
/* 1228 */ 	float: right;
/* 1229 */ 	list-style-type: none;
/* 1230 */ 	padding: 25px 0;
/* 1231 */ 	text-transform: uppercase;
/* 1232 */ }
/* 1233 */ 
/* 1234 */ .genesis-nav-menu > .right > a {
/* 1235 */ 	display: inline;
/* 1236 */ 	padding: 0;
/* 1237 */ }
/* 1238 */ 
/* 1239 */ .genesis-nav-menu > .rss > a {
/* 1240 */ 	margin-left: 48px;
/* 1241 */ }
/* 1242 */ 
/* 1243 */ .genesis-nav-menu > .search {
/* 1244 */ 	padding: 7px 0 0;
/* 1245 */ }
/* 1246 */ 
/* 1247 */ /* Site Header Navigation
/* 1248 *| --------------------------------------------- */
/* 1249 */ 
/* 1250 */ .site-header .sub-menu {

/* style.css */

/* 1251 */ 	border-top: 1px solid #222;
/* 1252 */ }
/* 1253 */ 
/* 1254 */ .site-header .sub-menu .sub-menu {
/* 1255 */ 	margin-top: -54px;
/* 1256 */ }
/* 1257 */ 
/* 1258 */ /* Primary Navigation
/* 1259 *| --------------------------------------------- */
/* 1260 */ 
/* 1261 */ .nav-primary {
/* 1262 */ 	background-color: #222;
/* 1263 */ 	position: fixed;
/* 1264 */ 	width: 100%;
/* 1265 */ 	z-index: 999;
/* 1266 */ }
/* 1267 */ 
/* 1268 */ .nav-primary a {
/* 1269 */ 	color: #fff;
/* 1270 */ }
/* 1271 */ 
/* 1272 */ .nav-primary a:hover,
/* 1273 */ .nav-primary .sub-menu a:hover,
/* 1274 */ .nav-primary .genesis-nav-menu .current-menu-item > a {
/* 1275 */ 	color: #e8554e;
/* 1276 */ }
/* 1277 */ 
/* 1278 */ .nav-primary .genesis-nav-menu .sub-menu a {
/* 1279 */ 	background-color: #222;
/* 1280 */ 	border: 1px solid #fff;
/* 1281 */ 	border-top: none;
/* 1282 */ }
/* 1283 */ 
/* 1284 */ /* Secondary Navigation
/* 1285 *| --------------------------------------------- */
/* 1286 */ 
/* 1287 */ .nav-secondary .wrap {
/* 1288 */ 	border-bottom: 1px solid #222;
/* 1289 */ }
/* 1290 */ 
/* 1291 */ /* Responsive Menu
/* 1292 *| --------------------------------------------- */
/* 1293 */ 
/* 1294 */ #responsive-menu-icon {
/* 1295 */ 	cursor: pointer;
/* 1296 */ 	display: none;
/* 1297 */ 	padding: 10px 0;
/* 1298 */ }
/* 1299 */ 
/* 1300 */ #responsive-menu-icon::before {

/* style.css */

/* 1301 */ 	-webkit-font-smoothing: antialiased;
/* 1302 */ 	color: #fff;
/* 1303 */ 	content: "\e00e";
/* 1304 */ 	font-family: 'Icon';
/* 1305 */ 	font-size: 16px;
/* 1306 */ 	font-style: normal;
/* 1307 */ 	font-variant: normal;
/* 1308 */ 	font-weight: normal;
/* 1309 */ 	line-height: 1;
/* 1310 */ 	margin: 0 auto;
/* 1311 */ 	speak: none;
/* 1312 */ 	text-align: center;
/* 1313 */ 	text-transform: none;
/* 1314 */ }
/* 1315 */ 
/* 1316 */ 
/* 1317 */ /*
/* 1318 *| Content Area
/* 1319 *| ---------------------------------------------------------------------------------------------------- */
/* 1320 */ 
/* 1321 */ /* Entries
/* 1322 *| --------------------------------------------- */
/* 1323 */ 
/* 1324 */ .entry {
/* 1325 */ 	margin-bottom: 60px;
/* 1326 */ }
/* 1327 */ 
/* 1328 */ .archive .content .entry,
/* 1329 */ .home .content .entry,
/* 1330 */ .page-template-page_blog-php .content .entry {
/* 1331 */ 	border-bottom: 2px solid #eee;
/* 1332 */ }
/* 1333 */ 
/* 1334 */ .entry-content a {
/* 1335 */ 	color: #e8554e;
/* 1336 */ }
/* 1337 */ 
/* 1338 */ .entry-content a:hover {
/* 1339 */ 	color: #222;
/* 1340 */ }
/* 1341 */ 
/* 1342 */ .entry-content .attachment a,
/* 1343 */ .entry-content .gallery a {
/* 1344 */ 	border: none;
/* 1345 */ }
/* 1346 */ 
/* 1347 */ .entry-content ol,
/* 1348 */ .entry-content p,
/* 1349 */ .entry-content ul,
/* 1350 */ .quote-caption {

/* style.css */

/* 1351 */ 	margin-bottom: 26px;
/* 1352 */ }
/* 1353 */ 
/* 1354 */ .entry-content ol,
/* 1355 */ .entry-content ul {
/* 1356 */ 	margin-left: 40px;
/* 1357 */ }
/* 1358 */ 
/* 1359 */ .entry-content ol > li {
/* 1360 */ 	list-style-type: decimal;
/* 1361 */ }
/* 1362 */ 
/* 1363 */ .entry-content ul > li {
/* 1364 */ 	list-style-type: disc;
/* 1365 */ }
/* 1366 */ 
/* 1367 */ .entry-content ol ol,
/* 1368 */ .entry-content ul ul {
/* 1369 */ 	margin-bottom: 0;
/* 1370 */ }
/* 1371 */ 
/* 1372 */ .entry-meta {
/* 1373 */ 	font-size: 14px;
/* 1374 */ }
/* 1375 */ 
/* 1376 */ .entry-header .entry-meta {
/* 1377 */ 	margin-bottom: 30px;
/* 1378 */ }
/* 1379 */ 
/* 1380 */ .entry-comments-link::before {
/* 1381 */ 	content: "\2014";
/* 1382 */ 	margin: 0 6px 0 2px;
/* 1383 */ }
/* 1384 */ 
/* 1385 */ .entry-categories,
/* 1386 */ .entry-tags {
/* 1387 */ 	display: block;
/* 1388 */ }
/* 1389 */ 
/* 1390 */ /* After Entry
/* 1391 *| --------------------------------------------- */
/* 1392 */ 
/* 1393 */ .after-entry {
/* 1394 */ 	border-bottom: 1px solid #222;
/* 1395 */ 	border-top: 2px solid #222;
/* 1396 */ 	margin-top: 40px;
/* 1397 */ 	padding: 30px 0;
/* 1398 */ }
/* 1399 */ 
/* 1400 */ .after-entry p:last-child {

/* style.css */

/* 1401 */ 	margin-bottom: 0;
/* 1402 */ }
/* 1403 */ 
/* 1404 */ .after-entry .widget {
/* 1405 */ 	margin-bottom: 30px;
/* 1406 */ }
/* 1407 */ 
/* 1408 */ .after-entry .widget:last-child {
/* 1409 */ 	margin-bottom: 0;
/* 1410 */ }
/* 1411 */ 
/* 1412 */ /* Pagination
/* 1413 *| --------------------------------------------- */
/* 1414 */ 
/* 1415 */ .archive-pagination,
/* 1416 */ .entry-pagination {
/* 1417 */ 	font-size: 14px;
/* 1418 */ 	margin: 40px 0;
/* 1419 */ }
/* 1420 */ 
/* 1421 */ .archive-pagination li {
/* 1422 */ 	display: inline;
/* 1423 */ }
/* 1424 */ 
/* 1425 */ .archive-pagination li a {
/* 1426 */ 	background-color: #222;
/* 1427 */ 	color: #fff;
/* 1428 */ 	cursor: pointer;
/* 1429 */ 	display: inline-block;
/* 1430 */ 	padding: 8px 12px;
/* 1431 */ }
/* 1432 */ 
/* 1433 */ .archive-pagination li a:hover,
/* 1434 */ .archive-pagination li.active a {
/* 1435 */ 	background-color: #e8554e;
/* 1436 */ }
/* 1437 */ 
/* 1438 */ .entry-pagination a {
/* 1439 */ 	border-bottom: 1px solid #ddd;
/* 1440 */ }
/* 1441 */ 
/* 1442 */ /* Comments
/* 1443 *| --------------------------------------------- */
/* 1444 */ 
/* 1445 */ .comment-respond,
/* 1446 */ .entry-comments,
/* 1447 */ .entry-pings {
/* 1448 */ 	background-color: #fff;
/* 1449 */ 	margin-bottom: 50px;
/* 1450 */ }

/* style.css */

/* 1451 */ 
/* 1452 */ .comment-content {
/* 1453 */ 	clear: both;
/* 1454 */ }
/* 1455 */ 
/* 1456 */ .entry-comments .comment-author {
/* 1457 */ 	margin-bottom: 0;
/* 1458 */ }
/* 1459 */ 
/* 1460 */ .comment-respond input[type="email"],
/* 1461 */ .comment-respond input[type="text"],
/* 1462 */ .comment-respond input[type="url"] {
/* 1463 */ 	width: 50%
/* 1464 */ }
/* 1465 */ 
/* 1466 */ .comment-respond label {
/* 1467 */ 	display: block;
/* 1468 */ 	margin-right: 12px;
/* 1469 */ }
/* 1470 */ 
/* 1471 */ .comment-list li,
/* 1472 */ .ping-list li {
/* 1473 */ 	list-style-type: none;
/* 1474 */ }
/* 1475 */ 
/* 1476 */ .comment-list li {
/* 1477 */ 	margin-top: 24px;
/* 1478 */ 	padding: 32px;
/* 1479 */ }
/* 1480 */ 
/* 1481 */ .comment-list li li {
/* 1482 */ 	margin-right: -32px;
/* 1483 */ }
/* 1484 */ 
/* 1485 */ li.comment {
/* 1486 */ 	background-color: #f5f5f5;
/* 1487 */ 	border: 2px solid #fff;
/* 1488 */ 	border-right: none;
/* 1489 */ }
/* 1490 */ 
/* 1491 */ .entry-pings .reply {
/* 1492 */ 	display: none;
/* 1493 */ }
/* 1494 */ 
/* 1495 */ .bypostauthor {
/* 1496 */ }
/* 1497 */ 
/* 1498 */ .form-allowed-tags {
/* 1499 */ 	background-color: #f5f5f5;
/* 1500 */ 	font-size: 14px;

/* style.css */

/* 1501 */ 	padding: 24px;
/* 1502 */ }
/* 1503 */ 
/* 1504 */ 
/* 1505 */ /*
/* 1506 *| Sidebars
/* 1507 *| ---------------------------------------------------------------------------------------------------- */
/* 1508 */ 
/* 1509 */ .sidebar p:last-child,
/* 1510 */ .sidebar ul > li:last-child {
/* 1511 */ 	margin-bottom: 0;
/* 1512 */ }
/* 1513 */ 
/* 1514 */ .sidebar .featured-content p:last-child {
/* 1515 */ 	margin-bottom: 24px;
/* 1516 */ }
/* 1517 */ 
/* 1518 */ .sidebar li {
/* 1519 */ 	border-bottom: 1px dotted #888;
/* 1520 */ 	margin-bottom: 6px;
/* 1521 */ 	padding-bottom: 6px;
/* 1522 */ }
/* 1523 */ 
/* 1524 */ .sidebar .widget {
/* 1525 */ 	margin-bottom: 40px;
/* 1526 */ }
/* 1527 */ 
/* 1528 */ .sidebar .tagcloud a,
/* 1529 */ .sidebar .tagcloud a:visited {
/* 1530 */ 	background-color: #eee;
/* 1531 */ 	color: #222;
/* 1532 */ 	cursor: pointer;
/* 1533 */ 	display: inline-block;
/* 1534 */ 	margin: 0 5px 5px 0;
/* 1535 */ 	padding: 5px 10px;
/* 1536 */ }
/* 1537 */ 
/* 1538 */ .sidebar .tagcloud a:hover {
/* 1539 */ 	background-color: #e8554e;
/* 1540 */ 	color: #fff;
/* 1541 */ }
/* 1542 */ 
/* 1543 */ 
/* 1544 */ /*
/* 1545 *| Footer Widgets
/* 1546 *| ---------------------------------------------------------------------------------------------------- */
/* 1547 */ 
/* 1548 */ .footer-widgets {
/* 1549 */ 	background-color: #222;
/* 1550 */ 	color: #aaa;

/* style.css */

/* 1551 */ 	clear: both;
/* 1552 */ 	font-size: 14px;
/* 1553 */ 	padding: 60px 0 20px;
/* 1554 */ }
/* 1555 */ 
/* 1556 */ .footer-widgets-1,
/* 1557 */ .footer-widgets-2,
/* 1558 */ .footer-widgets-3 {
/* 1559 */ 	width: 360px;
/* 1560 */ }
/* 1561 */ 
/* 1562 */ .footer-widgets-1 {
/* 1563 */ 	margin-right: 30px;
/* 1564 */ }
/* 1565 */ 
/* 1566 */ .footer-widgets-1,
/* 1567 */ .footer-widgets-2 {
/* 1568 */ 	float: left;
/* 1569 */ }
/* 1570 */ 
/* 1571 */ .footer-widgets-3 {
/* 1572 */ 	float: right;
/* 1573 */ }
/* 1574 */ 
/* 1575 */ .footer-widgets a {
/* 1576 */ 	color: #fff;
/* 1577 */ 	font-weight: 300;
/* 1578 */ }
/* 1579 */ 
/* 1580 */ .footer-widgets a:hover {
/* 1581 */ 	color: #ccc;
/* 1582 */ }
/* 1583 */ 
/* 1584 */ .footer-widgets .widget {
/* 1585 */ 	margin-bottom: 40px;
/* 1586 */ }
/* 1587 */ 
/* 1588 */ .footer-widgets li {
/* 1589 */ 	margin-bottom: 20px;
/* 1590 */ }
/* 1591 */ 
/* 1592 */ 
/* 1593 */ /*
/* 1594 *| Site Footer
/* 1595 *| ---------------------------------------------------------------------------------------------------- */
/* 1596 */ 
/* 1597 */ .site-footer {
/* 1598 */ 	background-color: #222;
/* 1599 */ 	font-family: 'Raleway', sans-serif;
/* 1600 */ 	font-size: 14px;

/* style.css */

/* 1601 */ 	text-align: center;
/* 1602 */ }
/* 1603 */ 
/* 1604 */ .site-footer .wrap {
/* 1605 */ 	border-top: 1px solid #444;
/* 1606 */ 	padding: 60px 0;
/* 1607 */ }
/* 1608 */ 
/* 1609 */ .site-footer,
/* 1610 */ .site-footer a {
/* 1611 */ 	color: #aaa;
/* 1612 */ }
/* 1613 */ 
/* 1614 */ .site-footer a:hover {
/* 1615 */ 	color: #fff;
/* 1616 */ }
/* 1617 */ 
/* 1618 */ .site-footer p {
/* 1619 */ 	margin-bottom: 0;
/* 1620 */ }
/* 1621 */ 
/* 1622 */ 
/* 1623 */ /*
/* 1624 *| Color Styles
/* 1625 *| ---------------------------------------------------------------------------------------------------- */
/* 1626 */ 
/* 1627 */ .magazine-pro-blue a.more-link:hover,
/* 1628 */ .magazine-pro-blue .home-middle a.more-link,
/* 1629 */ .magazine-pro-blue .home-top a.more-link,
/* 1630 */ .magazine-pro-blue .site-title a:hover,
/* 1631 */ .magazine-pro-green a.more-link:hover,
/* 1632 */ .magazine-pro-green .home-middle a.more-link,
/* 1633 */ .magazine-pro-green .home-top a.more-link,
/* 1634 */ .magazine-pro-green .site-title a:hover,
/* 1635 */ .magazine-pro-orange a.more-link:hover,
/* 1636 */ .magazine-pro-orange .home-middle a.more-link,
/* 1637 */ .magazine-pro-orange .home-top a.more-link,
/* 1638 */ .magazine-pro-orange .site-title a:hover {
/* 1639 */ 	color: #222;
/* 1640 */ }
/* 1641 */ 
/* 1642 */ .magazine-pro-blue .archive-pagination li a:hover,
/* 1643 */ .magazine-pro-blue .footer-widgets a:hover,
/* 1644 */ .magazine-pro-blue .home-middle a.more-link:hover,
/* 1645 */ .magazine-pro-blue .home-top a.more-link:hover,
/* 1646 */ .magazine-pro-blue .site-footer a:hover,
/* 1647 */ .magazine-pro-green .archive-pagination li a:hover,
/* 1648 */ .magazine-pro-green .footer-widgets a:hover,
/* 1649 */ .magazine-pro-green .home-middle a.more-link:hover,
/* 1650 */ .magazine-pro-green .home-top a.more-link:hover,

/* style.css */

/* 1651 */ .magazine-pro-green .site-footer a:hover,
/* 1652 */ .magazine-pro-orange .archive-pagination li a:hover,
/* 1653 */ .magazine-pro-orange .footer-widgets a:hover,
/* 1654 */ .magazine-pro-orange .home-middle a.more-link:hover,
/* 1655 */ .magazine-pro-orange .home-top a.more-link:hover,
/* 1656 */ .magazine-pro-orange .site-footer a:hover {
/* 1657 */ 	color: #fff;
/* 1658 */ }
/* 1659 */ 
/* 1660 */ .magazine-pro-blue .enews-widget input:hover[type="submit"],
/* 1661 */ .magazine-pro-green .enews-widget input:hover[type="submit"],
/* 1662 */ .magazine-pro-orange .enews-widget input:hover[type="submit"] {
/* 1663 */ 	background-color: #fff;
/* 1664 */ }
/* 1665 */ 
/* 1666 */ .magazine-pro-blue .footer-widgets a:hover,
/* 1667 */ .magazine-pro-green .footer-widgets a:hover,
/* 1668 */ .magazine-pro-orange .footer-widgets a:hover {
/* 1669 */ 	color: #ccc;
/* 1670 */ }
/* 1671 */ 
/* 1672 */ /* Magazine Pro Blue
/* 1673 *| --------------------------------------------- */
/* 1674 */ 
/* 1675 */ .magazine-pro-blue a:hover,
/* 1676 */ .magazine-pro-blue .entry-content a,
/* 1677 */ .magazine-pro-blue .entry-title a:hover,
/* 1678 */ .magazine-pro-blue .genesis-nav-menu a:hover,
/* 1679 */ .magazine-pro-blue .genesis-nav-menu .current-menu-item > a,
/* 1680 */ .magazine-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
/* 1681 */ .magazine-pro-blue .nav-primary a:hover,
/* 1682 */ .magazine-pro-blue .nav-primary .sub-menu a:hover,
/* 1683 */ .magazine-pro-blue .nav-primary .genesis-nav-menu .current-menu-item > a {
/* 1684 */ 	color: #469bd1;
/* 1685 */ }
/* 1686 */ 
/* 1687 */ .js.magazine-pro-blue .content .home-middle a .entry-time,
/* 1688 */ .js.magazine-pro-blue .content .home-top a .entry-time,
/* 1689 */ .magazine-pro-blue button:hover,
/* 1690 */ .magazine-pro-blue input:hover[type="button"],
/* 1691 */ .magazine-pro-blue input:hover[type="reset"],
/* 1692 */ .magazine-pro-blue input:hover[type="submit"],
/* 1693 */ .magazine-pro-blue .archive-pagination li a:hover,
/* 1694 */ .magazine-pro-blue .archive-pagination li.active a,
/* 1695 */ .magazine-pro-blue .button:hover,
/* 1696 */ .magazine-pro-blue .enews-widget input[type="submit"],
/* 1697 */ .magazine-pro-blue .entry-content .button:hover,
/* 1698 */ .magazine-pro-blue .home-middle a.more-link:hover,
/* 1699 */ .magazine-pro-blue .home-top a.more-link:hover,
/* 1700 */ .magazine-pro-blue .sidebar .tagcloud a:hover {

/* style.css */

/* 1701 */ 	background-color: #469bd1;
/* 1702 */ }
/* 1703 */ 
/* 1704 */ .magazine-pro-blue .button:hover {
/* 1705 */ 	color: #fff;
/* 1706 */ }
/* 1707 */ 
/* 1708 */ /* Magazine Pro Green
/* 1709 *| --------------------------------------------- */
/* 1710 */ 
/* 1711 */ .magazine-pro-green a:hover,
/* 1712 */ .magazine-pro-green .entry-content a,
/* 1713 */ .magazine-pro-green .entry-title a:hover,
/* 1714 */ .magazine-pro-green .genesis-nav-menu a:hover,
/* 1715 */ .magazine-pro-green .genesis-nav-menu .current-menu-item > a,
/* 1716 */ .magazine-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
/* 1717 */ .magazine-pro-green .nav-primary a:hover,
/* 1718 */ .magazine-pro-green .nav-primary .sub-menu a:hover,
/* 1719 */ .magazine-pro-green .nav-primary .genesis-nav-menu .current-menu-item > a {
/* 1720 */ 	color: #3fbd85;
/* 1721 */ }
/* 1722 */ 
/* 1723 */ .js.magazine-pro-green .content .home-middle a .entry-time,
/* 1724 */ .js.magazine-pro-green .content .home-top a .entry-time,
/* 1725 */ .magazine-pro-green button:hover,
/* 1726 */ .magazine-pro-green input:hover[type="button"],
/* 1727 */ .magazine-pro-green input:hover[type="reset"],
/* 1728 */ .magazine-pro-green input:hover[type="submit"],
/* 1729 */ .magazine-pro-green .archive-pagination li a:hover,
/* 1730 */ .magazine-pro-green .archive-pagination li.active a,
/* 1731 */ .magazine-pro-green .button:hover,
/* 1732 */ .magazine-pro-green .enews-widget input[type="submit"],
/* 1733 */ .magazine-pro-green .entry-content .button:hover,
/* 1734 */ .magazine-pro-green .home-middle a.more-link:hover,
/* 1735 */ .magazine-pro-green .home-top a.more-link:hover,
/* 1736 */ .magazine-pro-green .sidebar .tagcloud a:hover {
/* 1737 */ 	background-color: #3fbd85;
/* 1738 */ }
/* 1739 */ 
/* 1740 */ .magazine-pro-green .button:hover {
/* 1741 */ 	color: #fff;
/* 1742 */ }
/* 1743 */ 
/* 1744 */ /* Magazine Pro Orange
/* 1745 *| --------------------------------------------- */
/* 1746 */ 
/* 1747 */ .magazine-pro-orange a:hover,
/* 1748 */ .magazine-pro-orange .entry-content a,
/* 1749 */ .magazine-pro-orange .entry-title a:hover,
/* 1750 */ .magazine-pro-orange .genesis-nav-menu a:hover,

/* style.css */

/* 1751 */ .magazine-pro-orange .genesis-nav-menu .current-menu-item > a,
/* 1752 */ .magazine-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
/* 1753 */ .magazine-pro-orange .nav-primary a:hover,
/* 1754 */ .magazine-pro-orange .nav-primary .sub-menu a:hover,
/* 1755 */ .magazine-pro-orange .nav-primary .genesis-nav-menu .current-menu-item > a {
/* 1756 */ 	color: #f2a561;
/* 1757 */ }
/* 1758 */ 
/* 1759 */ .js.magazine-pro-orange .content .home-middle a .entry-time,
/* 1760 */ .js.magazine-pro-orange .content .home-top a .entry-time,
/* 1761 */ .magazine-pro-orange button:hover,
/* 1762 */ .magazine-pro-orange input:hover[type="button"],
/* 1763 */ .magazine-pro-orange input:hover[type="reset"],
/* 1764 */ .magazine-pro-orange input:hover[type="submit"],
/* 1765 */ .magazine-pro-orange .archive-pagination li a:hover,
/* 1766 */ .magazine-pro-orange .archive-pagination li.active a,
/* 1767 */ .magazine-pro-orange .button:hover,
/* 1768 */ .magazine-pro-orange .enews-widget input[type="submit"],
/* 1769 */ .magazine-pro-orange .entry-content .button:hover,
/* 1770 */ .magazine-pro-orange .home-middle a.more-link:hover,
/* 1771 */ .magazine-pro-orange .home-top a.more-link:hover,
/* 1772 */ .magazine-pro-orange .sidebar .tagcloud a:hover {
/* 1773 */ 	background-color: #f2a561;
/* 1774 */ }
/* 1775 */ 
/* 1776 */ .magazine-pro-orange .button:hover {
/* 1777 */ 	color: #fff;
/* 1778 */ }
/* 1779 */ 
/* 1780 */ 
/* 1781 */ /*
/* 1782 *| Media Queries
/* 1783 *| ---------------------------------------------------------------------------------------------------- */
/* 1784 */ 
/* 1785 */ @media only screen and (max-width: 1139px) {
/* 1786 */ 
/* 1787 */ 	.site-inner,
/* 1788 */ 	.wrap {
/* 1789 */ 		max-width: 960px;
/* 1790 */ 	}
/* 1791 */ 
/* 1792 */ 	.title-area {
/* 1793 */ 		width: 380px;
/* 1794 */ 	}
/* 1795 */ 
/* 1796 */ 	.site-header .widget-area {
/* 1797 */ 		width: 570px;
/* 1798 */ 	}
/* 1799 */ 
/* 1800 */ 	.content-sidebar-sidebar .content-sidebar-wrap,

/* style.css */

/* 1801 */ 	.sidebar-content-sidebar .content-sidebar-wrap,
/* 1802 */ 	.sidebar-sidebar-content .content-sidebar-wrap {
/* 1803 */ 		width: 780px;
/* 1804 */ 	}
/* 1805 */ 
/* 1806 */ 	.content {
/* 1807 */ 		width: 630px;
/* 1808 */ 	}
/* 1809 */ 
/* 1810 */ 	.content-sidebar-sidebar .content,
/* 1811 */ 	.sidebar-content-sidebar .content,
/* 1812 */ 	.sidebar-sidebar-content .content {
/* 1813 */ 		width: 450px;
/* 1814 */ 	}
/* 1815 */ 
/* 1816 */ 	.footer-widgets-1,
/* 1817 */ 	.footer-widgets-2,
/* 1818 */ 	.footer-widgets-3,
/* 1819 */ 	.home-middle .featured-content .entry,
/* 1820 */ 	.sidebar-primary {
/* 1821 */ 		width: 300px;
/* 1822 */ 	}
/* 1823 */ 
/* 1824 */ 	.sidebar-secondary {
/* 1825 */ 		width: 150px;
/* 1826 */ 	}
/* 1827 */ 
/* 1828 */ }
/* 1829 */ 
/* 1830 */ @media only screen and (max-width: 1023px) {
/* 1831 */ 
/* 1832 */ 	.site-inner,
/* 1833 */ 	.wrap {
/* 1834 */ 		max-width: 750px;
/* 1835 */ 	}
/* 1836 */ 
/* 1837 */ 	.content,
/* 1838 */ 	.content-sidebar-sidebar .content,
/* 1839 */ 	.content-sidebar-sidebar .content-sidebar-wrap,
/* 1840 */ 	.footer-widgets-1,
/* 1841 */ 	.footer-widgets-2,
/* 1842 */ 	.footer-widgets-3,
/* 1843 */ 	.home-middle .featured-content .entry,
/* 1844 */ 	.sidebar-content-sidebar .content,
/* 1845 */ 	.sidebar-content-sidebar .content-sidebar-wrap,
/* 1846 */ 	.sidebar-primary,
/* 1847 */ 	.sidebar-secondary,
/* 1848 */ 	.sidebar-sidebar-content .content,
/* 1849 */ 	.sidebar-sidebar-content .content-sidebar-wrap,
/* 1850 */ 	.site-header .widget-area,

/* style.css */

/* 1851 */ 	.title-area {
/* 1852 */ 		width: 100%;
/* 1853 */ 	}
/* 1854 */ 
/* 1855 */ 	.genesis-nav-menu,
/* 1856 */ 	.site-header .title-area,
/* 1857 */ 	.site-header .widget-area,
/* 1858 */ 	.site-title {
/* 1859 */ 		text-align: center;
/* 1860 */ 	}
/* 1861 */ 
/* 1862 */ 	.nav-primary {
/* 1863 */ 		position: relative;
/* 1864 */ 	}
/* 1865 */ 
/* 1866 */ 	.featured-content .entry,
/* 1867 */ 	.site-header .search-form,
/* 1868 */ 	.site-title {
/* 1869 */ 		float: none;
/* 1870 */ 	}
/* 1871 */ 
/* 1872 */ 	.primary-nav .site-header,
/* 1873 */ 	.title-area {
/* 1874 */ 		padding-top: 0;
/* 1875 */ 	}
/* 1876 */ 
/* 1877 */ 	.title-area {
/* 1878 */ 		padding-bottom: 20px;
/* 1879 */ 	}
/* 1880 */ 
/* 1881 */ 	.header-image .site-header .title-area {
/* 1882 */ 		padding-bottom: 0;
/* 1883 */ 	}
/* 1884 */ 
/* 1885 */ 	.genesis-nav-menu > .right {
/* 1886 */ 		display: none;
/* 1887 */ 	}
/* 1888 */ 
/* 1889 */ }
/* 1890 */ 
/* 1891 */ @media only screen and (max-width: 768px) {
/* 1892 */ 
/* 1893 */ 	.footer-widgets,
/* 1894 */ 	.nav-secondary,
/* 1895 */ 	.site-footer,
/* 1896 */ 	.site-header,
/* 1897 */ 	.site-inner {
/* 1898 */ 		padding-left: 5%;
/* 1899 */ 		padding-right: 5%;
/* 1900 */ 	}

/* style.css */

/* 1901 */ 
/* 1902 */ 	.genesis-nav-menu > .first > a {
/* 1903 */ 		padding-left: 20px;
/* 1904 */ 	}
/* 1905 */ 
/* 1906 */ 	.nav-primary .responsive-menu {
/* 1907 */ 		display: none;
/* 1908 */ 	}
/* 1909 */ 
/* 1910 */ 	.nav-primary #responsive-menu-icon {
/* 1911 */ 		display: block;
/* 1912 */ 		text-align: center;
/* 1913 */ 	}
/* 1914 */ 
/* 1915 */ 	.home-bottom .featured-content .entry,
/* 1916 */ 	.home-middle .featured-content .entry {
/* 1917 */ 		padding-bottom: 20px;
/* 1918 */ 	}
/* 1919 */ 
/* 1920 */ 	.archive-pagination li a {
/* 1921 */ 		margin-bottom: 4px;
/* 1922 */ 	}
/* 1923 */ 
/* 1924 */ 	.five-sixths,
/* 1925 */ 	.four-sixths,
/* 1926 */ 	.one-fourth,
/* 1927 */ 	.one-half,
/* 1928 */ 	.one-sixth,
/* 1929 */ 	.one-third,
/* 1930 */ 	.three-fourths,
/* 1931 */ 	.three-sixths,
/* 1932 */ 	.two-fourths,
/* 1933 */ 	.two-sixths,
/* 1934 */ 	.two-thirds {
/* 1935 */ 		margin: 0;
/* 1936 */ 		width: 100%;
/* 1937 */ 	}
/* 1938 */ 
/* 1939 */ }

/* 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 */ 	margin-left: 0.5em;
/* 60 */ }
/* 61 */ 
/* 62 */ .wpcf7-display-none {
/* 63 */ 	display: none;
/* 64 */ }
/* 65 */ 
/* 66 */ div.wpcf7 img.ajax-loader {
/* 67 */ 	border: none;
/* 68 */ 	vertical-align: middle;
/* 69 */ 	margin-left: 4px;
/* 70 */ }
/* 71 */ 
/* 72 */ div.wpcf7 div.ajax-error {
/* 73 */ 	display: none;
/* 74 */ }
/* 75 */ 
/* 76 */ div.wpcf7 .placeheld {
/* 77 */ 	color: #888;
/* 78 */ }
/* 79 */ 

/* style.css */

/* 1  */ @font-face {
/* 2  */ 	font-family: 'ssi-icomoon';
/* 3  */ 	src:url('/wp-content/plugins/simple-social-icons/font/ssi-icomoon.eot?ssi-texv9a');
/* 4  */ 	src:url('/wp-content/plugins/simple-social-icons/font/ssi-icomoon.eot?#iefixssi-texv9a') format('embedded-opentype'),
/* 5  */ 	url('/wp-content/plugins/simple-social-icons/font/ssi-icomoon.woff?ssi-texv9a') format('woff'),
/* 6  */ 	url('/wp-content/plugins/simple-social-icons/font/ssi-icomoon.ttf?ssi-texv9a') format('truetype'),
/* 7  */ 	url('/wp-content/plugins/simple-social-icons/font/ssi-icomoon.svg?ssi-texv9a#ssi-icomoon') 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 */ 
