/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: Tesseract
/* 3    *| Theme URI: http://tyler.com/tesseract-theme/
/* 4    *| Author: Tyler Moore
/* 5    *| Author URI: http://tyler.com/
/* 6    *| Description: Tesseract is a beautiful theme from the fourth dimension. Tesseract makes it easy to create a website that you are proud to show off to the world. It is responsive, has simple and useful navigation, an amazing featured image with buttons and is simple to use.
/* 7    *| Version: 1.0
/* 8    *| License: GNU General Public License v2 or later
/* 9    *| License URI: http://www.gnu.org/licenses/gpl-2.0.html
/* 10   *| Text Domain: tesseract
/* 11   *| Tags: responsive-layout, custom-background, custom-header, custom-menu, editor-style, one-column, two-columns, featured-images, full-width-template, left-sidebar, threaded-comments, translation-ready, microformats, dark, white, light
/* 12   *|
/* 13   *| This theme, like WordPress, is licensed under the GPL.
/* 14   *| Use it to make something cool, have fun, and share what you've learned with others.
/* 15   *|
/* 16   *| Tesseract is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
/* 17   *|
/* 18   *| */
/* 19   */
/* 20   */ /* =Table of Contents
/* 21   *| -------------------------------------------------------------- */
/* 22   */
/* 23   */ /*
/* 24   *|     01. CSS Reset (Normalize)
/* 25   *|     02. Theme Base
/* 26   *|     03. Clearfix
/* 27   *|     04. Global margins and paddings
/* 28   *|     05. Text-level semantics
/* 29   *|     06. Headings
/* 30   *|     07. Forms
/* 31   *|     08. Buttons
/* 32   *|     09. Tables
/* 33   *|     10. Links
/* 34   *|     11. Header area
/* 35   *|     12. Layout
/* 36   *|     13. Menus
/* 37   *|     14. Icons (separate folder)
/* 38   *|     15. Accessibility
/* 39   *|     16. Embedded content
/* 40   *|     17. WordPress core styles
/* 41   *|     18. Widgets
/* 42   *|     19. Content
/* 43   *|     20. Asides
/* 44   *|     21. Comments
/* 45   *|     22. Infinite scroll (Jetpack plugin)
/* 46   *|     23. Footer
/* 47   *|         24. Plugins
/* 48   *|     25. Responsive design
/* 49   *|     26. Print styles
/* 50   *| */

/* style.css */

/* 51   */
/* 52   */
/* 53   */ /* =01. normalize.css v3.0.1
/* 54   *| -------------------------------------------------------------- */
/* 55   */
/* 56   */ /**
/* 57   *|  * 1. Set default font family to sans-serif.
/* 58   *|  * 2. Prevent iOS text size adjust after orientation change, without disabling
/* 59   *|  *    user zoom.
/* 60   *|  */
/* 61   */
/* 62   */ html {
/* 63   */     font-family: sans-serif; /* 1 */
/* 64   */     -ms-text-size-adjust: 100%; /* 2 */
/* 65   */     -webkit-text-size-adjust: 100%; /* 3 */
/* 66   */ }
/* 67   */ 	#rowfirst .textwidget{
/* 68   */ 		position: relative;
/* 69   */ 	}
/* 70   */ #rowfirst .textwidget a:hover{
/* 71   */ 	background-color: #0f9d58;
/* 72   */ 	color: #fff;
/* 73   */ 	opacity :1;
/* 74   */ }
/* 75   */ 	#rowfirst .textwidget a{
/* 76   */ 		position: absolute;
/* 77   */ 		bottom: 28px;
/* 78   */ 		left: 90px;
/* 79   */ 		background-color: #03bc00;
/* 80   */ 		padding: 12px 38px;
/* 81   */ 		color: #fff;
/* 82   */ 		border-radius: 5px;
/* 83   */ 	}
/* 84   */
/* 85   */
/* 86   */ /**
/* 87   *|  * Remove default margin.
/* 88   *|  */
/* 89   */ .main-content-class{
/* 90   */ 	text-align:center;
/* 91   */ }
/* 92   */ #pg-6-1 > .coronaInfo.panel-row-style{
/* 93   */ 	background-image:none !important;
/* 94   */ }
/* 95   */
/* 96   */ #pl-952 .upcommingposts .panel-grid-cell:first-child .siteorigin-widget-tinymce {
/* 97   */ 	top: 0px;
/* 98   */ }
/* 99   */ #pl-952 .upcommingposts .panel-grid-cell:first-child .siteorigin-widget-tinymce img{
/* 100  */ 	max-height: 130px;

/* style.css */

/* 101  */ }
/* 102  */
/* 103  */ #pl-952 .upcommingposts .panel-grid-cell:first-child .siteorigin-widget-tinymce a{
/* 104  */ 	font-size: 16px;
/* 105  */ 	background-color: #03bc00;
/* 106  */ 	color: #fff;
/* 107  */ 	padding: 5px 10px;
/* 108  */ }
/* 109  */
/* 110  */
/* 111  */ #pg-6-1 > .coronaInfo h3{
/* 112  */ 	color: #03bc00;
/* 113  */ 	font-size : 24px;
/* 114  */ 	margin-bottom: 15px;
/* 115  */ 	font-weight: 900;
/* 116  */ 	font-family: "Montserrat Alternates",arial,sans-serif;
/* 117  */ }
/* 118  */ #pg-6-1 > .coronaInfo ul li{
/* 119  */ 	list-style-type: circle;
/* 120  */ 	color:#000000;
/* 121  */ }
/* 122  */ #pg-6-1 > .coronaInfo h3.precise{
/* 123  */ 	margin-top:78px;
/* 124  */ }
/* 125  */ body { margin: 0; }
/* 126  */ #page { position: relative; }
/* 127  */
/* 128  */ /* =HTML5 display definitions
/* 129  *| -------------------------------------------------------------- */
/* 130  */
/* 131  */ /**
/* 132  *|  * Correct `block` display not defined for any HTML5 element in IE 8/9.
/* 133  *|  * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
/* 134  *|  * Correct `block` display not defined for `main` in IE 11.
/* 135  *|  */
/* 136  */
/* 137  */ article,
/* 138  */ aside,
/* 139  */ details,
/* 140  */ figcaption,
/* 141  */ figure,
/* 142  */ footer,
/* 143  */ header,
/* 144  */ hgroup,
/* 145  */ main,
/* 146  */ nav,
/* 147  */ section,
/* 148  */ summary {
/* 149  */     display: block;
/* 150  */ }

/* style.css */

/* 151  */
/* 152  */ /**
/* 153  *|  * 1. Correct `inline-block` display not defined in IE 8/9.
/* 154  *|  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
/* 155  *|  */
/* 156  */
/* 157  */ audio,
/* 158  */ canvas,
/* 159  */ progress,
/* 160  */ video {
/* 161  */     display: inline-block; /* 1 */
/* 162  */     vertical-align: baseline; /* 2 */
/* 163  */ }
/* 164  */
/* 165  */ /**
/* 166  *|  * Prevent modern browsers from displaying `audio` without controls.
/* 167  *|  * Remove excess height in iOS 5 devices.
/* 168  *|  */
/* 169  */
/* 170  */ audio:not([controls]) {
/* 171  */     display: none;
/* 172  */     height: 0;
/* 173  */ }
/* 174  */
/* 175  */ /**
/* 176  *|  * Address `[hidden]` styling not present in IE 8/9/10.
/* 177  *|  * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
/* 178  *|  */
/* 179  */
/* 180  */ [hidden],
/* 181  */ template {
/* 182  */     display: none;
/* 183  */ }
/* 184  */
/* 185  */ /* =Links
/* 186  *| -------------------------------------------------------------- */
/* 187  */
/* 188  */ /**
/* 189  *|  * Remove the gray background color from active links in IE 10.
/* 190  *|  */
/* 191  */
/* 192  */ a {
/* 193  */     background: transparent;
/* 194  */ }
/* 195  */
/* 196  */ /**
/* 197  *|  * Improve readability when focused and also mouse hovered in all browsers.
/* 198  *|  */
/* 199  */
/* 200  */ a:active,

/* style.css */

/* 201  */ a:hover {
/* 202  */     outline: 0;
/* 203  */ }
/* 204  */
/* 205  */
/* 206  */ /* =Text-level semantics
/* 207  *| -------------------------------------------------------------- */
/* 208  */
/* 209  */ /**
/* 210  *|  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
/* 211  *|  */
/* 212  */
/* 213  */ abbr[title] {
/* 214  */     border-bottom: 1px dotted;
/* 215  */ }
/* 216  */
/* 217  */ /**
/* 218  *|  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
/* 219  *|  */
/* 220  */
/* 221  */ b,
/* 222  */ strong {
/* 223  */     font-weight: bold;
/* 224  */ }
/* 225  */
/* 226  */ /**
/* 227  *|  * Address styling not present in Safari and Chrome.
/* 228  *|  */
/* 229  */
/* 230  */ dfn {
/* 231  */     font-style: italic;
/* 232  */ }
/* 233  */
/* 234  */ /**
/* 235  *|  * Address variable `h1` font-size and margin within `section` and `article`
/* 236  *|  * contexts in Firefox 4+, Safari, and Chrome.
/* 237  *|  */
/* 238  */
/* 239  */ h1 {
/* 240  */     font-size: 2em;
/* 241  */     margin: 0.67em 0;
/* 242  */ }
/* 243  */
/* 244  */ /**
/* 245  *|  * Address styling not present in IE 8/9.
/* 246  *|  */
/* 247  */
/* 248  */ mark {
/* 249  */     background: #ff0;
/* 250  */     color: #000;

/* style.css */

/* 251  */ }
/* 252  */
/* 253  */ /**
/* 254  *|  * Address inconsistent and variable font size in all browsers.
/* 255  *|  */
/* 256  */
/* 257  */ small {
/* 258  */     font-size: 80%;
/* 259  */ }
/* 260  */
/* 261  */ /**
/* 262  *|  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
/* 263  *|  */
/* 264  */
/* 265  */ sub,
/* 266  */ sup {
/* 267  */     font-size: 75%;
/* 268  */     line-height: 0;
/* 269  */     position: relative;
/* 270  */     vertical-align: baseline;
/* 271  */ }
/* 272  */
/* 273  */ sup {
/* 274  */     top: -0.5em;
/* 275  */ }
/* 276  */
/* 277  */ sub {
/* 278  */     bottom: -0.25em;
/* 279  */ }
/* 280  */
/* 281  */ /* =Embedded content
/* 282  *| -------------------------------------------------------------- */
/* 283  */
/* 284  */ /**
/* 285  *|  * Remove border when inside `a` element in IE 8/9/10.
/* 286  *|  */
/* 287  */
/* 288  */ img {
/* 289  */     border: 0;
/* 290  */ }
/* 291  */
/* 292  */ /**
/* 293  *|  * Correct overflow not hidden in IE 9/10/11.
/* 294  *|  */
/* 295  */
/* 296  */ svg:not(:root) {
/* 297  */     overflow: hidden;
/* 298  */ }
/* 299  */
/* 300  */ /* =Grouping content

/* style.css *|

/* 301  *| -------------------------------------------------------------- */
/* 302  */
/* 303  */ /**
/* 304  *|  * Address margin not present in IE 8/9 and Safari.
/* 305  *|  */
/* 306  */
/* 307  */ figure {
/* 308  */     margin: 1em 40px;
/* 309  */ }
/* 310  */
/* 311  */ /**
/* 312  *|  * Address differences between Firefox and other browsers.
/* 313  *|  */
/* 314  */
/* 315  */ hr {
/* 316  */     box-sizing: content-box;
/* 317  */     height: 0;
/* 318  */ }
/* 319  */
/* 320  */ /**
/* 321  *|  * Contain overflow in all browsers.
/* 322  *|  */
/* 323  */
/* 324  */ pre {
/* 325  */     overflow: auto;
/* 326  */ }
/* 327  */
/* 328  */ /**
/* 329  *|  * Address odd `em`-unit font size rendering in all browsers.
/* 330  *|  */
/* 331  */
/* 332  */ code,
/* 333  */ kbd,
/* 334  */ pre,
/* 335  */ samp {
/* 336  */     font-family: monospace, monospace;
/* 337  */     font-size: 1em;
/* 338  */ }
/* 339  */
/* 340  */ /* =Forms
/* 341  *| -------------------------------------------------------------- */
/* 342  */
/* 343  */ /**
/* 344  *|  * Known limitation: by default, Chrome and Safari on OS X allow very limited
/* 345  *|  * styling of `select`, unless a `border` property is set.
/* 346  *|  */
/* 347  */
/* 348  */ /**
/* 349  *|  * 1. Correct color not being inherited.
/* 350  *|  *    Known issue: affects color of disabled elements.

/* style.css *|

/* 351  *|  * 2. Correct font properties not being inherited.
/* 352  *|  * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
/* 353  *|  */
/* 354  */
/* 355  */ button,
/* 356  */ input,
/* 357  */ optgroup,
/* 358  */ select,
/* 359  */ textarea {
/* 360  */     color: inherit; /* 1 */
/* 361  */     font: inherit; /* 2 */
/* 362  */     margin: 0; /* 3 */
/* 363  */ }
/* 364  */
/* 365  */ /**
/* 366  *|  * Address `overflow` set to `hidden` in IE 8/9/10/11.
/* 367  *|  */
/* 368  */
/* 369  */ button {
/* 370  */     overflow: visible;
/* 371  */ }
/* 372  */
/* 373  */ /**
/* 374  *|  * Address inconsistent `text-transform` inheritance for `button` and `select`.
/* 375  *|  * All other form control elements do not inherit `text-transform` values.
/* 376  *|  * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
/* 377  *|  * Correct `select` style inheritance in Firefox.
/* 378  *|  */
/* 379  */
/* 380  */ button,
/* 381  */ select {
/* 382  */     text-transform: none;
/* 383  */ }
/* 384  */
/* 385  */ /**
/* 386  *|  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
/* 387  *|  *    and `video` controls.
/* 388  *|  * 2. Correct inability to style clickable `input` types in iOS.
/* 389  *|  */
/* 390  */
/* 391  */ button,
/* 392  */ html input[type="button"],
/* 393  */ input[type="reset"],
/* 394  */ input[type="submit"] {
/* 395  */     -webkit-appearance: button; /* 1 */
/* 396  */     cursor: pointer; /* 2 */
/* 397  */ }
/* 398  */
/* 399  */ /**
/* 400  *|  * Re-set default cursor for disabled elements.

/* style.css *|

/* 401  *|  */
/* 402  */
/* 403  */ button[disabled],
/* 404  */ html input[disabled] {
/* 405  */     cursor: default;
/* 406  */ }
/* 407  */
/* 408  */ /**
/* 409  *|  * Remove inner padding and border in Firefox 4+.
/* 410  *|  */
/* 411  */
/* 412  */ button::-moz-focus-inner,
/* 413  */ input::-moz-focus-inner {
/* 414  */     border: 0;
/* 415  */     padding: 0;
/* 416  */ }
/* 417  */
/* 418  */ /**
/* 419  *|  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
/* 420  *|  * the UA stylesheet.
/* 421  *|  */
/* 422  */
/* 423  */ input {
/* 424  */     line-height: normal;
/* 425  */ }
/* 426  */
/* 427  */ /**
/* 428  *|  * It's recommended that you don't attempt to style these elements.
/* 429  *|  * Firefox's implementation doesn't respect box-sizing, padding, or width.
/* 430  *|  *
/* 431  *|  * 1. Address box sizing set to `content-box` in IE 8/9/10.
/* 432  *|  * 2. Remove excess padding in IE 8/9/10.
/* 433  *|  */
/* 434  */
/* 435  */ input[type="checkbox"],
/* 436  */ input[type="radio"] {
/* 437  */     box-sizing: border-box; /* 1 */
/* 438  */     padding: 0; /* 2 */
/* 439  */ }
/* 440  */
/* 441  */ /**
/* 442  *|  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
/* 443  *|  * `font-size` values of the `input`, it causes the cursor style of the
/* 444  *|  * decrement button to change from `default` to `text`.
/* 445  *|  */
/* 446  */
/* 447  */ input[type="number"]::-webkit-inner-spin-button,
/* 448  */ input[type="number"]::-webkit-outer-spin-button {
/* 449  */     height: auto;
/* 450  */ }

