
/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: Origami
/* 3    *| Theme URI: https://siteorigin.com/theme/origami
/* 4    *| Description: Origami is a simple, responsive media blogging theme that places strong emphasis on your content. It looks great on mobile devices, even the videos and galleries scale to fit small screens. The options panel is easy to understand with a minimal set of options. Origami includes a powerful drag and drop page builder for creating unlimited page layouts. So you can use Origami as a standard photography blog or a complete business website. We offer free and premium support on our support <a href="http://siteorigin.com/thread/">forums</a> (http://siteorigin.com/thread/).
/* 5    *| Tags: one-column, fluid-layout, post-formats, custom-menu, theme-options, threaded-comments, translation-ready, photoblogging, responsive-layout
/* 6    *| Author: SiteOrigin
/* 7    *| Author URI: https://siteorigin.com/
/* 8    *| Version: 1.6.4
/* 9    *| License: GPL v2.0
/* 10   *| License URI: license.txt
/* 11   *| */
/* 12   */ 
/* 13   */ /* @group Reset */
/* 14   */ 
/* 15   */ html, body, div, span, applet, object, iframe,
/* 16   */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 17   */ a, abbr, acronym, address, big, cite, code,
/* 18   */ del, dfn, em, font, img, ins, kbd, q, s, samp,
/* 19   */ small, strike, strong, sub, sup, tt, var,
/* 20   */ dl, dt, dd, ol, ul, li,
/* 21   */ fieldset, form, label, legend,
/* 22   */ table, caption, tbody, tfoot, thead, tr, th, td {
/* 23   */ 	margin: 0;
/* 24   */ 	padding: 0;
/* 25   */ 	border: 0;
/* 26   */ 	outline: 0;
/* 27   */ 	font-weight: inherit;
/* 28   */ 	font-style: inherit;
/* 29   */ 	font-size: 100%;
/* 30   */ 	font-family: inherit;
/* 31   */ 	vertical-align: baseline;
/* 32   */ }
/* 33   */ 
/* 34   */ /* remember to define focus styles! */
/* 35   */ 
/* 36   */ :focus {
/* 37   */ 	outline: 0;
/* 38   */ }
/* 39   */ 
/* 40   */ body {
/* 41   */ 	line-height: 1;
/* 42   */ 	-webkit-text-size-adjust:none;
/* 43   */ }
/* 44   */ 
/* 45   */ ol, ul {
/* 46   */ 	list-style: none;
/* 47   */ }
/* 48   */ 
/* 49   */ /* tables still need 'cellspacing="0"' in the markup */
/* 50   */ 

/* style.css */

/* 51   */ table {
/* 52   */ 	border-collapse: separate;
/* 53   */ 	border-spacing: 0;
/* 54   */ }
/* 55   */ 
/* 56   */ caption, th, td {
/* 57   */ 	text-align: left;
/* 58   */ 	font-weight: normal;
/* 59   */ }
/* 60   */ 
/* 61   */ blockquote:before, blockquote:after,
/* 62   */ q:before, q:after {
/* 63   */ 	content: "";
/* 64   */ }
/* 65   */ 
/* 66   */ blockquote, q {
/* 67   */ 	quotes: "" "";
/* 68   */ }
/* 69   */ 
/* 70   */ /* @end */
/* 71   */ 
/* 72   */ /* @group General */
/* 73   */ 
/* 74   */ body{
/* 75   */ 	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
/* 76   */ 	font-size: 13px;
/* 77   */ 	font-weight: 400;
/* 78   */ }
/* 79   */ 
/* 80   */ .container {
/* 81   */ 	width: 100%;
/* 82   */ 	margin: 0 auto;
/* 83   */ 	max-width: 1024px;
/* 84   */ 	padding: 0 15px;
/* 85   */ 	box-sizing:border-box;
/* 86   */ 	-moz-box-sizing:border-box;
/* 87   */ 	-webkit-box-sizing:border-box;
/* 88   */ }
/* 89   */ 
/* 90   */ .clear{
/* 91   */ 	clear: both;
/* 92   */ }
/* 93   */ 
/* 94   */ /* @end */
/* 95   */ 
/* 96   */ /* @group Page */
/* 97   */ 
/* 98   */ /* This is the main page frame */
/* 99   */ 
/* 100  */ #page-container {

/* style.css */

/* 101  */ 	width: 100%;
/* 102  */ 	background: #fdfdfd;
/* 103  */     padding: 2.25% 4.5%;
/* 104  */ 	margin: 30px 0 35px 0;
/* 105  */ 	
/* 106  */ 	box-sizing:border-box;
/* 107  */ 	-moz-box-sizing:border-box;
/* 108  */ 	-webkit-box-sizing:border-box;
/* 109  */ 	
/* 110  */ 	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
/* 111  */ 	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
/* 112  */ 	box-shadow:0 1px 2px rgba(0,0,0,0.1), inset 0 0 2px rgba(0,0,0,0.1125);
/* 113  */ 	border: 1px solid #cbc9c7;
/* 114  */ }
/* 115  */ 
/* 116  */ 
/* 117  */ 
/* 118  */ /* @end */
/* 119  */ 
/* 120  */ /* @group Logo */
/* 121  */ 
/* 122  */ #logo {
/* 123  */ 	position: relative;
/* 124  */ 	margin: 20px 0 25px 0;
/* 125  */ }
/* 126  */ 
/* 127  */ #logo.logo-centered{
/* 128  */ 	text-align: center;
/* 129  */ }
/* 130  */ 
/* 131  */ #logo a.logo-link{
/* 132  */ 	text-decoration: none;
/* 133  */ }
/* 134  */ 
/* 135  */ #logo h1{
/* 136  */ 	display: inline-block;
/* 137  */ 	color: #555;
/* 138  */ 	font-family: "Terminal Dosis", Arial, Helvetica, Geneva, sans-serif;
/* 139  */ 	font-size: 52px;
/* 140  */ 	font-weight: 200;
/* 141  */ 	margin-bottom: 0.2em;
/* 142  */ }
/* 143  */ 
/* 144  */ #logo h3{
/* 145  */ 	display: inline-block;
/* 146  */ 	color: #666;
/* 147  */ 	font-size: 13px;
/* 148  */ }
/* 149  */ 
/* 150  */ #logo img {

/* style.css */

/* 151  */ 	max-width: 100%;
/* 152  */ 	height: auto;
/* 153  */ }
/* 154  */ 
/* 155  */ /* @group Search Form */
/* 156  */ 
/* 157  */ #logo #searchform{
/* 158  */ 	position: absolute;
/* 159  */ 	top: 50%;
/* 160  */ 	right: 0;
/* 161  */ 	margin-top: -12px;
/* 162  */ }
/* 163  */ 
/* 164  */ #logo #searchform label{
/* 165  */ 	display: none;
/* 166  */ }
/* 167  */ 
/* 168  */ #logo #searchform #searchsubmit{
/* 169  */ 	display: none;
/* 170  */ }
/* 171  */ 
/* 172  */ #logo #searchform #s{
/* 173  */ 	width: 28px;
/* 174  */ 	padding: 4px;
/* 175  */ 	border: 1px solid #EEEEEE;
/* 176  */ 	border-width: 0 0 1px 0;
/* 177  */ 	font-size: 0.9em;
/* 178  */ 	
/* 179  */ 	font-weight: 200;
/* 180  */ 	
/* 181  */ 	-moz-box-sizing:border-box;
/* 182  */ 	-webkit-box-sizing:border-box;
/* 183  */ 	box-sizing:border-box;
/* 184  */ 	
/* 185  */ 	-webkit-transition: all 0.275s ease-in-out;
/* 186  */ 	-moz-transition: all 0.275s ease-in-out;
/* 187  */ 	-o-transition: all 0.275s ease-in-out;
/* 188  */ 	-ms-transition: all 0.275s ease-in-out;
/* 189  */ 	transition: all 0.275s ease-in-out;
/* 190  */ 	
/* 191  */ 	background: #F9F9F9 url(/wp-content/themes/origami/images/mag.png) no-repeat 10px center;
/* 192  */ 	
/* 193  */ 	padding-left: 30px;
/* 194  */ 	
/* 195  */ 	color: #777;
/* 196  */ }
/* 197  */ 
/* 198  */ #logo #searchform #s:focus{
/* 199  */ 	width: 180px;
/* 200  */ }