/* style.css */

/* 451  */
/* 452  */ /**
/* 453  *|  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
/* 454  *|  * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
/* 455  *|  *    (include `-moz` to future-proof).
/* 456  *|  */
/* 457  */ #footer-horizontal-menu ul li a:hover{
/* 458  */     color:#fff;
/* 459  */ }
/* 460  */ #footer-horizontal-menu ul li a {
/* 461  */     background-color: #03bc00;
/* 462  */     padding: 10px 20px;
/* 463  */ }
/* 464  */ .upcommingposts img{
/* 465  */     margin-bottom:5px;
/* 466  */ }
/* 467  */ .upcommingposts p{
/* 468  */     text-align: left;
/* 469  */     font-size: 12px;
/* 470  */     font-weight: 500;
/* 471  */     color: #333;
/* 472  */     line-height: 1.5;
/* 473  */ }
/* 474  */ .upcommingposts .panel-grid-cell:first-child .siteorigin-widget-tinymce{
/* 475  */     top: -10px;
/* 476  */     position: relative;
/* 477  */ }
/* 478  */
/* 479  */ .upcommingposts h1{
/* 480  */     font-size: 18px;
/* 481  */     margin-bottom: 0px;
/* 482  */     text-align: center;
/* 483  */ }
/* 484  */
/* 485  */ input[type="search"] {
/* 486  */     -webkit-appearance: textfield;
/* 487  */     box-sizing: content-box;
/* 488  */ }
/* 489  */
/* 490  */ .entry-content input[type=text],
/* 491  */ .entry-content input[type=email],
/* 492  */ .entry-content input[type=tel],
/* 493  */ .entry-content input[type=password],
/* 494  */ .entry-content input[type=date],
/* 495  */ .entry-content input[type=datetime-local],
/* 496  */ .entry-content input[type=file],
/* 497  */ .entry-content input[type=reset],
/* 498  */ .entry-content input[type=search],
/* 499  */ .entry-content input[type=url] {
/* 500  */     width: 60%;

/* style.css */

/* 501  */ }
/* 502  */
/* 503  */ .entry-content input[type=month],
/* 504  */ .entry-content input[type=week],
/* 505  */ .entry-content input[type=time] {
/* 506  */     width: 30%;
/* 507  */ }
/* 508  */
/* 509  */ .entry-content textarea {
/* 510  */     width: 100%;
/* 511  */ }
/* 512  */
/* 513  */ .entry-content select {
/* 514  */     width: calc( 60% - 20px );
/* 515  */ }
/* 516  */
/* 517  */ form span { width: 100%; line-height: 27px;}
/* 518  */
/* 519  */ /**
/* 520  *|  * Define consistent border, margin, and padding.
/* 521  *|  */
/* 522  */
/* 523  */ fieldset {
/* 524  */     border: 1px solid rgba(0, 0, 0 ,0.1);
/* 525  */     margin: 0 2px;
/* 526  */     padding: 0.35em 0.625em 0.75em;
/* 527  */ }
/* 528  */
/* 529  */ /**
/* 530  *|  * 1. Correct `color` not being inherited in IE 8/9/10/11.
/* 531  *|  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
/* 532  *|  */
/* 533  */
/* 534  */ legend {
/* 535  */     border: 0; /* 1 */
/* 536  */     padding: 0; /* 2 */
/* 537  */ }
/* 538  */
/* 539  */ /**
/* 540  *|  * Remove default vertical scrollbar in IE 8/9/10/11.
/* 541  *|  */
/* 542  */
/* 543  */ textarea {
/* 544  */     overflow: auto;
/* 545  */ }
/* 546  */
/* 547  */ /**
/* 548  *|  * Don't inherit the `font-weight` (applied by a rule above).
/* 549  *|  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
/* 550  *|  */

/* style.css */

/* 551  */
/* 552  */ optgroup {
/* 553  */     font-weight: bold;
/* 554  */ }
/* 555  */
/* 556  */ /**
/* 557  *|  * Remove most spacing between table cells.
/* 558  *|  */
/* 559  */
/* 560  */ table {
/* 561  */     border-collapse: collapse;
/* 562  */     border-spacing: 0;
/* 563  */ }
/* 564  */
/* 565  */ td,
/* 566  */ th {
/* 567  */     padding: 0;
/* 568  */ }
/* 569  */
/* 570  */ /**
/* 571  *|  * CLEARFIX
/* 572  *|  *
/* 573  *|  * For modern browsers
/* 574  *|  * 1. The space content is one way to avoid an Opera bug when the
/* 575  *|  *    contenteditable attribute is included anywhere else in the document.
/* 576  *|  *    Otherwise it causes space to appear at the top and bottom of elements
/* 577  *|  *    that are clearfixed.
/* 578  *|  * 2. The use of `table` rather than `block` is only necessary if using
/* 579  *|  *    `:before` to contain the top-margins of child elements.
/* 580  *|  */
/* 581  */ .cf:before,
/* 582  */ .cf:after {
/* 583  */     content: " "; /* 1 */
/* 584  */     display: table; /* 2 */
/* 585  */ }
/* 586  */
/* 587  */ .cf:after {
/* 588  */     clear: both;
/* 589  */ }
/* 590  */
/* 591  */ /**
/* 592  *|  * For IE 6/7 only
/* 593  *|  * Include this rule to trigger hasLayout and contain floats.
/* 594  *|  */
/* 595  */ .cf {
/* 596  */     *zoom: 1;
/* 597  */ }
/* 598  */
/* 599  */ /* =02. Theme base
/* 600  *| -------------------------------------------------------------- */

/* style.css */

/* 601  */
/* 602  */ /* Apply a natural box layout model to all elements */
/* 603  */
/* 604  */ *,
/* 605  */ *:before,
/* 606  */ *:after {
/* 607  */     box-sizing: border-box;
/* 608  */ }
/* 609  */
/* 610  */ body {
/* 611  */     background-color: #f9f9f9;
/* 612  */     font-family: 'Roboto', sans-serif;
/* 613  */     font-size: 16px;
/* 614  */     font-weight: 300;
/* 615  */     line-height: 1.8;
/* 616  */     color: #757575;
/* 617  */ }
/* 618  */
/* 619  */ /* =03. Clearfix
/* 620  *| -------------------------------------------------------------- */
/* 621  */
/* 622  */ .clear:before,
/* 623  */ .clear:after,
/* 624  */ .gallery:before,
/* 625  */ .gallery:after
/* 626  */ .entry-content:before,
/* 627  */ .entry-content:after,
/* 628  */ .comment-content:before,
/* 629  */ .comment-content:after,
/* 630  */ .site-header:before,
/* 631  */ .site-header:after,
/* 632  */ .site-content:before,
/* 633  */ .site-content:after,
/* 634  */ .site-footer:before,
/* 635  */ .site-footer:after {
/* 636  */     content: '';
/* 637  */     display: table;
/* 638  */ }
/* 639  */
/* 640  */ .clear:after,
/* 641  */ .gallery:after
/* 642  */ .entry-content:after,
/* 643  */ .comment-content:after,
/* 644  */ .site-header:after,
/* 645  */ .site-content:after,
/* 646  */ .site-footer:after {
/* 647  */     clear: both;
/* 648  */ }
/* 649  */
/* 650  */ /* =04. Global margins & paddings

/* style.css *|

/* 651  *| -------------------------------------------------------------- */
/* 652  */
/* 653  */ ul,
/* 654  */ ol,
/* 655  */ h1,
/* 656  */ h2,
/* 657  */ h3,
/* 658  */ h4,
/* 659  */ h5,
/* 660  */ h6,
/* 661  */ pre,
/* 662  */ table,
/* 663  */ .gallery,
/* 664  */ blockquote,
/* 665  */ .wp-caption,
/* 666  */ .entry-footer,
/* 667  */ .footer-menu,
/* 668  */ .page-links,
/* 669  */ .page-content,
/* 670  */ .entry-summary,
/* 671  */ .entry-thumbnail,
/* 672  */ .comments-title
/* 673  */ .comment-respond,
/* 674  */ .wp-caption-text,
/* 675  */ .comment-reply-title,
/* 676  */ .single .entry-content,
/* 677  */ .site-main .comment-navigation,
/* 678  */ .site-main .paging-navigation,
/* 679  */ .site-main .post-navigation {
/* 680  */     margin-bottom: 35px;
/* 681  */ }
/* 682  */
/* 683  */ ul ul,
/* 684  */ ol ol {
/* 685  */     margin-bottom: 0;
/* 686  */ }
/* 687  */
/* 688  */ .page-links,
/* 689  */ .site-title,
/* 690  */ .widget-area,
/* 691  */ .page-content,
/* 692  */ .entry-summary,
/* 693  */ .site-main .comment-navigation,
/* 694  */ .site-main .paging-navigation,
/* 695  */ .site-main .post-navigation {
/* 696  */     margin-top: 45px;
/* 697  */ }
/* 698  */
/* 699  */ p {
/* 700  */     margin-top: 0px;

/* style.css */

/* 701  */     margin-bottom:0px;
/* 702  */     padding-bottom: 20px;
/* 703  */ }
/* 704  */
/* 705  */ p:last-item {
/* 706  */     margin-bottom: 20px;
/* 707  */ }
/* 708  */
/* 709  */ .home .entry-footer,
/* 710  */ .archive .entry-footer {
/* 711  */     padding-bottom: 0;
/* 712  */ }
/* 713  */
/* 714  */ /* =05. Text-level semantics
/* 715  *| -------------------------------------------------------------- */
/* 716  */
/* 717  */ cite {
/* 718  */     font-size: 1.1em;
/* 719  */     display: block;
/* 720  */ }
/* 721  */
/* 722  */ blockquote cite {
/* 723  */     text-align: right;
/* 724  */     font-size: 17.6px;
/* 725  */     border-top: rgba(0, 0, 0, .1) solid 1px;
/* 726  */ }
/* 727  */
/* 728  */ blockquote {
/* 729  */     border-bottom: 1px solid rgba(0, 0, 0 ,0.1);
/* 730  */     border-top: 1px solid rgba(0, 0, 0 ,0.1);
/* 731  */     font-family: 'Alegreya', Georgia, Time New Roman, serif;
/* 732  */     font-size: 36px;
/* 733  */     text-align: center;
/* 734  */     padding-bottom: 2px;
/* 735  */ }
/* 736  */
/* 737  */ blockquote:before{
/* 738  */     content: '\201C';
/* 739  */     font-size: 72px;
/* 740  */     margin-top: -28px;
/* 741  */     float: left;
/* 742  */     opacity: 0.3;
/* 743  */     filter: alpha(opacity=30);
/* 744  */ }
/* 745  */
/* 746  */ blockquote p { padding: 0; }
/* 747  */
/* 748  */ /* =06. Headings
/* 749  *| -------------------------------------------------------------- */
/* 750  */

/* style.css */

/* 751  */ h1,
/* 752  */ h2,
/* 753  */ h3,
/* 754  */ h4,
/* 755  */ h5,
/* 756  */ h6 {
/* 757  */     color: #121212;
/* 758  */     clear: both;
/* 759  */     font-weight: 400;
/* 760  */     line-height: 1.2;
/* 761  */ }
/* 762  */
/* 763  */ h1 a,
/* 764  */ h2 a,
/* 765  */ h3 a,
/* 766  */ h4 a {
/* 767  */     color: #121212;
/* 768  */ }
/* 769  */
/* 770  */ h1 {
/* 771  */     font-size: 28px;
/* 772  */ }
/* 773  */
/* 774  */ h2 {
/* 775  */     font-size: 21px;
/* 776  */ }
/* 777  */
/* 778  */ h3 {
/* 779  */     font-size: 18px;
/* 780  */ }
/* 781  */
/* 782  */ h4 {
/* 783  */     font-size: 16px;
/* 784  */ }
/* 785  */
/* 786  */ h5 {
/* 787  */     font-size: 14px;
/* 788  */ }
/* 789  */
/* 790  */ h6 {
/* 791  */     font-size: 14px;
/* 792  */ }
/* 793  */
/* 794  */ span{
/* 795  */     display:inline-block;
/* 796  */     zoom: 1; *display: inline;
/* 797  */ }
/* 798  */
/* 799  */ .entry-title {
/* 800  */     margin: 17px 0 20px 0;

/* style.css */

/* 801  */ }
/* 802  */
/* 803  */ .comment-body {
/* 804  */     margin-bottom: 5px;
/* 805  */ }
/* 806  */
/* 807  */ ol .children {
/* 808  */     padding-left: 100px;
/* 809  */ }
/* 810  */
/* 811  */ .comment-author.vcard img {
/* 812  */     float: left;
/* 813  */     margin-bottom: 50px;
/* 814  */ }
/* 815  */
/* 816  */ .comment-reply-title {
/* 817  */     text-align: center;
/* 818  */ }
/* 819  */
/* 820  */ .comment-reply-title:after {
/* 821  */     content: '';
/* 822  */     display: block;
/* 823  */     height: 1px;
/* 824  */     margin: 10px auto;
/* 825  */     width: 50px;
/* 826  */ }
/* 827  */
/* 828  */ .reply {
/* 829  */     margin-left: 80px;
/* 830  */ }
/* 831  */
/* 832  */ .archive .entry-title {
/* 833  */     display: inline-block;
/* 834  */ }
/* 835  */
/* 836  */ .tesseract-featured .entry-header {
/* 837  */     height: 100%;
/* 838  */     margin-left: auto;
/* 839  */     margin-right: auto;
/* 840  */     width: 90%;
/* 841  */ }
/* 842  */
/* 843  */ .tesseract-featured .entry-title {
/* 844  */     color: #fff;
/* 845  */     font-size: 75px;
/* 846  */     position: relative;
/* 847  */     text-align: center;
/* 848  */     top: 35%;
/* 849  */     -webkit-transform: translateY(-35%);
/* 850  */     transform: translateY(-35%);

/* style.css */

/* 851  */     z-index: 1;
/* 852  */ }
/* 853  */
/* 854  */ /* =07. Forms
/* 855  *| -------------------------------------------------------------- */
/* 856  */
/* 857  */ select,
/* 858  */ textarea,
/* 859  */ input:not([type]),
/* 860  */ input[type="text"],
/* 861  */ input[type="password"],
/* 862  */ input[type="datetime"],
/* 863  */ input[type="datetime-local"],
/* 864  */ input[type="date"],
/* 865  */ input[type="month"],
/* 866  */ input[type="time"],
/* 867  */ input[type="week"],
/* 868  */ input[type="number"],
/* 869  */ input[type="email"],
/* 870  */ input[type="url"],
/* 871  */ input[type="search"],
/* 872  */ input[type="tel"],
/* 873  */ input[type="color"] {
/* 874  */     background-color: #fff;
/* 875  */     background-clip: padding-box;
/* 876  */     border: 1px solid rgba(0, 0, 0 ,0.1);
/* 877  */     border-radius: 4px;
/* 878  */     color: #444;
/* 879  */     font-size: 12px;
/* 880  */     font-weight: 400;
/* 881  */     outline: none;
/* 882  */     padding: 10px;
/* 883  */ }
/* 884  */
/* 885  */ select:focus,
/* 886  */ textarea:focus,
/* 887  */ input:not([type]):focus,
/* 888  */ input[type="text"]:focus,
/* 889  */ input[type="password"]:focus,
/* 890  */ input[type="datetime"]:focus,
/* 891  */ input[type="datetime-local"]:focus,
/* 892  */ input[type="date"]:focus,
/* 893  */ input[type="month"]:focus,
/* 894  */ input[type="time"]:focus,
/* 895  */ input[type="week"]:focus,
/* 896  */ input[type="number"]:focus,
/* 897  */ input[type="email"]:focus,
/* 898  */ input[type="url"]:focus,
/* 899  */ input[type="search"]:focus,
/* 900  */ input[type="tel"]:focus,