/* style.css */

/* 201  */ 
/* 202  */ @media screen and (max-width:480px) {
/* 203  */     #logo #searchform {
/* 204  */         position: static;
/* 205  */         margin-top: 15px;
/* 206  */     }
/* 207  */ 
/* 208  */     #logo #searchform #s {
/* 209  */         width: 100%;
/* 210  */     }
/* 211  */ 
/* 212  */     #logo #searchform #s:focus{
/* 213  */         width: 100%;
/* 214  */     }
/* 215  */ }
/* 216  */ 
/* 217  */ 
/* 218  */ /* @end */
/* 219  */ 
/* 220  */ 
/* 221  */ 
/* 222  */ /* @end */
/* 223  */ 
/* 224  */ /* @group Main Menu */
/* 225  */ 
/* 226  */ #menu ul{
/* 227  */     display: block;
/* 228  */ 	padding: 0px;
/* 229  */ 	text-align: center;
/* 230  */ 	margin-bottom: 25px;
/* 231  */ 	
/* 232  */ 	border: 1px solid #EEEEEE;
/* 233  */ 	border-width: 1px 0;
/* 234  */ 	background: #F9F9F9;
/* 235  */ }
/* 236  */ 
/* 237  */ #menu ul li{
/* 238  */ 	display: inline-block;
/* 239  */ 	padding: 22px 25px;
/* 240  */ 	position: relative;
/* 241  */ }
/* 242  */ 
/* 243  */ #menu ul li a{
/* 244  */ 	text-decoration: none;
/* 245  */ 	font-size: 1em;
/* 246  */ 	color: #505050;
/* 247  */ }
/* 248  */ 
/* 249  */ #menu ul li ul{
/* 250  */ 	visibility: hidden;

/* style.css */

/* 251  */ 	display: block;
/* 252  */ 	
/* 253  */ 	position: absolute;
/* 254  */ 	background: #F5F5F5;
/* 255  */ 	
/* 256  */ 	z-index: 10;
/* 257  */ 	
/* 258  */ 	top: 100%;
/* 259  */ 	left: 50%;
/* 260  */ 	width: 160px;
/* 261  */     margin-left: -80px;
/* 262  */ 	border-top: 1px solid #E4E4E4;
/* 263  */ 	
/* 264  */ 	background-color: #F4F4F4;
/* 265  */ 	border-color: #DDDDDD;
/* 266  */ 
/* 267  */     -moz-box-sizing: border-box;
/* 268  */     -webkit-box-sizing: border-box;
/* 269  */     box-sizing: border-box;
/* 270  */ }
/* 271  */ 
/* 272  */ #menu ul li li ul{
/* 273  */     margin-left: 0;
/* 274  */     top: 0;
/* 275  */     left: 160px;
/* 276  */ }
/* 277  */ 
/* 278  */ #menu ul li ul li a{
/* 279  */     display: block;
/* 280  */ 	color: #606060;
/* 281  */ 	font-size: 0.9em;
/* 282  */ }
/* 283  */ 
/* 284  */ #menu ul ul li{
/* 285  */ 	width: 160px;
/* 286  */ 	text-align: center;
/* 287  */ 	padding: 10px 0;
/* 288  */ }
/* 289  */ 
/* 290  */ #menu ul li:hover > ul{
/* 291  */ 	visibility: visible;
/* 292  */ 	display: block;
/* 293  */ }
/* 294  */ 
/* 295  */ #menu .mobilenav-main-link {
/* 296  */     font-weight: 500;
/* 297  */     font-size: 14px;
/* 298  */ }
/* 299  */ 
/* 300  */ 

/* style.css */

/* 301  */ #menu .mobilenav-main-link .mobile-nav-icon{
/* 302  */ 	font-family: origami-icons;
/* 303  */ 	color: #666666;
/* 304  */ 	font-size: 15px;
/* 305  */     display: block;
/* 306  */ 	float: left;
/* 307  */     width: 13px;
/* 308  */     height: 15px;
/* 309  */     margin: -1px 8px 0 0;
/* 310  */ }
/* 311  */ 
/* 312  */ #menu .mobilenav-main-link .mobile-nav-icon:before {
/* 313  */ 	content: "\e601";
/* 314  */ }
/* 315  */ 
/* 316  */ /* @end */
/* 317  */ 
/* 318  */ /* @group Post */
/* 319  */ 
/* 320  */ .post{
/* 321  */ 	margin-bottom: 30px;
/* 322  */ }
/* 323  */ 
/* 324  */ /* @group Entry Title */
/* 325  */ 
/* 326  */ h1.entry-title,
/* 327  */ h1.archive-title{
/* 328  */ 	font-size: 2.2em;
/* 329  */ 	margin: 1em 0 0.4em 0;
/* 330  */ 	text-align: center;
/* 331  */ 	color: #333;
/* 332  */ 	font-family: "Dosis", Arial, Helvetica, Geneva, sans-serif;
/* 333  */ 	font-size: 28px;
/* 334  */ 	font-weight: 200;
/* 335  */ 	line-height: 1.25em;
/* 336  */ }
/* 337  */ 
/* 338  */ h1.entry-title.noinfo{
/* 339  */ 	margin-bottom: 30px;
/* 340  */ }
/* 341  */ 
/* 342  */ h1.entry-title a{
/* 343  */ 	text-decoration: none;
/* 344  */ 	color: inherit;
/* 345  */ }
/* 346  */ 
/* 347  */ 
/* 348  */ 
/* 349  */ /* @end */
/* 350  */ 

/* style.css */

/* 351  */ .post:last-child{
/* 352  */ 	margin-bottom: 0;
/* 353  */ }
/* 354  */ 
/* 355  */ .post .post-info{
/* 356  */ 	margin-bottom: 30px;
/* 357  */ 	text-align: center;
/* 358  */ 	color: #A6A6A6;
/* 359  */ 	font-size: 11.5px;
/* 360  */ }
/* 361  */ 
/* 362  */ .post .post-info strong,
/* 363  */ .post .post-info a{
/* 364  */ 	font-weight: 500;
/* 365  */ 	text-decoration: none;
/* 366  */ 	color: #808080;
/* 367  */ }
/* 368  */ 
/* 369  */ .post-navigation{
/* 370  */ 	margin-top: 15px;
/* 371  */ 	margin-bottom: 35px;
/* 372  */ }
/* 373  */ 
/* 374  */ .post-navigation a{
/* 375  */ 	display: block;
/* 376  */ 	color: #505050;
/* 377  */ 	text-decoration: none;
/* 378  */ }
/* 379  */ 
/* 380  */ .post-navigation a:hover{
/* 381  */ 	color: #333;
/* 382  */ }
/* 383  */ 
/* 384  */ .post-navigation a[rel=prev]{
/* 385  */ 	float: left;
/* 386  */ }
/* 387  */ 
/* 388  */ .post-navigation a[rel=next]{
/* 389  */ 	float: right;
/* 390  */ }
/* 391  */ 
/* 392  */ @media screen and (max-width:480px) {
/* 393  */ 	.post .content {
/* 394  */ 		-moz-column-count: 1 !important;
/* 395  */ 		-webkit-column-count: 1 !important;
/* 396  */ 		column-count: 1 !important;
/* 397  */ 	}
/* 398  */ }
/* 399  */ 
/* 400  */ /* @group Featured Image */

/* style.css */