/* style.css */

/* 901  */ input[type="color"]:focus {
/* 902  */     background-color: #ededed;
/* 903  */     transition: all 0.1s ease-in-out;
/* 904  */ }
/* 905  */
/* 906  */ select:disabled,
/* 907  */ textarea:disabled,
/* 908  */ input:not([type]):disabled,
/* 909  */ input[type="text"]:disabled,
/* 910  */ input[type="password"]:disabled,
/* 911  */ input[type="datetime"]:disabled,
/* 912  */ input[type="datetime-local"]:disabled,
/* 913  */ input[type="date"]:disabled,
/* 914  */ input[type="month"]:disabled,
/* 915  */ input[type="time"]:disabled,
/* 916  */ input[type="week"]:disabled,
/* 917  */ input[type="number"]:disabled,
/* 918  */ input[type="email"]:disabled,
/* 919  */ input[type="url"]:disabled,
/* 920  */ input[type="search"]:disabled,
/* 921  */ input[type="tel"]:disabled,
/* 922  */ input[type="color"]:disabled {
/* 923  */     cursor: none;
/* 924  */ }
/* 925  */
/* 926  */ /*
/* 927  *|  * Reset style on iOS.
/* 928  *|  */
/* 929  */
/* 930  */ textarea,
/* 931  */ input:not([type]),
/* 932  */ input[type="text"],
/* 933  */ input[type="password"],
/* 934  */ input[type="email"],
/* 935  */ input[type="url"],
/* 936  */ input[type="search"],
/* 937  */ input[type="tel"] {
/* 938  */     -webkit-appearance: none;
/* 939  */ }
/* 940  */
/* 941  */
/* 942  */ /* Reset height
/* 943  *|  * Must be after size modifiers */
/* 944  */ textarea,
/* 945  */ select[multiple],
/* 946  */ select[size] {
/* 947  */     height: auto;
/* 948  */ }
/* 949  */
/* 950  */ textarea {

/* style.css */

/* 951  */     width: 100%;
/* 952  */ }
/* 953  */
/* 954  */ .search-form .search-field {
/* 955  */     width: 150px;
/* 956  */ }
/* 957  */
/* 958  */ .search-form .search-submit {
/* 959  */     display: none;
/* 960  */ }
/* 961  */
/* 962  */ /*
/* 963  *|  * Placeholder
/* 964  *|  * Higher specificity (!important) needed to override color in IE
/* 965  *|  * (prefixfree.js does not include prefixes for placeholders)
/* 966  *|  */
/* 967  */ :-ms-input-placeholder {
/* 968  */     color: #9e9e9e !important;
/* 969  */ }
/* 970  */
/* 971  */ ::-moz-placeholder {
/* 972  */     color: #9e9e9e;
/* 973  */ }
/* 974  */
/* 975  */ ::-webkit-input-placeholder {
/* 976  */     color: #9e9e9e;
/* 977  */ }
/* 978  */
/* 979  */ :disabled:-ms-input-placeholder {
/* 980  */     color: #9e9e9e !important;
/* 981  */ }
/* 982  */
/* 983  */ :disabled::-moz-placeholder {
/* 984  */     color: #9e9e9e;
/* 985  */ }
/* 986  */
/* 987  */ :disabled::-webkit-input-placeholder {
/* 988  */     color: #9e9e9e;
/* 989  */ }
/* 990  */
/* 991  */ /*
/* 992  *|  * Removes box-shadow for invalid controls in Firefox.
/* 993  *|  */
/* 994  */ :invalid {
/* 995  */     box-shadow: none;
/* 996  */ }
/* 997  */
/* 998  */ label {
/* 999  */     margin-bottom: 5px;
/* 1000 */ }

/* style.css */

/* 1001 */
/* 1002 */
/* 1003 */ /* =08. Buttons
/* 1004 *| -------------------------------------------------------------- */
/* 1005 */
/* 1006 */ button,
/* 1007 */ .button,
/* 1008 */ input[type="reset"],
/* 1009 */ input[type="submit"],
/* 1010 */ input[type="button"] {
/* 1011 */     background-color: #199cd8;
/* 1012 */     background-clip: border-box;
/* 1013 */     border: 1px solid transparent;
/* 1014 */     border-radius: 4px;
/* 1015 */     color: #fff;
/* 1016 */     outline: none;
/* 1017 */     font-size: 12px;
/* 1018 */     font-weight: 400;
/* 1019 */     letter-spacing: 1px;
/* 1020 */     padding: 0 20px;
/* 1021 */     text-transform: uppercase;
/* 1022 */     line-height: 40px;
/* 1023 */     display: inline-block;
/* 1024 */     zoom: 1; *display: inline;
/* 1025 */ }
/* 1026 */
/* 1027 */ /*
/* 1028 *|  * Hover
/* 1029 *|  * 1. Apply hover style also to focus state
/* 1030 *|  * 2. Remove default focus style
/* 1031 *|  * 3. Required for 'a' elements
/* 1032 *|  */
/* 1033 */
/* 1034 */ button:hover,
/* 1035 */ .button:hover,
/* 1036 */ input[type="reset"]:hover,
/* 1037 */ input[type="submit"]:hover,
/* 1038 */ input[type="button"]:hover {
/* 1039 */     background-color: #1581b2;
/* 1040 */     color: #fff;
/* 1041 */ }
/* 1042 */
/* 1043 */ /* Active */
/* 1044 */
/* 1045 */ button:active,
/* 1046 */ .button:active,
/* 1047 */ input[type="reset"]:active,
/* 1048 */ input[type="submit"]:active,
/* 1049 */ input[type="button"]:active {
/* 1050 */     background-color: #199cd8;

/* style.css */

/* 1051 */ }
/* 1052 */
/* 1053 */ /* === Differnt Colors and Sizes Of Primary and Secondary Buttons  === */
/* 1054 */
/* 1055 */
/* 1056 */ /* Featured */
/* 1057 */
/* 1058 */ .primary-button {
/* 1059 */     background-color: #199cd8;
/* 1060 */ }
/* 1061 */
/* 1062 */ #header-button-container .primary-button,
/* 1063 */ #header-button-container .secondary-button {
/* 1064 */     color: #fff!important;
/* 1065 */     vertical-align: baseline;
/* 1066 */ }
/* 1067 */
/* 1068 */ .primary-button:hover{
/* 1069 */     background-color: #1581b2;
/* 1070 */ }
/* 1071 */
/* 1072 */ .secondary-button {
/* 1073 */     background-color: transparent;
/* 1074 */     border: 1px solid #fff;
/* 1075 */ }
/* 1076 */
/* 1077 */ .secondary-button:hover{
/* 1078 */     background-color: #199cd8;
/* 1079 */ }
/* 1080 */
/* 1081 */ .site-header .secondary-button { color: #fff; }
/* 1082 */
/* 1083 */ /*#header-button-container .secondary-button {
/* 1084 *|         color: #000;
/* 1085 *|         border-color: #000;
/* 1086 *|         }
/* 1087 *|
/* 1088 *| .secondary-button:hover,
/* 1089 *| #header-button-container .secondary-button:hover {
/* 1090 *|     background-color: #fff;
/* 1091 *|     color: #199cd8;
/* 1092 *|         }
/* 1093 *|
/* 1094 *| #header-button-container .secondary-button:hover {
/* 1095 *|         border-color: #199cd8;
/* 1096 *| }*/
/* 1097 */
/* 1098 */
/* 1099 */ /* === Default Styles === */
/* 1100 */

/* style.css */

/* 1101 */ .button {
/* 1102 */     margin: 5px;
/* 1103 */ }
/* 1104 */
/* 1105 */ .button:hover {
/* 1106 */     color: #fff!important;
/* 1107 */ }
/* 1108 */
/* 1109 */ /* === Default Color === */
/* 1110 */
/* 1111 */ /* === Brown  === */
/* 1112 */ .brown{
/* 1113 */     background-color: #AB541A;
/* 1114 */ }
/* 1115 */ .brown:hover{
/* 1116 */     background-color: #823A09;
/* 1117 */ }
/* 1118 */ .brown-outline,
/* 1119 */ .site-header .brown-outline {
/* 1120 */     background-color: transparent;
/* 1121 */     border: 1px solid #ab541a;
/* 1122 */     color: #ab541a;
/* 1123 */ }
/* 1124 */ .brown-outline:hover,
/* 1125 */ .site-header .brown-outline:hover {
/* 1126 */     background-color: #fff;
/* 1127 */     color: #823A09!important;
/* 1128 */     border: 1px solid #823A09;
/* 1129 */ }
/* 1130 */ /* === Green  === */
/* 1131 */ .green{
/* 1132 */     background-color: #49b70f;
/* 1133 */ }
/* 1134 */ .green:hover{
/* 1135 */     background-color: #32770f;
/* 1136 */ }
/* 1137 */ .green-outline,
/* 1138 */ .site-header .green-outline {
/* 1139 */     background-color: transparent;
/* 1140 */     border: 1px solid #49b70f;
/* 1141 */     color: #49b70f;
/* 1142 */ }
/* 1143 */ .green-outline:hover,
/* 1144 */ .site-header .green-outline:hover {
/* 1145 */     background-color: #fff;
/* 1146 */     color: #32770f!important;
/* 1147 */     border: 1px solid #32770f;
/* 1148 */ }
/* 1149 */ /* === Dark Blue  === */
/* 1150 */ .darkblue {

/* style.css */

/* 1151 */     background-color: #0f5289;
/* 1152 */ }
/* 1153 */ .darkblue:hover {
/* 1154 */     background-color: #0c2b44;
/* 1155 */ }
/* 1156 */ .darkblue-outline,
/* 1157 */ .site-header .darkblue-outline {
/* 1158 */     background-color: transparent;
/* 1159 */     border: 1px solid #0f5289;
/* 1160 */     color: #0f5289;
/* 1161 */ }
/* 1162 */ .darkblue-outline:hover,
/* 1163 */ .site-header .darkblue-outline:hover {
/* 1164 */     background-color: #fff;
/* 1165 */     color: #0c2b44!important;
/* 1166 */     border: 1px solid #0c2b44;
/* 1167 */ }
/* 1168 */ /* === red  === */
/* 1169 */ .red {
/* 1170 */     background-color: #cd1212;
/* 1171 */ }
/* 1172 */ .red:hover {
/* 1173 */     background-color: #a90e0e;
/* 1174 */ }
/* 1175 */ .red-outline,
/* 1176 */ .site-header .red-outline {
/* 1177 */     background-color: transparent;
/* 1178 */     border: 1px solid #cd1212;
/* 1179 */     color: #cd1212;
/* 1180 */ }
/* 1181 */ .red-outline:hover,
/* 1182 */ .site-header .red-outline:hover {
/* 1183 */     background-color: #fff;
/* 1184 */     color: #a90e0e!important;
/* 1185 */     border: 1px solid #a90e0e;
/* 1186 */ }
/* 1187 */ /* === pink  === */
/* 1188 */ .pink {
/* 1189 */     background-color: #ff1dfc;
/* 1190 */ }
/* 1191 */ .pink:hover {
/* 1192 */     background-color: #d214cf;
/* 1193 */ }
/* 1194 */ .pink-outline,
/* 1195 */ .site-header .pink-outline {
/* 1196 */     background-color: transparent;
/* 1197 */     border: 1px solid #ff1dfc;
/* 1198 */     color: #ff1dfc;
/* 1199 */ }
/* 1200 */ .pink-outline:hover,

/* style.css */

/* 1201 */ .site-header .pink-outline:hover {
/* 1202 */     background-color: #fff;
/* 1203 */     color: #d214cf!important;
/* 1204 */     border: 1px solid #d214cf;
/* 1205 */ }
/* 1206 */ /* === Yellow  === */
/* 1207 */ .yellow {
/* 1208 */     background-color: #F7CA18;
/* 1209 */ }
/* 1210 */ .yellow:hover {
/* 1211 */     background-color: #f8b516;
/* 1212 */ }
/* 1213 */ .yellow-outline,
/* 1214 */ .site-header .yellow-outline {
/* 1215 */     background-color: transparent;
/* 1216 */     border: 1px solid #F7CA18;
/* 1217 */     color: #F7CA18;
/* 1218 */ }
/* 1219 */ .yellow-outline:hover,
/* 1220 */ .site-header .yellow-outline:hover {
/* 1221 */     background-color: #fff;
/* 1222 */     color: #f8b516!important;
/* 1223 */     border: 1px solid #f8b516;
/* 1224 */ }
/* 1225 */
/* 1226 */ /* === Yellow  === */
/* 1227 */ .orange {
/* 1228 */     background-color: #E87E04;
/* 1229 */ }
/* 1230 */ .orange:hover {
/* 1231 */     background-color: #ea7104;
/* 1232 */ }
/* 1233 */ .orange-outline,
/* 1234 */ .site-header .orange-outline {
/* 1235 */     background-color: transparent;
/* 1236 */     border: 1px solid #E87E04;
/* 1237 */     color: #E87E04;
/* 1238 */ }
/* 1239 */ .orange-outline:hover,
/* 1240 */ .site-header .orange-outline:hover {
/* 1241 */     background-color: #fff;
/* 1242 */     color: #ea7104!important;
/* 1243 */     border: 1px solid #ea7104;
/* 1244 */ }
/* 1245 */
/* 1246 */ /* === Black  === */
/* 1247 */ .black {
/* 1248 */     background-color: #000000;
/* 1249 */ }
/* 1250 */ .black:hover {

/* style.css */

/* 1251 */     background-color: #626262;
/* 1252 */ }
/* 1253 */ .black-outline,
/* 1254 */ .site-header .black-outline {
/* 1255 */     background-color: transparent;
/* 1256 */     border: 1px solid #000000;
/* 1257 */     color: #000000;
/* 1258 */ }
/* 1259 */ .black-outline:hover,
/* 1260 */ .site-header .black-outline:hover {
/* 1261 */     background-color: #fff;
/* 1262 */     color: #626262!important;
/* 1263 */     border: 1px solid #626262;
/* 1264 */ }
/* 1265 */
/* 1266 */ /* === Default Size  === */
/* 1267 */
/* 1268 */ .button.darktext,
/* 1269 */ .button.darktext:hover,
/* 1270 */ .site-header .button.darktext,
/* 1271 */ .site-header .button.darktext:hover  {
/* 1272 */     color: #000000!important;
/* 1273 */ }
/* 1274 */
/* 1275 */ .button.darktext:hover,
/* 1276 */ .site-header .button.darktext:hover {
/* 1277 */     text-shadow: rgba(255, 255, 255, 0.15) 0 2px 2px;
/* 1278 */ }
/* 1279 */
/* 1280 */ .button.lighttext,
/* 1281 */ .button.lighttext:hover,
/* 1282 */ .site-header .button.lighttext,
/* 1283 */ .site-header .button.lighttext:hover  {
/* 1284 */     color: #FFFFFF!important;
/* 1285 */ }
/* 1286 */
/* 1287 */
/* 1288 */ /* === Small Size  === */
/* 1289 */ .small,
/* 1290 */ .site-header .small {
/* 1291 */     padding: 1px 20px;
/* 1292 */     font-size: 10px;
/* 1293 */     letter-spacing: 0px;
/* 1294 */     line-height: 24px;
/* 1295 */ }
/* 1296 */
/* 1297 */ /* === Large Size  === */
/* 1298 */ .large,
/* 1299 */ .site-header .large {
/* 1300 */     padding: 16px 40px;

/* style.css */

/* 1301 */     font-size: 16px;
/* 1302 */     letter-spacing: 2px;
/* 1303 */ }
/* 1304 */
/* 1305 */ /* === End of buttons  === */
/* 1306 */
/* 1307 */ /* Disabled */
/* 1308 */
/* 1309 */ button:disabled,
/* 1310 */ .button:disabled,
/* 1311 */ .site-header .button:disabled,
/* 1312 */ .site-header button:disabled,
/* 1313 */ input[type="reset"]:disabled,
/* 1314 */ input[type="submit"]:disabled,
/* 1315 */ input[type="button"]:disabled {
/* 1316 */     cursor: none;
/* 1317 */ }
/* 1318 */
/* 1319 */ /*
/* 1320 *|  * Vertical alignment
/* 1321 *|  * Exclude 'radio' and 'checkbox' elements because the default 'baseline' value aligns better with text
/* 1322 *|  */
/* 1323 */ button,
/* 1324 */ input:not([type="radio"]):not([type="checkbox"]),
/* 1325 */ select {
/* 1326 */     vertical-align: middle;
/* 1327 */ }
/* 1328 */
/* 1329 */ /* New custom styles */
/* 1330 */
/* 1331 */ .no-bottom-space * {
/* 1332 */     padding-bottom: 0px;
/* 1333 */     margin-bottom:0px;
/* 1334 */ }
/* 1335 */
/* 1336 */ .top-rounded {
/* 1337 */     border-radius: .3em .3em 0 0;
/* 1338 */ }
/* 1339 */
/* 1340 */ /* =09. Tables
/* 1341 *| -------------------------------------------------------------- */
/* 1342 */
/* 1343 */ table {
/* 1344 */     width: 100%;
/* 1345 */     border-collapse: collapse;
/* 1346 */ }
/* 1347 */
/* 1348 */ td,
/* 1349 */ th {
/* 1350 */     padding: 4px 10px;

/* style.css */

/* 1351 */     text-align: left;
/* 1352 */     border: #ddd solid 1px;
/* 1353 */ }
/* 1354 */
/* 1355 */ th {
/* 1356 */     font-weight: 700;
/* 1357 */     background: #fff;
/* 1358 */ }
/* 1359 */
/* 1360 */ /* =10. Links
/* 1361 *| -------------------------------------------------------------- */
/* 1362 */
/* 1363 */ a {
/* 1364 */     color: #199cd8;
/* 1365 */     text-decoration: none;
/* 1366 */ }
/* 1367 */
/* 1368 */ #content a:hover {
/* 1369 */     color: #adacac;
/* 1370 */ }
/* 1371 */
/* 1372 */ /*
/* 1373 *|  * Selection highlight
/* 1374 *|  */
/* 1375 */
/* 1376 */ ::-moz-selection {
/* 1377 */     background: #ecf8fe;
/* 1378 */     color: #12719d;
/* 1379 */     text-shadow: none;
/* 1380 */ }
/* 1381 */
/* 1382 */ ::selection {
/* 1383 */     background: #ecf8fe;
/* 1384 */     color: #12719d;
/* 1385 */     text-shadow: none;
/* 1386 */ }
/* 1387 */
/* 1388 */ /* =11. Header area
/* 1389 *| -------------------------------------------------------------- */
/* 1390 */
/* 1391 */ .site-header {
/* 1392 */     width: 100%;
/* 1393 */ }
/* 1394 */
/* 1395 */ /* =12. Layout
/* 1396 *| -------------------------------------------------------------- */
/* 1397 */
/* 1398 */ .site-main {
/* 1399 */     margin-left: auto;
/* 1400 */     margin-right: auto;

/* style.css */

/* 1401 */     width: 100%;
/* 1402 */ }
/* 1403 */
/* 1404 */
/* 1405 */ .site-info,
/* 1406 */ .site-content,
/* 1407 */ #colophon > .menu,
/* 1408 */ #footer-banner {
/* 1409 */     max-width: 980px;
/* 1410 */ }
/* 1411 */
/* 1412 */ .site-info,
/* 1413 */ .site-content,
/* 1414 */ #colophon > .menu,
/* 1415 */ #footer-banner {
/* 1416 */     margin-left: auto;
/* 1417 */     margin-right: auto;
/* 1418 */ }
/* 1419 */
/* 1420 */ @viewport{
/* 1421 */     width: device-width;
/* 1422 */ }
/* 1423 */
/* 1424 */ /* =13. Menus
/* 1425 *| -------------------------------------------------------------- */
/* 1426 */
/* 1427 */ /* Small menu */
/* 1428 */ .menu-toggle,
/* 1429 */ .menu-toggle.dashicons {
/* 1430 */     display: none;
/* 1431 */ }
/* 1432 */
/* 1433 */ /* Social menu */
/* 1434 */
/* 1435 */ .social-menu {
/* 1436 */     background-color: #e8e8e8;
/* 1437 */     text-align: center;
/* 1438 */ }
/* 1439 */
/* 1440 */ .social-menu ul {
/* 1441 */     list-style: none;
/* 1442 */     margin: 0;
/* 1443 */     padding: 0;
/* 1444 */ }
/* 1445 */
/* 1446 */ .social-menu ul a:before {
/* 1447 */     display: block;
/* 1448 */     font-family: "typicons";
/* 1449 */     font-size: 36px;
/* 1450 */     font-smoothing: antialiased;

/* style.css */

/* 1451 */     font-weight: 400;
/* 1452 */     position: relative;
/* 1453 */     text-align: center;
/* 1454 */     text-decoration: none;
/* 1455 */     text-rendering: optimizeLegibility;
/* 1456 */     vertical-align: text-bottom;
/* 1457 */ }
/* 1458 */
/* 1459 */ .social-menu ul li {
/* 1460 */     display: inline-block;
/* 1461 */     list-style: none;
/* 1462 */     margin: 0;
/* 1463 */ }
/* 1464 */
/* 1465 */ .social-menu ul a {
/* 1466 */     display: inline-block;
/* 1467 */     margin: 0 3px;
/* 1468 */     text-decoration: none;
/* 1469 */ }
/* 1470 */
/* 1471 */ .social-menu ul a:hover {
/* 1472 */     color: #7b7b7b;
/* 1473 */     text-decoration: none;
/* 1474 */ }
/* 1475 */
/* 1476 */ .social-menu ul:last-of-type {
/* 1477 */     margin-right: 0;
/* 1478 */ }
/* 1479 */
/* 1480 */ .social-menu ul a[href*="facebook.com"]:before {
/* 1481 */     content: "\e0e4";
/* 1482 */ }
/* 1483 */
/* 1484 */ .social-menu ul a[href*="twitter.com"]:before {
/* 1485 */     content: "\e0f8";
/* 1486 */ }
/* 1487 */
/* 1488 */ .social-menu ul a[href*="dribbble.com"]:before {
/* 1489 */     content: "\e0e2";
/* 1490 */ }
/* 1491 */
/* 1492 */ .social-menu ul a[href*="plus.google.com"]:before {
/* 1493 */     content: "\e0ea";
/* 1494 */ }
/* 1495 */
/* 1496 */ .social-menu ul a[href*="pinterest.com"]:before {
/* 1497 */     content: "\e0f2";
/* 1498 */ }
/* 1499 */
/* 1500 */ .social-menu ul a[href*="github.com"]:before {

/* style.css */

/* 1501 */     content: "\e0e8";
/* 1502 */ }
/* 1503 */
/* 1504 */ .social-menu ul a[href*="tumblr.com"]:before {
/* 1505 */     content: "\e0f6";
/* 1506 */ }
/* 1507 */
/* 1508 */ .social-menu ul a[href*="youtube.com"]:before {
/* 1509 */     content: "\e0fc";
/* 1510 */ }
/* 1511 */
/* 1512 */ .social-menu ul a[href*="flickr.com"]:before {
/* 1513 */     content: "\e0e6";
/* 1514 */ }
/* 1515 */
/* 1516 */ .social-menu ul a[href*="vimeo.com"]:before {
/* 1517 */     content: "\e0fa";
/* 1518 */ }
/* 1519 */
/* 1520 */ .social-menu ul a[href*="instagram.com"]:before {
/* 1521 */     content: "\e0ec";
/* 1522 */ }
/* 1523 */
/* 1524 */ .social-menu ul a[href*="linkedin.com"]:before {
/* 1525 */     content: "\e0f0";
/* 1526 */ }
/* 1527 */
/* 1528 */ .social-menu ul a[href*="/feed"]:before {
/* 1529 */     content: "\e0db";
/* 1530 */ }
/* 1531 */
/* 1532 */ /* Content navigation */
/* 1533 */
/* 1534 */ .navigation {
/* 1535 */     clear: both;
/* 1536 */     margin: 0 auto;
/* 1537 */     text-align: center;
/* 1538 */     width: 100%;
/* 1539 */ }
/* 1540 */
/* 1541 */ .comment-navigation .nav-previous,
/* 1542 */ .paging-navigation .nav-previous,
/* 1543 */ .post-navigation .nav-previous {
/* 1544 */     float: left;
/* 1545 */     text-align: left;
/* 1546 */ }
/* 1547 */
/* 1548 */ .comment-navigation .nav-next,
/* 1549 */ .paging-navigation .nav-next,
/* 1550 */ .post-navigation .nav-next {

/* style.css */

/* 1551 */     float: right;
/* 1552 */     text-align: right;
/* 1553 */ }
/* 1554 */
/* 1555 */ /* =14. Icons
/* 1556 *| -------------------------------------------------------------- */
/* 1557 */
/* 1558 */ /* Reference only, see /css/typicons.css */
/* 1559 */
/* 1560 */ /* =15. Accessibility
/* 1561 *| -------------------------------------------------------------- */
/* 1562 */
/* 1563 */ .screen-reader-text {
/* 1564 */     clip: rect(1px, 1px, 1px, 1px);
/* 1565 */     position: absolute !important;
/* 1566 */     height: 1px;
/* 1567 */     width: 1px;
/* 1568 */     overflow: hidden;
/* 1569 */ }
/* 1570 */
/* 1571 */ .screen-reader-text:hover,
/* 1572 */ .screen-reader-text:active,
/* 1573 */ .screen-reader-text:focus {
/* 1574 */     background-color: #f1f1f1;
/* 1575 */     border-radius: 3px;
/* 1576 */     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
/* 1577 */     clip: auto !important;
/* 1578 */     color: #21759b;
/* 1579 */     display: block;
/* 1580 */     font-size: 14px;
/* 1581 */     font-weight: bold;
/* 1582 */     height: auto;
/* 1583 */     left: 5px;
/* 1584 */     line-height: normal;
/* 1585 */     padding: 15px 23px 14px;
/* 1586 */     text-decoration: none;
/* 1587 */     top: 5px;
/* 1588 */     width: auto;
/* 1589 */     z-index: 100000; /* Above WP toolbar */
/* 1590 */ }
/* 1591 */
/* 1592 */ /* =16. Embedded content
/* 1593 *| -------------------------------------------------------------- */
/* 1594 */
/* 1595 */ /*
/* 1596 *|  * Responsive media.
/* 1597 *|  */
/* 1598 */
/* 1599 */ img,
/* 1600 */ embed,

/* style.css */