/* 401  */ 
/* 402  */ .post .featured-image{
/* 403  */ 	position: relative;
/* 404  */ 	text-align: center;
/* 405  */ }
/* 406  */ 
/* 407  */ .post img.main-image {
/* 408  */ 	max-width: 100%;
/* 409  */ 	height: auto;
/* 410  */ }
/* 411  */ 
/* 412  */ .post img.main-image.mobile{
/* 413  */ 	display: none;
/* 414  */ }
/* 415  */ 
/* 416  */ @media screen and (max-width:480px){
/* 417  */ 	.post img.main-image.mobile{
/* 418  */ 		display: block;
/* 419  */ 	}
/* 420  */ 	
/* 421  */ 	.post img.main-image.desktop{
/* 422  */ 		display: none;
/* 423  */ 	}
/* 424  */ }
/* 425  */ 
/* 426  */ /* @end */
/* 427  */ 
/* 428  */ /* @group Bar below content */
/* 429  */ 
/* 430  */ .post .below-content {
/* 431  */ 	color: #666;
/* 432  */ 	padding: 20px 10px;
/* 433  */ 	text-align: right;
/* 434  */ 	border-style: solid;
/* 435  */ 	background: #FAFAFA;
/* 436  */ 	margin-top: 30px;
/* 437  */ 	
/* 438  */ 	border: 1px solid #EEEEEE;
/* 439  */ 	border-width: 1px 0;
/* 440  */ 	background: #F9F9F9;
/* 441  */ }
/* 442  */ 
/* 443  */ .post .below-content .origami-icon-tag,
/* 444  */ .post .below-content .origami-icon-more {
/* 445  */ 	font-size: 19px;
/* 446  */ 	color: #999999;
/* 447  */ 	display: block;
/* 448  */ 	margin-top: -1px;
/* 449  */ 	margin-right: 6px;
/* 450  */ 	margin-left: 6px;

/* style.css */

/* 451  */ 	float: left;
/* 452  */ }
/* 453  */ 
/* 454  */ .post .below-content .origami-icon-more {
/* 455  */ 	float: right;
/* 456  */ 	margin-top: -2px;
/* 457  */ }
/* 458  */ 
/* 459  */ .post .below-content svg {
/* 460  */     fill: #999;
/* 461  */ }
/* 462  */ 
/* 463  */ .post .below-content a{
/* 464  */ 	color: #666;
/* 465  */ 	text-decoration: none;
/* 466  */ 	font-style: italic;
/* 467  */ }
/* 468  */ 
/* 469  */ .post .below-content p{
/* 470  */ 	height: 1em;
/* 471  */ 	line-height: 1;
/* 472  */ }
/* 473  */ 
/* 474  */ /* @group Tags */
/* 475  */ 
/* 476  */ .post .below-content .tags{
/* 477  */ 	float: left;
/* 478  */ }
/* 479  */ 
/* 480  */ .post .below-content .tags .the_tags{
/* 481  */ 	display: inline;
/* 482  */ }
/* 483  */ 
/* 484  */ .post .below-content .tags .the_tags a:last-child:after{
/* 485  */ 	content: '';
/* 486  */ }
/* 487  */ 
/* 488  */ /* @end */
/* 489  */ 
/* 490  */ .post .below-content .read-more{
/* 491  */ 	float: right;
/* 492  */ }
/* 493  */ 
/* 494  */ /* @end */
/* 495  */ 
/* 496  */ 
/* 497  */ /* @end */
/* 498  */ 
/* 499  */ /* @group Content */
/* 500  */ 

/* style.css */

/* 501  */ .post .content{
/* 502  */ 	margin-bottom: 20px;
/* 503  */ 	color: #606060;
/* 504  */ 	font-size: 13px;
/* 505  */ }
/* 506  */ 
/* 507  */ .content-columns-2 .content{
/* 508  */ 	-moz-column-count: 2;
/* 509  */ 	-moz-column-gap: 30px;
/* 510  */ 	-webkit-column-count: 2;
/* 511  */ 	-webkit-column-gap: 30px;
/* 512  */ 	column-count: 2;
/* 513  */ 	column-gap: 30px;
/* 514  */ }
/* 515  */ 
/* 516  */ .content-columns-3 .content{
/* 517  */ 	-moz-column-count: 3;
/* 518  */ 	-moz-column-gap: 30px;
/* 519  */ 	-webkit-column-count: 3;
/* 520  */ 	-webkit-column-gap: 30px;
/* 521  */ 	column-count: 3;
/* 522  */ 	column-gap: 30px;
/* 523  */ }
/* 524  */ 
/* 525  */ .content-columns-4 .content{
/* 526  */ 	-moz-column-count: 4;
/* 527  */ 	-moz-column-gap: 30px;
/* 528  */ 	-webkit-column-count: 4;
/* 529  */ 	-webkit-column-gap: 30px;
/* 530  */ 	column-count: 4;
/* 531  */ 	column-gap: 30px;
/* 532  */ }
/* 533  */ 
/* 534  */ /* @group WP Core */
/* 535  */ 
/* 536  */ .alignnone {
/* 537  */ 	margin: 5px 20px 20px 0;
/* 538  */ }
/* 539  */ 
/* 540  */ .aligncenter, div.aligncenter {
/* 541  */ 	display:block;
/* 542  */ 	margin: 20px auto 20px auto;
/* 543  */ }
/* 544  */ 
/* 545  */ .alignright {
/* 546  */ 	float:right;
/* 547  */ 	margin: 5px 0 20px 20px;
/* 548  */ }
/* 549  */ 
/* 550  */ .alignleft {

/* style.css */

/* 551  */ 	float:left;
/* 552  */ 	margin: 5px 20px 20px 0;
/* 553  */ }
/* 554  */ 
/* 555  */ .aligncenter {
/* 556  */ 	display: block;
/* 557  */ 	margin: 5px auto 5px auto;
/* 558  */ }
/* 559  */ 
/* 560  */ a img.alignright {
/* 561  */ 	float:right;
/* 562  */ 	margin: 5px 0 20px 20px;
/* 563  */ }
/* 564  */ 
/* 565  */ a img.alignnone {
/* 566  */ 	margin: 5px 20px 20px 0;
/* 567  */ }
/* 568  */ 
/* 569  */ a img.alignleft {
/* 570  */ 	float:left;
/* 571  */ 	margin: 5px 20px 20px 0;
/* 572  */ }
/* 573  */ 
/* 574  */ a img.aligncenter {
/* 575  */ 	display: block;
/* 576  */ 	margin-left: auto;
/* 577  */ 	margin-right: auto
/* 578  */ }
/* 579  */ 
/* 580  */ .wp-caption {
/* 581  */ 	background: #EFEFEF;
/* 582  */ 	border: 1px solid #C0C0C0;
/* 583  */ 	max-width: 100%; /* Image does not overflow the content area */
/* 584  */ 	padding: 5px 3px 10px 3px;
/* 585  */ 	text-align: center;
/* 586  */ 	
/* 587  */ 	box-sizing:border-box;
/* 588  */ 	-webkit-box-sizing:border-box;
/* 589  */ 	-moz-box-sizing:border-box;
/* 590  */ 	
/* 591  */ 	box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
/* 592  */ 	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
/* 593  */ 	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
/* 594  */ }
/* 595  */ 
/* 596  */ .wp-caption.alignnone {
/* 597  */ 	margin: 5px 20px 20px 0;
/* 598  */ }
/* 599  */ 
/* 600  */ .wp-caption.alignleft {

/* style.css */

/* 601  */ 	margin: 5px 20px 20px 0;
/* 602  */ }
/* 603  */ 
/* 604  */ .wp-caption.alignright {
/* 605  */ 	margin: 5px 0 20px 20px;
/* 606  */ }
/* 607  */ 
/* 608  */ .wp-caption img {
/* 609  */ 	border: 0 none;
/* 610  */ 	height: auto;
/* 611  */ 	margin:0;
/* 612  */ 	max-width: 98.5%;
/* 613  */ 	padding:0;
/* 614  */ 	width: auto;
/* 615  */ }
/* 616  */ 
/* 617  */ .wp-caption p.wp-caption-text {
/* 618  */ 	font-size: 11px;
/* 619  */ 	margin:0;
/* 620  */ 	line-height: 1;
/* 621  */ 	padding: 4px 5px 0 5px;
/* 622  */ 	color: #666;
/* 623  */ 	font-style: italic;
/* 624  */ }
/* 625  */ 
/* 626  */ .sticky{}
/* 627  */ .gallery-caption{}
/* 628  */ 
/* 629  */ /* @end */
/* 630  */ 
/* 631  */ .content {
/* 632  */     line-height: 1.6em;
/* 633  */ }
/* 634  */ 
/* 635  */ .content *:first-child{
/* 636  */ 	margin-top: 0px;
/* 637  */ }
/* 638  */ 
/* 639  */ .content *:last-child{
/* 640  */ 	margin-bottom: 0px;
/* 641  */ }
/* 642  */ 
/* 643  */ .content ul{
/* 644  */ 	padding-left: 1em;
/* 645  */ 	margin-bottom: 1.5em;
/* 646  */ }
/* 647  */ 
/* 648  */ .content a {
/* 649  */ 	color: #36659f;
/* 650  */ }

/* style.css */

/* 651  */ 
/* 652  */ .content p,
/* 653  */ .content ul,
/* 654  */ .content ol,
/* 655  */ .content dl {
/* 656  */ 	line-height: 1.6em;
/* 657  */ 	margin: 2em 0;
/* 658  */ }
/* 659  */ 
/* 660  */ .content ul li{
/* 661  */ 	display: list-item;
/* 662  */ 	line-height: 1.75em;
/* 663  */ 	list-style: url(/wp-content/themes/origami/images/bullet.png);
/* 664  */ 	list-style-position: outside;
/* 665  */ }
/* 666  */ 
/* 667  */ .content ol{
/* 668  */ 	list-style: outside decimal;
/* 669  */ 	padding-left: 2.5em;
/* 670  */ 	margin-bottom: 1.5em;
/* 671  */ }
/* 672  */ 
/* 673  */ .content ol li{
/* 674  */ 	display: list-item;
/* 675  */ 	line-height: 1.75em;
/* 676  */ }
/* 677  */ 
/* 678  */ .content ul ul,
/* 679  */ .content ol ol{
/* 680  */ 	margin-bottom: 0;
/* 681  */ }
/* 682  */ 
/* 683  */ .content blockquote{
/* 684  */ 	padding: 1.5em 20px 1.5em 60px;
/* 685  */ 	font-style: italic;
/* 686  */ 	color: #666;
/* 687  */ 	position: relative;
/* 688  */ }
/* 689  */ 
/* 690  */ .content blockquote cite{
/* 691  */ 	font-weight: bold;
/* 692  */ 	color: #333;
/* 693  */ }
/* 694  */ 
/* 695  */ .content blockquote p:first-child{
/* 696  */ 	margin-top: 0;
/* 697  */ }
/* 698  */ 
/* 699  */ .content blockquote p:last-child{
/* 700  */ 	margin-bottom: 0;

/* style.css */

/* 701  */ }
/* 702  */ 
/* 703  */ .content strong,
/* 704  */ .content b{
/* 705  */ 	font-weight: bold;
/* 706  */ }
/* 707  */ 
/* 708  */ .content em,
/* 709  */ .content i{
/* 710  */ 	font-style: italic;
/* 711  */ }
/* 712  */ 
/* 713  */ .content img{
/* 714  */ 	max-width: 100%;
/* 715  */ 	height: auto;
/* 716  */ }
/* 717  */ 
/* 718  */ .content hr{
/* 719  */ 	border: 0px;
/* 720  */ 	border-top: 1px solid #CCC;
/* 721  */ }
/* 722  */ 
/* 723  */ .content sup,
/* 724  */ .content sub {
/* 725  */ 	font-size: 10px;
/* 726  */ 	height: 0;
/* 727  */ 	line-height: 1;
/* 728  */ 	position: relative;
/* 729  */ 	vertical-align: baseline;
/* 730  */ }
/* 731  */ .content sup {
/* 732  */ 	bottom: 1ex;
/* 733  */ }
/* 734  */ .content sub {
/* 735  */ 	top: .5ex;
/* 736  */ }
/* 737  */ 
/* 738  */ /* @group Definition list */
/* 739  */ 
/* 740  */ .content dl dt{
/* 741  */ 	font-weight: bold;
/* 742  */ }
/* 743  */ 
/* 744  */ .content dl dd{
/* 745  */ 	padding-left: 1.5em;
/* 746  */ 	margin-bottom: 1.5em;
/* 747  */ }
/* 748  */ 
/* 749  */ /* @end */
/* 750  */ 

/* style.css */

/* 751  */ /* @group Headings */
/* 752  */ 
/* 753  */ .content h1,
/* 754  */ .content h2,
/* 755  */ .content h3,
/* 756  */ .content h4,
/* 757  */ .content h5,
/* 758  */ .content h6,
/* 759  */ .content strong {
/* 760  */ 	color: #404040;
/* 761  */ 	margin: 1.5em 0;
/* 762  */ }
/* 763  */ 
/* 764  */ .content h1 {
/* 765  */ 	font-size: 24px;
/* 766  */ }
/* 767  */ 
/* 768  */ .content h2 {
/* 769  */ 	font-size: 20.4px;
/* 770  */ }
/* 771  */ 
/* 772  */ .content h3 {
/* 773  */ 	font-size: 18.48px;
/* 774  */ }
/* 775  */ 
/* 776  */ .content h4 {
/* 777  */ 	font-size: 16.32px;
/* 778  */ }
/* 779  */ 
/* 780  */ .content h5 {
/* 781  */ 	font-size: 13.92px;
/* 782  */ }
/* 783  */ 
/* 784  */ .content h6 {
/* 785  */ 	font-size: 12.48px;
/* 786  */ }
/* 787  */ 
/* 788  */ 
/* 789  */ 
/* 790  */ /* @end */
/* 791  */ 
/* 792  */ 
/* 793  */ 
/* 794  */ /* @group Table */
/* 795  */ 
/* 796  */ .content table{
/* 797  */ 	width: 100%;
/* 798  */ 	margin: 1em 0;
/* 799  */ }
/* 800  */ 

/* style.css */

/* 801  */ .content th{
/* 802  */ 	font-size: 1.1em;
/* 803  */ 	font-weight: bold;
/* 804  */ 	padding: 8px;
/* 805  */ 	border-bottom: 3px solid #C0C0C0;
/* 806  */ }
/* 807  */ 
/* 808  */ .content thead th{
/* 809  */ 	border-bottom: 3px solid #C0C0C0;
/* 810  */ }
/* 811  */ 
/* 812  */ .content td{
/* 813  */ 	padding: 8px;
/* 814  */ }
/* 815  */ 
/* 816  */ /* @end */
/* 817  */ 
/* 818  */ /* @end */
/* 819  */ 
/* 820  */ /* @group Comments */
/* 821  */ 
/* 822  */ #comments h3.comments-title{
/* 823  */ 	margin: 20px 0;
/* 824  */ 	font-size: 16px;
/* 825  */ 	font-weight: 400;
/* 826  */ 	color: #333;
/* 827  */ }
/* 828  */ 
/* 829  */ /* @group Comments */
/* 830  */ 
/* 831  */ .comment{
/* 832  */ 	margin-bottom: 45px;
/* 833  */ }
/* 834  */ 
/* 835  */ .comment .avatar-container{
/* 836  */ 	float: left;
/* 837  */ }
/* 838  */ 
/* 839  */ .comment.depth-1 .avatar-container{
/* 840  */ 	line-height: 0;
/* 841  */ 	padding: 2px;
/* 842  */ 	
/* 843  */ 	border: 1px solid #E8E8E8;
/* 844  */ 	background: #F2F2F2;
/* 845  */ }
/* 846  */ 
/* 847  */ .comment .comment-container{
/* 848  */ 	margin-left: 86px;
/* 849  */ }
/* 850  */ 