/* 1601 */ object,
/* 1602 */ video {
/* 1603 */     height: auto;
/* 1604 */     max-width: 100%;
/* 1605 */ }
/* 1606 */
/* 1607 */ /*
/* 1608 *|  * Google maps image fix.
/* 1609 *|  */
/* 1610 */
/* 1611 */ img[src*="maps.gstatic.com"],
/* 1612 */ img[src*="googleapis.com"] {
/* 1613 */     max-width: none;
/* 1614 */ }
/* 1615 */
/* 1616 */ figure {
/* 1617 */     margin: 0;
/* 1618 */     padding: 0;
/* 1619 */ }
/* 1620 */
/* 1621 */ .entry-background {
/* 1622 */     background-position: center;
/* 1623 */     background-size: cover;
/* 1624 */     height: 480px;
/* 1625 */     left: 0;
/* 1626 */     padding: 10px;
/* 1627 */     position: relative;
/* 1628 */     width: 100%;
/* 1629 */     margin-top: -60px;
/* 1630 */ }
/* 1631 */
/* 1632 */ .entry-background {
/* 1633 */     position: absolute;
/* 1634 */     top: 51px;
/* 1635 */ }
/* 1636 */
/* 1637 */ .entry-background:before {
/* 1638 */     background-color: #000;
/* 1639 */     content: '';
/* 1640 */     height: 100%;
/* 1641 */     left: 0;
/* 1642 */     opacity: 0.4;
/* 1643 */     filter: alpha(opacity=40);
/* 1644 */     position: absolute;
/* 1645 */     width: 100%;
/* 1646 */     top: 0;
/* 1647 */ }
/* 1648 */
/* 1649 */ .archive .entry-thumbnail {
/* 1650 */     display: inline-block;

/* style.css */

/* 1651 */     float: right;
/* 1652 */     margin: 18px 0 18px 18px;
/* 1653 */     padding-top: 100px;
/* 1654 */ }
/* 1655 */
/* 1656 */ /* =17. WordPress core
/* 1657 *| -------------------------------------------------------------- */
/* 1658 */
/* 1659 */ .alignleft {
/* 1660 */     display: inline;
/* 1661 */     float: left;
/* 1662 */     margin: 18px 18px 18px 0;
/* 1663 */ }
/* 1664 */
/* 1665 */ .alignright {
/* 1666 */     display: inline;
/* 1667 */     float: right;
/* 1668 */     margin: 18px 0 18px 18px;
/* 1669 */ }
/* 1670 */
/* 1671 */ .aligncenter {
/* 1672 */     display: block;
/* 1673 */     margin: 18px auto 18px auto;
/* 1674 */ }
/* 1675 */
/* 1676 */ .wp-caption {
/* 1677 */     max-width: 100%;
/* 1678 */ }
/* 1679 */
/* 1680 */ .wp-caption img[class*="wp-image-"] {
/* 1681 */     display: block;
/* 1682 */     margin: 0 auto;
/* 1683 */ }
/* 1684 */
/* 1685 */ .wp-caption-text {
/* 1686 */     color: #444;
/* 1687 */     font-size: 12px;
/* 1688 */     text-align: center;
/* 1689 */ }
/* 1690 */
/* 1691 */ .wp-caption .wp-caption-text {
/* 1692 */     margin-bottom: 0.8075em;
/* 1693 */     margin-top: 0.8075em;
/* 1694 */ }
/* 1695 */
/* 1696 */ .gallery-item {
/* 1697 */     float: left;
/* 1698 */     margin: 0 4px 4px 0;
/* 1699 */     overflow: hidden;
/* 1700 */     position: relative;

/* style.css */

/* 1701 */ }
/* 1702 */
/* 1703 */ .gallery-columns-1 .gallery-item {
/* 1704 */     max-width: 100%;
/* 1705 */ }
/* 1706 */
/* 1707 */ .gallery-columns-2 .gallery-item {
/* 1708 */     max-width: 48%;
/* 1709 */     max-width: calc(50% - 4px);
/* 1710 */ }
/* 1711 */
/* 1712 */ .gallery-columns-3 .gallery-item {
/* 1713 */     max-width: 32%;
/* 1714 */     max-width: calc(33.3% - 4px);
/* 1715 */ }
/* 1716 */
/* 1717 */ .gallery-columns-4 .gallery-item {
/* 1718 */     max-width: 23%;
/* 1719 */     max-width: calc(25% - 4px);
/* 1720 */ }
/* 1721 */
/* 1722 */ .gallery-columns-5 .gallery-item {
/* 1723 */     max-width: 19%;
/* 1724 */     max-width: calc(20% - 4px);
/* 1725 */ }
/* 1726 */
/* 1727 */ .gallery-columns-6 .gallery-item {
/* 1728 */     max-width: 15%;
/* 1729 */     max-width: calc(16.7% - 4px);
/* 1730 */ }
/* 1731 */
/* 1732 */ .gallery-columns-7 .gallery-item {
/* 1733 */     max-width: 13%;
/* 1734 */     max-width: calc(14.28% - 4px);
/* 1735 */ }
/* 1736 */
/* 1737 */ .gallery-columns-8 .gallery-item {
/* 1738 */     max-width: 11%;
/* 1739 */     max-width: calc(12.5% - 4px);
/* 1740 */ }
/* 1741 */
/* 1742 */ .gallery-columns-9 .gallery-item {
/* 1743 */     max-width: 9%;
/* 1744 */     max-width: calc(11.1% - 4px);
/* 1745 */ }
/* 1746 */
/* 1747 */ .gallery-columns-1 .gallery-item:nth-of-type(1n),
/* 1748 */ .gallery-columns-2 .gallery-item:nth-of-type(2n),
/* 1749 */ .gallery-columns-3 .gallery-item:nth-of-type(3n),
/* 1750 */ .gallery-columns-4 .gallery-item:nth-of-type(4n),

/* style.css */

/* 1751 */ .gallery-columns-5 .gallery-item:nth-of-type(5n),
/* 1752 */ .gallery-columns-6 .gallery-item:nth-of-type(6n),
/* 1753 */ .gallery-columns-7 .gallery-item:nth-of-type(7n),
/* 1754 */ .gallery-columns-8 .gallery-item:nth-of-type(8n),
/* 1755 */ .gallery-columns-9 .gallery-item:nth-of-type(9n) {
/* 1756 */     margin-right: 0;
/* 1757 */ }
/* 1758 */
/* 1759 */ .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
/* 1760 */ .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
/* 1761 */ .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
/* 1762 */ .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
/* 1763 */     clear: left;
/* 1764 */ }
/* 1765 */
/* 1766 */ .gallery-caption {
/* 1767 */     background-color: rgba(255, 255, 255, 0.7);
/* 1768 */     box-sizing: border-box;
/* 1769 */     color: #fff;
/* 1770 */     font-size: 12px;
/* 1771 */     line-height: 1.5;
/* 1772 */     margin: 0;
/* 1773 */     max-height: 50%;
/* 1774 */     opacity: 0;
/* 1775 */     filter: alpha(opacity=0);
/* 1776 */     padding: 6px 8px;
/* 1777 */     position: absolute;
/* 1778 */     bottom: 0;
/* 1779 */     left: 0;
/* 1780 */     text-align: left;
/* 1781 */     width: 100%;
/* 1782 */ }
/* 1783 */
/* 1784 */ .gallery-caption:before {
/* 1785 */     content: "";
/* 1786 */     height: 100%;
/* 1787 */     min-height: 49px;
/* 1788 */     position: absolute;
/* 1789 */     top: 0;
/* 1790 */     left: 0;
/* 1791 */     width: 100%;
/* 1792 */ }
/* 1793 */
/* 1794 */ .gallery-item:hover .gallery-caption {
/* 1795 */     opacity: 1;
/* 1796 */     filter: alpha(opacity=100);
/* 1797 */ }
/* 1798 */
/* 1799 */ .gallery-columns-7 .gallery-caption,
/* 1800 */ .gallery-columns-8 .gallery-caption,

/* style.css */

/* 1801 */ .gallery-columns-9 .gallery-caption {
/* 1802 */     display: none;
/* 1803 */ }
/* 1804 */
/* 1805 */ .page-content img.wp-smiley,
/* 1806 */ .entry-content img.wp-smiley,
/* 1807 */ .comment-content img.wp-smiley {
/* 1808 */     border: none;
/* 1809 */     margin-bottom: 0;
/* 1810 */     margin-top: 0;
/* 1811 */     padding: 0;
/* 1812 */ }
/* 1813 */
/* 1814 */ /* =18. Widgets
/* 1815 *| -------------------------------------------------------------- */
/* 1816 */
/* 1817 */ .widget-area a {
/* 1818 */     color: #82888a;
/* 1819 */     text-decoration: none;
/* 1820 */ }
/* 1821 */
/* 1822 */ /* === Template with Right Sidebar  === */
/* 1823 */ .content-area.left{
/* 1824 */     float: left!important;
/* 1825 */ }
/* 1826 */ .widget-area.right{
/* 1827 */     float: right!important;
/* 1828 */ }
/* 1829 */
/* 1830 */ .widget {
/* 1831 */     -webkit-hyphens: auto;
/* 1832 */     -moz-hyphens: auto;
/* 1833 */     -ms-hyphens: auto;
/* 1834 */     hyphens: auto;
/* 1835 */     word-wrap: break-word;
/* 1836 */ }
/* 1837 */
/* 1838 */ .col-50 {
/* 1839 */     float: left;
/* 1840 */     padding-right: 20px;
/* 1841 */     width: 50%;
/* 1842 */ }
/* 1843 */
/* 1844 */ .col-50:last-of-type {
/* 1845 */     padding-right: 0;
/* 1846 */ }
/* 1847 */
/* 1848 */ .widget ul {
/* 1849 */     font-size: 16px;
/* 1850 */     list-style: none;

/* style.css */

/* 1851 */     padding: 0;
/* 1852 */ }
/* 1853 */
/* 1854 */ .widget ol {
/* 1855 */     list-style: inside;
/* 1856 */     padding: 0;
/* 1857 */ }
/* 1858 */
/* 1859 */ .widget ul ul {
/* 1860 */     padding-left: 20px;
/* 1861 */ }
/* 1862 */
/* 1863 */ /* Make sure select elements fit in widgets */
/* 1864 */
/* 1865 */ .widget select {
/* 1866 */     max-width: 100%;
/* 1867 */     margin-bottom: 25px;
/* 1868 */ }
/* 1869 */
/* 1870 */ /* =19. Content
/* 1871 *| -------------------------------------------------------------- */
/* 1872 */
/* 1873 */ .entry-content {
/* 1874 */
/* 1875 */ }
/* 1876 */
/* 1877 */ .headline-resize{
/* 1878 */     width:100%;
/* 1879 */ }
/* 1880 */
/* 1881 */ .post{
/* 1882 */     max-width: 640px;
/* 1883 */     margin:auto;
/* 1884 */     font-size:16px;
/* 1885 */
/* 1886 */ }
/* 1887 */
/* 1888 */ .home .entry-content { border: none; }
/* 1889 */
/* 1890 */ .home .site-content {
/* 1891 */     padding: 0;
/* 1892 */ }
/* 1893 */
/* 1894 */ .tesseract-featured .entry-content {
/* 1895 */     margin-top: 480px;
/* 1896 */ }
/* 1897 */
/* 1898 */ .page .entry-content {
/* 1899 */     border-bottom: none;
/* 1900 */ }

/* style.css */

/* 1901 */
/* 1902 */ #primary .entry-footer span {
/* 1903 */     padding-right: 5px;
/* 1904 */     vertical-align: middle;
/* 1905 */ }
/* 1906 */
/* 1907 */ .sticky {
/* 1908 */ }
/* 1909 */
/* 1910 */ .byline,
/* 1911 */ .updated:not(.published) {
/* 1912 */     display: none;
/* 1913 */ }
/* 1914 */
/* 1915 */ .blog .byline,
/* 1916 */ .single .byline,
/* 1917 */ .archive .byline,
/* 1918 */ .group-blog .byline {
/* 1919 */     display: inline;
/* 1920 */ }
/* 1921 */
/* 1922 */ .entry-meta,
/* 1923 */ .entry-footer,
/* 1924 */ .logged-in-as {
/* 1925 */     font-size: 13px;
/* 1926 */     display: none;
/* 1927 */ }
/* 1928 */
/* 1929 */ .page-links {
/* 1930 */     clear: both;
/* 1931 */ }
/* 1932 */
/* 1933 */ #primary {
/* 1934 */     float: right;
/* 1935 */     width: 66.6666%;
/* 1936 */ }
/* 1937 */
/* 1938 */ #secondary {
/* 1939 */     float: left;
/* 1940 */     width: 33.3333%;
/* 1941 */     padding-right: 60px;
/* 1942 */ }
/* 1943 */
/* 1944 */ .blog #primary,
/* 1945 */ .page-template-full-width-page #primary,
/* 1946 */ .page-template-blog-php #primary,
/* 1947 */ .error404 #primary,
/* 1948 */ .single #primary { width: 100%; }
/* 1949 */
/* 1950 */ .page-template-page-rightsidebar #primary {

/* style.css */

/* 1951 */     float: left;
/* 1952 */ }
/* 1953 */
/* 1954 */ .page-template-page-rightsidebar #secondary {
/* 1955 */     float: right;
/* 1956 */     padding: 0 0 0 60px;
/* 1957 */ }
/* 1958 */
/* 1959 */ .home .content-area {
/* 1960 */     width: 100%;
/* 1961 */ }
/* 1962 */
/* 1963 */ .post-edit-link {
/* 1964 */     float: right;
/* 1965 */ }
/* 1966 */
/* 1967 */ .page-template-blog #content,
/* 1968 */ .blog #content {
/* 1969 */     max-width: 720px;
/* 1970 */ }
/* 1971 */ .navigation.post-navigation{
/* 1972 */     padding: 10px
/* 1973 */ }
/* 1974 */ .tesseract-featured .entry-content{
/* 1975 */     margin-top: 480px
/* 1976 */ }
/* 1977 */
/* 1978 */ .page-template-blog-php article {
/* 1979 */     border-bottom: 1px dotted rgb(190, 175, 175);
/* 1980 */     padding-bottom: 30px;
/* 1981 */ }
/* 1982 */
/* 1983 */ .page-template-blog-php #primary article:last-of-type {
/* 1984 */     border-bottom: none;
/* 1985 */ }
/* 1986 */
/* 1987 */ .page-template-blog-php #colophon {
/* 1988 */     border-top: 1px solid #ddd;
/* 1989 */ }
/* 1990 */
/* 1991 */ h1.entry-title,
/* 1992 */ .blog .page-title {
/* 1993 */     font-size: 35px;
/* 1994 */     margin: 60px 0 30px;
/* 1995 */     text-transform: capitalize;
/* 1996 */ }
/* 1997 */
/* 1998 */ .page h1.entry-title {
/* 1999 */     margin-top: 42px;
/* 2000 */ }

/* style.css */