/* style.css */

/* 851  */ .comment .children .comment .comment-container{
/* 852  */ 	margin-left: 71px;
/* 853  */ }
/* 854  */ 
/* 855  */ .comment{
/* 856  */ 
/* 857  */ }
/* 858  */ 
/* 859  */ .comment .children{
/* 860  */ 	margin-top: 45px;
/* 861  */ 	margin-left: 86px;
/* 862  */ }
/* 863  */ 
/* 864  */ .comment .children .children{
/* 865  */ 	margin-left: 71px;
/* 866  */ }
/* 867  */ 
/* 868  */ .comment.type-pingback .comment-container{
/* 869  */ 	margin-left: 0;
/* 870  */ }
/* 871  */ 
/* 872  */ /* @group Comment Style */
/* 873  */ 
/* 874  */ .comment-container .info{
/* 875  */ 	margin-bottom: 10px;
/* 876  */ 	color: #666;
/* 877  */ 	font-size: 12px;
/* 878  */ }
/* 879  */ 
/* 880  */ .comment-reply-link{
/* 881  */ 	text-decoration: none;
/* 882  */ 	font-style: italic;
/* 883  */ }
/* 884  */ 
/* 885  */ .comment-container .info .author{
/* 886  */ 	display: block;
/* 887  */ 	font-size: 13px;
/* 888  */ 	color: #444;
/* 889  */ 	margin-bottom: 0.5em;
/* 890  */ 	font-weight: bold;
/* 891  */ }
/* 892  */ 
/* 893  */ .bypostauthor .info .author{
/* 894  */ 	font-style: italic;
/* 895  */ }
/* 896  */ 
/* 897  */ .comment-container .info .author a{
/* 898  */ 	color: #444;
/* 899  */ }
/* 900  */ 

/* style.css */

/* 901  */ .comment-container .info .date{
/* 902  */ 	display: block;
/* 903  */ 	color: #888;
/* 904  */ 	margin-bottom: 1em;
/* 905  */ }
/* 906  */ 
/* 907  */ .comment-container a.comment-reply-link{
/* 908  */ 	font-size: 11px;
/* 909  */ 	margin: 2px 0;
/* 910  */ 	display: block;
/* 911  */ 	float: right;
/* 912  */ 	color: #666;
/* 913  */ 	text-decoration: none;
/* 914  */ 	font-style: italic;
/* 915  */ }
/* 916  */ 
/* 917  */ /* @end */
/* 918  */ 
/* 919  */ 
/* 920  */ 
/* 921  */ /* @end */
/* 922  */ 
/* 923  */ /* @group Respond */
/* 924  */ 
/* 925  */ #comments .commentlist #respond{
/* 926  */ 	/* Style comment for when replying to another post */
/* 927  */ 	border: 1px solid #EEEEEE;
/* 928  */ 	margin-bottom: 45px;
/* 929  */ 	padding: 30px;
/* 930  */ 	background: #F9F9F9;
/* 931  */ 	margin-left: 86px;
/* 932  */ }
/* 933  */ 
/* 934  */ #comments .commentlist .children #respond{
/* 935  */ 	margin-left: 71px;
/* 936  */ }
/* 937  */ 
/* 938  */ #respond #reply-title{
/* 939  */ 	margin: 20px 0;
/* 940  */ 	font-size: 16px;
/* 941  */ 	font-weight: 400;
/* 942  */ 	color: #333;
/* 943  */ 	position: relative;
/* 944  */ }
/* 945  */ 
/* 946  */ #comments .commentlist #respond #reply-title{
/* 947  */ 	margin-top: 0;
/* 948  */ }
/* 949  */ 
/* 950  */ #respond #reply-title #cancel-comment-reply-link{

/* style.css */

/* 951  */ 	position: absolute;
/* 952  */ 	right: 0;
/* 953  */ 	top: 50%;
/* 954  */ 	margin-top: -10px;
/* 955  */ 	text-decoration: none;
/* 956  */ 	
/* 957  */ 	cursor: pointer;
/* 958  */ 	padding: 4px 18px;
/* 959  */ 	color: #666;
/* 960  */ 	text-shadow: 0px 1px 0px rgba(255,255,255,0.75);
/* 961  */ 	font-size: 11px;
/* 962  */ 	
/* 963  */ 	border: 1px solid #c3c3c3;
/* 964  */ 	-webkit-border-radius: 3px;
/* 965  */ 	-moz-border-radius: 3px;
/* 966  */ 	border-radius: 3px;
/* 967  */ 	
/* 968  */ 	background: rgb(249,249,249);
/* 969  */ 	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(237,237,237,1) 100%);
/* 970  */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(237,237,237,1)));
/* 971  */ 	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(237,237,237,1) 100%);
/* 972  */ 	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(237,237,237,1) 100%);
/* 973  */ 	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(237,237,237,1) 100%);
/* 974  */ 	background: linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(237,237,237,1) 100%);
/* 975  */ 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 );
/* 976  */ 	
/* 977  */ 	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1), inset 0px -1px 0px rgba(255,255,255,0.5);
/* 978  */ 	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1), inset 0px -1px 0px rgba(255,255,255,0.5);
/* 979  */ 	box-shadow: 0px 1px 1px rgba(0,0,0,0.1), inset 0px -1px 0px rgba(255,255,255,0.5);
/* 980  */ }
/* 981  */ 
/* 982  */ #respond .logged-in-as,
/* 983  */ #respond .comment-notes{
/* 984  */ 	color: #999;
/* 985  */ 	margin-bottom: 0.75em;
/* 986  */ }
/* 987  */ 
/* 988  */ #respond .logged-in-as a,
/* 989  */ #respond .comment-notes a{
/* 990  */ 	text-decoration: none;
/* 991  */ 	color: #666;
/* 992  */ }
/* 993  */ 
/* 994  */ #respond input[type=text]{
/* 995  */ 	display: block;
/* 996  */ 	width: 420px;
/* 997  */ 	max-width: 100%;
/* 998  */ 	
/* 999  */ 	color: #606060;
/* 1000 */ 	

/* style.css */

/* 1001 */ 	margin-bottom: 7px;
/* 1002 */ 	
/* 1003 */ 	font-size: 13px;
/* 1004 */ 	
/* 1005 */ 	padding: 4px;
/* 1006 */ 	border: 1px solid #CCC;
/* 1007 */ 	
/* 1008 */ 	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
/* 1009 */ 	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
/* 1010 */ 	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
/* 1011 */ 	
/* 1012 */ 	box-sizing: border-box;
/* 1013 */ 	-webkit-box-sizing: border-box;
/* 1014 */ 	-moz-box-sizing: border-box;
/* 1015 */ 	
/* 1016 */ 	-webkit-appearance:none;
/* 1017 */ 	-webkit-border-radius:0px;
/* 1018 */ }
/* 1019 */ 
/* 1020 */ #respond textarea[name=comment]{
/* 1021 */ 	margin: 10px 0;
/* 1022 */ 	display: block;
/* 1023 */ 	width: 100%;
/* 1024 */ 	padding: 10px;
/* 1025 */ 	border: 1px solid #CCC;
/* 1026 */ 	
/* 1027 */ 	color: #606060;
/* 1028 */ 	
/* 1029 */ 	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
/* 1030 */ 	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
/* 1031 */ 	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
/* 1032 */ 	
/* 1033 */ 	font-size: 13px;
/* 1034 */ 	
/* 1035 */ 	-webkit-box-sizing: border-box;
/* 1036 */ 	-moz-box-sizing: border-box;
/* 1037 */ 	box-sizing: border-box;
/* 1038 */ 	
/* 1039 */ 	-webkit-appearance:none;
/* 1040 */ 	-webkit-border-radius:0px;
/* 1041 */ }
/* 1042 */ 
/* 1043 */ #respond input[type=submit]{
/* 1044 */ 	cursor: pointer;
/* 1045 */ 	padding: 4px 18px;
/* 1046 */ 	color: #666;
/* 1047 */ 	text-shadow: 0px 1px 0px rgba(255,255,255,0.75);
/* 1048 */ 	font-size: 11px;
/* 1049 */ 	
/* 1050 */ 	border: 1px solid #c3c3c3;

/* style.css */

/* 1051 */ 	-webkit-border-radius: 3px;
/* 1052 */ 	-moz-border-radius: 3px;
/* 1053 */ 	border-radius: 3px;
/* 1054 */ 	
/* 1055 */ 	background: rgb(249,249,249);
/* 1056 */ 	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(237,237,237,1) 100%);
/* 1057 */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(237,237,237,1)));
/* 1058 */ 	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(237,237,237,1) 100%);
/* 1059 */ 	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(237,237,237,1) 100%);
/* 1060 */ 	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(237,237,237,1) 100%);
/* 1061 */ 	background: linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(237,237,237,1) 100%);
/* 1062 */ 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 );
/* 1063 */ 	
/* 1064 */ 	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1), inset 0px -1px 0px rgba(255,255,255,0.5);
/* 1065 */ 	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1), inset 0px -1px 0px rgba(255,255,255,0.5);
/* 1066 */ 	box-shadow: 0px 1px 1px rgba(0,0,0,0.1), inset 0px -1px 0px rgba(255,255,255,0.5);
/* 1067 */ }
/* 1068 */ 
/* 1069 */ #respond .form-allowed-tags{
/* 1070 */ 	margin: 10px 0;
/* 1071 */ 	font-size: 10px;
/* 1072 */ 	color: #999;
/* 1073 */ }
/* 1074 */ 
/* 1075 */ .commentform-error{
/* 1076 */ 	margin-bottom: 5px;
/* 1077 */ 	background: #f3dfdf;
/* 1078 */ 	border: 1px solid #dfb6b7;
/* 1079 */ 	padding: 5px;
/* 1080 */ 	
/* 1081 */ 	color: #946d6e;
/* 1082 */ 	font-size: 12px;
/* 1083 */ 	
/* 1084 */ 	-moz-border-radius: 3px;
/* 1085 */ 	-webkit-border-radius: 3px;
/* 1086 */ 	border-radius: 3px;
/* 1087 */ }
/* 1088 */ 
/* 1089 */ /* @end */
/* 1090 */ 
/* 1091 */ .comments-disabled {
/* 1092 */ 	margin-top: 30px;
/* 1093 */ }
/* 1094 */ 
/* 1095 */ /* @end */
/* 1096 */ 
/* 1097 */ /* @group Footer */
/* 1098 */ 
/* 1099 */ /* @group Footer Widgets */
/* 1100 */ 

/* style.css */

/* 1101 */ #footer-widgets {
/* 1102 */ 	padding: 20px 0;
/* 1103 */ 	margin-top: 30px;
/* 1104 */ 	border-top: 1px solid #EEEEEE;
/* 1105 */ 	background-color: #F9F9F9;
/* 1106 */ 	width: 100%;
/* 1107 */ }
/* 1108 */ 
/* 1109 */ #footer-widgets-wrapper{
/* 1110 */ 	margin-bottom: -30px;
/* 1111 */ }
/* 1112 */ 
/* 1113 */ #footer-widgets .widget{
/* 1114 */ 	-webkit-box-sizing:border-box;
/* 1115 */ 	-moz-box-sizing:border-box;
/* 1116 */ 	box-sizing:border-box;
/* 1117 */ 	
/* 1118 */ 	color: #777;
/* 1119 */ 	padding: 0 15px;
/* 1120 */ 	word-wrap: break-word;
/* 1121 */ 	float: left;
/* 1122 */ 	
/* 1123 */ 	margin-bottom: 30px;
/* 1124 */ }
/* 1125 */ 
/* 1126 */ #footer-widgets .widget img{
/* 1127 */ 	max-width: 100%;
/* 1128 */ 	height: auto;
/* 1129 */ }
/* 1130 */ 
/* 1131 */ #footer-widgets h2.widgettitle{
/* 1132 */     font-family: "Dosis", Arial, Helvetica, Geneva, sans-serif;
/* 1133 */ 	font-weight: 400;
/* 1134 */ 	font-size: 1.2em;
/* 1135 */ 	margin-bottom: 20px;
/* 1136 */ 	color: #333;
/* 1137 */ }
/* 1138 */ 
/* 1139 */ #footer-widgets a{
/* 1140 */ 	text-decoration: none;
/* 1141 */ 	color: #505050;
/* 1142 */ }
/* 1143 */ 
/* 1144 */ #footer-widgets li{
/* 1145 */ 	line-height: 1.75em;
/* 1146 */ }
/* 1147 */ 
/* 1148 */ #footer-widgets ul ul {
/* 1149 */     margin-left: 0.75em;
/* 1150 */ }

/* style.css */

/* 1151 */ 
/* 1152 */ /* @end */
/* 1153 */ 
/* 1154 */ #footer {
/* 1155 */ 	margin-bottom: 35px;
/* 1156 */ 	color: #888;
/* 1157 */ 	font-size: 0.85em;
/* 1158 */ 	border: transparent;
/* 1159 */ 	border-width: 0 1px;
/* 1160 */ 	color: #999999;
/* 1161 */ 	padding: 0px 5px;
/* 1162 */ 	
/* 1163 */ 	text-align: center;
/* 1164 */ }
/* 1165 */ 
/* 1166 */ #footer .copyright{
/* 1167 */ 	margin-bottom: 0.75em;
/* 1168 */ }
/* 1169 */ 
/* 1170 */ #footer .designed{
/* 1171 */ 
/* 1172 */ }
/* 1173 */ 
/* 1174 */ #footer a{
/* 1175 */ 	text-decoration: none;
/* 1176 */ 	color: #777;
/* 1177 */ }
/* 1178 */ 
/* 1179 */ 
/* 1180 */ 
/* 1181 */ /* @end */
/* 1182 */ 
/* 1183 */ /* @group Archive Page */
/* 1184 */ 
/* 1185 */ /* The archive page template */
/* 1186 */ 
/* 1187 */ #blog-archives {
/* 1188 */ 	margin-top: 30px;
/* 1189 */ }
/* 1190 */ 
/* 1191 */ #blog-archives h2{
/* 1192 */ 	font-family: 'Terminal Dosis', sans-serif;
/* 1193 */ 	font-weight: 400;
/* 1194 */ 	font-size: 1.75em;
/* 1195 */ 	margin-bottom: 0.75em;
/* 1196 */ }
/* 1197 */ 
/* 1198 */ #blog-archives ul{
/* 1199 */ 	margin-bottom: 25px;
/* 1200 */ }

/* style.css */