/* 2001 */
/* 2002 */ .blog.home #primary article:first-of-type {
/* 2003 */     padding-top: 40px;
/* 2004 */ }
/* 2005 */
/* 2006 */ span.posted-on{
/* 2007 */     font-size: 16px;
/* 2008 */     font-style: italic;
/* 2009 */     font-weight: bold;
/* 2010 */ }
/* 2011 */
/* 2012 */ .moretag{
/* 2013 */     display: block;
/* 2014 */     font-style: italic;
/* 2015 */     text-align: right;
/* 2016 */     clear: both;
/* 2017 */ }
/* 2018 */
/* 2019 */ .wpcf7-submit{
/* 2020 */     float: right;
/* 2021 */     clear: both;
/* 2022 */     margin-bottom: 20px;
/* 2023 */ }
/* 2024 */
/* 2025 */ /* Archives + Search */
/* 2026 */
/* 2027 */ .archive #primary article,
/* 2028 */ .search #primary article {
/* 2029 */     padding: 25px 0 0 0;
/* 2030 */ }
/* 2031 */
/* 2032 */ .archive #primary .entry-content,
/* 2033 */ .search .entry-summary {
/* 2034 */     padding-bottom: 20px;
/* 2035 */ }
/* 2036 */
/* 2037 */ .archive #primary article:last-child .entry-content {
/* 2038 */     border-bottom: none;
/* 2039 */ }
/* 2040 */
/* 2041 */ .search .page-title,
/* 2042 */ .error404 .page-title {
/* 2043 */     margin: 47px 0 0;
/* 2044 */ }
/* 2045 */
/* 2046 */ .archive .page-title { margin: 46px 0 10px; }
/* 2047 */
/* 2048 */ .archive-description {
/* 2049 */     font-size: .85em;
/* 2050 */     font-style: italic;

/* style.css */

/* 2051 */     line-height: 1.53;
/* 2052 */     margin: 25px 0 0;
/* 2053 */     padding-bottom: 40px;
/* 2054 */     border-bottom: 1px solid #ddd;
/* 2055 */ }
/* 2056 */
/* 2057 */ .archive-description p { padding-bottom: 17px; }
/* 2058 */ .archive-description > p:last-child { padding-bottom: 0; }
/* 2059 */
/* 2060 */ .search h1.entry-title {
/* 2061 */     margin: 17px 0 20px 0;
/* 2062 */     font-size: 21px;
/* 2063 */ }
/* 2064 */
/* 2065 */ .search .entry-summary {
/* 2066 */     margin: 0;
/* 2067 */     padding: 0;
/* 2068 */ }
/* 2069 */
/* 2070 */ .search .entry-footer {
/* 2071 */     margin-bottom: 0;
/* 2072 */     border-bottom: 1px solid #ddd;
/* 2073 */     padding-bottom: 40px;
/* 2074 */ }
/* 2075 */
/* 2076 */ /* =20. Asides
/* 2077 *| -------------------------------------------------------------- */
/* 2078 */
/* 2079 */ .blog .format-aside .entry-title,
/* 2080 */ .archive .format-aside .entry-title {
/* 2081 */     display: none;
/* 2082 */ }
/* 2083 */
/* 2084 */ /* =21. Comments
/* 2085 *| -------------------------------------------------------------- */
/* 2086 */
/* 2087 */ .comment-notes {
/* 2088 */     font-size: 12px;
/* 2089 */     font-style: italic;
/* 2090 */ }
/* 2091 */
/* 2092 */ .comment-list {
/* 2093 */     list-style: none;
/* 2094 */     padding-left: 0;
/* 2095 */ }
/* 2096 */
/* 2097 */ .comment-body {
/* 2098 */     background-color: #fff;
/* 2099 */     border: 1px solid rgba(0, 0, 0 ,0.1);
/* 2100 */     border-radius: 4px;

/* style.css */

/* 2101 */     padding: 15px;
/* 2102 */ }
/* 2103 */
/* 2104 */ .comment-list .children {
/* 2105 */     list-style: none;
/* 2106 */ }
/* 2107 */
/* 2108 */ .comment-content {
/* 2109 */     display: flex;
/* 2110 */
/* 2111 */ }
/* 2112 */
/* 2113 */ .comment-content p {
/* 2114 */     margin-top: 3px;
/* 2115 */
/* 2116 */ }
/* 2117 */
/* 2118 */
/* 2119 */ .comment-content a {
/* 2120 */     word-wrap: break-word;
/* 2121 */ }
/* 2122 */
/* 2123 */ .comments-area label {
/* 2124 */     display: none;
/* 2125 */ }
/* 2126 */
/* 2127 */ .form-allowed-tags {
/* 2128 */     font-size: 12px;
/* 2129 */ }
/* 2130 */
/* 2131 */ .form-submit {
/* 2132 */     background-color: #fff;
/* 2133 */     border: 1px solid rgba(0, 0, 0 ,0.1);
/* 2134 */     border-top: none;
/* 2135 */     margin: 0 0 0 0;
/* 2136 */     padding: 10px 0px;
/* 2137 */     text-align: right;
/* 2138 */ }
/* 2139 */
/* 2140 */ .comment-author .avatar {
/* 2141 */     border-radius: 1px;
/* 2142 */     display: block;
/* 2143 */     float: left;
/* 2144 */     margin-right: 30px;
/* 2145 */ }
/* 2146 */
/* 2147 */ .says {
/* 2148 */     display: none;
/* 2149 */ }
/* 2150 */

/* style.css */

/* 2151 */ .comment-body .fn {
/* 2152 */     font-size: 16px;
/* 2153 */     font-weight: 400;
/* 2154 */ }
/* 2155 */
/* 2156 */ .comment-body .fn a {
/* 2157 */     font-weight: 400;
/* 2158 */ }
/* 2159 */
/* 2160 */ .comment-metadata {
/* 2161 */     font-size: 14px;
/* 2162 */ }
/* 2163 */
/* 2164 */ #comment {
/* 2165 */     border-bottom: none;
/* 2166 */     border-bottom-left-radius: 0;
/* 2167 */     border-bottom-right-radius: 0;
/* 2168 */     resize: none;
/* 2169 */ }
/* 2170 */
/* 2171 */ .comment-form-comment {
/* 2172 */     margin: 0;
/* 2173 */     padding: 0;
/* 2174 */ }
/* 2175 */
/* 2176 */ .bypostauthor {}
/* 2177 */
/* 2178 */ .archive .cat-links,
/* 2179 */ .archive .tags-links,
/* 2180 */ .archive .comments-link {
/* 2181 */     display: none;
/* 2182 */ }
/* 2183 */
/* 2184 */ textarea#comment{
/* 2185 */     border: 1px solid #dfdfdf;
/* 2186 */     border-radius: 5px;
/* 2187 */     height: 190px;
/* 2188 */ }
/* 2189 */
/* 2190 */ p.comment-form-comment {
/* 2191 */     height: 190px;
/* 2192 */     margin-bottom: 10px;
/* 2193 */ }
/* 2194 */
/* 2195 */ p.form-submit{
/* 2196 */     background: #f9f9f9;
/* 2197 */     border: 1px #f9f9f9;
/* 2198 */ }
/* 2199 */ #comments{
/* 2200 */     padding: 10px;

/* style.css */

/* 2201 */     border-top: 1px solid rgba(178, 167, 167, 0.31);
/* 2202 */     margin-bottom: 30px;
/* 2203 */     margin-top: 30px;
/* 2204 */ }
/* 2205 */ article.comment-body{
/* 2206 */     background: none!important;
/* 2207 */     border:none;
/* 2208 */     border-bottom: 1px solid rgba(0, 0, 0 ,0.1);
/* 2209 */ }
/* 2210 */ .comments-title{
/* 2211 */     margin-left: 15px
/* 2212 */ }
/* 2213 */ .comment-author.vcard img{
/* 2214 */     width: 50px
/* 2215 */ }
/* 2216 */
/* 2217 */ /* =22. Infinite scroll (Jetpack plugin)
/* 2218 *| -------------------------------------------------------------- */
/* 2219 */
/* 2220 */ /* Globally hidden elements when Infinite Scroll is supported and in use. */
/* 2221 */ .infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
/* 2222 */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
/* 2223 */     display: none;
/* 2224 */ }
/* 2225 */
/* 2226 */ /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
/* 2227 */ .infinity-end.neverending .site-footer {
/* 2228 */     display: block;
/* 2229 */ }
/* 2230 */
/* 2231 */ /* =23. Footer
/* 2232 *| -------------------------------------------------------------- */
/* 2233 */
/* 2234 */ .site-footer {
/* 2235 */     background-color: #fff;
/* 2236 */     color: #afafaf;
/* 2237 */     font-size: 14px;
/* 2238 */     text-align: center;
/* 2239 */     vertical-align: middle;
/* 2240 */ }
/* 2241 */
/* 2242 */ .site-footer a {
/* 2243 */     color: #afafaf;
/* 2244 */ }
/* 2245 */
/* 2246 */ .site-info {
/* 2247 */     padding: 10px 0;
/* 2248 */     margin-top: 10px;
/* 2249 */     border-top: #eee solid 1px;
/* 2250 */ }

/* style.css */

/* 2251 */
/* 2252 */ #colophon ul {
/* 2253 */     list-style-type: none;
/* 2254 */     padding-left: 0;
/* 2255 */     list-style-position: inside;
/* 2256 */ }
/* 2257 */
/* 2258 */ #sidebar-footer {
/* 2259 */     text-align: left;
/* 2260 */     word-spacing: -0.29em;
/* 2261 */ }
/* 2262 */
/* 2263 */ /* === Footer Menu  === */
/* 2264 */
/* 2265 */ .footer-menu {
/* 2266 */     display: inline-block;
/* 2267 */     float: left;
/* 2268 */     margin: 0 0 10px;
/* 2269 */ }
/* 2270 */
/* 2271 */ .footer-menu ul {
/* 2272 */     float: left;
/* 2273 */     list-style: outside none none;
/* 2274 */     margin: 0;
/* 2275 */     padding: 0;
/* 2276 */ }
/* 2277 */
/* 2278 */ .footer-menu ul li{
/* 2279 */     display:inline-block;
/* 2280 */     padding-right: 10px;
/* 2281 */ }
/* 2282 */
/* 2283 */ /* Arsal code for Responsiveness*/
/* 2284 */
/* 2285 */
/* 2286 */ /* =24. Plugins
/* 2287 *| -------------------------------------------------------------- */
/* 2288 */
/* 2289 */ /*== Fixes for sitebuilder no padding on image ==*/
/* 2290 */
/* 2291 */ .no-padding-bottom p, .no-padding-bottom img {
/* 2292 */     margin-bottom: 0;
/* 2293 */     padding-bottom: 0;
/* 2294 */ }
/* 2295 */
/* 2296 */ .wpcf7-form-control-wrap { width: 100%; }
/* 2297 */
/* 2298 */ /* =25. Responsive design
/* 2299 *| -------------------------------------------------------------- */
/* 2300 */

/* style.css */

/* 2301 */
/* 2302 */
/* 2303 */
/* 2304 */
/* 2305 */ @media screen and (max-width: 980px) {
/* 2306 */ 	#rowfirst .textwidget a {
/* 2307 */     	bottom: 25px;
/* 2308 */     	left: 70px;
/* 2309 */ 	}
/* 2310 */     #sidebar-footer,
/* 2311 */     #content,
/* 2312 */     #masthead {
/* 2313 */         padding: 0 20px;
/* 2314 */     }
/* 2315 */
/* 2316 */     #sidebar-footer aside {
/* 2317 */         width: 50%!important;
/* 2318 */         padding: 0;
/* 2319 */         border-width: 1px 0 1px 0;
/* 2320 */     }
/* 2321 */
/* 2322 */     #sidebar-footer aside.odd:last-child { width: 100%!important; }
/* 2323 */
/* 2324 */ }
/* 2325 */
/* 2326 */ @media screen and (max-width: 800px) {
/* 2327 */
/* 2328 */     #primary,
/* 2329 */     #secondary {
/* 2330 */         width: 100%;
/* 2331 */         padding: 0!important;
/* 2332 */     }
/* 2333 */
/* 2334 */
/* 2335 */     .search-no-results #secondary aside.widget_search:first-child {
/* 2336 */         display: none;
/* 2337 */     }
/* 2338 */
/* 2339 */ }
/* 2340 */
/* 2341 */
/* 2342 */ @media screen and (max-width: 620px) {
/* 2343 */
/* 2344 */     #sidebar-footer aside {
/* 2345 */         width: 100%!important;
/* 2346 */     }
/* 2347 */
/* 2348 */
/* 2349 */     textarea,
/* 2350 */     input:not([type]),

/* style.css */

/* 2351 */     input[type="text"],
/* 2352 */     input[type="password"],
/* 2353 */     input[type="email"],
/* 2354 */     input[type="url"],
/* 2355 */     input[type="search"],
/* 2356 */     input[type="tel"] {
/* 2357 */         max-width: 100%;
/* 2358 */     }
/* 2359 */
/* 2360 */     .entry-content input[type=text],
/* 2361 */     .entry-content input[type=email],
/* 2362 */     .entry-content input[type=tel],
/* 2363 */     .entry-content input[type=password],
/* 2364 */     .entry-content input[type=date],
/* 2365 */     .entry-content input[type=datetime-local],
/* 2366 */     .entry-content input[type=file],
/* 2367 */     .entry-content input[type=reset],
/* 2368 */     .entry-content input[type=search],
/* 2369 */     .entry-content input[type=url],
/* 2370 */     .entry-content input[type=month],
/* 2371 */     .entry-content input[type=week],
/* 2372 */     .entry-content input[type=time],
/* 2373 */     .entry-content textarea {
/* 2374 */         width: 100%;
/* 2375 */     }
/* 2376 */
/* 2377 */     .entry-content select {
/* 2378 */         width: calc( 100% - 20px );
/* 2379 */     }
/* 2380 */
/* 2381 */
/* 2382 */     .site-logo, .site-title {
/* 2383 */         margin: 0px !important;
/* 2384 */     }
/* 2385 */
/* 2386 */
/* 2387 */
/* 2388 */
/* 2389 */
/* 2390 */ }
/* 2391 */
/* 2392 */ @media screen and (max-width: 480px) {
/* 2393 */
/* 2394 */     #sidebar-footer aside {
/* 2395 */         width: 100%!important;
/* 2396 */     }
/* 2397 */
/* 2398 */     textarea,
/* 2399 */     input:not([type]),
/* 2400 */     input[type="text"],

/* style.css */