/* 1201 */ 
/* 1202 */ #blog-archives ul a{
/* 1203 */ 	color: #666;
/* 1204 */ 	text-decoration: none;
/* 1205 */ }
/* 1206 */ 
/* 1207 */ #blog-archives ul a:hover{
/* 1208 */ 	color: #333;
/* 1209 */ 	text-decoration: underline;
/* 1210 */ }
/* 1211 */ 
/* 1212 */ /* @end */
/* 1213 */ 
/* 1214 */ /* @group Post Archives */
/* 1215 */ 
/* 1216 */ h1.archive-title {
/* 1217 */ 	margin: 30px 0;
/* 1218 */ 	text-align: center;
/* 1219 */ }
/* 1220 */ 
/* 1221 */ #posts-nav{
/* 1222 */ 	margin-top: 30px;
/* 1223 */ 	text-align: center;
/* 1224 */ 	color: #AAA;
/* 1225 */ }
/* 1226 */ 
/* 1227 */ #posts-nav a{
/* 1228 */ 	color: #505050;
/* 1229 */ 	text-decoration: none;
/* 1230 */ }
/* 1231 */ 
/* 1232 */ /* @end */
/* 1233 */ 
/* 1234 */ 
/* 1235 */ /* @group Panels */
/* 1236 */ 
/* 1237 */ .panel-grid{
/* 1238 */     margin: 0 -15px 30px -15px;
/* 1239 */ }
/* 1240 */ 
/* 1241 */ .panel-grid-cell{
/* 1242 */     -moz-box-sizing: border-box;
/* 1243 */     -webkit-box-sizing: border-box;
/* 1244 */     box-sizing: border-box;
/* 1245 */ 
/* 1246 */     padding: 0 15px;
/* 1247 */ }
/* 1248 */ 
/* 1249 */ .panel-grid-cell .panel{
/* 1250 */     margin-bottom: 30px;

/* style.css */

/* 1251 */ }
/* 1252 */ 
/* 1253 */ .panel-grid-cell .panel:last-child{
/* 1254 */     margin-bottom: 0;
/* 1255 */ }
/* 1256 */ 
/* 1257 */ .panel {
/* 1258 */     min-height: 1em;
/* 1259 */     margin-bottom: 15px;
/* 1260 */ }
/* 1261 */ 
/* 1262 */ .panel.panel-last-child{
/* 1263 */     margin-bottom: 0;
/* 1264 */ }
/* 1265 */ 
/* 1266 */ .panel h3.widget-title{
/* 1267 */     margin-bottom: 15px;
/* 1268 */     font-size: 125%;
/* 1269 */ }
/* 1270 */ 
/* 1271 */ /* @end */
/* 1272 */ 
/* 1273 */ /* @group Widgets */
/* 1274 */ 
/* 1275 */ /* @group Button */
/* 1276 */ 
/* 1277 */ .widget .button{
/* 1278 */ 	display: inline-block;
/* 1279 */ 
/* 1280 */ 	background: #484744;
/* 1281 */ 	border: none;
/* 1282 */ 	color: #FFF;
/* 1283 */ 	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
/* 1284 */ 	
/* 1285 */ 	text-decoration: none;
/* 1286 */ 	font-size: 13px;
/* 1287 */ 	padding: 12px 35px;
/* 1288 */ 	
/* 1289 */ 	-moz-border-radius: 3px;
/* 1290 */ 	-webkit-border-radius: 3px;
/* 1291 */ 	border-radius: 3px;
/* 1292 */ }
/* 1293 */ 
/* 1294 */ .button-container.align-center{
/* 1295 */ 	text-align: center;
/* 1296 */ }
/* 1297 */ 
/* 1298 */ .button-container.align-left{
/* 1299 */ 	text-align: left;
/* 1300 */ }

/* style.css */

/* 1301 */ 
/* 1302 */ .button-container.align-right{
/* 1303 */ 	text-align: right;
/* 1304 */ }
/* 1305 */ 
/* 1306 */ .button-container.align-full .button{
/* 1307 */     display: block;
/* 1308 */     text-align: center;
/* 1309 */ }
/* 1310 */ 
/* 1311 */ /* @end */
/* 1312 */ 
/* 1313 */ /* @group Call To Action */
/* 1314 */ 
/* 1315 */ .widget_call-to-action {
/* 1316 */ 	padding: 25px 15px;
/* 1317 */ 	border: 1px solid #EEEEEE;
/* 1318 */ 	border-width: 1px 0;
/* 1319 */ 	background: #F9F9F9;
/* 1320 */ 	position: relative;
/* 1321 */ }
/* 1322 */ 
/* 1323 */ .widget_call-to-action .cta-headline{
/* 1324 */ 	margin-bottom: 0;
/* 1325 */ 	color: #444444;
/* 1326 */ }
/* 1327 */ 
/* 1328 */ .widget_call-to-action .cta-sub-text{
/* 1329 */ 	margin-top: 10px;
/* 1330 */ 	margin-bottom: 0;
/* 1331 */ 	color: #777777;
/* 1332 */ }
/* 1333 */ 
/* 1334 */ .widget_call-to-action .button{
/* 1335 */ 	position: absolute;
/* 1336 */ 	top: 50%;
/* 1337 */ 	right: 15px;
/* 1338 */ 	margin-top: -22px;
/* 1339 */     color: #F3F3F3;
/* 1340 */ }
/* 1341 */ 
/* 1342 */ .content .widget_call-to-action .button{
/* 1343 */     color: #F3F3F3;
/* 1344 */ }
/* 1345 */ 
/* 1346 */ @media screen and (max-width:480px) {
/* 1347 */ 	.widget_call-to-action .button{
/* 1348 */ 		position: static;
/* 1349 */ 		margin-top: 10px;
/* 1350 */ 		display: block;

/* style.css */

/* 1351 */ 		text-align: center;
/* 1352 */ 	}
/* 1353 */ }
/* 1354 */ 
/* 1355 */ /* @end */
/* 1356 */ 
/* 1357 */ /* @group Icon and Text */
/* 1358 */ 
/* 1359 */ .widget_icon-text h3.widget-title{
/* 1360 */     font-size: 15px;
/* 1361 */     line-height: 1.5em;
/* 1362 */     margin-bottom: 0.5em;
/* 1363 */ }
/* 1364 */ 
/* 1365 */ .widget_icon-text h3.widget-title a{
/* 1366 */     color: inherit;
/* 1367 */     text-decoration: none;
/* 1368 */ }
/* 1369 */ 
/* 1370 */ .widget_icon-text .feature-icon{
/* 1371 */     float: left;
/* 1372 */     width: 32px;
/* 1373 */     height: 32px;
/* 1374 */ }
/* 1375 */ 
/* 1376 */ .widget_icon-text .feature-icon img{
/* 1377 */ 	max-width: 100%;
/* 1378 */ 	height: auto;
/* 1379 */ }
/* 1380 */ 
/* 1381 */ .widget_icon-text .widget-text{
/* 1382 */     margin-left: 45px;
/* 1383 */ }
/* 1384 */ 
/* 1385 */ /* @end */
/* 1386 */ 
/* 1387 */ /* @group Headline Widget */
/* 1388 */ 
/* 1389 */ .widget_headline .widget-title span{
/* 1390 */     display: block;
/* 1391 */     line-height: 1.3em;
/* 1392 */ }
/* 1393 */ 
/* 1394 */ .widget_headline .widget-title .size-medium {
/* 1395 */     font-size: 130%;
/* 1396 */ }
/* 1397 */ 
/* 1398 */ .widget_headline .widget-title .size-large {
/* 1399 */     font-size: 160%;
/* 1400 */ }

/* style.css */

/* 1401 */ 
/* 1402 */ .widget_headline .widget-title .size-extra-large {
/* 1403 */     font-size: 190%;
/* 1404 */ }
/* 1405 */ 
/* 1406 */ .widget_headline .align-left{
/* 1407 */     text-align: left;
/* 1408 */ }
/* 1409 */ 
/* 1410 */ .widget_headline .align-center{
/* 1411 */     text-align: center;
/* 1412 */ }
/* 1413 */ 
/* 1414 */ .widget_headline .align-right{
/* 1415 */     text-align: right;
/* 1416 */ }
/* 1417 */ 
/* 1418 */ /* @end */
/* 1419 */ 
/* 1420 */ .widget img{
/* 1421 */ 	max-width: 100%;
/* 1422 */ 	height: auto;
/* 1423 */ }
/* 1424 */ 
/* 1425 */ /* @end */
/* 1426 */ 
/* 1427 */ .clearfix:after {
/* 1428 */ 	content: ".";
/* 1429 */ 	display: block;
/* 1430 */ 	clear: both;
/* 1431 */ 	visibility: hidden;
/* 1432 */ 	line-height: 0;
/* 1433 */ 	height: 0;
/* 1434 */ }
/* 1435 */ 
/* 1436 */ .clearfix {
/* 1437 */ 	display: inline-block;
/* 1438 */ }
/* 1439 */ 
/* 1440 */ html[xmlns] .clearfix {
/* 1441 */ 	display: block;
/* 1442 */ }
/* 1443 */ 
/* 1444 */ * html .clearfix {
/* 1445 */ 	height: 1%;
/* 1446 */ }
/* 1447 */ 
/* 1448 */ /* @group Origami Icons */
/* 1449 */ 
/* 1450 */ @font-face {

/* style.css */

/* 1451 */ 	font-family: 'origami-icons';
/* 1452 */ 	src:url('/wp-content/themes/origami/css/icons/origami-icons.eot?9l1bs6');
/* 1453 */ 	src:url('/wp-content/themes/origami/css/icons/origami-icons.eot?#iefix9l1bs6') format('embedded-opentype'),
/* 1454 */ 	url('/wp-content/themes/origami/css/icons/origami-icons.woff?9l1bs6') format('woff'),
/* 1455 */ 	url('/wp-content/themes/origami/css/icons/origami-icons.ttf?9l1bs6') format('truetype'),
/* 1456 */ 	url('/wp-content/themes/origami/css/icons/origami-icons.svg?9l1bs6#icomoon') format('svg');
/* 1457 */ 	font-weight: normal;
/* 1458 */ 	font-style: normal;
/* 1459 */ }
/* 1460 */ 
/* 1461 */ [class^="origami-icon-"],
/* 1462 */ [class*=" origami-icon-"],
/* 1463 */ #menu .mobilenav-main-link .mobile-nav-icon{
/* 1464 */ 	font-family: 'origami-icons';
/* 1465 */ 	speak: none;
/* 1466 */ 	font-style: normal;
/* 1467 */ 	font-weight: normal;
/* 1468 */ 	font-variant: normal;
/* 1469 */ 	text-transform: none;
/* 1470 */ 	line-height: 1;
/* 1471 */ 
/* 1472 */ 	/* Better Font Rendering =========== */
/* 1473 */ 	-webkit-font-smoothing: antialiased;
/* 1474 */ 	-moz-osx-font-smoothing: grayscale;
/* 1475 */ }
/* 1476 */ 
/* 1477 */ .origami-icon-mag:before {
/* 1478 */ 	content: "\e600";
/* 1479 */ }
/* 1480 */ .origami-icon-menu:before {
/* 1481 */ 	content: "\e601";
/* 1482 */ }
/* 1483 */ .origami-icon-more:before {
/* 1484 */ 	content: "\e602";
/* 1485 */ }
/* 1486 */ .origami-icon-tag:before {
/* 1487 */ 	content: "\e603";
/* 1488 */ }
/* 1489 */ 
/* 1490 */ /* @end */

/* flexslider.css */

/* 1   */ /*
/* 2   *|  * jQuery FlexSlider v2.0
/* 3   *|  * http://www.woothemes.com/flexslider/
/* 4   *|  *
/* 5   *|  * Copyright 2012 WooThemes
/* 6   *|  * Free to use under the GPLv2 license.
/* 7   *|  * http://www.gnu.org/licenses/gpl-2.0.html
/* 8   *|  *
/* 9   *|  * Contributing author: Tyler Smith (@mbmufffin)
/* 10  *|  */
/* 11  */ 
/* 12  */ 
/* 13  */ /* Browser Resets */
/* 14  */ .flex-container a:active,
/* 15  */ .flexslider a:active,
/* 16  */ .flex-container a:focus,
/* 17  */ .flexslider a:focus  {outline: none;}
/* 18  */ .slides,
/* 19  */ .flex-control-nav,
/* 20  */ .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* 21  */ 
/* 22  */ /* FlexSlider Necessary Styles
/* 23  *| *********************************/
/* 24  */ .flexslider {margin: 0; padding: 0;}
/* 25  */ .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/* 26  */ .flexslider .slides img {width: 100%; display: block;}
/* 27  */ .flex-pauseplay span {text-transform: capitalize;}
/* 28  */ 
/* 29  */ /* Clearfix for the .slides element */
/* 30  */ .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
/* 31  */ html[xmlns] .slides {display: block;}
/* 32  */ * html .slides {height: 1%;}
/* 33  */ 
/* 34  */ /* No JavaScript Fallback */
/* 35  */ /* If you are not using another script, such as Modernizr, make sure you
/* 36  *|  * include js that eliminates this class on page load */
/* 37  */ .no-js .slides > li:first-child {display: block;}
/* 38  */ 
/* 39  */ 
/* 40  */ /* FlexSlider Default Theme
/* 41  *| *********************************/
/* 42  */ .flexslider-wrapper{
/* 43  */ 	padding-bottom: 30px;
/* 44  */ }
/* 45  */ 
/* 46  */ .flexslider {
/* 47  */ 	position: relative;
/* 48  */ 	zoom: 1;
/* 49  */ 
/* 50  */ 	margin: 0 0 50px 0;

/* flexslider.css */

/* 51  */ 	padding: 0;
/* 52  */ }
/* 53  */ .flexslider .slides {
/* 54  */     zoom: 1;
/* 55  */     list-style: none;
/* 56  */     padding-left: 0 !important;
/* 57  */ }
/* 58  */ .flexslider .slides > li {
/* 59  */     position: relative;
/* 60  */     list-style: none;
/* 61  */ }
/* 62  */ /* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
/* 63  */ .flex-container {
/* 64  */     zoom: 1;
/* 65  */     position: relative;
/* 66  */ }
/* 67  */ 
/* 68  */ /* Caption style */
/* 69  */ /* IE rgba() hack */
/* 70  */ .flexslider .flex-caption {
/* 71  */ 	background:none;
/* 72  */ 	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
/* 73  */ 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
/* 74  */ 	zoom: 1;
/* 75  */ }
/* 76  */ .flexslider .flex-caption {
/* 77  */ 	width: 96%;
/* 78  */ 	padding: 2%;
/* 79  */ 	position: absolute;
/* 80  */ 	left: 0;
/* 81  */ 	bottom: 0;
/* 82  */ 	background: rgba(0,0,0,.5);
/* 83  */ 	color: #fff;
/* 84  */ 	text-shadow: 0 1px 0 rgba(0,0,0,.5);
/* 85  */ 	font-size: 14px;
/* 86  */ }
/* 87  */ 
/* 88  */ /* Direction Nav */
/* 89  */ .flexslider .flex-direction-nav{
/* 90  */     list-style: none;
/* 91  */     padding: 0;
/* 92  */     margin: 0;
/* 93  */     height: 0;
/* 94  */ }
/* 95  */ .flexslider .flex-direction-nav li{
/* 96  */     list-style: none;
/* 97  */ }
/* 98  */ .flexslider .flex-direction-nav li a {
/* 99  */     width: 9px;
/* 100 */     height: 13px;

/* flexslider.css */

/* 101 */     margin: -5px 0 0 0;
/* 102 */     display: block;
/* 103 */     background: url(/wp-content/themes/origami/css/theme/bg_direction_nav.png) no-repeat 0 0;
/* 104 */     position: absolute;
/* 105 */     top: 50%;
/* 106 */     cursor: pointer;
/* 107 */     text-indent: -9999px;
/* 108 */ }
/* 109 */ .flexslider .flex-direction-nav li .flex-next {background-position: right 0; right: -16px;}
/* 110 */ .flexslider .flex-direction-nav li .flex-prev {left: -16px;}
/* 111 */ .flexslider .flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
/* 112 */ 
/* 113 */ /* Control Nav */
/* 114 */ .flexslider .flex-control-nav {
/* 115 */     width: 100%;
/* 116 */     position: absolute;
/* 117 */     bottom: -30px;
/* 118 */     text-align: center;
/* 119 */     list-style: none;
/* 120 */     line-height: 1;
/* 121 */     margin: 0;
/* 122 */     padding: 0;
/* 123 */ }
/* 124 */ .flexslider .flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
/* 125 */ .flexslider .flex-control-nav li:first-child {margin: 0;}
/* 126 */ .flexslider .flex-control-nav li a {width: 10px; height: 11px; display: block; background: url(/wp-content/themes/origami/css/theme/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
/* 127 */ .flexslider .flex-control-nav li a.flex-active {background-position: 0 bottom; cursor: default;}