/* 2401 */     input[type="password"],
/* 2402 */     input[type="email"],
/* 2403 */     input[type="url"],
/* 2404 */     input[type="search"],
/* 2405 */     input[type="tel"] {
/* 2406 */         max-width: 100%;
/* 2407 */     }
/* 2408 */
/* 2409 */     .site-logo, .site-title	{
/* 2410 */         margin: 0px !important;
/* 2411 */     }
/* 2412 */
/* 2413 */ }
/* 2414 */
/* 2415 */
/* 2416 */ /* =26. Print styles
/* 2417 *| -------------------------------------------------------------- */
/* 2418 */
/* 2419 */ /* Print styles inlined to avoid extra HTTP connection */
/* 2420 */
/* 2421 */ @media print {
/* 2422 */
/* 2423 */     * {
/* 2424 */         background: transparent !important;
/* 2425 */         color: black !important; /* Black prints faster: sanbeiji.com/archives/953 */
/* 2426 */         text-shadow: none !important;
/* 2427 */         -webkit-filter: none !important;
/* 2428 */         filter: none !important;
/* 2429 */     }
/* 2430 */
/* 2431 */     a, a:visited {
/* 2432 */         text-decoration: underline;
/* 2433 */     }
/* 2434 */
/* 2435 */     a[href]:after {
/* 2436 */         content: " (" attr(href) ")";
/* 2437 */     }
/* 2438 */
/* 2439 */     abbr[title]:after {
/* 2440 */         content: " (" attr(title) ")";
/* 2441 */     }
/* 2442 */
/* 2443 */     /* Do not show javascript and internal links */
/* 2444 */     a[href^="javascript:"]:after, a[href^="#"]:after {
/* 2445 */         content: "";
/* 2446 */     }
/* 2447 */
/* 2448 */     /* Printing Tables: css-discuss.incutio.com/wiki/Printing_Tables */
/* 2449 */     thead {
/* 2450 */         display: table-header-group;

/* style.css */

/* 2451 */     }
/* 2452 */
/* 2453 */     tr, img {
/* 2454 */         page-break-inside: avoid;
/* 2455 */     }
/* 2456 */
/* 2457 */     @page {
/* 2458 */         margin: 0.5cm;
/* 2459 */     }
/* 2460 */
/* 2461 */     p, h2, h3 {
/* 2462 */         orphans: 3;
/* 2463 */         widows: 3;
/* 2464 */     }
/* 2465 */
/* 2466 */     h2, h3 {
/* 2467 */         page-break-after: avoid;
/* 2468 */     }
/* 2469 */
/* 2470 */ }
/* 2471 */
/* 2472 */ /**
/* 2473 *| ============================
/* 2474 *| =========CUSTOM CSS=========
/* 2475 *| ============================
/* 2476 *| **/
/* 2477 */
/* 2478 */ .home #masthead #site-banner-left .site-title > a{
/* 2479 */     display: none;
/* 2480 */ }
/* 2481 */
/* 2482 */ .theChampSharing {
/* 2483 */     margin: 9px !important;
/* 2484 */ }
/* 2485 */ .demo-link a {
/* 2486 */     background-color: #03bc00;
/* 2487 */     font-weight: 700;
/* 2488 */     padding: 10px 15px;
/* 2489 */ }
/* 2490 */ .demo-link a:hover{
/* 2491 */     background-color: #089105;
/* 2492 */     color: #fff !important;
/* 2493 */ }
/* 2494 */ .footer-info {
/* 2495 */     background-color: #515151;
/* 2496 */     /*border-top: 1px solid lightgray;*/
/* 2497 */     color: #fff;
/* 2498 */     text-align: center;
/* 2499 */ }
/* 2500 */ .footer-info > p {

/* style.css */

/* 2501 */     font-family: "Avenir LT W01_65 Medium1475532", "Arial";
/* 2502 */     font-size: 0.8125rem;
/* 2503 */     margin: 0 20px;
/* 2504 */ }
/* 2505 */ .footer-info a {
/* 2506 */     color: #03bc00;
/* 2507 */     text-decoration: underline;
/* 2508 */ }
/* 2509 */ #footer-banner {
/* 2510 */     text-align: center !important;
/* 2511 */ }
/* 2512 */
/* 2513 */ /***FOOTER SOCIAL ICONS**/
/* 2514 */
/* 2515 */ .custom-footer {
/* 2516 */     width: 35%;
/* 2517 */ }
/* 2518 */ .custom-footer .theChampSharing {
/* 2519 */     background-color: transparent;
/* 2520 */ }
/* 2521 */ .custom-footer .theChampSharingSvg {
/* 2522 */     border: 1px solid gray;
/* 2523 */ }
/* 2524 */ .custom-footer .theChampSharingSvg:hover{
/* 2525 */     border-color: #03bc00;
/* 2526 */ }
/* 2527 */ .custom-footer .theChampMoreSvg {
/* 2528 */     border-radius: 999px;
/* 2529 */ }
/* 2530 */
/* 2531 */ @media screen and (max-width: 600px){
/* 2532 */     .custom-footer {
/* 2533 */         width: auto;
/* 2534 */     }
/* 2535 */ }
/* 2536 */
/* 2537 */ /**Accordian CSS**/
/* 2538 */
/* 2539 */ .my-title::before {
/* 2540 */     border: 1px solid #03bc00;
/* 2541 */     color: #03bc00;
/* 2542 */     content: "+";
/* 2543 */     margin-right: 10px;
/* 2544 */     padding: 5px 10px;
/* 2545 */     position: absolute;
/* 2546 */     left: 0;
/* 2547 */ }
/* 2548 */ .my-title:hover:before{
/* 2549 */     cursor: pointer;
/* 2550 */ }

/* style.css */

/* 2551 */ .my-title {
/* 2552 */     /* border-bottom: 1px solid #03bc00; */
/* 2553 */     color: #03bc00;
/* 2554 */     margin-bottom: 0;
/* 2555 */     margin-top: 2px;
/* 2556 */     outline: 0;
/* 2557 */     padding: 10px 20px 10px 48px;
/* 2558 */     position: relative;
/* 2559 */ }
/* 2560 */ .my-title .subtitle {
/* 2561 */     color: #ccc7c7;
/* 2562 */     font-size: 13px;
/* 2563 */     font-weight: 600;
/* 2564 */ }
/* 2565 */
/* 2566 */ .accordion-content {
/* 2567 */     padding-left: 48px;
/* 2568 */ }
/* 2569 */ .acc-para {
/* 2570 */     border-top: 1px solid #03bc00;
/* 2571 */     padding-top: 20px;
/* 2572 */ }
/* 2573 */
/* 2574 */ /***NEW CSS**/
/* 2575 */
/* 2576 */ #site-banner{
/* 2577 */     max-width: 100% !important;
/* 2578 */ }
/* 2579 */ #site-banner-left{
/* 2580 */     padding: 0 12.2%;
/* 2581 */ }
/* 2582 */ @media all and (min-width: 442px) and (max-width: 590px){
/* 2583 */     #site-banner-left{
/* 2584 */         display: inherit;
/* 2585 */     }
/* 2586 */ }
/* 2587 */ .main-nevigation {
/* 2588 */     /*background: #b3282d none repeat scroll 0 0;*/
/* 2589 */     display: inline-block;
/* 2590 */     height: 35px;
/* 2591 */     left: 0;
/* 2592 */     transition: all 0.25s ease-in-out 0s;
/* 2593 */     vertical-align: top;
/* 2594 */     width: 90px;
/* 2595 */     z-index: 999;
/* 2596 */ }
/* 2597 */ .menu-box-icon {
/* 2598 */     /*background: #03bc00 none repeat scroll 0 0;*/
/* 2599 */     background: linear-gradient(to right, #6cbe53, #bbd758) repeat scroll 0 0;
/* 2600 */     color: #fff;

/* style.css */

/* 2601 */     cursor: pointer;
/* 2602 */     display: block;
/* 2603 */     font-family: "Avenir LT W01_85 Heavy1475544", "Arial";
/* 2604 */     font-size: 13px;
/* 2605 */     line-height: 35px;
/* 2606 */     margin-left: 8px;
/* 2607 */     margin-top: 12px;
/* 2608 */     padding-left: 6px;
/* 2609 */     position: relative;
/* 2610 */     text-transform: uppercase;
/* 2611 */ }
/* 2612 */ .menu-box-icon p{
/* 2613 */     padding-bottom: 0;
/* 2614 */ }
/* 2615 */ .menu-box-icon .menu-box {
/* 2616 */     display: block;
/* 2617 */     height: 26px;
/* 2618 */     margin-right: 0;
/* 2619 */     padding: 0 0 0 3px;
/* 2620 */     position: absolute;
/* 2621 */     right: 12px;
/* 2622 */     top: 8px;
/* 2623 */     width: 26px;
/* 2624 */ }
/* 2625 */ .menu-box-icon .menu-box span {
/* 2626 */     background: #fff none repeat scroll 0 0;
/* 2627 */     display: block;
/* 2628 */     height: 3px;
/* 2629 */     margin-bottom: 4px;
/* 2630 */     transition: all 0.5s ease 0s;
/* 2631 */     width: 100%;
/* 2632 */ }
/* 2633 */ #site-banner .menu-box-icon.active span:nth-child(1) {
/* 2634 */     transform: rotate(45deg) translateY(4px) translateX(4px);
/* 2635 */ }
/* 2636 */ #site-banner .menu-box-icon.active span:nth-child(2) {
/* 2637 */     opacity: 0;
/* 2638 */ }
/* 2639 */
/* 2640 */ #site-banner .menu-box-icon.active span:nth-child(3) {
/* 2641 */     transform: rotate(-45deg) translateY(-6px) translateX(6px);
/* 2642 */ }
/* 2643 */ .enumenu_ul {
/* 2644 */     background: rgba(0, 0, 0, 0) url("images/blue-pettran.png") repeat scroll 0 0 / cover ;
/* 2645 */     display: none;
/* 2646 */     left: 0;
/* 2647 */     /*padding-bottom: 96px;*/
/* 2648 */     padding: 0 158px 44px;
/* 2649 */     position: absolute;
/* 2650 */     right: 0;

/* style.css */

/* 2651 */     top: 100%;
/* 2652 */     width: 100%;
/* 2653 */     z-index: 999;
/* 2654 */ }
/* 2655 */ .custom-navigation{
/* 2656 */     /*    width: 100%;
/* 2657 *|         display: unset;*/
/* 2658 */ }
/* 2659 */ .custom-navigation {
/* 2660 */     display: block;
/* 2661 */     float: left;
/* 2662 */     margin: 0 auto;
/* 2663 */     text-align: center;
/* 2664 */ }
/* 2665 */ .menu-item {
/* 2666 */     padding: 40px 11px 0;
/* 2667 */ }
/* 2668 */ .menu-item a{
/* 2669 */     font-weight: 700 !important;
/* 2670 */ }
/* 2671 */ .menu-open.dashicons.dashicons-menu {
/* 2672 */     display: none;
/* 2673 */ }
/* 2674 */
/* 2675 */ /*======CSS For Header Bar Contact Number======*/
/* 2676 */ #site-banner .headerMolile a{
/* 2677 */     color: dimgray;
/* 2678 */     background-image: url('/wp-content/themes/Tesseract/images/call-answer.png');
/* 2679 */     background-position: 1% 55%;
/* 2680 */     background-size: 19px;
/* 2681 */     background-repeat: no-repeat;
/* 2682 */     padding: 10px 0px 10px 30px;
/* 2683 */     font-size: 15px;
/* 2684 */     font-weight: 700;
/* 2685 */ }
/* 2686 */ .headerMolile{
/* 2687 */     /*display: inline !important;*/
/* 2688 */     text-align: right;
/* 2689 */     width: 200px;
/* 2690 */ }
/* 2691 */ .headerMolile #text-2 {
/* 2692 */     margin-top: 15px;
/* 2693 */ }
/* 2694 */
/* 2695 */ body.home #menu-item-482 {
/* 2696 */     display: none;
/* 2697 */ }
/* 2698 */
/* 2699 */
/* 2700 */ @media screen and (max-width: 441px) {

/* style.css */

/* 2701 */     #site-banner-left{
/* 2702 */         padding: 0;
/* 2703 */     }
/* 2704 */     .headerMolile{
/* 2705 */         display: inline !important;
/* 2706 */     }
/* 2707 */     .custom-navigation{
/* 2708 */         padding: 0;
/* 2709 */     }
/* 2710 */     .custom-navigation li{
/* 2711 */         border-bottom: 1px solid #6CBE53;
/* 2712 */         padding: 5px 0;
/* 2713 */         /*text-align: left;*/
/* 2714 */         width: 100%;
/* 2715 */     }
/* 2716 */     .custom-navigation li:last-child{
/* 2717 */         border: none;
/* 2718 */     }
/* 2719 */     .custom-navigation ul li a{
/* 2720 */         padding: 10px !important;
/* 2721 */     }
/* 2722 */     .main-nevigation{
/* 2723 */         display: inline !important;
/* 2724 */     }
/* 2725 */     .menu-box-icon{
/* 2726 */         margin: 12px 20px;
/* 2727 */         padding: 0 6px;
/* 2728 */         width: 88px;
/* 2729 */     }
/* 2730 */     .menu-box-icon p{
/* 2731 */         width: 50px;
/* 2732 */     }
/* 2733 */     .enumenu_ul{
/* 2734 */         padding: 0;
/* 2735 */     }
/* 2736 */     .thm-left-left .site-branding h1{
/* 2737 */         font-size: 22px;
/* 2738 */     }
/* 2739 */
/* 2740 */ }
/* 2741 */
/* 2742 */ @media screen and (min-width: 441px) and (max-width: 980px){
/* 2743 */     .enumenu_ul{
/* 2744 */         padding: 0 8px 96px;
/* 2745 */     }
/* 2746 */ }
/* 2747 */ @media screen and (min-width: 441px) and (max-width: 680px){
/* 2748 */     .menu-box-icon p{
/* 2749 */         display: none;
/* 2750 */     }

/* style.css */

/* 2751 */     .menu-box {
/* 2752 */         background-color: #03bc00;
/* 2753 */         padding: 5px !important;
/* 2754 */     }
/* 2755 */ }
/* 2756 */
/* 2757 */
/* 2758 */ /*======================*/
/* 2759 */ /****PAGES CSS****/
/* 2760 */ /*======================*/
/* 2761 */
/* 2762 */ /**Front-Page**/
/* 2763 */ @media screen and (max-width: 980px){
/* 2764 */     #masthead{
/* 2765 */         padding: 0 !important;
/* 2766 */     }
/* 2767 */ }
/* 2768 */ .home #site-banner {
/* 2769 */     background-color: #fff;
/* 2770 */ }
/* 2771 */ .mi-button{
/* 2772 */     background-color: #03bc00;
/* 2773 */ }
/* 2774 */ .mi-button:hover{
/* 2775 */     background-color: #089105;
/* 2776 */ }
/* 2777 */ .mi-button-green {
/* 2778 */     border: 1px solid #03bc00;
/* 2779 */     color: #03bc00;
/* 2780 */ }
/* 2781 */ .mi-button-green:hover {
/* 2782 */     border: 1px solid #089105;
/* 2783 */     color: #089105 !important;
/* 2784 */ }
/* 2785 */
/* 2786 */
/* 2787 */ /***APTASURE Homepage***/
/* 2788 */ .aptasure h3 {
/* 2789 */     margin: 10px 0;
/* 2790 */ }
/* 2791 */
/* 2792 */ /**********OUR VIDEO SECTION**************/
/* 2793 */
/* 2794 */ #inv-video a {
/* 2795 */     border: 1px solid;
/* 2796 */     padding: 10px 10px 7px;
/* 2797 */     background-color: #03bc00;
/* 2798 */     color: #fff;
/* 2799 */     border-radius: 4px;
/* 2800 */ }

/* style.css */

/* 2801 */
/* 2802 */ #inv-video a:hover{
/* 2803 */     background-color: #089105;
/* 2804 */     color: #fff;
/* 2805 */ }
/* 2806 */
/* 2807 */
/* 2808 */ /**********FRONT-PAGE-BOXES**************/
/* 2809 */ .all-content {
/* 2810 */     background-color: #fff;
/* 2811 */     height: auto;
/* 2812 */ }
/* 2813 */ #boxes-custom .textwidget {
/* 2814 */     box-shadow: 1px 2px 9px 0 lightgray;
/* 2815 */ }
/* 2816 */ .img-section {
/* 2817 */     background-color: #3c3f3b;
/* 2818 */     overflow: hidden;
/* 2819 */ }
/* 2820 */ .img-section img {
/* 2821 */     height: 210px;
/* 2822 */     margin: 0;
/* 2823 */     object-fit: cover;
/* 2824 */     transition: all 0.4s linear;
/* 2825 */     width: 100%;
/* 2826 */ }
/* 2827 */ .img-section img:hover{
/* 2828 */     opacity: 0.5;
/* 2829 */     transform: scale(1.2);
/* 2830 */ }
/* 2831 */ .img-content {
/* 2832 */     background-color: #fff;
/* 2833 */ }
/* 2834 */ .img-content h4 {
/* 2835 */     color: #03bc00;
/* 2836 */     font-size: 23px;
/* 2837 */     height: 70px;
/* 2838 */     margin: 0 auto;
/* 2839 */     padding: 15px 0;
/* 2840 */ }
/* 2841 */ .img-content .primary-button {
/* 2842 */     background-color: transparent;
/* 2843 */     border-color: #03bc00;
/* 2844 */     color: #03bc00;
/* 2845 */     font-weight: 700;
/* 2846 */ }
/* 2847 */ .img-content .primary-button:hover {
/* 2848 */     background-color: #089105;
/* 2849 */     border-color: #089105;
/* 2850 */ }

/* style.css */

/* 2851 */ @media screen and (max-width: 780px){
/* 2852 */     .img-content > p{
/* 2853 */         text-align: center !important;
/* 2854 */     }
/* 2855 */ 	#rowfirst .textwidget a {
/* 2856 */     bottom: 21px;
/* 2857 */     left: 56px;
/* 2858 */     padding: 5px 12px;
/* 2859 */ 	}
/* 2860 */ }
/* 2861 */
/* 2862 */ /***PRIVACY POLICY***/
/* 2863 */ #custom-privacy .textwidget ul {
/* 2864 */     list-style: inside none disc;
/* 2865 */     padding: 0 29px;
/* 2866 */ }
/* 2867 */
/* 2868 */ /******FOOTER*******/
/* 2869 */ .my-menu-wrap {
/* 2870 */     width: 100% !important;
/* 2871 */ }
/* 2872 */ .my-menu-wrap .footer-menu{
/* 2873 */     float: none;
/* 2874 */ }
/* 2875 */ .my-menu-wrap .footer-menu ul li{
/* 2876 */     font-size: 18px;
/* 2877 */     padding: 10px 20px !important;
/* 2878 */ }
/* 2879 */ @media screen and (max-width: 620px){
/* 2880 */     .my-menu-wrap .footer-menu ul{
/* 2881 */         display: grid !important;
/* 2882 */         text-align: center !important;
/* 2883 */     }
/* 2884 */ }
/* 2885 */
/* 2886 */ /*****Header Text*****/
/* 2887 */
/* 2888 */ .header-text {
/* 2889 */     /*background: linear-gradient(#e8e8e8, #fff, #e8e8e8);*/
/* 2890 */     color: #03bc00;
/* 2891 */     font-size: 3.625rem;
/* 2892 */     margin: 20px;
/* 2893 */ }
/* 2894 */
/* 2895 */ /****Request Demo/Contact Form****/
/* 2896 */
/* 2897 */ .wpcf7-form-control-wrap .wpcf7-form-control {
/* 2898 */     width: 100% !important;
/* 2899 */ }
/* 2900 */ .wpcf7-form-control {

/* style.css */

/* 2901 */     border: 1px solid gray !important;
/* 2902 */     border-radius: 0 !important;
/* 2903 */ }
/* 2904 */ .wpcf7-form-control:focus {
/* 2905 */     border-color: #03bc00 !important;
/* 2906 */     box-shadow: 1px 1px 3px 1px lightgray;
/* 2907 */ }
/* 2908 */ .wpcf7-form p {
/* 2909 */     color: #000;
/* 2910 */     font-size: 14px;
/* 2911 */     font-weight: 400;
/* 2912 */ }
/* 2913 */ .wpcf7-form p > label {
/* 2914 */     color: #000;
/* 2915 */     font-size: 14px;
/* 2916 */     font-weight: 400;
/* 2917 */     margin-bottom: 5px;
/* 2918 */ }
/* 2919 */ .wpcf7-submit{
/* 2920 */     background-color: #03bc00 !important;
/* 2921 */     border: none !important;
/* 2922 */ }
/* 2923 */ .wpcf7-submit:hover{
/* 2924 */     background-color: #089105 !important;
/* 2925 */ }
/* 2926 */
/* 2927 */ .yes input[type="checkbox"] {
/* 2928 */     margin: 5px;
/* 2929 */ }
/* 2930 */ .yes .wpcf7-list-item-label {
/* 2931 */     position: absolute;
/* 2932 */ }
/* 2933 */
/* 2934 */ /*****Request Info Page*****/
/* 2935 */ #custom-veditor #pgc-548-2-0, #custom-veditor #pgc-548-2-2 {
/* 2936 */     /*width: 20% !important;*/
/* 2937 */ }
/* 2938 */ #custom-veditor #pgc-548-2-1 {
/* 2939 */     /*width: 60% !important;*/
/* 2940 */ }
/* 2941 */
/* 2942 */ /***Company News Section***/
/* 2943 */
/* 2944 */ .company-news .srpw-ul {
/* 2945 */     /*text-align: center;*/
/* 2946 */ }
/* 2947 */ .company-news .srpw-li {
/* 2948 */     display: inline-table;
/* 2949 */     margin: 0 10px;
/* 2950 */     text-align: left;

/* style.css */

/* 2951 */     /*padding-right: 20px !important;*/
/* 2952 */     width: 300px;
/* 2953 */ }
/* 2954 */
/* 2955 */ .company-news .srpw-img{
/* 2956 */     height: 200px;
/* 2957 */     margin-bottom: 0;
/* 2958 */     overflow: hidden;
/* 2959 */ }
/* 2960 */ .company-news .srpw-thumbnail {
/* 2961 */     height: 200px !important;
/* 2962 */     object-fit: cover;
/* 2963 */     transition: all 0.5s linear;
/* 2964 */     width: 300px !important;
/* 2965 */ }
/* 2966 */ .company-news .srpw-thumbnail:hover{
/* 2967 */     transform: scale(1.3);
/* 2968 */ }
/* 2969 */ .company-news .srpw-content {
/* 2970 */     background-color: #e4e4e5 !important;
/* 2971 */     /*border: 1px solid #03bc00;*/
/* 2972 */     color: grey;
/* 2973 */     height: 150px;
/* 2974 */     overflow: hidden;
/* 2975 */     padding: 10px;
/* 2976 */ }
/* 2977 */ .company-news .srpw-title {
/* 2978 */     color: #03bc00;
/* 2979 */     font-size: 20px;
/* 2980 */     font-weight: 700;
/* 2981 */ }
/* 2982 */ .company-news .srpw-title:hover {
/* 2983 */     color: #089105 !important;
/* 2984 */ }
/* 2985 */ .company-news .srpw-summary p{
/* 2986 */     font-size: 14px;
/* 2987 */     height: 60px;
/* 2988 */     padding-bottom: 0;
/* 2989 */ }
/* 2990 */ .company-news .srpw-more-link {
/* 2991 */     font-size: 12px;
/* 2992 */ }
/* 2993 */ @media screen and (max-width: 840px){
/* 2994 */ 	#rowfirst .textwidget a {
/* 2995 */     bottom: 10px;
/* 2996 */     left: 46px;
/* 2997 */ 	padding: 12px 40px;
/* 2998 */ }
/* 2999 */ }
/* 3000 */ @media screen and (max-width: 679px){

/* style.css */

/* 3001 */     .company-news .srpw-ul {
/* 3002 */         text-align: center;
/* 3003 */     }
/* 3004 */ }
/* 3005 */
/* 3006 */
/* 3007 */ /****Contact Us Page*****/
/* 3008 */ .icon-img > img {
/* 3009 */     vertical-align: middle !important;
/* 3010 */ }
/* 3011 */ #panel-15-2-1-1{
/* 3012 */     margin-bottom: 0 !important;
/* 3013 */ }
/* 3014 */ #office-build .so-widget-image {
/* 3015 */     border: 7px single lightgray;
/* 3016 */     border-radius: 5px;
/* 3017 */     box-shadow: 1px 1px 5px 2px gray;
/* 3018 */ }
/* 3019 */
/* 3020 */
/* 3021 */ /*******About Page********/
/* 3022 */
/* 3023 */ #panel-380-2-0-0{
/* 3024 */     margin-bottom: 0 !important;
/* 3025 */ }
/* 3026 */
/* 3027 */ /****CSS For Team Page*****/
/* 3028 */ .biography{
/* 3029 */     margin-top: 50px;
/* 3030 */ }
/* 3031 */ .profile-pic {
/* 3032 */     float: left;
/* 3033 */     width: 20%;
/* 3034 */ }
/* 3035 */ .profile-pic img {
/* 3036 */     height: 200px;
/* 3037 */     width: 300px;
/* 3038 */     object-fit: contain;
/* 3039 */ }
/* 3040 */ .bio-content {
/* 3041 */     float: left;
/* 3042 */     margin-left: 20px;
/* 3043 */     width: 70%;
/* 3044 */ }
/* 3045 */ .bio-content .entry-title {
/* 3046 */     border-bottom: 1px solid #03bc00;
/* 3047 */     color: #03bc00;
/* 3048 */     margin-top: 0;
/* 3049 */     padding-bottom: 10px;
/* 3050 */ }

/* style.css */

/* 3051 */
/* 3052 */ /*********CSS FOR NEW TEAM*******/
/* 3053 */ @media screen and (max-width: 683px){
/* 3054 */
/* 3055 */     .main-content-class {
/* 3056 */         text-align: center;
/* 3057 */     }
/* 3058 */ }
/* 3059 */ .main-contain:hover .team-info {
/* 3060 */     background-color: #03bc00cc !important;
/* 3061 */     background: none;
/* 3062 */     /*color: #fff !important;*/
/* 3063 */ }
/* 3064 */ .main-contain {
/* 3065 */     display: inline-table;
/* 3066 */     margin: 0 10px;
/* 3067 */     position: relative;
/* 3068 */ }
/* 3069 */ .main-contain:nth-child(3) {
/* 3070 */     /*margin-right: 0;*/
/* 3071 */ }
/* 3072 */ .team-image img {
/* 3073 */     height: 400px;
/* 3074 */     object-fit: cover;
/* 3075 */     object-position: top;
/* 3076 */     width: 300px;
/* 3077 */ }
/* 3078 */ .team-info {
/* 3079 */     background: url("images/slice.png");
/* 3080 */     color: #fff;
/* 3081 */     height: 100px;
/* 3082 */     margin-top: -109px;
/* 3083 */     position: absolute;
/* 3084 */     text-align: center;
/* 3085 */     width: 100%;
/* 3086 */ }
/* 3087 */ .member-name {
/* 3088 */     font-size: 23px;
/* 3089 */     font-weight: 400;
/* 3090 */ }
/* 3091 */ .member-name a {
/* 3092 */     color: #fff;
/* 3093 */ }
/* 3094 */ .member-name a:hover {
/* 3095 */     color: #fff !important;
/* 3096 */ }
/* 3097 */
/* 3098 */ /***Research Page Accordian****/
/* 3099 */ .mi-read {
/* 3100 */     background-color: #03bc00;

/* style.css */

/* 3101 */     border-radius: 4px;
/* 3102 */     color: #fff;
/* 3103 */     padding: 10px;
/* 3104 */     font-size: 12px;
/* 3105 */     font-weight: 400;
/* 3106 */ }
/* 3107 */ .mi-read:hover {
/* 3108 */     background-color: #089105;
/* 3109 */     color: #fff !important;
/* 3110 */ }
/* 3111 */
/* 3112 */ /*****SERVICE PAGE CSS*****/
/* 3113 */
/* 3114 */ .service-img img {
/* 3115 */     box-shadow: 1px 1px 5px 1px #ada5a5;
/* 3116 */     border: 6px solid #fff;
/* 3117 */ }
/* 3118 */
/* 3119 */ /*******************/
/* 3120 */ .not-show {
/* 3121 */     display: none !important;
/* 3122 */ }
/* 3123 */
/* 3124 */ /**Hit Counter CSS**/
/* 3125 */ .powr-hit-counter .powrMark {
/* 3126 */     display: none !important;
/* 3127 */ }
/* 3128 */
/* 3129 */
/* 3130 */ /********CSS FOR Footer Address*********/
/* 3131 */ .address-footer {
/* 3132 */     float: left;
/* 3133 */     text-align: left;
/* 3134 */     width: 20%;
/* 3135 */ }
/* 3136 */ .address-footer #custom-secondary {
/* 3137 */     margin-top: 54px;
/* 3138 */ }
/* 3139 */ .address-footer .widget-titles {
/* 3140 */     margin-bottom: 20px;
/* 3141 */     color: #03bc00 !important;
/* 3142 */     font-weight: 700;
/* 3143 */     font-size: 20px;
/* 3144 */ }
/* 3145 */ @media screen and (max-width: 640px){
/* 3146 */ 	#rowfirst .textwidget a {
/* 3147 */     	bottom: 6px;
/* 3148 */     	left: 5px;
/* 3149 */     	padding: 6px 20px;
/* 3150 */ 	}

/* style.css */

/* 3151 */ }
/* 3152 */ @media screen and (max-width: 600px){
/* 3153 */     .address-footer{
/* 3154 */         float: none;
/* 3155 */         width: auto;
/* 3156 */     }
/* 3157 */ }
/* 3158 */
/* 3159 */ /*****CSS For Third Footer Widget ******/
/* 3160 */ .third-footer{
/* 3161 */     width: 20%;
/* 3162 */ }
/* 3163 */ @media screen and (max-width: 600px){
/* 3164 */     .third-footer{
/* 3165 */         width: auto;
/* 3166 */     }
/* 3167 */ }
/* 3168 */ @media screen and (max-width: 540px){
/* 3169 */ 	#rowfirst .textwidget a {
/* 3170 */ 	bottom: 6px;
/* 3171 */ 	left: 25px;
/* 3172 */ 	padding: 5px 20px;
/* 3173 */ 	font-size: 12px;
/* 3174 */ 	}
/* 3175 */ }
/* 3176 */ @media screen and (max-width: 400px){
/* 3177 */ #rowfirst .textwidget a {
/* 3178 */     bottom: 3px;
/* 3179 */     left: 25px;
/* 3180 */     padding: 3px 15px;
/* 3181 */     font-size: 12px;
/* 3182 */ }
/* 3183 */ }
/* 3184 */
/* 3185 */ /**CSS For Investors Page**/
/* 3186 */ #custom_news {
/* 3187 */     /*border: 1px solid;*/
/* 3188 */     background-color: #0080bc;
/* 3189 */     color: #fff;
/* 3190 */     text-align: center !important;
/* 3191 */     padding: 5px;
/* 3192 */     font-size: 18px;
/* 3193 */     font-weight: 600;
/* 3194 */     width: auto;
/* 3195 */     border-radius: 5px;
/* 3196 */ }
/* 3197 */ #custom_news:hover {
/* 3198 */     background-color: #1e99d2;
/* 3199 */     box-shadow: 1px 1px 2px #757575;
/* 3200 */     border-color: transparent;

/* style.css */

/* 3201 */ }
