/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1    */ /*-------------------------------------
/* 2    *| CSS INDEX
/* 3    *| ===================================
/* 4    *| #. Normalize and Defaults
/* 5    *| #. Theme Defaults
/* 6    *| #. Buttons
/* 7    *| #. Topbar
/* 8    *| #. Header Layout 1
/* 9    *| #. Header Layout 2
/* 10   *| #. Header Layout 3
/* 11   *| #. Footer Area
/* 12   *| #. Footer Widgets
/* 13   *| #. Sidebar Widgets
/* 14   *| #. Custom Widgets
/* 15   *| #. Banner
/* 16   *| #. Pagination
/* 17   *| #. Contents
/* 18   *| #. Comments
/* 19   *| #. Error 404
/* 20   *| #. Ads
/* 21   *| #. Contact Form 7
/* 22   *| #. WooCommerce
/* 23   *| ---------------------------------------*/
/* 24   */ /*-------------------------------------
/* 25   *| #. Normalize and Defaults
/* 26   *| ---------------------------------------*/
/* 27   */ body {
/* 28   */ 	margin: 0 auto;
/* 29   */ 	color: #646464;
/* 30   */ 	font-size: 16px;
/* 31   */ 	font-weight: 400;
/* 32   */ 	line-height: 1.5;
/* 33   */ 	vertical-align: baseline;
/* 34   */ 	-webkit-font-smoothing: antialiased;
/* 35   */ 	-moz-osx-font-smoothing: grayscale;
/* 36   */ 	text-rendering: optimizeLegibility;
/* 37   */ }
/* 38   */
/* 39   */ .clear {
/* 40   */ 	clear: both;
/* 41   */ }
/* 42   */
/* 43   */ .alignleft {
/* 44   */ 	display: inline;
/* 45   */ 	float: left;
/* 46   */ 	margin-right: 1.5em;
/* 47   */ }
/* 48   */
/* 49   */ .alignright {
/* 50   */ 	display: inline;

/* style.css */

/* 51   */ 	float: right;
/* 52   */ 	margin-left: 1.5em;
/* 53   */ }
/* 54   */
/* 55   */ .aligncenter {
/* 56   */ 	clear: both;
/* 57   */ 	display: block;
/* 58   */ 	margin-left: auto;
/* 59   */ 	margin-right: auto;
/* 60   */ 	text-align: center;
/* 61   */ }
/* 62   */
/* 63   */ h1,
/* 64   */ h2,
/* 65   */ h3,
/* 66   */ h4,
/* 67   */ h5,
/* 68   */ h6 {
/* 69   */ 	color: #181b31;
/* 70   */ 	margin-bottom: 20px;
/* 71   */ 	clear: both;
/* 72   */ }
/* 73   */
/* 74   */ p {
/* 75   */ 	margin-bottom: 20px;
/* 76   */ }
/* 77   */
/* 78   */ a {
/* 79   */ 	background-color: transparent;
/* 80   */ 	outline: none;
/* 81   */ }
/* 82   */
/* 83   */ a:active,
/* 84   */ a:hover,
/* 85   */ a:focus,
/* 86   */ a:link {
/* 87   */ 	outline: none;
/* 88   */ }
/* 89   */
/* 90   */ a:link,
/* 91   */ a:visited {
/* 92   */ 	color: #f85c70;
/* 93   */ 	-webkit-transition: all 0.3s ease 0s;
/* 94   */ 	transition: all 0.3s ease 0s;
/* 95   */ 	text-decoration: none;
/* 96   */ }
/* 97   */
/* 98   */ a:hover,
/* 99   */ a:focus,
/* 100  */ a:active {

/* style.css */

/* 101  */ 	color: #e43d40;
/* 102  */ 	text-decoration: none;
/* 103  */ }
/* 104  */
/* 105  */ button {
/* 106  */ 	border: none;
/* 107  */ }
/* 108  */
/* 109  */ ul,
/* 110  */ ol,
/* 111  */ ol ol,
/* 112  */ ol ul,
/* 113  */ ul ol,
/* 114  */ ul ul {
/* 115  */ 	margin: 0 0 1em 1em;
/* 116  */ 	padding-left: 20px;
/* 117  */ }
/* 118  */
/* 119  */ ul {
/* 120  */ 	list-style: disc;
/* 121  */ }
/* 122  */
/* 123  */ ol {
/* 124  */ 	list-style: decimal;
/* 125  */ }
/* 126  */
/* 127  */ li>ul,
/* 128  */ li>ol {
/* 129  */ 	margin-bottom: 0;
/* 130  */ 	margin-left: 1.5em;
/* 131  */ }
/* 132  */
/* 133  */ dt {
/* 134  */ 	font-weight: 700;
/* 135  */ 	margin-bottom: 10px;
/* 136  */ }
/* 137  */
/* 138  */ dd {
/* 139  */ 	margin: 0 1.5em 1.5em;
/* 140  */ }
/* 141  */
/* 142  */ img {
/* 143  */ 	height: auto;
/* 144  */ 	max-width: 100%;
/* 145  */ 	border: 0;
/* 146  */ }
/* 147  */
/* 148  */ dfn,
/* 149  */ cite,
/* 150  */ em {

/* style.css */

/* 151  */ 	font-style: italic;
/* 152  */ }
/* 153  */
/* 154  */ article,
/* 155  */ aside,
/* 156  */ details,
/* 157  */ figcaption,
/* 158  */ figure,
/* 159  */ footer,
/* 160  */ header,
/* 161  */ main,
/* 162  */ menu,
/* 163  */ nav,
/* 164  */ section,
/* 165  */ summary {
/* 166  */ 	display: block;
/* 167  */ }
/* 168  */
/* 169  */ audio,
/* 170  */ canvas,
/* 171  */ progress,
/* 172  */ video {
/* 173  */ 	display: inline-block;
/* 174  */ 	vertical-align: baseline;
/* 175  */ }
/* 176  */
/* 177  */ audio:not([controls]) {
/* 178  */ 	display: none;
/* 179  */ 	height: 0;
/* 180  */ }
/* 181  */
/* 182  */ embed,
/* 183  */ iframe,
/* 184  */ object {
/* 185  */ 	max-width: 100%;
/* 186  */ }
/* 187  */
/* 188  */ [hidden],
/* 189  */ template {
/* 190  */ 	display: none;
/* 191  */ }
/* 192  */
/* 193  */ abbr[title] {
/* 194  */ 	border-bottom: 1px dotted;
/* 195  */ }
/* 196  */
/* 197  */ b,
/* 198  */ strong {
/* 199  */ 	font-weight: 700;
/* 200  */ }

/* style.css */

/* 201  */
/* 202  */ dfn {
/* 203  */ 	font-style: italic;
/* 204  */ }
/* 205  */
/* 206  */ mark {
/* 207  */ 	color: #000;
/* 208  */ 	border-radius: 2px;
/* 209  */ }
/* 210  */
/* 211  */ small {
/* 212  */ 	font-size: 80%;
/* 213  */ }
/* 214  */
/* 215  */ sub,
/* 216  */ sup {
/* 217  */ 	font-size: 75%;
/* 218  */ 	line-height: 0;
/* 219  */ 	position: relative;
/* 220  */ 	vertical-align: baseline;
/* 221  */ }
/* 222  */
/* 223  */ sup {
/* 224  */ 	top: -0.5em;
/* 225  */ }
/* 226  */
/* 227  */ sub {
/* 228  */ 	bottom: -0.25em;
/* 229  */ }
/* 230  */
/* 231  */ svg:not(:root) {
/* 232  */ 	overflow: hidden;
/* 233  */ }
/* 234  */
/* 235  */ figure {
/* 236  */ 	margin: 1em 40px;
/* 237  */ }
/* 238  */
/* 239  */ pre {
/* 240  */ 	overflow: auto;
/* 241  */ 	white-space: pre-wrap;
/* 242  */ 	word-wrap: break-word;
/* 243  */ }
/* 244  */
/* 245  */ legend {
/* 246  */ 	border: 0;
/* 247  */ 	padding: 0;
/* 248  */ }
/* 249  */
/* 250  */ textarea {

/* style.css */

/* 251  */ 	overflow: auto;
/* 252  */ }
/* 253  */
/* 254  */ optgroup {
/* 255  */ 	font-weight: 700;
/* 256  */ }
/* 257  */
/* 258  */ address {
/* 259  */ 	margin: 0 0 1.5em;
/* 260  */ }
/* 261  */
/* 262  */ pre {
/* 263  */ 	background: #eee;
/* 264  */ 	font-family: "Courier 10 Pitch", Courier, monospace;
/* 265  */ 	line-height: 1.6;
/* 266  */ 	margin-bottom: 1.6em;
/* 267  */ 	max-width: 100%;
/* 268  */ 	overflow: auto;
/* 269  */ 	padding: 1.6em;
/* 270  */ }
/* 271  */
/* 272  */ code,
/* 273  */ kbd,
/* 274  */ tt,
/* 275  */ var {
/* 276  */ 	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
/* 277  */ }
/* 278  */
/* 279  */ abbr,
/* 280  */ acronym {
/* 281  */ 	border-bottom: 1px dotted #666;
/* 282  */ 	cursor: help;
/* 283  */ }
/* 284  */
/* 285  */ mark,
/* 286  */ ins {
/* 287  */ 	background: rgba(248, 92, 112, 0.3);
/* 288  */ 	text-decoration: none;
/* 289  */ }
/* 290  */
/* 291  */ big {
/* 292  */ 	font-size: 125%;
/* 293  */ }
/* 294  */
/* 295  */ blockquote,
/* 296  */ q {
/* 297  */ 	quotes: """";
/* 298  */ }
/* 299  */
/* 300  */ blockquote:before,

/* style.css */

/* 301  */ q:before,
/* 302  */ blockquote:after,
/* 303  */ q:after {
/* 304  */ 	content: "";
/* 305  */ }
/* 306  */
/* 307  */ blockquote {
/* 308  */ 	color: #333;
/* 309  */ 	position: relative;
/* 310  */ 	margin: 30px 30px 30px 40px;
/* 311  */ 	padding: 0 0 0 30px;
/* 312  */ 	border: none;
/* 313  */ }
/* 314  */
/* 315  */ blockquote:before {
/* 316  */ 	content: '';
/* 317  */ 	width: 5px;
/* 318  */ 	background-color: #f85c70;
/* 319  */ 	position: absolute;
/* 320  */ 	left: 0;
/* 321  */ 	top: 4px;
/* 322  */ 	white-space: pre;
/* 323  */ 	height: 100%;
/* 324  */ 	border-radius: 2px;
/* 325  */ }
/* 326  */
/* 327  */ .screen-reader-text {
/* 328  */ 	clip: rect(1px, 1px, 1px, 1px);
/* 329  */ 	position: absolute !important;
/* 330  */ 	height: 1px;
/* 331  */ 	width: 1px;
/* 332  */ 	overflow: hidden;
/* 333  */ }
/* 334  */
/* 335  */ .screen-reader-text:focus {
/* 336  */ 	background-color: #f1f1f1;
/* 337  */ 	border-radius: 2px;
/* 338  */ 	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
/* 339  */ 	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
/* 340  */ 	clip: auto !important;
/* 341  */ 	color: #21759b;
/* 342  */ 	display: block;
/* 343  */ 	font-size: 14px;
/* 344  */ 	font-size: 0.875rem;
/* 345  */ 	font-weight: 700;
/* 346  */ 	height: auto;
/* 347  */ 	left: 5px;
/* 348  */ 	line-height: normal;
/* 349  */ 	padding: 15px 23px 14px;
/* 350  */ 	text-decoration: none;

/* style.css */

/* 351  */ 	top: 5px;
/* 352  */ 	width: auto;
/* 353  */ 	z-index: 100000;
/* 354  */ }
/* 355  */
/* 356  */ .wp-smiley {
/* 357  */ 	border: none;
/* 358  */ 	margin-bottom: 0;
/* 359  */ 	margin-top: 0;
/* 360  */ 	padding: 0;
/* 361  */ }
/* 362  */
/* 363  */ .wp-caption {
/* 364  */ 	margin: 0 0 1.5em;
/* 365  */ 	max-width: 100%;
/* 366  */ }
/* 367  */
/* 368  */ .wp-caption.alignleft {
/* 369  */ 	margin-right: 1.5em;
/* 370  */ }
/* 371  */
/* 372  */ .wp-caption.alignright {
/* 373  */ 	margin-left: 1.5em;
/* 374  */ }
/* 375  */
/* 376  */ .wp-caption.aligncenter {
/* 377  */ 	margin-left: auto;
/* 378  */ 	margin-right: auto;
/* 379  */ }
/* 380  */
/* 381  */ .wp-caption img[class*="wp-image-"] {
/* 382  */ 	display: block;
/* 383  */ 	margin-left: auto;
/* 384  */ 	margin-right: auto;
/* 385  */ }
/* 386  */
/* 387  */ .wp-caption-text,
/* 388  */ .wp-caption-dd {
/* 389  */ 	text-align: center;
/* 390  */ 	margin: 0.8075em 0 !important;
/* 391  */ 	padding: 0 !important;
/* 392  */ }
/* 393  */
/* 394  */ .wp-caption-text a,
/* 395  */ .wp-caption-dd a {
/* 396  */ 	display: inline !important;
/* 397  */ }
/* 398  */
/* 399  */ .gallery {
/* 400  */ 	margin-bottom: 1.5em;

/* style.css */

/* 401  */ }
/* 402  */
/* 403  */ .gallery-item {
/* 404  */ 	display: inline-block;
/* 405  */ 	text-align: center;
/* 406  */ 	vertical-align: top;
/* 407  */ 	width: 100%;
/* 408  */ 	margin: 0;
/* 409  */ 	padding: 0 5px 5px;
/* 410  */ }
/* 411  */
/* 412  */ .gallery-columns-2 .gallery-item {
/* 413  */ 	max-width: 50%;
/* 414  */ }
/* 415  */
/* 416  */ .gallery-columns-3 .gallery-item {
/* 417  */ 	max-width: 33.33%;
/* 418  */ }
/* 419  */
/* 420  */ .gallery-columns-4 .gallery-item {
/* 421  */ 	max-width: 25%;
/* 422  */ }
/* 423  */
/* 424  */ .gallery-columns-5 .gallery-item {
/* 425  */ 	max-width: 20%;
/* 426  */ }
/* 427  */
/* 428  */ .gallery-columns-6 .gallery-item {
/* 429  */ 	max-width: 16.66%;
/* 430  */ }
/* 431  */
/* 432  */ .gallery-columns-7 .gallery-item {
/* 433  */ 	max-width: 14.28%;
/* 434  */ }
/* 435  */
/* 436  */ .gallery-columns-8 .gallery-item {
/* 437  */ 	max-width: 12.5%;
/* 438  */ }
/* 439  */
/* 440  */ .gallery-columns-9 .gallery-item {
/* 441  */ 	max-width: 11.11%;
/* 442  */ }
/* 443  */
/* 444  */ .gallery-caption {
/* 445  */ 	display: block;
/* 446  */ }
/* 447  */
/* 448  */ hr,
/* 449  */ .wp-block-separator {
/* 450  */ 	background-color: #646464;

/* style.css */

/* 451  */ 	border: 0;
/* 452  */ 	height: 2px;
/* 453  */ 	margin: 24px auto;
/* 454  */ }
/* 455  */
/* 456  */ hr.is-style-dots,
/* 457  */ .wp-block-separator.is-style-dots {
/* 458  */ 	height: 0;
/* 459  */ 	text-align: center;
/* 460  */ }
/* 461  */
/* 462  */ table,
/* 463  */ .wp-block-table {
/* 464  */ 	border-collapse: collapse;
/* 465  */ 	border-spacing: 0;
/* 466  */ 	margin: 15px 0;
/* 467  */ 	width: 100%;
/* 468  */ }
/* 469  */
/* 470  */ table th,
/* 471  */ .wp-block-table th,
/* 472  */ table td,
/* 473  */ .wp-block-table td {
/* 474  */ 	border: 1px solid #ddd;
/* 475  */ 	padding: 10px;
/* 476  */ }
/* 477  */
/* 478  */ table .wp-block-table__cell-content,
/* 479  */ .wp-block-table .wp-block-table__cell-content {
/* 480  */ 	padding: 0;
/* 481  */ }
/* 482  */
/* 483  */ .wp-block-latest-posts.is-grid {
/* 484  */ 	list-style: disc;
/* 485  */ }
/* 486  */
/* 487  */ .wp-block-latest-posts.wp-block-latest-posts__list {
/* 488  */ 	list-style: disc;
/* 489  */ 	padding: 0;
/* 490  */ }
/* 491  */
/* 492  */ .wp-block-latest-posts.wp-block-latest-posts__list li {
/* 493  */ 	margin-bottom: 7px;
/* 494  */ }
/* 495  */
/* 496  */ .wp-block-audio {
/* 497  */ 	margin: 15px 0;
/* 498  */ }
/* 499  */
/* 500  */ .wp-block-audio figcaption {

/* style.css */

/* 501  */ 	color: #555d66;
/* 502  */ 	font-size: 13px;
/* 503  */ 	text-align: center;
/* 504  */ }
/* 505  */
/* 506  */ .wp-block-categories,
/* 507  */ .wp-block-archives {
/* 508  */ 	margin: 0 0 20px;
/* 509  */ 	list-style-position: inside;
/* 510  */ }
/* 511  */
/* 512  */ .wp-block-categories ul,
/* 513  */ .wp-block-archives ul {
/* 514  */ 	margin: 0;
/* 515  */ 	padding: 0;
/* 516  */ 	list-style-position: inside;
/* 517  */ }
/* 518  */
/* 519  */ .wp-block-categories.aligncenter,
/* 520  */ .wp-block-archives.aligncenter {
/* 521  */ 	padding: 0;
/* 522  */ }
/* 523  */
/* 524  */ .wp-block-spacer {
/* 525  */ 	clear: both;
/* 526  */ }
/* 527  */
/* 528  */ .wp-block-image.alignleft {
/* 529  */ 	margin-right: 20px;
/* 530  */ }
/* 531  */
/* 532  */ .wp-block-image.alignright {
/* 533  */ 	margin-left: 20px;
/* 534  */ }
/* 535  */
/* 536  */ .wp-block-gallery {
/* 537  */ 	display: -webkit-box;
/* 538  */ 	display: -ms-flexbox;
/* 539  */ 	display: flex;
/* 540  */ 	margin: 0 0 20px 0;
/* 541  */ 	padding: 0;
/* 542  */ }
/* 543  */
/* 544  */ .wp-block-gallery figure {
/* 545  */ 	margin: 0;
/* 546  */ 	display: -webkit-box;
/* 547  */ 	display: -ms-flexbox;
/* 548  */ 	display: flex;
/* 549  */ 	-webkit-box-align: end;
/* 550  */ 	-ms-flex-align: end;

/* style.css */

/* 551  */ 	align-items: flex-end;
/* 552  */ 	-webkit-box-pack: start;
/* 553  */ 	-ms-flex-pack: start;
/* 554  */ 	justify-content: flex-start;
/* 555  */ }
/* 556  */
/* 557  */ .wp-block-gallery.alignleft {
/* 558  */ 	margin-right: 20px;
/* 559  */ }
/* 560  */
/* 561  */ .wp-block-button__link {
/* 562  */ 	cursor: pointer;
/* 563  */ 	-webkit-transition: inherit !important;
/* 564  */ 	transition: inherit !important;
/* 565  */ }
/* 566  */
/* 567  */ .wp-block-button__link:hover {
/* 568  */ 	opacity: 0.8;
/* 569  */ }
/* 570  */
/* 571  */ .wp-block-button__link:not(.has-text-color) {
/* 572  */ 	color: #fff;
/* 573  */ }
/* 574  */
/* 575  */ .is-style-outline .wp-block-button__link {
/* 576  */ 	color: #32373c;
/* 577  */ }
/* 578  */
/* 579  */ .wp-block-cover p {
/* 580  */ 	color: #fff;
/* 581  */ }
/* 582  */
/* 583  */ .wp-block-quote {
/* 584  */ 	color: #333;
/* 585  */ 	position: relative;
/* 586  */ 	margin: 30px 30px 30px 40px;
/* 587  */ 	padding: 10px 0 10px 30px;
/* 588  */ 	border: none;
/* 589  */ }
/* 590  */
/* 591  */ .wp-block-quote p {
/* 592  */ 	font-style: italic;
/* 593  */ 	font-weight: 600;
/* 594  */ }
/* 595  */
/* 596  */ .wp-block-quote p:last-of-type {
/* 597  */ 	margin-bottom: 0;
/* 598  */ }
/* 599  */
/* 600  */ .wp-block-quote cite,

/* style.css */

/* 601  */ .wp-block-quote .wp-block-quote__citation {
/* 602  */ 	font-weight: 400;
/* 603  */ 	color: #666;
/* 604  */ 	font-size: 16px;
/* 605  */ 	line-height: 1.3;
/* 606  */ 	font-style: italic;
/* 607  */ 	margin: 5px 0 0;
/* 608  */ }
/* 609  */
/* 610  */ .wp-block-quote:before {
/* 611  */ 	content: '';
/* 612  */ 	width: 5px;
/* 613  */ 	background-color: #f85c70;
/* 614  */ 	position: absolute;
/* 615  */ 	left: 0;
/* 616  */ 	top: 2px;
/* 617  */ 	white-space: pre;
/* 618  */ 	height: 100%;
/* 619  */ 	border-radius: 2px;
/* 620  */ }
/* 621  */
/* 622  */ .wp-block-quote.is-large,
/* 623  */ .wp-block-quote.is-style-large {
/* 624  */ 	margin: 30px 30px 30px 40px;
/* 625  */ 	padding: 10px 0 10px 30px;
/* 626  */ 	font-size: 22px;
/* 627  */ 	line-height: 1.5;
/* 628  */ }
/* 629  */
/* 630  */ .wp-block-quote.is-large p,
/* 631  */ .wp-block-quote.is-style-large p {
/* 632  */ 	font-size: 22px;
/* 633  */ 	line-height: 1.5;
/* 634  */ }
/* 635  */
/* 636  */ .wp-block-quote.is-large cite,
/* 637  */ .wp-block-quote.is-style-large cite,
/* 638  */ .wp-block-quote.is-large .wp-block-quote__citation,
/* 639  */ .wp-block-quote.is-style-large .wp-block-quote__citation {
/* 640  */ 	font-size: 16px;
/* 641  */ 	line-height: 1.3;
/* 642  */ }
/* 643  */
/* 644  */ .wp-block-pullquote {
/* 645  */ 	border: 2px solid #f85c70;
/* 646  */ 	border-width: 2px 0;
/* 647  */ 	padding: 40px 0;
/* 648  */ 	background: none;
/* 649  */ 	font-size: 28px;
/* 650  */ 	line-height: 1.5;

/* style.css */

/* 651  */ 	color: #333;
/* 652  */ 	font-style: italic;
/* 653  */ 	quotes: none;
/* 654  */ 	font-weight: 600;
/* 655  */ 	margin: 0 0 20px;
/* 656  */ }
/* 657  */
/* 658  */ .wp-block-pullquote blockquote {
/* 659  */ 	background-color: inherit;
/* 660  */ 	border: none;
/* 661  */ 	font-size: inherit;
/* 662  */ 	line-height: inherit;
/* 663  */ 	font-style: inherit;
/* 664  */ 	font-weight: inherit;
/* 665  */ 	padding: 0;
/* 666  */ 	margin: 0;
/* 667  */ 	color: inherit;
/* 668  */ 	quotes: none;
/* 669  */ }
/* 670  */
/* 671  */ .wp-block-pullquote blockquote:before,
/* 672  */ .wp-block-pullquote blockquote:after {
/* 673  */ 	content: none;
/* 674  */ }
/* 675  */
/* 676  */ .wp-block-pullquote p {
/* 677  */ 	font-size: 28px;
/* 678  */ 	line-height: 1.5;
/* 679  */ 	font-style: italic;
/* 680  */ 	font-weight: 600;
/* 681  */ }
/* 682  */
/* 683  */ .wp-block-pullquote p:last-of-type {
/* 684  */ 	margin-bottom: 0;
/* 685  */ }
/* 686  */
/* 687  */ .wp-block-pullquote p:before,
/* 688  */ .wp-block-pullquote p:after {
/* 689  */ 	content: none;
/* 690  */ }
/* 691  */
/* 692  */ .wp-block-pullquote cite,
/* 693  */ .wp-block-pullquote .wp-block-pullquote__citation {
/* 694  */ 	font-size: 13px;
/* 695  */ 	line-height: 1.3;
/* 696  */ 	font-weight: 400;
/* 697  */ 	font-style: italic;
/* 698  */ 	margin: 10px 0 0;
/* 699  */ 	color: #333;
/* 700  */ 	text-transform: inherit;

/* style.css */

/* 701  */ 	display: block;
/* 702  */ }
/* 703  */
/* 704  */ .wp-block-pullquote:before {
/* 705  */ 	content: none;
/* 706  */ }
/* 707  */
/* 708  */ .wp-block-pullquote.is-style-solid-color blockquote {
/* 709  */ 	text-align: inherit;
/* 710  */ 	max-width: inherit;
/* 711  */ }
/* 712  */
/* 713  */ .wp-block-pullquote.is-style-solid-color blockquote cite,
/* 714  */ .wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
/* 715  */ 	color: inherit;
/* 716  */ }
/* 717  */
/* 718  */ .wp-block-pullquote.alignleft,
/* 719  */ .wp-block-pullquote.alignright {
/* 720  */ 	position: relative;
/* 721  */ 	z-index: 1;
/* 722  */ 	padding: 20px 0;
/* 723  */ }
/* 724  */
/* 725  */ .wp-block-pullquote.alignleft p,
/* 726  */ .wp-block-pullquote.alignright p {
/* 727  */ 	font-size: 20px;
/* 728  */ }
/* 729  */
/* 730  */ .wp-block-pullquote.alignleft {
/* 731  */ 	margin: 15px 20px 15px 0;
/* 732  */ 	display: block;
/* 733  */ }
/* 734  */
/* 735  */ .wp-block-pullquote.alignright {
/* 736  */ 	margin: 15px 0 15px 20px;
/* 737  */ 	display: block;
/* 738  */ }
/* 739  */
/* 740  */ /*-------------------------------------
/* 741  *| #. Theme Defaults
/* 742  *| ---------------------------------------*/
/* 743  */ .mt0 {
/* 744  */ 	margin-top: 0;
/* 745  */ }
/* 746  */
/* 747  */ .mt10 {
/* 748  */ 	margin-top: 10px;
/* 749  */ }
/* 750  */

/* style.css */

/* 751  */ .mt20 {
/* 752  */ 	margin-top: 20px;
/* 753  */ }
/* 754  */
/* 755  */ .mt30 {
/* 756  */ 	margin-top: 30px;
/* 757  */ }
/* 758  */
/* 759  */ .mt40 {
/* 760  */ 	margin-top: 40px;
/* 761  */ }
/* 762  */
/* 763  */ .mt50 {
/* 764  */ 	margin-top: 50px;
/* 765  */ }
/* 766  */
/* 767  */ .mt60 {
/* 768  */ 	margin-top: 60px;
/* 769  */ }
/* 770  */
/* 771  */ .mt70 {
/* 772  */ 	margin-top: 70px;
/* 773  */ }
/* 774  */
/* 775  */ .mt80 {
/* 776  */ 	margin-top: 80px;
/* 777  */ }
/* 778  */
/* 779  */ .mt90 {
/* 780  */ 	margin-top: 90px;
/* 781  */ }
/* 782  */
/* 783  */ .mt100 {
/* 784  */ 	margin-top: 100px;
/* 785  */ }
/* 786  */
/* 787  */ .mb0 {
/* 788  */ 	margin-bottom: 0;
/* 789  */ }
/* 790  */
/* 791  */ .mb10 {
/* 792  */ 	margin-bottom: 10px;
/* 793  */ }
/* 794  */
/* 795  */ .mb15 {
/* 796  */ 	margin-bottom: 15px;
/* 797  */ }
/* 798  */
/* 799  */ .mb20 {
/* 800  */ 	margin-bottom: 20px;

/* style.css */

/* 801  */ }
/* 802  */
/* 803  */ .mb30 {
/* 804  */ 	margin-bottom: 30px;
/* 805  */ }
/* 806  */
/* 807  */ .mb40 {
/* 808  */ 	margin-bottom: 40px;
/* 809  */ }
/* 810  */
/* 811  */ .mb50 {
/* 812  */ 	margin-bottom: 50px;
/* 813  */ }
/* 814  */
/* 815  */ .mb60 {
/* 816  */ 	margin-bottom: 60px;
/* 817  */ }
/* 818  */
/* 819  */ .mb70 {
/* 820  */ 	margin-bottom: 70px;
/* 821  */ }
/* 822  */
/* 823  */ .mb80 {
/* 824  */ 	margin-bottom: 80px;
/* 825  */ }
/* 826  */
/* 827  */ .mb90 {
/* 828  */ 	margin-bottom: 90px;
/* 829  */ }
/* 830  */
/* 831  */ .mb100 {
/* 832  */ 	margin-bottom: 100px;
/* 833  */ }
/* 834  */
/* 835  */ .bypostauthor {
/* 836  */ 	display: block;
/* 837  */ }
/* 838  */
/* 839  */ .li-fs-15 li {
/* 840  */ 	font-size: 15px;
/* 841  */ }
/* 842  */
/* 843  */ @media all and (min-width: 1200px) {
/* 844  */
/* 845  */ 	.auto-clear>.col-xl-1:nth-child(12n+1),
/* 846  */ 	.auto-clear>.col-xl-2:nth-child(6n+1),
/* 847  */ 	.auto-clear>.col-xl-3:nth-child(4n+1),
/* 848  */ 	.auto-clear>.col-xl-4:nth-child(3n+1),
/* 849  */ 	.auto-clear>.col-xl-6:nth-child(odd) {
/* 850  */ 		clear: left;

/* style.css */

/* 851  */ 	}
/* 852  */ }
/* 853  */
/* 854  */ @media all and (min-width: 992px) and (max-width: 1199.98px) {
/* 855  */
/* 856  */ 	.auto-clear>.col-lg-1:nth-child(12n+1),
/* 857  */ 	.auto-clear>.col-lg-2:nth-child(6n+1),
/* 858  */ 	.auto-clear>.col-lg-3:nth-child(4n+1),
/* 859  */ 	.auto-clear>.col-lg-4:nth-child(3n+1),
/* 860  */ 	.auto-clear>.col-lg-6:nth-child(odd) {
/* 861  */ 		clear: left;
/* 862  */ 	}
/* 863  */ }
/* 864  */
/* 865  */ @media all and (min-width: 768px) and (max-width: 991.98px) {
/* 866  */
/* 867  */ 	.auto-clear>.col-md-1:nth-child(12n+1),
/* 868  */ 	.auto-clear>.col-md-2:nth-child(6n+1),
/* 869  */ 	.auto-clear>.col-md-3:nth-child(4n+1),
/* 870  */ 	.auto-clear>.col-md-4:nth-child(3n+1),
/* 871  */ 	.auto-clear>.col-md-6:nth-child(odd) {
/* 872  */ 		clear: left;
/* 873  */ 	}
/* 874  */ }
/* 875  */
/* 876  */ @media all and (min-width: 576px) and (max-width: 767.98px) {
/* 877  */
/* 878  */ 	.auto-clear>.col-sm-1:nth-child(12n+1),
/* 879  */ 	.auto-clear>.col-sm-2:nth-child(6n+1),
/* 880  */ 	.auto-clear>.col-sm-3:nth-child(4n+1),
/* 881  */ 	.auto-clear>.col-sm-4:nth-child(3n+1),
/* 882  */ 	.auto-clear>.col-sm-6:nth-child(odd) {
/* 883  */ 		clear: left;
/* 884  */ 	}
/* 885  */ }
/* 886  */
/* 887  */ @media all and (max-width: 575.98px) {
/* 888  */
/* 889  */ 	.auto-clear>.col-1:nth-child(12n+1),
/* 890  */ 	.auto-clear>.col-2:nth-child(6n+1),
/* 891  */ 	.auto-clear>.col-3:nth-child(4n+1),
/* 892  */ 	.auto-clear>.col-4:nth-child(3n+1),
/* 893  */ 	.auto-clear>.col-6:nth-child(odd) {
/* 894  */ 		clear: left;
/* 895  */ 	}
/* 896  */ }
/* 897  */
/* 898  */ .container {
/* 899  */ 	padding-left: 10px;
/* 900  */ 	padding-right: 10px;

/* style.css */

/* 901  */ }
/* 902  */
/* 903  */ @media all and (min-width: 1200px) {
/* 904  */ 	.container {
/* 905  */ 		max-width: 1240px;
/* 906  */ 	}
/* 907  */ }
/* 908  */
/* 909  */ .badge {
/* 910  */ 	padding: 3px 5px 4px;
/* 911  */ }
/* 912  */
/* 913  */ #preloader {
/* 914  */ 	background-color: #fff;
/* 915  */ 	background-repeat: no-repeat;
/* 916  */ 	background-position: center;
/* 917  */ 	background-attachment: fixed;
/* 918  */ 	height: 100%;
/* 919  */ 	left: 0;
/* 920  */ 	overflow: visible;
/* 921  */ 	position: fixed;
/* 922  */ 	top: 0;
/* 923  */ 	width: 100%;
/* 924  */ 	z-index: 9999999;
/* 925  */ }
/* 926  */
/* 927  */ @media all and (max-width: 767px) {
/* 928  */ 	#preloader {
/* 929  */ 		display: none;
/* 930  */ 	}
/* 931  */ }
/* 932  */
/* 933  */ a.scrollToTop {
/* 934  */ 	background-color: rgba(248, 92, 112, 0.3);
/* 935  */ 	bottom: 5px;
/* 936  */ 	color: #f85c70;
/* 937  */ 	display: block;
/* 938  */ 	font-size: 18px;
/* 939  */ 	height: 44px;
/* 940  */ 	line-height: 40px;
/* 941  */ 	position: fixed;
/* 942  */ 	right: 20px;
/* 943  */ 	text-align: center;
/* 944  */ 	-webkit-transition: all 1s ease-out;
/* 945  */ 	transition: all 1s ease-out;
/* 946  */ 	width: 44px;
/* 947  */ 	z-index: 5;
/* 948  */ 	border: 2px solid #f85c70;
/* 949  */ 	border-radius: 50%;
/* 950  */ }

/* style.css */

/* 951  */
/* 952  */ a.scrollToTop:hover,
/* 953  */ a.scrollToTop:focus {
/* 954  */ 	background-color: #f85c70;
/* 955  */ 	color: #fff;
/* 956  */ }
/* 957  */
/* 958  */ .content-block-gap {
/* 959  */ 	margin-top: 30px;
/* 960  */ }
/* 961  */
/* 962  */ @media all and (max-width: 767.98px) {
/* 963  */ 	.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
/* 964  */ 		padding-left: 15px;
/* 965  */ 		padding-right: 15px;
/* 966  */ 	}
/* 967  */ }
/* 968  */
/* 969  */ /*-------------------------------------
/* 970  *| #. Buttons
/* 971  *| ---------------------------------------*/
/* 972  */ a.rdtheme-button-1,
/* 973  */ .rdtheme-button-1 {
/* 974  */ 	color: #fff !important;
/* 975  */ 	padding: 15px 25px;
/* 976  */ 	font-size: 14px;
/* 977  */ 	line-height: 1.3;
/* 978  */ 	display: inline-block;
/* 979  */ 	font-weight: 600;
/* 980  */ 	border-radius: 2px;
/* 981  */ 	background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 61, 64, 0.8)), to(#e43d40));
/* 982  */ 	background: linear-gradient(to bottom, rgba(228, 61, 64, 0.8), #e43d40);
/* 983  */ 	-webkit-transition: none;
/* 984  */ 	transition: none;
/* 985  */ }
/* 986  */
/* 987  */ a.rdtheme-button-1:hover,
/* 988  */ .rdtheme-button-1:hover {
/* 989  */ 	background: #e43d40;
/* 990  */ }
/* 991  */
/* 992  */ a.rdtheme-button-1:focus,
/* 993  */ .rdtheme-button-1:focus {
/* 994  */ 	-webkit-box-shadow: none;
/* 995  */ 	box-shadow: none;
/* 996  */ }
/* 997  */
/* 998  */ a.rdtheme-button-2,
/* 999  */ .rdtheme-button-2 {
/* 1000 */ 	color: #fff !important;

/* style.css */

/* 1001 */ 	padding: 15px 25px;
/* 1002 */ 	font-size: 15px;
/* 1003 */ 	line-height: 1.3;
/* 1004 */ 	display: inline-block;
/* 1005 */ 	font-weight: 600;
/* 1006 */ 	border-radius: 2px;
/* 1007 */ 	background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 38, 38, 0.8)), to(#262626));
/* 1008 */ 	background: linear-gradient(to bottom, rgba(38, 38, 38, 0.8), #262626);
/* 1009 */ 	-webkit-transition: none;
/* 1010 */ 	transition: none;
/* 1011 */ }
/* 1012 */
/* 1013 */ a.rdtheme-button-2:hover,
/* 1014 */ .rdtheme-button-2:hover {
/* 1015 */ 	background: #262626;
/* 1016 */ }
/* 1017 */
/* 1018 */ a.rdtheme-button-2:focus,
/* 1019 */ .rdtheme-button-2:focus {
/* 1020 */ 	-webkit-box-shadow: none;
/* 1021 */ 	box-shadow: none;
/* 1022 */ }
/* 1023 */
/* 1024 */ a.rdtheme-button-3,
/* 1025 */ .rdtheme-button-3 {
/* 1026 */ 	color: #fff !important;
/* 1027 */ 	padding: 15px 30px;
/* 1028 */ 	font-size: 15px;
/* 1029 */ 	line-height: 1.3;
/* 1030 */ 	display: inline-block;
/* 1031 */ 	font-weight: 600;
/* 1032 */ 	border-radius: 2px;
/* 1033 */ 	background-color: #f85c70;
/* 1034 */ 	-webkit-transition: all 0.3s ease-out;
/* 1035 */ 	transition: all 0.3s ease-out;
/* 1036 */ }
/* 1037 */
/* 1038 */ a.rdtheme-button-3:hover,
/* 1039 */ .rdtheme-button-3:hover {
/* 1040 */ 	background-color: #e43d40;
/* 1041 */ }
/* 1042 */
/* 1043 */ a.rdtheme-button-3:focus,
/* 1044 */ .rdtheme-button-3:focus {
/* 1045 */ 	-webkit-box-shadow: none;
/* 1046 */ 	box-shadow: none;
/* 1047 */ }
/* 1048 */
/* 1049 */ /*-------------------------------------
/* 1050 *| #. Topbar

/* style.css *|

/* 1051 *| ---------------------------------------*/
/* 1052 */ .top-header {
/* 1053 */ 	background-color: #111;
/* 1054 */ 	padding: 8px 0;
/* 1055 */ 	line-height: 1.3;
/* 1056 */ }
/* 1057 */
/* 1058 */ .top-header li {
/* 1059 */ 	line-height: 1.3;
/* 1060 */ }
/* 1061 */
/* 1062 */ .top-header .top-header-inner {
/* 1063 */ 	display: -webkit-box;
/* 1064 */ 	display: -ms-flexbox;
/* 1065 */ 	display: flex;
/* 1066 */ 	-webkit-box-align: center;
/* 1067 */ 	-ms-flex-align: center;
/* 1068 */ 	align-items: center;
/* 1069 */ 	-webkit-box-pack: justify;
/* 1070 */ 	-ms-flex-pack: justify;
/* 1071 */ 	justify-content: space-between;
/* 1072 */ }
/* 1073 */
/* 1074 */ @media all and (max-width: 767.98px) {
/* 1075 */ 	.top-header .top-header-inner {
/* 1076 */ 		display: block;
/* 1077 */ 		text-align: center;
/* 1078 */ 	}
/* 1079 */ }
/* 1080 */
/* 1081 */ @media all and (max-width: 767.98px) {
/* 1082 */ 	.top-header .top-header-inner .tophead-right {
/* 1083 */ 		margin-top: 5px;
/* 1084 */ 	}
/* 1085 */ }
/* 1086 */
/* 1087 */ .top-header .top-header-inner .tophead-info {
/* 1088 */ 	list-style-type: none;
/* 1089 */ 	margin: 0;
/* 1090 */ 	padding: 0;
/* 1091 */ }
/* 1092 */
/* 1093 */ @media all and (max-width: 767.98px) {
/* 1094 */ 	.top-header .top-header-inner .tophead-info {
/* 1095 */ 		text-align: center;
/* 1096 */ 	}
/* 1097 */ }
/* 1098 */
/* 1099 */ .top-header .top-header-inner .tophead-info li {
/* 1100 */ 	display: inline-block;

/* style.css */

/* 1101 */ 	margin-right: 30px;
/* 1102 */ }
/* 1103 */
/* 1104 */ .top-header .top-header-inner .tophead-info li .fa {
/* 1105 */ 	color: #f85c70;
/* 1106 */ 	padding-right: 10px;
/* 1107 */ }
/* 1108 */
/* 1109 */ .top-header .top-header-inner .tophead-info li a,
/* 1110 */ .top-header .top-header-inner .tophead-info li span {
/* 1111 */ 	color: #dddddd;
/* 1112 */ }
/* 1113 */
/* 1114 */ .top-header .top-header-inner .tophead-info li a:hover {
/* 1115 */ 	text-decoration: underline;
/* 1116 */ }
/* 1117 */
/* 1118 */ .top-header .top-header-inner .tophead-social {
/* 1119 */ 	font-size: 0;
/* 1120 */ }
/* 1121 */
/* 1122 */ .top-header .top-header-inner .tophead-social li {
/* 1123 */ 	display: inline;
/* 1124 */ 	vertical-align: middle;
/* 1125 */ }
/* 1126 */
/* 1127 */ .top-header .top-header-inner .tophead-social li a {
/* 1128 */ 	margin-left: 20px;
/* 1129 */ 	color: #ddd;
/* 1130 */ 	font-size: 15px;
/* 1131 */ 	line-height: 1;
/* 1132 */ }
/* 1133 */
/* 1134 */ .top-header .top-header-inner .tophead-social li a:hover {
/* 1135 */ 	color: #f85c70;
/* 1136 */ }
/* 1137 */
/* 1138 */ /* Transparent */
/* 1139 */ .trheader .top-header {
/* 1140 */ 	background-color: rgba(0, 0, 0, 0.7);
/* 1141 */ }
/* 1142 */
/* 1143 */ /*-------------------------------------
/* 1144 *| #. Header Layout 1
/* 1145 *| ---------------------------------------*/
/* 1146 */ /* Logo */
/* 1147 */ .main-header .site-branding {
/* 1148 */ 	-webkit-transition: all 0.5s ease-out;
/* 1149 */ 	transition: all 0.5s ease-out;
/* 1150 */ }

/* style.css */

/* 1151 */
/* 1152 */ @media all and (max-width: 767.98px) {
/* 1153 */ 	.main-header .site-branding {
/* 1154 */ 		text-align: center;
/* 1155 */ 		margin-top: 10px;
/* 1156 */ 	}
/* 1157 */ }
/* 1158 */
/* 1159 */ .main-header .site-branding a img {
/* 1160 */ 	width: auto;
/* 1161 */ 	padding: 5px 0;
/* 1162 */ 	-webkit-transition: all 0.5s ease-out;
/* 1163 */ 	transition: all 0.5s ease-out;
/* 1164 */ }
/* 1165 */
/* 1166 */ .main-header .site-branding a.light-logo {
/* 1167 */ 	display: none;
/* 1168 */ }
/* 1169 */
/* 1170 */ /* Main Navigation */
/* 1171 */ .main-header {
/* 1172 */ 	background-color: #fff;
/* 1173 */ 	-webkit-transition: all 0.5s ease-out;
/* 1174 */ 	transition: all 0.5s ease-out;
/* 1175 */ }
/* 1176 */
/* 1177 */ .main-header ul {
/* 1178 */ 	list-style-type: none;
/* 1179 */ 	margin: 0;
/* 1180 */ 	padding: 0;
/* 1181 */ }
/* 1182 */
/* 1183 */ .main-header .main-navigation-area {
/* 1184 */ 	min-height: 90px;
/* 1185 */ 	display: -webkit-box;
/* 1186 */ 	display: -ms-flexbox;
/* 1187 */ 	display: flex;
/* 1188 */ 	-webkit-box-align: center;
/* 1189 */ 	-ms-flex-align: center;
/* 1190 */ 	align-items: center;
/* 1191 */ 	-webkit-box-orient: horizontal;
/* 1192 */ 	-webkit-box-direction: reverse;
/* 1193 */ 	-ms-flex-direction: row-reverse;
/* 1194 */ 	flex-direction: row-reverse;
/* 1195 */ }
/* 1196 */
/* 1197 */ @media all and (max-width: 767.98px) {
/* 1198 */ 	.main-header .main-navigation-area {
/* 1199 */ 		display: block !important;
/* 1200 */ 		text-align: center;

/* style.css */

/* 1201 */ 	}
/* 1202 */ }
/* 1203 */
/* 1204 */ .main-header .main-navigation-area .main-navigation {
/* 1205 */ 	-webkit-box-flex: 1;
/* 1206 */ 	-ms-flex: 1;
/* 1207 */ 	flex: 1;
/* 1208 */ }
/* 1209 */
/* 1210 */ .main-header .main-navigation-area .main-navigation ul {
/* 1211 */ 	text-align: right;
/* 1212 */ 	-webkit-transition: all 0.5 ease-out 0s;
/* 1213 */ 	transition: all 0.5 ease-out 0s;
/* 1214 */ }
/* 1215 */
/* 1216 */ @media all and (max-width: 767.98px) {
/* 1217 */ 	.main-header .main-navigation-area .main-navigation ul {
/* 1218 */ 		text-align: center;
/* 1219 */ 	}
/* 1220 */ }
/* 1221 */
/* 1222 */ .main-header .main-navigation-area .main-navigation ul li {
/* 1223 */ 	display: inline-block;
/* 1224 */ 	position: relative;
/* 1225 */ }
/* 1226 */
/* 1227 */ .main-header .main-navigation-area .main-navigation ul li a {
/* 1228 */ 	display: block;
/* 1229 */ 	position: relative;
/* 1230 */ 	text-decoration: none;
/* 1231 */ 	font-weight: 500;
/* 1232 */ 	-webkit-transition: all 0.5s ease-out;
/* 1233 */ 	transition: all 0.5s ease-out;
/* 1234 */ 	color: #111111;
/* 1235 */ 	padding: 32px 24px;
/* 1236 */ }
/* 1237 */
/* 1238 */ @media all and (max-width: 1199.98px) {
/* 1239 */ 	.main-header .main-navigation-area .main-navigation ul li a {
/* 1240 */ 		padding-left: 12px;
/* 1241 */ 		padding-right: 12px;
/* 1242 */ 	}
/* 1243 */ }
/* 1244 */
/* 1245 */ .main-header .main-navigation-area .main-navigation ul.menu>li.menu-item-has-children:after {
/* 1246 */ 	color: #111;
/* 1247 */ 	content: "\f107";
/* 1248 */ 	font-family: 'Font Awesome 5 Free';
/* 1249 */ 	font-size: 13px;
/* 1250 */ 	position: absolute;

/* style.css */

/* 1251 */ 	right: 7px;
/* 1252 */ 	bottom: 40px;
/* 1253 */ 	line-height: 1;
/* 1254 */ 	font-weight: 600;
/* 1255 */ }
/* 1256 */
/* 1257 */ @media all and (max-width: 1199.98px) {
/* 1258 */ 	.main-header .main-navigation-area .main-navigation ul.menu>li.menu-item-has-children:after {
/* 1259 */ 		right: 0;
/* 1260 */ 		bottom: 42px;
/* 1261 */ 	}
/* 1262 */ }
/* 1263 */
/* 1264 */ .main-header .main-navigation-area .main-navigation ul.menu>li>a:hover {
/* 1265 */ 	color: #f85c70;
/* 1266 */ }
/* 1267 */
/* 1268 */ .main-header .main-navigation-area .main-navigation ul.menu>li.current-menu-item>a:after,
/* 1269 */ .main-header .main-navigation-area .main-navigation ul.menu>li.current>a:after {
/* 1270 */ 	content: '';
/* 1271 */ 	background-color: #f85c70;
/* 1272 */ 	height: 5px;
/* 1273 */ 	-webkit-transition: all 0.5s ease-out;
/* 1274 */ 	transition: all 0.5s ease-out;
/* 1275 */ 	position: absolute;
/* 1276 */ 	left: 15px;
/* 1277 */ 	bottom: 0;
/* 1278 */ 	width: 100%;
/* 1279 */ 	width: calc(100% - 30px);
/* 1280 */ }
/* 1281 */
/* 1282 */ /* Submenu */
/* 1283 */ .main-header .main-navigation-area .main-navigation ul li ul {
/* 1284 */ 	left: 0;
/* 1285 */ 	opacity: 0;
/* 1286 */ 	visibility: hidden;
/* 1287 */ 	-webkit-transform: scaleY(0);
/* 1288 */ 	transform: scaleY(0);
/* 1289 */ 	position: absolute;
/* 1290 */ 	top: 100%;
/* 1291 */ 	background-color: #fff;
/* 1292 */ 	padding: 15px 0;
/* 1293 */ 	-webkit-transform-origin: 0 0 0;
/* 1294 */ 	transform-origin: 0 0 0;
/* 1295 */ 	-webkit-transition: all 0.3s ease 0s;
/* 1296 */ 	transition: all 0.3s ease 0s;
/* 1297 */ 	z-index: 999 !important;
/* 1298 */ 	width: 230px;
/* 1299 */ 	text-align: left;
/* 1300 */ 	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);

/* style.css */

/* 1301 */ 	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
/* 1302 */ 	border-top: 2px solid #f85c70;
/* 1303 */ }
/* 1304 */
/* 1305 */ .main-header .main-navigation-area .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
/* 1306 */ 	color: #888;
/* 1307 */ 	content: "\f105";
/* 1308 */ 	font-family: "Font Awesome 5 Free";
/* 1309 */ 	font-size: 16px;
/* 1310 */ 	font-weight: 600;
/* 1311 */ 	position: absolute;
/* 1312 */ 	right: 25px;
/* 1313 */ 	top: 7px;
/* 1314 */ 	-webkit-transition: all 0.5s ease 0s;
/* 1315 */ 	transition: all 0.5s ease 0s;
/* 1316 */ }
/* 1317 */
/* 1318 */ .main-header .main-navigation-area .main-navigation ul li ul.sub-menu li.menu-item-has-children:hover:after {
/* 1319 */ 	color: #fff;
/* 1320 */ }
/* 1321 */
/* 1322 */ .main-header .main-navigation-area .main-navigation ul li ul li {
/* 1323 */ 	display: block;
/* 1324 */ 	padding: 0 20px;
/* 1325 */ }
/* 1326 */
/* 1327 */ .main-header .main-navigation-area .main-navigation ul li ul li:hover>a {
/* 1328 */ 	color: #fff;
/* 1329 */ 	background-color: #f85c70;
/* 1330 */ }
/* 1331 */
/* 1332 */ .main-header .main-navigation-area .main-navigation ul li ul li:last-child {
/* 1333 */ 	border-bottom: none;
/* 1334 */ }
/* 1335 */
/* 1336 */ .main-header .main-navigation-area .main-navigation ul li ul li a {
/* 1337 */ 	display: block;
/* 1338 */ 	color: #111;
/* 1339 */ 	border-radius: 2px;
/* 1340 */ 	padding: 10px 15px !important;
/* 1341 */ }
/* 1342 */
/* 1343 */ .main-header .main-navigation-area .main-navigation ul>li:hover>ul {
/* 1344 */ 	opacity: 1;
/* 1345 */ 	visibility: visible;
/* 1346 */ 	-webkit-transform: scaleY(1);
/* 1347 */ 	transform: scaleY(1);
/* 1348 */ }
/* 1349 */
/* 1350 */ /* 3rd Level Menu */

/* style.css */

/* 1351 */ .main-header .main-navigation-area .main-navigation ul li ul li ul {
/* 1352 */ 	left: 231px;
/* 1353 */ 	top: 0;
/* 1354 */ 	width: 230px;
/* 1355 */ }
/* 1356 */
/* 1357 */ .main-header .main-navigation-area .main-navigation ul>li>ul>li:hover>ul {
/* 1358 */ 	opacity: 1;
/* 1359 */ 	visibility: visible;
/* 1360 */ 	-webkit-transform: scaleY(1);
/* 1361 */ 	transform: scaleY(1);
/* 1362 */ }
/* 1363 */
/* 1364 */ /* Multi Column Menu */
/* 1365 */ .main-header .main-navigation-area .main-navigation ul li.mega-menu:hover ul {
/* 1366 */ 	opacity: 1;
/* 1367 */ 	visibility: visible;
/* 1368 */ 	-webkit-transform: scaleY(1);
/* 1369 */ 	transform: scaleY(1);
/* 1370 */ }
/* 1371 */
/* 1372 */ .main-header .main-navigation-area .main-navigation ul li.mega-menu>ul.sub-menu {
/* 1373 */ 	background-color: #fff;
/* 1374 */ 	padding: 10px 0;
/* 1375 */ 	width: 460px;
/* 1376 */ }
/* 1377 */
/* 1378 */ .main-header .main-navigation-area .main-navigation ul li.mega-menu>ul.sub-menu>li {
/* 1379 */ 	display: block;
/* 1380 */ 	float: left;
/* 1381 */ 	margin: 0 5px;
/* 1382 */ 	width: 230px;
/* 1383 */ 	border: none;
/* 1384 */ }
/* 1385 */
/* 1386 */ .main-header .main-navigation-area .main-navigation ul li.mega-menu>ul.sub-menu>li>a {
/* 1387 */ 	background-color: #e43d40;
/* 1388 */ 	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
/* 1389 */ }
/* 1390 */
/* 1391 */ .main-header .main-navigation-area .main-navigation ul li.mega-menu>ul.sub-menu>li ul {
/* 1392 */ 	position: relative;
/* 1393 */ 	width: 100%;
/* 1394 */ 	left: inherit;
/* 1395 */ 	-webkit-box-shadow: none;
/* 1396 */ 	box-shadow: none;
/* 1397 */ 	background: inherit;
/* 1398 */ 	border: none;
/* 1399 */ }
/* 1400 */

/* style.css */

/* 1401 */ .main-header .main-navigation-area .main-navigation ul li.mega-menu>ul.sub-menu>li ul li {
/* 1402 */ 	padding: 0;
/* 1403 */ }
/* 1404 */
/* 1405 */ .main-header .main-navigation-area .main-navigation ul li.mega-menu>ul.sub-menu li:after {
/* 1406 */ 	content: '';
/* 1407 */ }
/* 1408 */
/* 1409 */ .main-header .main-navigation-area .main-navigation ul li.mega-menu.hide-header>ul.sub-menu>li>a {
/* 1410 */ 	display: none;
/* 1411 */ }
/* 1412 */
/* 1413 */ /* Mobile Multi Column Menu */
/* 1414 */ .mean-container .mega-menu.hide-header>ul>li {
/* 1415 */ 	border-top: none;
/* 1416 */ }
/* 1417 */
/* 1418 */ .mean-container .mega-menu.hide-header>ul>li>a {
/* 1419 */ 	display: none;
/* 1420 */ }
/* 1421 */
/* 1422 */ .mean-container .mega-menu.hide-header>ul>li>ul {
/* 1423 */ 	display: block !important;
/* 1424 */ }
/* 1425 */
/* 1426 */ /* Header Button */
/* 1427 */ .header-btn-area {
/* 1428 */ 	margin-left: 17px;
/* 1429 */ }
/* 1430 */
/* 1431 */ @media all and (max-width: 767.98px) {
/* 1432 */ 	.header-btn-area {
/* 1433 */ 		margin-top: 15px;
/* 1434 */ 		margin-left: 0;
/* 1435 */ 	}
/* 1436 */ }
/* 1437 */
/* 1438 */ .header-btn {
/* 1439 */ 	color: #fff !important;
/* 1440 */ 	padding: 0 30px;
/* 1441 */ 	height: 52px;
/* 1442 */ 	display: -webkit-box;
/* 1443 */ 	display: -ms-flexbox;
/* 1444 */ 	display: flex;
/* 1445 */ 	-webkit-box-align: center;
/* 1446 */ 	-ms-flex-align: center;
/* 1447 */ 	align-items: center;
/* 1448 */ 	background: #f85c70;
/* 1449 */ 	border-radius: 50px;
/* 1450 */ 	-webkit-transition: none;

/* style.css */

/* 1451 */ 	transition: none;
/* 1452 */ }
/* 1453 */
/* 1454 */ .header-btn i {
/* 1455 */ 	font-size: 18px;
/* 1456 */ 	line-height: 1;
/* 1457 */ 	padding-right: 12px;
/* 1458 */ 	-webkit-transform: translateX(0%) rotate(0);
/* 1459 */ 	transform: translateX(0%) rotate(0);
/* 1460 */ }
/* 1461 */
/* 1462 */ .header-btn:hover {
/* 1463 */ 	background: #e43d40;
/* 1464 */ }
/* 1465 */
/* 1466 */ @-webkit-keyframes wobble-hor-bottom {
/* 1467 */
/* 1468 */ 	0%,
/* 1469 */ 	100% {
/* 1470 */ 		-webkit-transform: translateX(0%) rotate(0);
/* 1471 */ 		transform: translateX(0%) rotate(0);
/* 1472 */ 	}
/* 1473 */
/* 1474 */ 	15% {
/* 1475 */ 		-webkit-transform: translateX(-10px) rotate(-6deg);
/* 1476 */ 		transform: translateX(-10px) rotate(-6deg);
/* 1477 */ 	}
/* 1478 */
/* 1479 */ 	30% {
/* 1480 */ 		-webkit-transform: translateX(5px) rotate(6deg);
/* 1481 */ 		transform: translateX(5px) rotate(6deg);
/* 1482 */ 	}
/* 1483 */
/* 1484 */ 	45% {
/* 1485 */ 		-webkit-transform: translateX(-5px) rotate(-3.6deg);
/* 1486 */ 		transform: translateX(-5px) rotate(-3.6deg);
/* 1487 */ 	}
/* 1488 */
/* 1489 */ 	60% {
/* 1490 */ 		-webkit-transform: translateX(3px) rotate(2.4deg);
/* 1491 */ 		transform: translateX(3px) rotate(2.4deg);
/* 1492 */ 	}
/* 1493 */
/* 1494 */ 	75% {
/* 1495 */ 		-webkit-transform: translateX(-2px) rotate(-1.2deg);
/* 1496 */ 		transform: translateX(-2px) rotate(-1.2deg);
/* 1497 */ 	}
/* 1498 */ }
/* 1499 */
/* 1500 */ @keyframes wobble-hor-bottom {

/* style.css */

/* 1501 */
/* 1502 */ 	0%,
/* 1503 */ 	100% {
/* 1504 */ 		-webkit-transform: translateX(0%) rotate(0);
/* 1505 */ 		transform: translateX(0%) rotate(0);
/* 1506 */ 	}
/* 1507 */
/* 1508 */ 	15% {
/* 1509 */ 		-webkit-transform: translateX(-10px) rotate(-6deg);
/* 1510 */ 		transform: translateX(-10px) rotate(-6deg);
/* 1511 */ 	}
/* 1512 */
/* 1513 */ 	30% {
/* 1514 */ 		-webkit-transform: translateX(5px) rotate(6deg);
/* 1515 */ 		transform: translateX(5px) rotate(6deg);
/* 1516 */ 	}
/* 1517 */
/* 1518 */ 	45% {
/* 1519 */ 		-webkit-transform: translateX(-5px) rotate(-3.6deg);
/* 1520 */ 		transform: translateX(-5px) rotate(-3.6deg);
/* 1521 */ 	}
/* 1522 */
/* 1523 */ 	60% {
/* 1524 */ 		-webkit-transform: translateX(3px) rotate(2.4deg);
/* 1525 */ 		transform: translateX(3px) rotate(2.4deg);
/* 1526 */ 	}
/* 1527 */
/* 1528 */ 	75% {
/* 1529 */ 		-webkit-transform: translateX(-2px) rotate(-1.2deg);
/* 1530 */ 		transform: translateX(-2px) rotate(-1.2deg);
/* 1531 */ 	}
/* 1532 */ }
/* 1533 */
/* 1534 */ a.header-login-icon {
/* 1535 */ 	display: inline-block;
/* 1536 */ 	margin-left: 17px;
/* 1537 */ 	font-size: 20px;
/* 1538 */ 	line-height: 1;
/* 1539 */ 	position: relative;
/* 1540 */ }
/* 1541 */
/* 1542 */ a.header-chat-icon {
/* 1543 */ 	display: inline-block;
/* 1544 */ 	margin-left: 15px;
/* 1545 */ 	font-size: 20px;
/* 1546 */ 	line-height: 1;
/* 1547 */ 	position: relative;
/* 1548 */ }
/* 1549 */
/* 1550 */ a.header-chat-icon .rtcl-unread-badge {

/* style.css */

/* 1551 */ 	position: absolute;
/* 1552 */ 	right: -12px;
/* 1553 */ 	top: -10px;
/* 1554 */ 	padding: 4px 2px;
/* 1555 */ 	font-size: 10px;
/* 1556 */ 	line-height: 1;
/* 1557 */ 	bottom: inherit;
/* 1558 */ 	left: inherit;
/* 1559 */ 	width: 17px;
/* 1560 */ 	height: 17px;
/* 1561 */ 	overflow: hidden;
/* 1562 */ 	text-align: center;
/* 1563 */ 	background-color: #f85c70;
/* 1564 */ }
/* 1565 */
/* 1566 */ .header-mobile-icons {
/* 1567 */ 	position: absolute;
/* 1568 */ 	top: 7px;
/* 1569 */ 	right: 48px;
/* 1570 */ }
/* 1571 */
/* 1572 */ .header-mobile-icons a.header-login-icon {
/* 1573 */ 	font-size: 18px;
/* 1574 */ 	margin: 0;
/* 1575 */ 	padding: 8px 6px;
/* 1576 */ }
/* 1577 */
/* 1578 */ .header-mobile-icons a.header-chat-icon {
/* 1579 */ 	font-size: 18px;
/* 1580 */ 	margin: 0;
/* 1581 */ 	padding: 8px 6px;
/* 1582 */ 	position: relative;
/* 1583 */ }
/* 1584 */
/* 1585 */ .header-mobile-icons a.header-chat-icon .rtcl-unread-badge {
/* 1586 */ 	position: absolute;
/* 1587 */ 	right: -3px;
/* 1588 */ 	top: -3px;
/* 1589 */ 	padding: 2px 2px;
/* 1590 */ 	width: 12px;
/* 1591 */ 	height: 12px;
/* 1592 */ }
/* 1593 */
/* 1594 */ .header-mobile-icons a.header-btn {
/* 1595 */ 	display: inline-block;
/* 1596 */ 	height: inherit;
/* 1597 */ 	font-size: 14px;
/* 1598 */ 	line-height: 1;
/* 1599 */ 	padding: 5px 10px;
/* 1600 */ 	margin-right: 5px;

/* style.css */

/* 1601 */ }
/* 1602 */
/* 1603 */ .header-mobile-icons a.header-btn i {
/* 1604 */ 	font-size: 14px;
/* 1605 */ 	padding: 0;
/* 1606 */ }
/* 1607 */
/* 1608 */ .header-mobile-icons a.header-btn span {
/* 1609 */ 	padding-left: 6px;
/* 1610 */ 	padding-right: 3px;
/* 1611 */ }
/* 1612 */
/* 1613 */ /* Meanmenu */
/* 1614 */ body .mean-container .mean-nav ul li.mean-append-area .rtin-append-inner {
/* 1615 */ 	padding: 0.5em 5%;
/* 1616 */ }
/* 1617 */
/* 1618 */ /* Sticky */
/* 1619 */ .main-header-sticky-wrapper {
/* 1620 */ 	position: fixed;
/* 1621 */ 	top: 0;
/* 1622 */ 	z-index: 35;
/* 1623 */ 	width: 100%;
/* 1624 */ 	margin-top: -120px;
/* 1625 */ 	-webkit-transition: all 0.5s ease-out;
/* 1626 */ 	transition: all 0.5s ease-out;
/* 1627 */ }
/* 1628 */
/* 1629 */ .admin-bar .main-header-sticky-wrapper {
/* 1630 */ 	top: 32px;
/* 1631 */ }
/* 1632 */
/* 1633 */ .rdthemeSticky .main-header-sticky-wrapper {
/* 1634 */ 	-webkit-transition: all 0.5s ease-out;
/* 1635 */ 	transition: all 0.5s ease-out;
/* 1636 */ 	margin-top: 0 !important;
/* 1637 */ }
/* 1638 */
/* 1639 */ .mean-activated .main-header-sticky-wrapper {
/* 1640 */ 	display: none;
/* 1641 */ }
/* 1642 */
/* 1643 */ .mean-stick .main-header {
/* 1644 */ 	-webkit-transition: all 0.5s ease;
/* 1645 */ 	transition: all 0.5s ease;
/* 1646 */ 	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
/* 1647 */ 	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
/* 1648 */ }
/* 1649 */
/* 1650 */ .mean-stick.admin-bar .mean-container {

/* style.css */

/* 1651 */ 	top: 32px !important;
/* 1652 */ }
/* 1653 */
/* 1654 */ @media all and (max-width: 782px) {
/* 1655 */ 	.mean-stick.admin-bar .mean-container {
/* 1656 */ 		top: 46px !important;
/* 1657 */ 	}
/* 1658 */ }
/* 1659 */
/* 1660 */ @media all and (max-width: 600px) {
/* 1661 */ 	.mean-stick.admin-bar .mean-container {
/* 1662 */ 		top: 0 !important;
/* 1663 */ 	}
/* 1664 */ }
/* 1665 */
/* 1666 */ .mean-stick #meanmenu {
/* 1667 */ 	width: 100%;
/* 1668 */ 	position: fixed;
/* 1669 */ 	top: 0;
/* 1670 */ 	z-index: 999;
/* 1671 */ }
/* 1672 */
/* 1673 */ /* Transparent Header */
/* 1674 */ .trheader:not(.elementor-editor-active) .site-header {
/* 1675 */ 	left: 0;
/* 1676 */ 	position: absolute;
/* 1677 */ 	right: 0;
/* 1678 */ 	z-index: 99;
/* 1679 */ }
/* 1680 */
/* 1681 */ .trheader:not(.elementor-editor-active) .site-header .main-header {
/* 1682 */ 	background-color: transparent;
/* 1683 */ }
/* 1684 */
/* 1685 */ .trheader:not(.elementor-editor-active) .site-header .site-branding a.dark-logo {
/* 1686 */ 	display: none;
/* 1687 */ }
/* 1688 */
/* 1689 */ .trheader:not(.elementor-editor-active) .site-header .site-branding a.light-logo {
/* 1690 */ 	display: inherit;
/* 1691 */ }
/* 1692 */
/* 1693 */ .trheader:not(.elementor-editor-active) .site-header a.header-login-icon,
/* 1694 */ .trheader:not(.elementor-editor-active) .site-header a.header-chat-icon {
/* 1695 */ 	color: #fff;
/* 1696 */ }
/* 1697 */
/* 1698 */ .trheader:not(.elementor-editor-active) .site-header .main-navigation ul.menu>li>a {
/* 1699 */ 	color: #fff;
/* 1700 */ }

/* style.css */

/* 1701 */
/* 1702 */ .trheader:not(.elementor-editor-active) .site-header .main-navigation ul.menu>li.menu-item-has-children::after {
/* 1703 */ 	color: #fff;
/* 1704 */ }
/* 1705 */
/* 1706 */ .trheader:not(.elementor-editor-active).banner-enabled .site-header {
/* 1707 */ 	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
/* 1708 */ }
/* 1709 */
/* 1710 */ .trheader:not(.mean-activated) .theme-banner .banner-content {
/* 1711 */ 	padding-top: 150px;
/* 1712 */ }
/* 1713 */
/* 1714 */ .trheader.has-topbar:not(.mean-activated) .theme-banner .banner-content {
/* 1715 */ 	padding-top: 200px;
/* 1716 */ }
/* 1717 */
/* 1718 */ /*-------------------------------------
/* 1719 *| #. Header Layout 2,3,4,5
/* 1720 *| ---------------------------------------*/
/* 1721 */ .header-style-2 .main-header-inner,
/* 1722 */ .header-style-4 .main-header-inner,
/* 1723 */ .header-style-5 .main-header-inner {
/* 1724 */ 	display: -webkit-box;
/* 1725 */ 	display: -ms-flexbox;
/* 1726 */ 	display: flex;
/* 1727 */ 	-webkit-box-align: center;
/* 1728 */ 	-ms-flex-align: center;
/* 1729 */ 	align-items: center;
/* 1730 */ 	-webkit-box-pack: justify;
/* 1731 */ 	-ms-flex-pack: justify;
/* 1732 */ 	justify-content: space-between;
/* 1733 */ }
/* 1734 */
/* 1735 */ .header-style-2 .main-header-inner .header-icon-area,
/* 1736 */ .header-style-4 .main-header-inner .header-icon-area,
/* 1737 */ .header-style-5 .main-header-inner .header-icon-area {
/* 1738 */ 	display: -webkit-box;
/* 1739 */ 	display: -ms-flexbox;
/* 1740 */ 	display: flex;
/* 1741 */ 	-webkit-box-align: center;
/* 1742 */ 	-ms-flex-align: center;
/* 1743 */ 	align-items: center;
/* 1744 */ }
/* 1745 */
/* 1746 */ .header-style-2 .main-header-inner .site-branding,
/* 1747 */ .header-style-4 .main-header-inner .site-branding,
/* 1748 */ .header-style-5 .main-header-inner .site-branding {
/* 1749 */ 	margin-right: 15px;
/* 1750 */ }

/* style.css */

/* 1751 */
/* 1752 */ .header-style-5 .main-header-inner .site-branding {
/* 1753 */ 	min-width: 150px;
/* 1754 */ }
/* 1755 */
/* 1756 */ .header-style-3 .main-header,
/* 1757 */ .header-style-4 .main-header,
/* 1758 */ .header-style-5 .main-header {
/* 1759 */ 	padding: 0 30px;
/* 1760 */ }
/* 1761 */
/* 1762 */ .header-style-5 .main-header {
/* 1763 */ 	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
/* 1764 */ }
/* 1765 */
/* 1766 */ .header-style-5 .main-header .main-navigation-area {
/* 1767 */ 	flex-grow: 1;
/* 1768 */ }
/* 1769 */
/* 1770 */ .header-style-5 .main-header-inner {
/* 1771 */ 	gap: 20px;
/* 1772 */ }
/* 1773 */
/* 1774 */ .header-style-5 .main-header-inner .classima-listing-search-form .rtcl-search-input-button {
/* 1775 */ 	border: 1px solid rgba(0, 0, 0, 0.1);
/* 1776 */ 	padding: 0 20px;
/* 1777 */ 	height: 46px;
/* 1778 */ 	border-radius: 4px;
/* 1779 */ 	line-height: 46px;
/* 1780 */ 	width: 100%;
/* 1781 */ }
/* 1782 */
/* 1783 */ .header-style-5 .main-header-inner .classima-listing-search-form .rtin-keyword input,
/* 1784 */ .header-style-5 .main-header-inner .classima-listing-search-form .classima-search-style-2 input,
/* 1785 */ .header-style-5 .main-header-inner .classima-listing-search-form .classima-search-style-2 select {
/* 1786 */ 	height: 43px;
/* 1787 */ 	line-height: 46px;
/* 1788 */ }
/* 1789 */
/* 1790 */ .header-style-5 .main-header-inner .classima-listing-search-form .rtcl-search-input-button:before {
/* 1791 */ 	line-height: 46px;
/* 1792 */ }
/* 1793 */
/* 1794 */ .header-style-5 .main-header-inner .classima-listing-search-form .rtcl-search-input-button:after {
/* 1795 */ 	content: none;
/* 1796 */ }
/* 1797 */
/* 1798 */ .header-style-5 .main-header-inner .classima-listing-search-form {
/* 1799 */ 	position: relative;
/* 1800 */ 	gap: 20px;

/* style.css */

/* 1801 */ 	width: 100%;
/* 1802 */ }
/* 1803 */
/* 1804 */ .header-style-5 .main-header-inner .rtin-key-space {
/* 1805 */ 	flex-grow: 1;
/* 1806 */ }
/* 1807 */
/* 1808 */ .header-style-5 .main-header-inner .classima-listing-search-form .rtin-search-btn,
/* 1809 */ .header-style-5 .main-header-inner .classima-listing-search-form .rtin-search-btn:hover {
/* 1810 */ 	background: none;
/* 1811 */ 	height: 46px;
/* 1812 */ 	font-size: 15px;
/* 1813 */ }
/* 1814 */
/* 1815 */ .header-style-5 .main-header-inner .classima-listing-search-form .rtin-search-btn i,
/* 1816 */ .header-style-5 .main-header-inner .classima-listing-search-form .rtin-search-btn:hover i {
/* 1817 */ 	color: #f85c70;
/* 1818 */ 	margin-right: 0;
/* 1819 */ }
/* 1820 */
/* 1821 */ .header-style-5 .main-header-inner .classima-listing-search-form .rtin-btn-holder {
/* 1822 */ 	position: absolute;
/* 1823 */ 	right: 0;
/* 1824 */ 	bottom: 0;
/* 1825 */ }
/* 1826 */
/* 1827 */ @media screen and (min-width: 992px) {
/* 1828 */ 	.header-style-5 .main-header-inner .classima-listing-search-form > div:first-child {
/* 1829 */ 		border: none;
/* 1830 */ 	}
/* 1831 */ 	.header-style-5 .main-header-inner .classima-listing-search-form {
/* 1832 */ 		flex-wrap: nowrap;
/* 1833 */ 	}
/* 1834 */ }
/* 1835 */
/* 1836 */ @media screen and (min-width: 768px) {
/* 1837 */ 	.header-style-5 .main-header-inner .classima-listing-search-form > div:first-child {
/* 1838 */ 		flex-basis: 35%;
/* 1839 */ 	}
/* 1840 */ 	.header-style-5 .main-header-inner .classima-listing-search-form > div.rtin-radius-space {
/* 1841 */ 		flex-basis: 20%;
/* 1842 */ 	}
/* 1843 */ }
/* 1844 */
/* 1845 */ _:-ms-fullscreen .main-header .main-navigation-area .main-navigation,
/* 1846 */ :root .main-header .main-navigation-area .main-navigation {
/* 1847 */ 	-ms-flex: auto;
/* 1848 */ 	flex: auto;
/* 1849 */ }
/* 1850 */

/* style.css */

/* 1851 */ _:-ms-fullscreen .main-header .main-navigation-area .main-navigation>ul,
/* 1852 */ :root .main-header .main-navigation-area .main-navigation>ul {
/* 1853 */ 	display: -ms-inline-flexbox;
/* 1854 */ 	display: inline-flex;
/* 1855 */ }
/* 1856 */
/* 1857 */ /*---------------------------------------------------------
/* 1858 *| #. Footer Area
/* 1859 *| -----------------------------------------------------------*/
/* 1860 */ .footer-top-area {
/* 1861 */ 	padding: 78px 0 44px;
/* 1862 */ 	background-color: #1a1c1d;
/* 1863 */ }
/* 1864 */
/* 1865 */ @media all and (max-width: 480px) {
/* 1866 */ 	.footer-top-area {
/* 1867 */ 		padding: 50px 0 0;
/* 1868 */ 	}
/* 1869 */ }
/* 1870 */
/* 1871 */ .footer-top-area .widget {
/* 1872 */ 	margin-bottom: 30px;
/* 1873 */ }
/* 1874 */
/* 1875 */ .footer-top-area .widget>h3 {
/* 1876 */ 	color: #ffffff;
/* 1877 */ 	font-size: 24px;
/* 1878 */ }
/* 1879 */
/* 1880 */ .footer-top-area .search-form .custom-search-input input.search-query {
/* 1881 */ 	color: #cccccc;
/* 1882 */ }
/* 1883 */
/* 1884 */ .footer-top-area .search-form .custom-search-input input.search-query,
/* 1885 */ .footer-top-area .search-form .custom-search-input button.btn {
/* 1886 */ 	border-color: rgba(255, 255, 255, 0.1);
/* 1887 */ }
/* 1888 */
/* 1889 */ .footer-top-area,
/* 1890 */ .footer-top-area ul li {
/* 1891 */ 	font-size: 15px;
/* 1892 */ }
/* 1893 */
/* 1894 */ .footer-bottom-area {
/* 1895 */ 	background-color: #111212;
/* 1896 */ 	color: #919699;
/* 1897 */ 	padding: 25px 0;
/* 1898 */ }
/* 1899 */
/* 1900 */ @media all and (max-width: 767.98px) {

/* style.css */

/* 1901 */ 	.footer-bottom-area {
/* 1902 */ 		text-align: center;
/* 1903 */ 	}
/* 1904 */ }
/* 1905 */
/* 1906 */ .footer-bottom-area a:hover {
/* 1907 */ 	text-decoration: underline;
/* 1908 */ }
/* 1909 */
/* 1910 */ .footer-bottom-area ul.payment-icons {
/* 1911 */ 	list-style-type: none;
/* 1912 */ 	margin: 0;
/* 1913 */ 	padding: 0;
/* 1914 */ 	text-align: right;
/* 1915 */ 	font-size: 0;
/* 1916 */ }
/* 1917 */
/* 1918 */ @media all and (max-width: 767.98px) {
/* 1919 */ 	.footer-bottom-area ul.payment-icons {
/* 1920 */ 		text-align: center;
/* 1921 */ 		margin-top: 10px;
/* 1922 */ 	}
/* 1923 */ }
/* 1924 */
/* 1925 */ .footer-bottom-area ul.payment-icons li {
/* 1926 */ 	display: inline;
/* 1927 */ 	padding-left: 4px;
/* 1928 */ }
/* 1929 */
/* 1930 */ .footer-bottom-area ul.payment-icons li:first-child {
/* 1931 */ 	padding-left: 0;
/* 1932 */ }
/* 1933 */
/* 1934 */ body .footer-bottom-area a {
/* 1935 */ 	color: #f5f5f5;
/* 1936 */ }
/* 1937 */
/* 1938 */ /*---------------------------------------------
/* 1939 *| #. Footer Widgets
/* 1940 *| -----------------------------------------------*/
/* 1941 */ .widget {
/* 1942 */ 	color: #b7c3c8;
/* 1943 */ }
/* 1944 */
/* 1945 */ .widget a {
/* 1946 */ 	color: #b7c3c8;
/* 1947 */ }
/* 1948 */
/* 1949 */ .widget a:hover {
/* 1950 */ 	color: #f85c70;

/* style.css */

/* 1951 */ }
/* 1952 */
/* 1953 */ .widget h3 {
/* 1954 */ 	font-weight: 700;
/* 1955 */ 	margin-bottom: 30px;
/* 1956 */ 	padding-bottom: 25px;
/* 1957 */ 	position: relative;
/* 1958 */ }
/* 1959 */
/* 1960 */ .widget h3:after {
/* 1961 */ 	background-color: #f85c70;
/* 1962 */ 	bottom: 0;
/* 1963 */ 	content: "";
/* 1964 */ 	height: 3px;
/* 1965 */ 	left: 0;
/* 1966 */ 	position: absolute;
/* 1967 */ 	width: 40px;
/* 1968 */ }
/* 1969 */
/* 1970 */ .widget select {
/* 1971 */ 	padding: 8px 10px;
/* 1972 */ 	width: 100%;
/* 1973 */ 	background-color: transparent;
/* 1974 */ 	outline: none;
/* 1975 */ 	border: 1px solid #dcdcdc;
/* 1976 */ }
/* 1977 */
/* 1978 */ .widget ul {
/* 1979 */ 	list-style-type: none;
/* 1980 */ 	margin: 0;
/* 1981 */ 	padding: 0;
/* 1982 */ }
/* 1983 */
/* 1984 */ .widget li {
/* 1985 */ 	margin-bottom: 8px;
/* 1986 */ }
/* 1987 */
/* 1988 */ .widget li:last-child {
/* 1989 */ 	margin-bottom: 0;
/* 1990 */ }
/* 1991 */
/* 1992 */ .widget li ul.children,
/* 1993 */ .widget li ul.sub-menu {
/* 1994 */ 	list-style-type: none;
/* 1995 */ 	margin-bottom: 15px;
/* 1996 */ 	padding-left: 15px;
/* 1997 */ 	margin-top: 15px;
/* 1998 */ }
/* 1999 */
/* 2000 */ .widget li ul.children li:last-child,

/* style.css */

/* 2001 */ .widget li ul.sub-menu li:last-child {
/* 2002 */ 	margin-bottom: 0;
/* 2003 */ }
/* 2004 */
/* 2005 */ .widget.widget_calendar table {
/* 2006 */ 	margin-top: 0;
/* 2007 */ }
/* 2008 */
/* 2009 */ .widget.widget_calendar table caption {
/* 2010 */ 	padding-top: 0;
/* 2011 */ }
/* 2012 */
/* 2013 */ .widget.widget_calendar table th,
/* 2014 */ .widget.widget_calendar table td {
/* 2015 */ 	padding: 7px;
/* 2016 */ }
/* 2017 */
/* 2018 */ .widget.widget_tag_cloud {
/* 2019 */ 	font-size: 0;
/* 2020 */ }
/* 2021 */
/* 2022 */ .widget.widget_tag_cloud a {
/* 2023 */ 	color: #b7c3c8;
/* 2024 */ 	padding: 9px 10px;
/* 2025 */ 	display: inline-block;
/* 2026 */ 	font-size: 13px !important;
/* 2027 */ 	margin-bottom: 3px;
/* 2028 */ 	margin-right: 3px;
/* 2029 */ 	-webkit-transition: all 0.3s ease 0s;
/* 2030 */ 	transition: all 0.3s ease 0s;
/* 2031 */ 	border: 1px solid #373737;
/* 2032 */ 	border-radius: 2px;
/* 2033 */ 	line-height: 1.5;
/* 2034 */ }
/* 2035 */
/* 2036 */ .widget.widget_tag_cloud a:hover {
/* 2037 */ 	background-color: #f85c70;
/* 2038 */ 	border-color: #f85c70;
/* 2039 */ }
/* 2040 */
/* 2041 */ .footer-top-area .widget.widget_tag_cloud a:hover {
/* 2042 */ 	color: #ffffff;
/* 2043 */ }
/* 2044 */
/* 2045 */ /*---------------------------------------------
/* 2046 *| #. Sidebar Widgets
/* 2047 *| -----------------------------------------------*/
/* 2048 */ .sidebar-widget-area .widget {
/* 2049 */ 	border-radius: 2px;
/* 2050 */ 	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);

/* style.css */

/* 2051 */ 	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
/* 2052 */ 	background-color: #ffffff;
/* 2053 */ 	color: #646464;
/* 2054 */ 	border: none;
/* 2055 */ 	margin-bottom: 30px;
/* 2056 */ }
/* 2057 */
/* 2058 */ .sidebar-widget-area .widget:last-child {
/* 2059 */ 	margin-bottom: 0;
/* 2060 */ }
/* 2061 */
/* 2062 */ .sidebar-widget-area .widget h3 {
/* 2063 */ 	color: #222222;
/* 2064 */ 	border-bottom: 1px solid #e1e1e1;
/* 2065 */ 	font-size: 20px;
/* 2066 */ 	line-height: 1.4;
/* 2067 */ 	padding: 12px 30px;
/* 2068 */ 	margin-bottom: 0;
/* 2069 */ }
/* 2070 */
/* 2071 */ .sidebar-widget-area .widget_block .widget-title {
/* 2072 */ 	color: #222222;
/* 2073 */ 	border-bottom: 1px solid #e1e1e1;
/* 2074 */ 	font-size: 20px;
/* 2075 */ 	line-height: 1.4;
/* 2076 */ 	padding: 12px 30px;
/* 2077 */ 	margin-bottom: 0;
/* 2078 */ }
/* 2079 */
/* 2080 */ .sidebar-widget-area .widget h3:after {
/* 2081 */ 	content: none;
/* 2082 */ }
/* 2083 */
/* 2084 */ .sidebar-widget-area .widget h3+* {
/* 2085 */ 	padding: 20px;
/* 2086 */ }
/* 2087 */
/* 2088 */ .sidebar-widget-area .widget_block > div,
/* 2089 */ .sidebar-widget-area .widget_block > ul,
/* 2090 */ .sidebar-widget-area .widget_block > ol {
/* 2091 */ 	padding: 20px;
/* 2092 */ }
/* 2093 */
/* 2094 */ .sidebar-widget-area .wp-block-latest-posts.wp-block-latest-posts__list {
/* 2095 */ 	list-style: none;
/* 2096 */ }
/* 2097 */
/* 2098 */ .sidebar-widget-area .widget a {
/* 2099 */ 	color: #646464;
/* 2100 */ }

/* style.css */

/* 2101 */
/* 2102 */ .sidebar-widget-area .widget a:hover {
/* 2103 */ 	color: #f85c70;
/* 2104 */ }
/* 2105 */
/* 2106 */ .sidebar-widget-area .widget select,
/* 2107 */ .sidebar-widget-area .widget option {
/* 2108 */ 	color: #646464;
/* 2109 */ }
/* 2110 */
/* 2111 */ .sidebar-widget-area .widget ul li {
/* 2112 */ 	position: relative;
/* 2113 */ 	padding-left: 20px;
/* 2114 */ }
/* 2115 */
/* 2116 */ .sidebar-widget-area .widget ul li:before {
/* 2117 */ 	content: "\f105";
/* 2118 */ 	font-family: 'Font Awesome 5 Free';
/* 2119 */ 	color: #f85c70;
/* 2120 */ 	position: absolute;
/* 2121 */ 	left: 0;
/* 2122 */ 	top: 5px;
/* 2123 */ 	line-height: 18px;
/* 2124 */ 	font-weight: 600;
/* 2125 */ }
/* 2126 */
/* 2127 */ .sidebar-widget-area .widget ul li ul.sub-menu {
/* 2128 */ 	padding-left: 0;
/* 2129 */ }
/* 2130 */
/* 2131 */ .sidebar-widget-area .widget.widget_nav_menu ul li {
/* 2132 */ 	padding-left: 14px;
/* 2133 */ }
/* 2134 */
/* 2135 */ .sidebar-widget-area .widget.widget_calendar .calendar_wrap {
/* 2136 */ 	font-size: 13px;
/* 2137 */ 	line-height: 1.3;
/* 2138 */ }
/* 2139 */
/* 2140 */ .sidebar-widget-area .widget.widget_archive select {
/* 2141 */ 	margin: 20px;
/* 2142 */ 	width: 190px;
/* 2143 */ 	width: calc(100% - 40px);
/* 2144 */ }
/* 2145 */
/* 2146 */ .sidebar-widget-area .widget.widget_tag_cloud a {
/* 2147 */ 	border-color: #d5d5d5;
/* 2148 */ 	font-size: 12px !important;
/* 2149 */ }
/* 2150 */

/* style.css */

/* 2151 */ .sidebar-widget-area .widget.widget_tag_cloud a:hover {
/* 2152 */ 	color: #ffffff;
/* 2153 */ }
/* 2154 */
/* 2155 */ .sidebar-widget-area .widget.rtcl-widget-filter-class .panel-block ul.filter-list li.active>a {
/* 2156 */ 	color: #f85c70;
/* 2157 */ }
/* 2158 */
/* 2159 */ .sidebar-widget-area .widget.rtcl-widget-filter-class h3 {
/* 2160 */ 	padding: 12px 20px;
/* 2161 */ 	border-radius: 2px 2px 0 0;
/* 2162 */ 	background-color: #f85c70;
/* 2163 */ 	color: #fff;
/* 2164 */ 	border: none;
/* 2165 */ }
/* 2166 */
/* 2167 */ .sidebar-widget-area .widget_block .wp-block-search__label {
/* 2168 */ 	display: inline-block;
/* 2169 */ 	color: #222222;
/* 2170 */ 	border-bottom: 1px solid #e1e1e1;
/* 2171 */ 	font-size: 20px;
/* 2172 */ 	font-weight: 700;
/* 2173 */ 	line-height: 1.4;
/* 2174 */ 	padding: 12px 30px;
/* 2175 */ 	margin-bottom: 0;
/* 2176 */ }
/* 2177 */
/* 2178 */ .sidebar-widget-area .widget_block .wp-block-search__inside-wrapper {
/* 2179 */ 	padding: 20px;
/* 2180 */ }
/* 2181 */
/* 2182 */ .sidebar-widget-area .widget_block .wp-block-search__inside-wrapper .wp-block-search__input  {
/* 2183 */ 	color: #222;
/* 2184 */ 	background-color: transparent;
/* 2185 */ 	border-color: #dcdcdc;
/* 2186 */ 	border-radius: 2px 0 0 2px;
/* 2187 */ 	border-style: solid;
/* 2188 */ 	border-width: 1px 0 1px 1px;
/* 2189 */ 	-webkit-box-shadow: none;
/* 2190 */ 	box-shadow: none;
/* 2191 */ 	height: 43px;
/* 2192 */ }
/* 2193 */
/* 2194 */ .sidebar-widget-area .widget_block .wp-block-search__inside-wrapper .wp-block-search__input:focus {
/* 2195 */ 	outline: none;
/* 2196 */ 	border-color: #dcdcdc;
/* 2197 */ }
/* 2198 */
/* 2199 */ .sidebar-widget-area .widget_block .wp-block-search__inside-wrapper .wp-block-search__button,
/* 2200 */ .sidebar-widget-area .widget_block .wp-block-search__inside-wrapper .wp-block-search__button:focus {

/* style.css */

/* 2201 */ 	margin-left: 0;
/* 2202 */ 	border-color: #dcdcdc;
/* 2203 */ 	outline: none;
/* 2204 */ }
/* 2205 */
/* 2206 */ /*---------------------------------------------
/* 2207 *| #. Custom Widgets
/* 2208 *| -----------------------------------------------*/
/* 2209 */ .widget.widget_classima_image_link .rtin-images {
/* 2210 */ 	margin-bottom: 35px;
/* 2211 */ }
/* 2212 */
/* 2213 */ .widget.widget_classima_image_link .rtin-images li {
/* 2214 */ 	margin-bottom: 12px;
/* 2215 */ }
/* 2216 */
/* 2217 */ .widget.widget_classima_image_link .rtin-images li img {
/* 2218 */ 	border-radius: 2px;
/* 2219 */ }
/* 2220 */
/* 2221 */ .widget.widget_classima_about .rtin-img {
/* 2222 */ 	height: 83px;
/* 2223 */ }
/* 2224 */
/* 2225 */ @media all and (max-width: 575.98px) {
/* 2226 */ 	.widget.widget_classima_about .rtin-img {
/* 2227 */ 		height: inherit;
/* 2228 */ 		margin-bottom: 20px;
/* 2229 */ 	}
/* 2230 */ }
/* 2231 */
/* 2232 */ .widget.widget_classima_about .rtin-des {
/* 2233 */ 	margin-bottom: 20px;
/* 2234 */ }
/* 2235 */
/* 2236 */ .widget.widget_classima_about ul {
/* 2237 */ 	font-size: 0;
/* 2238 */ }
/* 2239 */
/* 2240 */ .widget.widget_classima_about ul li {
/* 2241 */ 	display: inline-block;
/* 2242 */ 	margin: 0 7px 5px 0;
/* 2243 */ 	padding: 0;
/* 2244 */ }
/* 2245 */
/* 2246 */ .widget.widget_classima_about ul li a {
/* 2247 */ 	background-color: rgba(255, 255, 255, 0.19);
/* 2248 */ 	display: block;
/* 2249 */ 	font-size: 16px;
/* 2250 */ 	line-height: 38px;

/* style.css */

/* 2251 */ 	text-align: center;
/* 2252 */ 	-webkit-transition: all 0.3s ease-out;
/* 2253 */ 	transition: all 0.3s ease-out;
/* 2254 */ 	width: 38px;
/* 2255 */ 	height: 38px;
/* 2256 */ 	border-radius: 50%;
/* 2257 */ }
/* 2258 */
/* 2259 */ .widget.widget_classima_about ul li a i {
/* 2260 */ 	line-height: inherit;
/* 2261 */ }
/* 2262 */
/* 2263 */ .widget.widget_classima_about ul li a:hover {
/* 2264 */ 	background-color: #f85c70;
/* 2265 */ 	color: #fff;
/* 2266 */ }
/* 2267 */
/* 2268 */ /*-------------------------------------
/* 2269 *| #. Banner
/* 2270 *| ---------------------------------------*/
/* 2271 */ .theme-banner {
/* 2272 */ 	position: relative;
/* 2273 */ }
/* 2274 */
/* 2275 */ .theme-banner .banner-content {
/* 2276 */ 	position: relative;
/* 2277 */ 	padding: 60px 0 80px;
/* 2278 */ }
/* 2279 */
/* 2280 */ .theme-banner .banner-content h1 {
/* 2281 */ 	color: #ffffff;
/* 2282 */ 	font-weight: 700;
/* 2283 */ 	margin-bottom: 14px;
/* 2284 */ 	word-wrap: break-word;
/* 2285 */ 	font-size: 40px;
/* 2286 */ }
/* 2287 */
/* 2288 */ .theme-banner:before {
/* 2289 */ 	content: '';
/* 2290 */ 	position: absolute;
/* 2291 */ 	left: 0;
/* 2292 */ 	top: 0;
/* 2293 */ 	width: 100%;
/* 2294 */ 	height: 100%;
/* 2295 */ 	background-color: rgba(30, 49, 72, 0.7);
/* 2296 */ }
/* 2297 */
/* 2298 */ .main-breadcrumb {
/* 2299 */ 	color: #fff;
/* 2300 */ }

/* style.css */

/* 2301 */
/* 2302 */ .main-breadcrumb span {
/* 2303 */ 	color: #e43d40;
/* 2304 */ }
/* 2305 */
/* 2306 */ .main-breadcrumb a span {
/* 2307 */ 	color: #eeebeb;
/* 2308 */ 	-webkit-transition: all 0.5s ease-out;
/* 2309 */ 	transition: all 0.5s ease-out;
/* 2310 */ }
/* 2311 */
/* 2312 */ .main-breadcrumb a span:hover {
/* 2313 */ 	color: #e43d40;
/* 2314 */ }
/* 2315 */
/* 2316 */ .main-breadcrumb ul {
/* 2317 */ 	list-style-type: none;
/* 2318 */ 	margin: 0;
/* 2319 */ 	padding: 0;
/* 2320 */ }
/* 2321 */
/* 2322 */ .main-breadcrumb ul li {
/* 2323 */ 	display: inline;
/* 2324 */ }
/* 2325 */
/* 2326 */ .main-breadcrumb ul li:after {
/* 2327 */ 	content: "\f105";
/* 2328 */ 	padding: 0 7px;
/* 2329 */ 	font-family: "Font Awesome 5 Free";
/* 2330 */ 	font-weight: 600;
/* 2331 */ }
/* 2332 */
/* 2333 */ .main-breadcrumb ul li:last-of-type::after {
/* 2334 */ 	display: none;
/* 2335 */ }
/* 2336 */
/* 2337 */ .main-breadcrumb ul .last-breadcrumb-item {
/* 2338 */ 	display: none;
/* 2339 */ }
/* 2340 */
/* 2341 */ .theme-banner-breadcrumb {
/* 2342 */ 	padding: 25px 0;
/* 2343 */ }
/* 2344 */
/* 2345 */ .theme-banner-breadcrumb .main-breadcrumb {
/* 2346 */ 	color: #9e9e9e;
/* 2347 */ }
/* 2348 */
/* 2349 */ .theme-banner-breadcrumb .main-breadcrumb a span {
/* 2350 */ 	color: #9e9e9e;

/* style.css */

/* 2351 */ }
/* 2352 */
/* 2353 */ .theme-banner-breadcrumb .main-breadcrumb span {
/* 2354 */ 	color: #444;
/* 2355 */ }
/* 2356 */
/* 2357 */ .theme-banner-breadcrumb+div {
/* 2358 */ 	padding-top: 0 !important;
/* 2359 */ }
/* 2360 */
/* 2361 */ .banner-search {
/* 2362 */ 	margin: -45px 0 -20px;
/* 2363 */ 	position: relative;
/* 2364 */ }
/* 2365 */
/* 2366 */ /*-------------------------------------
/* 2367 *| #. Pagination
/* 2368 *| ---------------------------------------*/
/* 2369 */ .pagination-area {
/* 2370 */ 	margin-top: 30px;
/* 2371 */ 	background-color: #ffffff;
/* 2372 */ 	padding: 15px 0 10px;
/* 2373 */ 	border: 1px solid #e1e1e1;
/* 2374 */ }
/* 2375 */
/* 2376 */ .pagination-area ul {
/* 2377 */ 	list-style-type: none;
/* 2378 */ 	margin: 0;
/* 2379 */ 	padding: 0;
/* 2380 */ 	font-size: 0;
/* 2381 */ 	text-align: center;
/* 2382 */ }
/* 2383 */
/* 2384 */ .pagination-area ul li:not(:first-child):not(:last-child) {
/* 2385 */ 	display: inline-block;
/* 2386 */ 	margin: 0 2px;
/* 2387 */ }
/* 2388 */
/* 2389 */ .pagination-area ul li:not(:first-child):not(:last-child) a,
/* 2390 */ .pagination-area ul li:not(:first-child):not(:last-child) span {
/* 2391 */ 	display: block;
/* 2392 */ 	padding: 8px 10px;
/* 2393 */ 	color: #444444;
/* 2394 */ 	font-weight: 600;
/* 2395 */ 	-webkit-transition: all 0.5s ease-out;
/* 2396 */ 	transition: all 0.5s ease-out;
/* 2397 */ 	border-radius: 2px;
/* 2398 */ 	font-size: 15px;
/* 2399 */ 	line-height: 1;
/* 2400 */ }

/* style.css */

/* 2401 */
/* 2402 */ .pagination-area ul li:not(:first-child):not(:last-child) span {
/* 2403 */ 	padding: 8px 0;
/* 2404 */ }
/* 2405 */
/* 2406 */ .pagination-area ul li:not(:first-child):not(:last-child) a:hover,
/* 2407 */ .pagination-area ul li:not(:first-child):not(:last-child).active a {
/* 2408 */ 	background-color: #f85c70;
/* 2409 */ 	color: #ffffff;
/* 2410 */ }
/* 2411 */
/* 2412 */ .pagination-area ul li.pagi-previous a,
/* 2413 */ .pagination-area ul li.pagi-next a,
/* 2414 */ .pagination-area ul li.pagi-previous span,
/* 2415 */ .pagination-area ul li.pagi-next span {
/* 2416 */ 	padding: 6px 10px;
/* 2417 */ 	color: #646464;
/* 2418 */ 	font-weight: 600;
/* 2419 */ 	font-size: 15px;
/* 2420 */ 	line-height: 1;
/* 2421 */ 	display: inline-block;
/* 2422 */ }
/* 2423 */
/* 2424 */ .pagination-area ul li.pagi-previous a:hover,
/* 2425 */ .pagination-area ul li.pagi-next a:hover,
/* 2426 */ .pagination-area ul li.pagi-previous span:hover,
/* 2427 */ .pagination-area ul li.pagi-next span:hover {
/* 2428 */ 	color: #f85c70;
/* 2429 */ }
/* 2430 */
/* 2431 */ .pagination-area ul li.pagi-previous i,
/* 2432 */ .pagination-area ul li.pagi-next i {
/* 2433 */ 	color: #f85c70;
/* 2434 */ 	font-size: 20px;
/* 2435 */ 	line-height: 1;
/* 2436 */ 	display: inline-block;
/* 2437 */ 	vertical-align: text-bottom;
/* 2438 */ }
/* 2439 */
/* 2440 */ .pagination-area ul li.pagi-previous.disabled i,
/* 2441 */ .pagination-area ul li.pagi-next.disabled i,
/* 2442 */ .pagination-area ul li.pagi-previous.disabled span,
/* 2443 */ .pagination-area ul li.pagi-next.disabled span {
/* 2444 */ 	color: #ccc;
/* 2445 */ }
/* 2446 */
/* 2447 */ .pagination-area ul li.pagi-previous {
/* 2448 */ 	float: left;
/* 2449 */ }
/* 2450 */

/* style.css */

/* 2451 */ .pagination-area ul li.pagi-previous i {
/* 2452 */ 	margin-right: 10px;
/* 2453 */ 	margin-left: 10px;
/* 2454 */ }
/* 2455 */
/* 2456 */ .pagination-area ul li.pagi-next {
/* 2457 */ 	float: right;
/* 2458 */ }
/* 2459 */
/* 2460 */ .pagination-area ul li.pagi-next i {
/* 2461 */ 	margin-left: 10px;
/* 2462 */ 	margin-right: 10px;
/* 2463 */ }
/* 2464 */
/* 2465 */ .elmaxwidth-680.pagination-area ul li:not(:first-child):not(:last-child) {
/* 2466 */ 	margin: 0 1px;
/* 2467 */ }
/* 2468 */
/* 2469 */ .elmaxwidth-680.pagination-area ul li.pagi-previous a,
/* 2470 */ .elmaxwidth-680.pagination-area ul li.pagi-next a,
/* 2471 */ .elmaxwidth-680.pagination-area ul li.pagi-previous span,
/* 2472 */ .elmaxwidth-680.pagination-area ul li.pagi-next span {
/* 2473 */ 	padding: 4px 8px;
/* 2474 */ 	font-size: 14px;
/* 2475 */ }
/* 2476 */
/* 2477 */ .elmaxwidth-480.pagination-area ul li.pagi-previous,
/* 2478 */ .elmaxwidth-480.pagination-area ul li.pagi-next {
/* 2479 */ 	display: block;
/* 2480 */ 	float: none;
/* 2481 */ 	border: none;
/* 2482 */ }
/* 2483 */
/* 2484 */ .elmaxwidth-480.pagination-area ul li.pagi-previous {
/* 2485 */ 	margin-bottom: 10px;
/* 2486 */ }
/* 2487 */
/* 2488 */ .elmaxwidth-480.pagination-area ul li.pagi-next {
/* 2489 */ 	margin-top: 10px;
/* 2490 */ }
/* 2491 */
/* 2492 */ .elmaxwidth-480.pagination-area .pagination-area ul li a,
/* 2493 */ .elmaxwidth-480.pagination-area .pagination-area ul li span {
/* 2494 */ 	padding: 5px;
/* 2495 */ }
/* 2496 */
/* 2497 */ .post-nav-links {
/* 2498 */ 	clear: both;
/* 2499 */ 	margin: 0;
/* 2500 */ 	font-weight: 600;

/* style.css */

/* 2501 */ 	padding-top: 20px;
/* 2502 */ 	color: #444;
/* 2503 */ }
/* 2504 */
/* 2505 */ .post-nav-links>span,
/* 2506 */ .post-nav-links>a {
/* 2507 */ 	background-color: #444;
/* 2508 */ 	color: #fff !important;
/* 2509 */ 	padding: 8px 12px;
/* 2510 */ 	border-radius: 2px;
/* 2511 */ 	display: inline-block;
/* 2512 */ 	font-size: 14px;
/* 2513 */ 	line-height: 1;
/* 2514 */ 	font-weight: 400;
/* 2515 */ }
/* 2516 */
/* 2517 */ .post-nav-links>span,
/* 2518 */ .post-nav-links>a:hover {
/* 2519 */ 	background-color: #f85c70;
/* 2520 */ }
/* 2521 */
/* 2522 */ /*-------------------------------------
/* 2523 *| #. Contents
/* 2524 *| ---------------------------------------*/
/* 2525 */ #page {
/* 2526 */ 	overflow: hidden;
/* 2527 */ }
/* 2528 */
/* 2529 */ .post-content li {
/* 2530 */ 	margin-bottom: 10px;
/* 2531 */ }
/* 2532 */
/* 2533 */ .search-form .custom-search-input input.search-query {
/* 2534 */ 	color: #222;
/* 2535 */ 	background-color: transparent;
/* 2536 */ 	border-color: #dcdcdc;
/* 2537 */ 	border-radius: 2px 0 0 2px;
/* 2538 */ 	border-style: solid;
/* 2539 */ 	border-width: 1px 0 1px 1px;
/* 2540 */ 	-webkit-box-shadow: none;
/* 2541 */ 	box-shadow: none;
/* 2542 */ 	height: 43px;
/* 2543 */ }
/* 2544 */
/* 2545 */ .search-form .custom-search-input input.search-query::-webkit-input-placeholder {
/* 2546 */ 	color: #707070;
/* 2547 */ }
/* 2548 */
/* 2549 */ .search-form .custom-search-input input.search-query::-moz-placeholder {
/* 2550 */ 	color: #707070;

/* style.css */

/* 2551 */ }
/* 2552 */
/* 2553 */ .search-form .custom-search-input input.search-query::-ms-input-placeholder {
/* 2554 */ 	color: #707070;
/* 2555 */ }
/* 2556 */
/* 2557 */ .search-form .custom-search-input input.search-query::placeholder {
/* 2558 */ 	color: #707070;
/* 2559 */ }
/* 2560 */
/* 2561 */ .search-form .custom-search-input button.btn {
/* 2562 */ 	border-color: #dcdcdc;
/* 2563 */ 	border-radius: 0 2px 2px 0;
/* 2564 */ 	border-style: solid;
/* 2565 */ 	border-width: 1px 1px 1px 0;
/* 2566 */ 	color: #f85c70;
/* 2567 */ 	margin: 0;
/* 2568 */ 	padding: 0 13px;
/* 2569 */ 	height: 43px;
/* 2570 */ 	background-color: transparent;
/* 2571 */ 	-webkit-box-shadow: none;
/* 2572 */ 	box-shadow: none;
/* 2573 */ }
/* 2574 */
/* 2575 */ .search-form .custom-search-input button.btn:hover {
/* 2576 */ 	opacity: 0.8;
/* 2577 */ }
/* 2578 */
/* 2579 */ .site-content {
/* 2580 */ 	background-color: #F5F7FA;
/* 2581 */ }
/* 2582 */
/* 2583 */ .site-content .content-area {
/* 2584 */ 	padding: 70px 0;
/* 2585 */ }
/* 2586 */
/* 2587 */ .site-content .content-area .site-content-block {
/* 2588 */ 	border-radius: 2px;
/* 2589 */ 	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
/* 2590 */ 	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
/* 2591 */ }
/* 2592 */
/* 2593 */ .site-content .content-area .site-content-block .main-title-block {
/* 2594 */ 	border-bottom: 1px solid #e1e1e1;
/* 2595 */ 	background-color: #ffffff;
/* 2596 */ 	padding: 12px 30px;
/* 2597 */ }
/* 2598 */
/* 2599 */ .site-content .content-area .site-content-block .main-title-block .main-title {
/* 2600 */ 	color: #222222;

/* style.css */

/* 2601 */ 	font-size: 20px;
/* 2602 */ 	line-height: 1.4;
/* 2603 */ 	margin-bottom: 0;
/* 2604 */ }
/* 2605 */
/* 2606 */ .site-content .content-area .site-content-block .main-content {
/* 2607 */ 	background-color: #ffffff;
/* 2608 */ 	padding: 30px;
/* 2609 */ }
/* 2610 */
/* 2611 */ @media all and (max-width: 767.98px) {
/* 2612 */ 	.site-content .content-area .site-content-block .main-content {
/* 2613 */ 		padding: 20px;
/* 2614 */ 	}
/* 2615 */ }
/* 2616 */
/* 2617 */ .site-content .content-area .site-content-block .main-content:after {
/* 2618 */ 	clear: both;
/* 2619 */ 	content: "";
/* 2620 */ 	display: table;
/* 2621 */ 	table-layout: fixed;
/* 2622 */ }
/* 2623 */
/* 2624 */ .site-content .content-area .site-content-block .main-content .main-thumbnail {
/* 2625 */ 	margin-bottom: 20px;
/* 2626 */ }
/* 2627 */
/* 2628 */ @media all and (max-width: 767.98px) {
/* 2629 */ 	.right-sidebar .sidebar-widget-area {
/* 2630 */ 		margin-top: 40px;
/* 2631 */ 	}
/* 2632 */ }
/* 2633 */
/* 2634 */ @media all and (max-width: 767.98px) {
/* 2635 */ 	.left-sidebar .sidebar-widget-area {
/* 2636 */ 		margin-bottom: 40px;
/* 2637 */ 	}
/* 2638 */ }
/* 2639 */
/* 2640 */ .page-template-blank .site-content {
/* 2641 */ 	background-color: inherit;
/* 2642 */ }
/* 2643 */
/* 2644 */ .page-template-blank .site-content .content-area {
/* 2645 */ 	padding: 0;
/* 2646 */ }
/* 2647 */
/* 2648 */ .post-password-form input {
/* 2649 */ 	height: 33px;
/* 2650 */ 	border-radius: 2px;

/* style.css */

/* 2651 */ 	border: 1px solid #d5d5d5;
/* 2652 */ 	padding: 0 10px;
/* 2653 */ }
/* 2654 */
/* 2655 */ .post-password-form input[type="submit"] {
/* 2656 */ 	padding: 0 15px;
/* 2657 */ 	line-height: 1;
/* 2658 */ 	background-color: #f85c70;
/* 2659 */ 	color: #fff;
/* 2660 */ 	border: none;
/* 2661 */ 	-webkit-transition: all 0.3s ease-out;
/* 2662 */ 	transition: all 0.3s ease-out;
/* 2663 */ }
/* 2664 */
/* 2665 */ .post-password-form input[type="submit"]:hover {
/* 2666 */ 	background-color: #e43d40;
/* 2667 */ }
/* 2668 */
/* 2669 */ /* Blog */
/* 2670 */ .post-each {
/* 2671 */ 	margin-bottom: 30px;
/* 2672 */ 	background-color: #fff;
/* 2673 */ 	border-radius: 2px;
/* 2674 */ 	overflow: hidden;
/* 2675 */ 	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
/* 2676 */ 	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
/* 2677 */ }
/* 2678 */
/* 2679 */ .post-each .rtin-content-area {
/* 2680 */ 	padding: 25px 30px 5px;
/* 2681 */ }
/* 2682 */
/* 2683 */ .post-each .post-title {
/* 2684 */ 	margin-bottom: 14px;
/* 2685 */ 	word-break: initial;
/* 2686 */ }
/* 2687 */
/* 2688 */ .post-each .post-title a {
/* 2689 */ 	color: #111111;
/* 2690 */ 	-webkit-transition: all 0.4s ease-out;
/* 2691 */ 	transition: all 0.4s ease-out;
/* 2692 */ }
/* 2693 */
/* 2694 */ .post-each .post-title a:hover {
/* 2695 */ 	color: #f85c70;
/* 2696 */ }
/* 2697 */
/* 2698 */ .post-each .rtin-button.post-btn {
/* 2699 */ 	margin-bottom: 25px;
/* 2700 */ }

/* style.css */

/* 2701 */
/* 2702 */ .post-each .rtin-button.post-btn a {
/* 2703 */ 	background: #f85c70;
/* 2704 */ 	color: #fff;
/* 2705 */ 	padding: 8px 15px;
/* 2706 */ 	border: 1px solid #f85c70;
/* 2707 */ 	border-radius: 5px;
/* 2708 */ 	display: inline-block;
/* 2709 */ }
/* 2710 */
/* 2711 */ .post-each .rtin-button.post-btn a:hover {
/* 2712 */ 	background: #e43d40;
/* 2713 */ }
/* 2714 */
/* 2715 */ .post-each .post-meta {
/* 2716 */ 	list-style-type: none;
/* 2717 */ 	margin: 0;
/* 2718 */ 	padding: 0;
/* 2719 */ 	margin-bottom: 15px;
/* 2720 */ }
/* 2721 */
/* 2722 */ .post-each .post-meta li {
/* 2723 */ 	color: #999999;
/* 2724 */ 	margin-right: 15px;
/* 2725 */ 	display: inline-block;
/* 2726 */ 	font-size: 14px;
/* 2727 */ 	line-height: 1.3;
/* 2728 */ }
/* 2729 */
/* 2730 */ .post-each .post-meta li:last-child {
/* 2731 */ 	margin-right: 0;
/* 2732 */ }
/* 2733 */
/* 2734 */ .post-each .post-meta li a {
/* 2735 */ 	color: #999999;
/* 2736 */ }
/* 2737 */
/* 2738 */ .post-each .post-meta li a:hover {
/* 2739 */ 	text-decoration: underline;
/* 2740 */ }
/* 2741 */
/* 2742 */ .post-each .post-meta li i {
/* 2743 */ 	color: #f85c70;
/* 2744 */ 	margin-right: 10px;
/* 2745 */ }
/* 2746 */
/* 2747 */ .post-each.post-each-main {
/* 2748 */ 	margin-bottom: 45px;
/* 2749 */ }
/* 2750 */

/* style.css */

/* 2751 */ .post-each.post-each-alt .post-title {
/* 2752 */ 	font-size: 26px;
/* 2753 */ 	line-height: 1.5;
/* 2754 */ }
/* 2755 */
/* 2756 */ .post-each.post-each-single {
/* 2757 */ 	margin-bottom: 0;
/* 2758 */ 	padding: 0;
/* 2759 */ 	-webkit-box-shadow: none;
/* 2760 */ 	box-shadow: none;
/* 2761 */ 	border-radius: 0;
/* 2762 */ }
/* 2763 */
/* 2764 */ .post-each.post-each-single .post-thumbnail {
/* 2765 */ 	margin-bottom: 20px;
/* 2766 */ }
/* 2767 */
/* 2768 */ .post-each.post-each-single .post-footer {
/* 2769 */ 	margin-top: 15px;
/* 2770 */ }
/* 2771 */
/* 2772 */ .post-each.post-each-single .post-footer .post-tags {
/* 2773 */ 	margin-top: 15px;
/* 2774 */ }
/* 2775 */
/* 2776 */ .post-each.post-each-single .post-footer .post-tags a {
/* 2777 */ 	color: #646464;
/* 2778 */ 	padding: 7px 10px;
/* 2779 */ 	display: inline-block;
/* 2780 */ 	font-size: 13px;
/* 2781 */ 	margin-bottom: 3px;
/* 2782 */ 	margin-right: 3px;
/* 2783 */ 	-webkit-transition: all 0.3s ease 0s;
/* 2784 */ 	transition: all 0.3s ease 0s;
/* 2785 */ 	border: 1px solid #d5d5d5;
/* 2786 */ 	border-radius: 2px;
/* 2787 */ 	line-height: 1.5;
/* 2788 */ }
/* 2789 */
/* 2790 */ .post-each.post-each-single .post-footer .post-tags a:hover {
/* 2791 */ 	background-color: #f85c70;
/* 2792 */ 	border-color: #f85c70;
/* 2793 */ 	color: #ffffff;
/* 2794 */ }
/* 2795 */
/* 2796 */ .post-each.post-each-single .post-footer .post-social {
/* 2797 */ 	text-align: right;
/* 2798 */ 	margin-top: 15px;
/* 2799 */ }
/* 2800 */

/* style.css */

/* 2801 */ @media all and (max-width: 767.98px) {
/* 2802 */ 	.post-each.post-each-single .post-footer .post-social {
/* 2803 */ 		text-align: left;
/* 2804 */ 	}
/* 2805 */ }
/* 2806 */
/* 2807 */ .post-each.post-each-single .post-footer .post-social .rtin-title {
/* 2808 */ 	color: #444;
/* 2809 */ 	padding-right: 5px;
/* 2810 */ 	font-size: 16px;
/* 2811 */ 	line-height: 1;
/* 2812 */ }
/* 2813 */
/* 2814 */ .post-each.post-each-single .post-footer .post-social .rtin-icon {
/* 2815 */ 	color: #b1b1b1;
/* 2816 */ 	font-size: 18px;
/* 2817 */ 	padding-right: 10px;
/* 2818 */ 	line-height: 1;
/* 2819 */ }
/* 2820 */
/* 2821 */ .post-each.post-each-single .post-footer .post-social .post-social-sharing {
/* 2822 */ 	display: inline;
/* 2823 */ }
/* 2824 */
/* 2825 */ .post-each.post-each-single .post-footer .col-md-12 .post-social {
/* 2826 */ 	text-align: left;
/* 2827 */ }
/* 2828 */
/* 2829 */ .post-each.sticky {
/* 2830 */ 	background-color: #fffdea;
/* 2831 */ 	border: 1px solid #ffd274;
/* 2832 */ 	border-radius: 2px;
/* 2833 */ }
/* 2834 */
/* 2835 */ .post-each.post-each-search {
/* 2836 */ 	padding: 30px;
/* 2837 */ }
/* 2838 */
/* 2839 */ .post-social-sharing {
/* 2840 */ 	list-style-type: none;
/* 2841 */ 	margin: 0;
/* 2842 */ 	padding: 0;
/* 2843 */ 	font-size: 0;
/* 2844 */ }
/* 2845 */
/* 2846 */ .post-social-sharing li {
/* 2847 */ 	display: inline-block;
/* 2848 */ 	margin-right: 5px;
/* 2849 */ 	margin-bottom: 5px;
/* 2850 */ }

/* style.css */

/* 2851 */
/* 2852 */ .post-social-sharing li a {
/* 2853 */ 	background-color: #666;
/* 2854 */ 	color: #ffffff;
/* 2855 */ 	font-size: 15px;
/* 2856 */ 	line-height: 36px;
/* 2857 */ 	width: 35px;
/* 2858 */ 	height: 35px;
/* 2859 */ 	text-align: center;
/* 2860 */ 	display: inline-block;
/* 2861 */ 	border-radius: 50%;
/* 2862 */ }
/* 2863 */
/* 2864 */ .post-social-sharing li a:hover {
/* 2865 */ 	color: #ffffff;
/* 2866 */ 	opacity: 0.8;
/* 2867 */ }
/* 2868 */
/* 2869 */ .post-social-sharing .social-facebook a {
/* 2870 */ 	background-color: #3b5999;
/* 2871 */ }
/* 2872 */
/* 2873 */ .post-social-sharing .social-twitter a {
/* 2874 */ 	background-color: #55acee;
/* 2875 */ }
/* 2876 */
/* 2877 */ .post-social-sharing .social-gplus a {
/* 2878 */ 	background-color: #dd4b39;
/* 2879 */ }
/* 2880 */
/* 2881 */ .post-social-sharing .social-linkedin a {
/* 2882 */ 	background-color: #0077B5;
/* 2883 */ }
/* 2884 */
/* 2885 */ .post-social-sharing .social-pinterest a {
/* 2886 */ 	background-color: #bd081c;
/* 2887 */ }
/* 2888 */
/* 2889 */ .post-social-sharing .social-tumblr a {
/* 2890 */ 	background-color: #34465d;
/* 2891 */ }
/* 2892 */
/* 2893 */ .post-social-sharing .social-reddit a {
/* 2894 */ 	background-color: #ff5700;
/* 2895 */ }
/* 2896 */
/* 2897 */ .post-social-sharing .social-vk a {
/* 2898 */ 	background-color: #4c75a3;
/* 2899 */ }
/* 2900 */

/* style.css */

/* 2901 */ .post-author-block {
/* 2902 */ 	display: -webkit-box;
/* 2903 */ 	display: -ms-flexbox;
/* 2904 */ 	display: flex;
/* 2905 */ 	-webkit-box-align: center;
/* 2906 */ 	-ms-flex-align: center;
/* 2907 */ 	align-items: center;
/* 2908 */ }
/* 2909 */
/* 2910 */ @media all and (max-width: 767.98px) {
/* 2911 */ 	.post-author-block {
/* 2912 */ 		display: block;
/* 2913 */ 	}
/* 2914 */ }
/* 2915 */
/* 2916 */ .post-author-block .rtin-left {
/* 2917 */ 	margin-right: 20px;
/* 2918 */ }
/* 2919 */
/* 2920 */ @media all and (max-width: 767.98px) {
/* 2921 */ 	.post-author-block .rtin-left {
/* 2922 */ 		margin: 0 0 20px;
/* 2923 */ 	}
/* 2924 */ }
/* 2925 */
/* 2926 */ .post-author-block .rtin-left img {
/* 2927 */ 	border-radius: 50%;
/* 2928 */ }
/* 2929 */
/* 2930 */ .post-author-block .rtin-right {
/* 2931 */ 	-webkit-box-flex: 1;
/* 2932 */ 	-ms-flex: 1;
/* 2933 */ 	flex: 1;
/* 2934 */ }
/* 2935 */
/* 2936 */ .post-author-block .rtin-right .author-name {
/* 2937 */ 	font-size: 18px;
/* 2938 */ 	line-height: 1.4;
/* 2939 */ 	margin-bottom: 10px;
/* 2940 */ }
/* 2941 */
/* 2942 */ .post-author-block .rtin-right .author-name a {
/* 2943 */ 	color: #111111;
/* 2944 */ }
/* 2945 */
/* 2946 */ .post-author-block .rtin-right .author-name a:hover {
/* 2947 */ 	color: #f85c70;
/* 2948 */ }
/* 2949 */
/* 2950 */ .post-author-block .rtin-right .author-bio {

/* style.css */

/* 2951 */ 	font-size: 14px;
/* 2952 */ }
/* 2953 */
/* 2954 */ .post-password-form input[type="password"] {
/* 2955 */ 	height: 33px;
/* 2956 */ }
/* 2957 */
/* 2958 */ .site-search .post-each .post-content p {
/* 2959 */ 	margin-bottom: 10px;
/* 2960 */ }
/* 2961 */
/* 2962 */ /*-------------------------------------
/* 2963 *| #. Comments
/* 2964 *| ---------------------------------------*/
/* 2965 */ .post-title-block,
/* 2966 */ .comment-reply-title {
/* 2967 */ 	color: #111;
/* 2968 */ 	font-size: 20px;
/* 2969 */ 	line-height: 1.3;
/* 2970 */ 	position: relative;
/* 2971 */ 	padding-bottom: 15px;
/* 2972 */ 	margin-bottom: 30px;
/* 2973 */ }
/* 2974 */
/* 2975 */ .post-title-block:after,
/* 2976 */ .comment-reply-title:after {
/* 2977 */ 	background-color: #f85c70;
/* 2978 */ 	border-radius: 2px;
/* 2979 */ 	content: "";
/* 2980 */ 	display: block;
/* 2981 */ 	height: 3px;
/* 2982 */ 	width: 40px;
/* 2983 */ 	position: absolute;
/* 2984 */ 	left: 0;
/* 2985 */ 	bottom: 0;
/* 2986 */ }
/* 2987 */
/* 2988 */ .comments-area ul.comment-list,
/* 2989 */ .comments-area ul.children {
/* 2990 */ 	list-style-type: none;
/* 2991 */ 	margin: 0;
/* 2992 */ 	padding: 0;
/* 2993 */ }
/* 2994 */
/* 2995 */ .comments-area ul.children {
/* 2996 */ 	margin-left: 50px;
/* 2997 */ }
/* 2998 */
/* 2999 */ @media all and (max-width: 991.98px) {
/* 3000 */ 	.comments-area ul.children {

/* style.css */

/* 3001 */ 		margin-left: 20px;
/* 3002 */ 	}
/* 3003 */ }
/* 3004 */
/* 3005 */ @media all and (max-width: 480px) {
/* 3006 */ 	.comments-area ul.children {
/* 3007 */ 		margin-left: 10px;
/* 3008 */ 	}
/* 3009 */ }
/* 3010 */
/* 3011 */ .comments-area .avatar-disabled .main-comments ul.children {
/* 3012 */ 	margin-left: 30px;
/* 3013 */ }
/* 3014 */
/* 3015 */ @media all and (max-width: 991.98px) {
/* 3016 */ 	.comments-area .avatar-disabled .main-comments ul.children {
/* 3017 */ 		margin-left: 20px;
/* 3018 */ 	}
/* 3019 */ }
/* 3020 */
/* 3021 */ @media all and (max-width: 480px) {
/* 3022 */ 	.comments-area .avatar-disabled .main-comments ul.children {
/* 3023 */ 		margin-left: 10px;
/* 3024 */ 	}
/* 3025 */ }
/* 3026 */
/* 3027 */ .comments-area .comment-title span {
/* 3028 */ 	color: #646464;
/* 3029 */ }
/* 3030 */
/* 3031 */ .comments-area .main-comments {
/* 3032 */ 	padding-top: 12px;
/* 3033 */ }
/* 3034 */
/* 3035 */ .comments-area .main-comments:first-child {
/* 3036 */ 	padding-top: 0px;
/* 3037 */ }
/* 3038 */
/* 3039 */ .comments-area .main-comments .children li {
/* 3040 */ 	padding-top: 12px;
/* 3041 */ }
/* 3042 */
/* 3043 */ .comments-area .main-comments .each-comment {
/* 3044 */ 	padding: 15px 0;
/* 3045 */ 	border-bottom: 1px solid #ebebeb;
/* 3046 */ }
/* 3047 */
/* 3048 */ @media all and (max-width: 480px) {
/* 3049 */ 	.comments-area .main-comments .each-comment {
/* 3050 */ 		padding: 5px 0;

/* style.css */

/* 3051 */ 	}
/* 3052 */ }
/* 3053 */
/* 3054 */ .comments-area .main-comments .imgholder {
/* 3055 */ 	margin-right: 20px;
/* 3056 */ 	margin-bottom: 10px;
/* 3057 */ }
/* 3058 */
/* 3059 */ @media all and (max-width: 991.98px) {
/* 3060 */ 	.comments-area .main-comments .imgholder {
/* 3061 */ 		max-width: 90px;
/* 3062 */ 	}
/* 3063 */ }
/* 3064 */
/* 3065 */ @media all and (max-width: 480px) {
/* 3066 */ 	.comments-area .main-comments .imgholder {
/* 3067 */ 		max-width: 50px;
/* 3068 */ 		margin-right: 10px;
/* 3069 */ 	}
/* 3070 */ }
/* 3071 */
/* 3072 */ .comments-area .main-comments .imgholder img {
/* 3073 */ 	border-radius: 50%;
/* 3074 */ }
/* 3075 */
/* 3076 */ .comments-area .main-comments.pingback .imgholder,
/* 3077 */ .comments-area .main-comments.trackback .imgholder {
/* 3078 */ 	margin: 0;
/* 3079 */ }
/* 3080 */
/* 3081 */ .comments-area .main-comments .comment-meta .comment-meta-left {
/* 3082 */ 	float: left;
/* 3083 */ }
/* 3084 */
/* 3085 */ @media all and (max-width: 991.98px) {
/* 3086 */ 	.comments-area .main-comments .comment-meta .comment-meta-left {
/* 3087 */ 		float: none;
/* 3088 */ 	}
/* 3089 */ }
/* 3090 */
/* 3091 */ .comments-area .main-comments .comment-meta .comment-meta-left .comment-author {
/* 3092 */ 	color: #111;
/* 3093 */ 	font-size: 18px;
/* 3094 */ 	line-height: 1.5;
/* 3095 */ 	margin-bottom: 5px;
/* 3096 */ }
/* 3097 */
/* 3098 */ .comments-area .main-comments .comment-meta .comment-meta-left .comment-time {
/* 3099 */ 	font-size: 14px;
/* 3100 */ 	line-height: 1.5;

/* style.css */

/* 3101 */ }
/* 3102 */
/* 3103 */ .comments-area .main-comments .comment-meta .comment-meta-left a {
/* 3104 */ 	color: #111;
/* 3105 */ }
/* 3106 */
/* 3107 */ .comments-area .main-comments .comment-meta .comment-meta-left a:hover {
/* 3108 */ 	text-decoration: underline;
/* 3109 */ }
/* 3110 */
/* 3111 */ .comments-area .main-comments .comment-meta .reply-area {
/* 3112 */ 	float: right;
/* 3113 */ 	margin-top: 10px;
/* 3114 */ }
/* 3115 */
/* 3116 */ @media all and (max-width: 991.98px) {
/* 3117 */ 	.comments-area .main-comments .comment-meta .reply-area {
/* 3118 */ 		float: none;
/* 3119 */ 	}
/* 3120 */ }
/* 3121 */
/* 3122 */ .comments-area .main-comments .comment-meta .reply-area a {
/* 3123 */ 	color: #fff;
/* 3124 */ 	border-radius: 2px;
/* 3125 */ 	padding: 8px 20px;
/* 3126 */ 	display: block;
/* 3127 */ 	background-color: #f85c70;
/* 3128 */ 	font-size: 12px;
/* 3129 */ 	line-height: 1;
/* 3130 */ 	-webkit-transition: all 0.5s ease-out;
/* 3131 */ 	transition: all 0.5s ease-out;
/* 3132 */ }
/* 3133 */
/* 3134 */ .comments-area .main-comments .comment-meta .reply-area a:hover {
/* 3135 */ 	background-color: #e43d40;
/* 3136 */ }
/* 3137 */
/* 3138 */ @media all and (max-width: 991.98px) {
/* 3139 */ 	.comments-area .main-comments .comment-meta .reply-area a {
/* 3140 */ 		display: inline-block;
/* 3141 */ 	}
/* 3142 */ }
/* 3143 */
/* 3144 */ .comments-area .main-comments .comments-body .comment-text {
/* 3145 */ 	margin-top: 10px;
/* 3146 */ 	color: #444444;
/* 3147 */ 	font-size: 14px;
/* 3148 */ }
/* 3149 */
/* 3150 */ .comments-area .main-comments .comments-body .comment-text p {

/* style.css */

/* 3151 */ 	margin-bottom: 10px;
/* 3152 */ }
/* 3153 */
/* 3154 */ .comments-area .main-comments .comments-body .comment-text .comment-awaiting-moderation {
/* 3155 */ 	font-size: 16px;
/* 3156 */ 	font-style: italic;
/* 3157 */ 	font-weight: 700;
/* 3158 */ 	line-height: 1.3;
/* 3159 */ 	color: #111;
/* 3160 */ }
/* 3161 */
/* 3162 */ .comments-area .main-comments #respond {
/* 3163 */ 	margin-top: 35px;
/* 3164 */ }
/* 3165 */
/* 3166 */ .comments-area .comments-closed {
/* 3167 */ 	font-size: 16px;
/* 3168 */ 	font-style: italic;
/* 3169 */ 	font-weight: 700;
/* 3170 */ 	padding-top: 20px;
/* 3171 */ 	line-height: 1.3;
/* 3172 */ 	color: #111;
/* 3173 */ }
/* 3174 */
/* 3175 */ .comments-area .comment-navigation {
/* 3176 */ 	margin-top: 30px;
/* 3177 */ 	text-align: center;
/* 3178 */ }
/* 3179 */
/* 3180 */ .comments-area .comment-navigation div[class^="nav"] {
/* 3181 */ 	display: inline-block;
/* 3182 */ 	margin: 0 3px;
/* 3183 */ }
/* 3184 */
/* 3185 */ .comments-area .comment-navigation div[class^="nav"] a {
/* 3186 */ 	background-color: #646464;
/* 3187 */ 	color: #fff;
/* 3188 */ 	font-size: 14px;
/* 3189 */ 	line-height: 1;
/* 3190 */ 	font-weight: 600;
/* 3191 */ 	padding: 8px 20px;
/* 3192 */ 	border-radius: 2px;
/* 3193 */ }
/* 3194 */
/* 3195 */ .comments-area .comment-navigation div[class^="nav"] a:hover {
/* 3196 */ 	opacity: 0.8;
/* 3197 */ }
/* 3198 */
/* 3199 */ #respond .comment-reply-title {
/* 3200 */ 	margin-bottom: 15px;

/* style.css */

/* 3201 */ }
/* 3202 */
/* 3203 */ #respond .comment-notes,
/* 3204 */ #respond .logged-in-as,
/* 3205 */ #respond .form-group {
/* 3206 */ 	margin-bottom: 20px;
/* 3207 */ }
/* 3208 */
/* 3209 */ #respond .logged-in-as a {
/* 3210 */ 	color: #444;
/* 3211 */ }
/* 3212 */
/* 3213 */ #respond form input,
/* 3214 */ #respond form textarea {
/* 3215 */ 	border: none;
/* 3216 */ 	background-color: #f9f9f9;
/* 3217 */ 	border-radius: 0;
/* 3218 */ 	-webkit-box-shadow: none;
/* 3219 */ 	box-shadow: none;
/* 3220 */ 	color: #222;
/* 3221 */ }
/* 3222 */
/* 3223 */ #respond form input:focus,
/* 3224 */ #respond form textarea:focus {
/* 3225 */ 	-webkit-box-shadow: none;
/* 3226 */ 	box-shadow: none;
/* 3227 */ }
/* 3228 */
/* 3229 */ #respond form input::-webkit-input-placeholder,
/* 3230 */ #respond form textarea::-webkit-input-placeholder {
/* 3231 */ 	color: #868e96;
/* 3232 */ }
/* 3233 */
/* 3234 */ #respond form input::-moz-placeholder,
/* 3235 */ #respond form textarea::-moz-placeholder {
/* 3236 */ 	color: #868e96;
/* 3237 */ }
/* 3238 */
/* 3239 */ #respond form input::-ms-input-placeholder,
/* 3240 */ #respond form textarea::-ms-input-placeholder {
/* 3241 */ 	color: #868e96;
/* 3242 */ }
/* 3243 */
/* 3244 */ #respond form input::placeholder,
/* 3245 */ #respond form textarea::placeholder {
/* 3246 */ 	color: #868e96;
/* 3247 */ }
/* 3248 */
/* 3249 */ #respond form input {
/* 3250 */ 	height: 45px;

/* style.css */

/* 3251 */ }
/* 3252 */
/* 3253 */ #respond form input[type="checkbox"] {
/* 3254 */ 	height: inherit;
/* 3255 */ 	margin-right: 10px;
/* 3256 */ 	vertical-align: middle;
/* 3257 */ 	cursor: pointer;
/* 3258 */ }
/* 3259 */
/* 3260 */ #respond form label {
/* 3261 */ 	margin: 0;
/* 3262 */ 	vertical-align: middle;
/* 3263 */ }
/* 3264 */
/* 3265 */ #respond form .btn-send {
/* 3266 */ 	height: inherit;
/* 3267 */ 	background-color: #f85c70;
/* 3268 */ 	border: none;
/* 3269 */ 	color: #ffffff;
/* 3270 */ 	font-size: 15px;
/* 3271 */ 	font-weight: 500;
/* 3272 */ 	padding: 17px 30px;
/* 3273 */ 	border-radius: 2px;
/* 3274 */ 	text-transform: uppercase;
/* 3275 */ 	-webkit-transition: all 0.3s ease-in-out 0s;
/* 3276 */ 	transition: all 0.3s ease-in-out 0s;
/* 3277 */ 	line-height: 1;
/* 3278 */ 	display: inline-block;
/* 3279 */ }
/* 3280 */
/* 3281 */ #respond form .btn-send:hover {
/* 3282 */ 	background-color: #e43d40;
/* 3283 */ }
/* 3284 */
/* 3285 */ @media all and (max-width: 767.98px) {
/* 3286 */ 	#respond form .btn-send {
/* 3287 */ 		padding: 12px 15px;
/* 3288 */ 	}
/* 3289 */ }
/* 3290 */
/* 3291 */ #respond #cancel-comment-reply-link {
/* 3292 */ 	font-size: 12px;
/* 3293 */ 	line-height: 1.2;
/* 3294 */ }
/* 3295 */
/* 3296 */ .site-content .content-area .comment-reply-block .main-content {
/* 3297 */ 	padding: 20px 30px 10px;
/* 3298 */ }
/* 3299 */
/* 3300 */ .site-content .content-area .comment-reply-block .comment-reply-title {

/* style.css */

/* 3301 */ 	display: none;
/* 3302 */ }
/* 3303 */
/* 3304 */ .site-content .content-area .comment-reply-block .alert {
/* 3305 */ 	margin-bottom: 0;
/* 3306 */ 	margin-top: 20px;
/* 3307 */ }
/* 3308 */
/* 3309 */ /*-------------------------------------
/* 3310 *| #. Error 404
/* 3311 *| ---------------------------------------*/
/* 3312 */ .error-page {
/* 3313 */ 	text-align: center;
/* 3314 */ }
/* 3315 */
/* 3316 */ .error-page h3 {
/* 3317 */ 	margin-top: 30px;
/* 3318 */ 	margin-bottom: 0;
/* 3319 */ 	font-size: 30px;
/* 3320 */ 	line-height: 1.5;
/* 3321 */ 	font-weight: 400;
/* 3322 */ }
/* 3323 */
/* 3324 */ .error-page .error-btn {
/* 3325 */ 	color: #ffffff;
/* 3326 */ 	background-color: #f85c70;
/* 3327 */ 	padding: 20px 35px;
/* 3328 */ 	border-radius: 2px;
/* 3329 */ 	margin-top: 50px;
/* 3330 */ 	display: inline-block;
/* 3331 */ 	font-size: 18px;
/* 3332 */ 	line-height: 1.3;
/* 3333 */ }
/* 3334 */
/* 3335 */ .error-page .error-btn:hover {
/* 3336 */ 	background-color: #e43d40;
/* 3337 */ }
/* 3338 */
/* 3339 */ /*-------------------------------------
/* 3340 *| #. Ads
/* 3341 *| ---------------------------------------*/
/* 3342 */ .classima-ad.ad-header-top {
/* 3343 */ 	margin-bottom: 25px;
/* 3344 */ }
/* 3345 */
/* 3346 */ .classima-ad.ad-footer {
/* 3347 */ 	padding-bottom: 30px;
/* 3348 */ 	margin-top: -20px;
/* 3349 */ }
/* 3350 */

/* style.css */

/* 3351 */ .classima-ad.ad-before-sidebar {
/* 3352 */ 	margin-bottom: 30px;
/* 3353 */ }
/* 3354 */
/* 3355 */ .classima-ad.ad-after-sidebar {
/* 3356 */ 	margin-top: -10px;
/* 3357 */ }
/* 3358 */
/* 3359 */ .classima-ad.ad-before-content {
/* 3360 */ 	margin-bottom: 30px;
/* 3361 */ }
/* 3362 */
/* 3363 */ .classima-ad.ad-after-content {
/* 3364 */ 	margin-top: 30px;
/* 3365 */ }
/* 3366 */
/* 3367 */ .classima-ad.ad-listing-before-items {
/* 3368 */ 	margin-bottom: 25px;
/* 3369 */ }
/* 3370 */
/* 3371 */ .classima-ad.ad-listing-after-items {
/* 3372 */ 	margin-top: 25px;
/* 3373 */ }
/* 3374 */
/* 3375 */ .classima-ad.ad-single-listing-before-contents {
/* 3376 */ 	margin-bottom: 20px;
/* 3377 */ }
/* 3378 */
/* 3379 */ .classima-ad.ad-single-listing-after-contents {
/* 3380 */ 	margin-top: 25px;
/* 3381 */ }
/* 3382 */
/* 3383 */ .classima-ad.ad-single-listing-after-block {
/* 3384 */ 	margin-top: 30px;
/* 3385 */ }
/* 3386 */
/* 3387 */ .rtcl-listings-grid+.classima-ad.ad-listing-after-items {
/* 3388 */ 	margin-top: 0;
/* 3389 */ }
/* 3390 */
/* 3391 */ /*-------------------------------------
/* 3392 *| #. Contact Form 7
/* 3393 *| ---------------------------------------*/
/* 3394 */ .wpcf7-form .wpcf7-form-control-wrap {
/* 3395 */ 	display: block;
/* 3396 */ 	margin-bottom: 20px;
/* 3397 */ }
/* 3398 */
/* 3399 */ .wpcf7-form .wpcf7-form-control-wrap input,
/* 3400 */ .wpcf7-form .wpcf7-form-control-wrap textarea {

/* style.css */

/* 3401 */ 	border-radius: 0;
/* 3402 */ 	background: #f6f6f6;
/* 3403 */ 	border: none;
/* 3404 */ 	-webkit-box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
/* 3405 */ 	box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 0.75);
/* 3406 */ 	color: #222222;
/* 3407 */ 	display: block;
/* 3408 */ 	width: 100%;
/* 3409 */ 	padding: 0.5rem 0.75rem;
/* 3410 */ 	font-size: 1rem;
/* 3411 */ 	line-height: 1.25;
/* 3412 */ 	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
/* 3413 */ 	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
/* 3414 */ 	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
/* 3415 */ 	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
/* 3416 */ 	margin-bottom: 5px;
/* 3417 */ }
/* 3418 */
/* 3419 */ .wpcf7-form .wpcf7-form-control-wrap input {
/* 3420 */ 	height: 45px;
/* 3421 */ }
/* 3422 */
/* 3423 */ .wpcf7-form label {
/* 3424 */ 	display: block;
/* 3425 */ }
/* 3426 */
/* 3427 */ .wpcf7-form .wpcf7-submit {
/* 3428 */ 	color: #fff;
/* 3429 */ 	padding: 15px 30px;
/* 3430 */ 	font-size: 16px;
/* 3431 */ 	line-height: 1;
/* 3432 */ 	display: inline-block;
/* 3433 */ 	font-weight: 500;
/* 3434 */ 	background: #f85c70;
/* 3435 */ 	border-radius: 2px;
/* 3436 */ 	text-align: center;
/* 3437 */ 	white-space: nowrap;
/* 3438 */ 	vertical-align: middle;
/* 3439 */ 	border: none;
/* 3440 */ }
/* 3441 */
/* 3442 */ .wpcf7-form .wpcf7-submit:hover,
/* 3443 */ .wpcf7-form .wpcf7-submit:active {
/* 3444 */ 	background: #e43d40;
/* 3445 */ }
/* 3446 */
/* 3447 */ .wpcf7-form .wpcf7-response-output {
/* 3448 */ 	margin: 25px 0 0;
/* 3449 */ }
/* 3450 */

/* style.css */

/* 3451 */ .wpcf7-form .wpcf7-validation-errors {
/* 3452 */ 	border-color: #bc0000;
/* 3453 */ }
/* 3454 */
/* 3455 */ /*-------------------------------------
/* 3456 *| #. Woocommerce: Checkout
/* 3457 *| ---------------------------------------*/
/* 3458 */ .woocommerce button.button {
/* 3459 */ 	color: #fff;
/* 3460 */ 	background-color: #f85c70;
/* 3461 */ }
/* 3462 */
/* 3463 */ .woocommerce button.button:hover {
/* 3464 */ 	color: #fff;
/* 3465 */ 	background-color: #e43d40;
/* 3466 */ }
/* 3467 */
/* 3468 */ .woocommerce-info {
/* 3469 */ 	border-color: #f85c70;
/* 3470 */ }
/* 3471 */
/* 3472 */ .woocommerce-info:before {
/* 3473 */ 	color: #f85c70;
/* 3474 */ }
/* 3475 */
/* 3476 */ .woocommerce form .form-row {
/* 3477 */ 	padding: 0;
/* 3478 */ }
/* 3479 */
/* 3480 */ .woocommerce form .form-row label {
/* 3481 */ 	width: 100%;
/* 3482 */ 	line-height: 1.5;
/* 3483 */ 	font-weight: 500;
/* 3484 */ 	margin-bottom: 10px;
/* 3485 */ 	color: #444444;
/* 3486 */ }
/* 3487 */
/* 3488 */ .woocommerce form .form-row .required {
/* 3489 */ 	color: #444444;
/* 3490 */ }
/* 3491 */
/* 3492 */ .woocommerce form .form-row input,
/* 3493 */ .woocommerce form .form-row textarea,
/* 3494 */ .woocommerce form .form-row .select2-selection {
/* 3495 */ 	padding: 18px 15px;
/* 3496 */ 	border: none;
/* 3497 */ 	color: #444444;
/* 3498 */ 	background-color: #f2f2f2;
/* 3499 */ 	border-radius: 4px;
/* 3500 */ 	height: 55px;

/* style.css */

/* 3501 */ }
/* 3502 */
/* 3503 */ .woocommerce form .form-row input:placeholder,
/* 3504 */ .woocommerce form .form-row textarea:placeholder,
/* 3505 */ .woocommerce form .form-row .select2-selection:placeholder {
/* 3506 */ 	color: #6c757d;
/* 3507 */ 	opacity: 1;
/* 3508 */ }
/* 3509 */
/* 3510 */ .woocommerce form .form-row .select2-container {
/* 3511 */ 	overflow: hidden;
/* 3512 */ 	border-radius: 4px;
/* 3513 */ }
/* 3514 */
/* 3515 */ .woocommerce form .form-row .select2-container .select2-selection {
/* 3516 */ 	outline: 0;
/* 3517 */ }
/* 3518 */
/* 3519 */ .woocommerce form .form-row .select2-container .select2-selection .select2-selection__rendered {
/* 3520 */ 	padding: 0 20px 0 0;
/* 3521 */ 	line-height: 1.1;
/* 3522 */ 	font-weight: 400;
/* 3523 */ }
/* 3524 */
/* 3525 */ .woocommerce form .form-row .select2-container .select2-selection .select2-selection__arrow {
/* 3526 */ 	top: 13px;
/* 3527 */ 	right: 10px;
/* 3528 */ }
/* 3529 */
/* 3530 */ .woocommerce form .form-row textarea {
/* 3531 */ 	height: 250px;
/* 3532 */ }
/* 3533 */
/* 3534 */ .woocommerce form .form-row.woocommerce-invalid label {
/* 3535 */ 	color: #444444;
/* 3536 */ }
/* 3537 */
/* 3538 */ .woocommerce form .form-row.woocommerce-invalid input,
/* 3539 */ .woocommerce form .form-row.woocommerce-invalid input.input-text,
/* 3540 */ .woocommerce form .form-row.woocommerce-invalid textarea {
/* 3541 */ 	border: 2px solid #f00;
/* 3542 */ }
/* 3543 */
/* 3544 */ .woocommerce-checkout .woocommerce .checkout .col-1,
/* 3545 */ .woocommerce form .woocommerce-address-fields .col-1,
/* 3546 */ .woocommerce-checkout .woocommerce .checkout .col-2,
/* 3547 */ .woocommerce form .woocommerce-address-fields .col-2 {
/* 3548 */ 	-webkit-box-flex: 0;
/* 3549 */ 	-ms-flex: none;
/* 3550 */ 	flex: none;

/* style.css */

/* 3551 */ 	max-width: inherit;
/* 3552 */ 	padding: 0;
/* 3553 */ }
/* 3554 */
/* 3555 */ .woocommerce-checkout .woocommerce .checkout .form-row,
/* 3556 */ .woocommerce form .woocommerce-address-fields .form-row {
/* 3557 */ 	margin: 0 0 30px;
/* 3558 */ }
/* 3559 */
/* 3560 */ .woocommerce-checkout .woocommerce .checkout .form-row.form-row-first,
/* 3561 */ .woocommerce form .woocommerce-address-fields .form-row.form-row-first,
/* 3562 */ .woocommerce-checkout .woocommerce .checkout .form-row.form-row-last,
/* 3563 */ .woocommerce form .woocommerce-address-fields .form-row.form-row-last {
/* 3564 */ 	width: 49%;
/* 3565 */ }
/* 3566 */
/* 3567 */ .woocommerce-checkout .woocommerce .checkout .form-row#billing_address_2_field,
/* 3568 */ .woocommerce form .woocommerce-address-fields .form-row#billing_address_2_field,
/* 3569 */ .woocommerce-checkout .woocommerce .checkout .form-row#shipping_address_2_field,
/* 3570 */ .woocommerce form .woocommerce-address-fields .form-row#shipping_address_2_field {
/* 3571 */ 	margin-top: -15px;
/* 3572 */ }
/* 3573 */
/* 3574 */ .woocommerce-checkout .woocommerce .checkout .form-row .woocommerce-input-wrapper,
/* 3575 */ .woocommerce form .woocommerce-address-fields .form-row .woocommerce-input-wrapper {
/* 3576 */ 	display: block;
/* 3577 */ 	width: 100%;
/* 3578 */ }
/* 3579 */
/* 3580 */ .woocommerce-checkout .woocommerce .checkout h3,
/* 3581 */ .woocommerce form .woocommerce-address-fields h3 {
/* 3582 */ 	color: #111;
/* 3583 */ 	font-size: 28px;
/* 3584 */ 	line-height: 1.5;
/* 3585 */ 	margin-bottom: 30px;
/* 3586 */ }
/* 3587 */
/* 3588 */ .woocommerce-checkout .woocommerce .checkout #ship-to-different-address label,
/* 3589 */ .woocommerce form .woocommerce-address-fields #ship-to-different-address label {
/* 3590 */ 	cursor: pointer;
/* 3591 */ }
/* 3592 */
/* 3593 */ .woocommerce-checkout .woocommerce .checkout #ship-to-different-address input,
/* 3594 */ .woocommerce form .woocommerce-address-fields #ship-to-different-address input {
/* 3595 */ 	outline: none;
/* 3596 */ 	vertical-align: middle;
/* 3597 */ }
/* 3598 */
/* 3599 */ .woocommerce-checkout .woocommerce .checkout #ship-to-different-address span,
/* 3600 */ .woocommerce form .woocommerce-address-fields #ship-to-different-address span {

/* style.css */

/* 3601 */ 	font-size: 15px;
/* 3602 */ 	line-height: 1.3;
/* 3603 */ 	vertical-align: middle;
/* 3604 */ 	font-weight: 400;
/* 3605 */ }
/* 3606 */
/* 3607 */ .woocommerce-checkout .woocommerce .checkout table.shop_table,
/* 3608 */ .woocommerce form .woocommerce-address-fields table.shop_table {
/* 3609 */ 	border-color: #d8d8d8;
/* 3610 */ }
/* 3611 */
/* 3612 */ .woocommerce-checkout .woocommerce .checkout table.shop_table tr th,
/* 3613 */ .woocommerce form .woocommerce-address-fields table.shop_table tr th,
/* 3614 */ .woocommerce-checkout .woocommerce .checkout table.shop_table tr td,
/* 3615 */ .woocommerce form .woocommerce-address-fields table.shop_table tr td {
/* 3616 */ 	border-color: #d8d8d8;
/* 3617 */ 	font-size: 18px;
/* 3618 */ 	line-height: 1.3;
/* 3619 */ 	font-weight: 500;
/* 3620 */ 	color: #222222;
/* 3621 */ }
/* 3622 */
/* 3623 */ .woocommerce-checkout .woocommerce .checkout table.shop_table thead th,
/* 3624 */ .woocommerce form .woocommerce-address-fields table.shop_table thead th,
/* 3625 */ .woocommerce-checkout .woocommerce .checkout table.shop_table .cart-subtotal th,
/* 3626 */ .woocommerce form .woocommerce-address-fields table.shop_table .cart-subtotal th,
/* 3627 */ .woocommerce-checkout .woocommerce .checkout table.shop_table .shipping th,
/* 3628 */ .woocommerce form .woocommerce-address-fields table.shop_table .shipping th,
/* 3629 */ .woocommerce-checkout .woocommerce .checkout table.shop_table thead td,
/* 3630 */ .woocommerce form .woocommerce-address-fields table.shop_table thead td,
/* 3631 */ .woocommerce-checkout .woocommerce .checkout table.shop_table .cart-subtotal td,
/* 3632 */ .woocommerce form .woocommerce-address-fields table.shop_table .cart-subtotal td,
/* 3633 */ .woocommerce-checkout .woocommerce .checkout table.shop_table .shipping td,
/* 3634 */ .woocommerce form .woocommerce-address-fields table.shop_table .shipping td {
/* 3635 */ 	font-size: 22px;
/* 3636 */ 	color: #111111;
/* 3637 */ }
/* 3638 */
/* 3639 */ .woocommerce-checkout .woocommerce .checkout table.shop_table .order-total th,
/* 3640 */ .woocommerce form .woocommerce-address-fields table.shop_table .order-total th,
/* 3641 */ .woocommerce-checkout .woocommerce .checkout table.shop_table .order-total td,
/* 3642 */ .woocommerce form .woocommerce-address-fields table.shop_table .order-total td {
/* 3643 */ 	font-size: 24px;
/* 3644 */ 	color: #111111;
/* 3645 */ }
/* 3646 */
/* 3647 */ .woocommerce-checkout .woocommerce .checkout #payment,
/* 3648 */ .woocommerce form .woocommerce-address-fields #payment {
/* 3649 */ 	background: inherit;
/* 3650 */ 	border: none;

/* style.css */

/* 3651 */ }
/* 3652 */
/* 3653 */ .woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods,
/* 3654 */ .woocommerce form .woocommerce-address-fields #payment .wc_payment_methods {
/* 3655 */ 	margin-top: 50px;
/* 3656 */ 	border: 1px solid #d8d8d8;
/* 3657 */ 	border-radius: 4px;
/* 3658 */ }
/* 3659 */
/* 3660 */ .woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods label,
/* 3661 */ .woocommerce form .woocommerce-address-fields #payment .wc_payment_methods label {
/* 3662 */ 	color: #111111;
/* 3663 */ 	font-weight: 500;
/* 3664 */ 	margin: 0;
/* 3665 */ 	cursor: pointer;
/* 3666 */ }
/* 3667 */
/* 3668 */ .woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods input,
/* 3669 */ .woocommerce form .woocommerce-address-fields #payment .wc_payment_methods input {
/* 3670 */ 	cursor: pointer;
/* 3671 */ 	vertical-align: middle;
/* 3672 */ }
/* 3673 */
/* 3674 */ .woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods div.payment_box,
/* 3675 */ .woocommerce form .woocommerce-address-fields #payment .wc_payment_methods div.payment_box {
/* 3676 */ 	background-color: #f2f2f2;
/* 3677 */ 	color: #444444;
/* 3678 */ }
/* 3679 */
/* 3680 */ .woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods div.payment_box:before,
/* 3681 */ .woocommerce form .woocommerce-address-fields #payment .wc_payment_methods div.payment_box:before {
/* 3682 */ 	border-bottom-color: #f2f2f2;
/* 3683 */ }
/* 3684 */
/* 3685 */ .woocommerce-checkout .woocommerce .checkout #payment .place-order,
/* 3686 */ .woocommerce form .woocommerce-address-fields #payment .place-order {
/* 3687 */ 	margin: 50px 0 0;
/* 3688 */ 	padding: 0;
/* 3689 */ }
/* 3690 */
/* 3691 */ .woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper,
/* 3692 */ .woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper {
/* 3693 */ 	width: 100%;
/* 3694 */ }
/* 3695 */
/* 3696 */ .woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text,
/* 3697 */ .woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
/* 3698 */ 	font-style: italic;
/* 3699 */ }
/* 3700 */

/* style.css */

/* 3701 */ .woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p,
/* 3702 */ .woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
/* 3703 */ 	margin-bottom: 15px;
/* 3704 */ }
/* 3705 */
/* 3706 */ .woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper a,
/* 3707 */ .woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper a {
/* 3708 */ 	text-decoration: underline;
/* 3709 */ }
/* 3710 */
/* 3711 */ .woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper #terms,
/* 3712 */ .woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper #terms {
/* 3713 */ 	cursor: pointer;
/* 3714 */ 	outline: none;
/* 3715 */ }
/* 3716 */
/* 3717 */ .woocommerce-checkout .woocommerce .checkout #payment .place-order button#place_order,
/* 3718 */ .woocommerce form .woocommerce-address-fields #payment .place-order button#place_order {
/* 3719 */ 	float: none;
/* 3720 */ 	display: inline-block;
/* 3721 */ 	border-radius: 4px;
/* 3722 */ 	padding: 18px 50px;
/* 3723 */ 	font-size: 18px;
/* 3724 */ 	line-height: 1;
/* 3725 */ 	text-transform: uppercase;
/* 3726 */ 	font-weight: 500;
/* 3727 */ 	-webkit-transition: 0.3s ease-in-out;
/* 3728 */ 	transition: 0.3s ease-in-out;
/* 3729 */ 	outline: none;
/* 3730 */ 	background-color: #f85c70;
/* 3731 */ }
/* 3732 */
/* 3733 */ .woocommerce-checkout .woocommerce .checkout #payment .place-order button#place_order:hover,
/* 3734 */ .woocommerce form .woocommerce-address-fields #payment .place-order button#place_order:hover {
/* 3735 */ 	background-color: #e43d40;
/* 3736 */ }
/* 3737 */
/* 3738 */ .woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row {
/* 3739 */ 	width: 49%;
/* 3740 */ 	padding: 0;
/* 3741 */ 	margin: 0;
/* 3742 */ }
/* 3743 */
/* 3744 */ .woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row input {
/* 3745 */ 	padding: 18px 15px;
/* 3746 */ 	border: none;
/* 3747 */ 	color: #444444;
/* 3748 */ 	background-color: #f2f2f2;
/* 3749 */ 	border-radius: 4px;
/* 3750 */ 	height: 55px;

/* style.css */

/* 3751 */ }
/* 3752 */
/* 3753 */ .woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row input:placeholder {
/* 3754 */ 	color: #6c757d;
/* 3755 */ 	opacity: 1;
/* 3756 */ }
/* 3757 */
/* 3758 */ .woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row button.button {
/* 3759 */ 	height: 55px;
/* 3760 */ 	padding: 15px 35px;
/* 3761 */ }
/* 3762 */
/* 3763 */ /*-------------------------------------
/* 3764 *| #. Woocommerce: Order received
/* 3765 *| ---------------------------------------*/
/* 3766 */ .woocommerce-order-received .woocommerce {
/* 3767 */ 	color: #111;
/* 3768 */ }
/* 3769 */
/* 3770 */ .woocommerce-order-received .woocommerce h2 {
/* 3771 */ 	font-size: 20px;
/* 3772 */ }
/* 3773 */
/* 3774 */ .woocommerce-order-received .woocommerce .order_details {
/* 3775 */ 	padding: 0;
/* 3776 */ }
/* 3777 */
/* 3778 */ .woocommerce-order-received .woocommerce .order_details li strong {
/* 3779 */ 	font-size: 15px;
/* 3780 */ 	line-height: 2;
/* 3781 */ }
/* 3782 */
/* 3783 */ .woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
/* 3784 */ 	font-size: 20px;
/* 3785 */ 	margin-bottom: 40px;
/* 3786 */ }
/* 3787 */
/* 3788 */ .woocommerce-order-received .woocommerce .title h3 {
/* 3789 */ 	margin-bottom: 10px;
/* 3790 */ }
/* 3791 */
/* 3792 */ .woocommerce .woocommerce-customer-details address {
/* 3793 */ 	border-radius: 0;
/* 3794 */ 	padding: 20px;
/* 3795 */ 	border: 1px solid #ccc;
/* 3796 */ }
/* 3797 */
/* 3798 */ .woocommerce .woocommerce-customer-details address br {
/* 3799 */ 	margin-bottom: 10px;
/* 3800 */ }

/* style.css */

/* 3801 */
/* 3802 */ .woocommerce .woocommerce-customer-details address p {
/* 3803 */ 	margin-top: 10px;
/* 3804 */ }
/* 3805 */
/* 3806 */ .woocommerce-order-details {
/* 3807 */ 	margin-top: 40px;
/* 3808 */ }
/* 3809 */
/* 3810 */ /*-------------------------------------
/* 3811 *| #. Woocommerce: My Account
/* 3812 *| ---------------------------------------*/
/* 3813 */ .woocommerce .col2-set .col-1,
/* 3814 */ .woocommerce-page .col2-set .col-1,
/* 3815 */ .woocommerce .col2-set .col-2,
/* 3816 */ .woocommerce-page .col2-set .col-2 {
/* 3817 */ 	-webkit-box-flex: 0;
/* 3818 */ 	-ms-flex: none;
/* 3819 */ 	flex: none;
/* 3820 */ 	max-width: inherit;
/* 3821 */ 	padding: 0;
/* 3822 */ }
/* 3823 */
/* 3824 */ .woocommerce-Address-title a.edit:hover {
/* 3825 */ 	text-decoration: underline;
/* 3826 */ }
/* 3827 */
/* 3828 */ .woocommerce table.shop_table.order_details {
/* 3829 */ 	margin-bottom: 50px;
/* 3830 */ }
/* 3831 */
/* 3832 */ .woocommerce table.shop_table.order_details .product-name a,
/* 3833 */ .woocommerce table.shop_table.order_details .download-product a {
/* 3834 */ 	color: #111111;
/* 3835 */ }
/* 3836 */
/* 3837 */ .woocommerce-column--billing-address {
/* 3838 */ 	margin-bottom: 30px;
/* 3839 */ }
/* 3840 */
/* 3841 */ .woocommerce-account .woocommerce {
/* 3842 */ 	color: #444444;
/* 3843 */ }
/* 3844 */
/* 3845 */ .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
/* 3846 */ .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
/* 3847 */ 	float: none;
/* 3848 */ 	width: inherit;
/* 3849 */ }
/* 3850 */

/* style.css */

/* 3851 */ .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
/* 3852 */ 	margin-bottom: 50px;
/* 3853 */ }
/* 3854 */
/* 3855 */ .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
/* 3856 */ 	list-style-type: none;
/* 3857 */ 	margin: 0;
/* 3858 */ 	padding: 0;
/* 3859 */ 	border: 1px solid #d7d7d7;
/* 3860 */ }
/* 3861 */
/* 3862 */ .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
/* 3863 */ 	border-bottom: 1px solid #d7d7d7;
/* 3864 */ }
/* 3865 */
/* 3866 */ .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
/* 3867 */ 	border-bottom: 0;
/* 3868 */ }
/* 3869 */
/* 3870 */ .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
/* 3871 */ 	color: #444444;
/* 3872 */ 	padding: 10px 10px 10px 30px;
/* 3873 */ 	display: block;
/* 3874 */ 	position: relative;
/* 3875 */ }
/* 3876 */
/* 3877 */ .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
/* 3878 */ 	content: "\f105";
/* 3879 */ 	font-family: 'Font Awesome 5 Free';
/* 3880 */ 	font-size: 14px;
/* 3881 */ 	font-weight: 600;
/* 3882 */ 	line-height: 1;
/* 3883 */ 	left: 15px;
/* 3884 */ 	top: 50%;
/* 3885 */ 	-webkit-transform: translateY(-50%);
/* 3886 */ 	transform: translateY(-50%);
/* 3887 */ 	position: absolute;
/* 3888 */ 	z-index: 1;
/* 3889 */ 	-webkit-transition: all 0.5s ease-out;
/* 3890 */ 	transition: all 0.5s ease-out;
/* 3891 */ }
/* 3892 */
/* 3893 */ .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
/* 3894 */ .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover,
/* 3895 */ .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
/* 3896 */ 	background-color: #f85c70;
/* 3897 */ 	color: #fff;
/* 3898 */ }
/* 3899 */
/* 3900 */ .woocommerce-account .woocommerce table .button {

/* style.css */

/* 3901 */ 	padding: 8px 14px;
/* 3902 */ }
/* 3903 */
/* 3904 */ .woocommerce table.my_account_orders th,
/* 3905 */ .woocommerce table.my_account_orders td,
/* 3906 */ .woocommerce table.my_account_orders .order-actions,
/* 3907 */ .woocommerce table.woocommerce-MyAccount-downloads th,
/* 3908 */ .woocommerce table.woocommerce-MyAccount-downloads td,
/* 3909 */ .woocommerce table.woocommerce-MyAccount-downloads .order-actions {
/* 3910 */ 	text-align: center;
/* 3911 */ }
/* 3912 */
/* 3913 */ .woocommerce-edit-address .woocommerce-MyAccount-content>p,
/* 3914 */ .woocommerce-edit-account .woocommerce-MyAccount-content .form-row {
/* 3915 */ 	margin-bottom: 30px;
/* 3916 */ }
/* 3917 */
/* 3918 */ .woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Button {
/* 3919 */ 	padding: 15px 25px;
/* 3920 */ }
/* 3921 */
/* 3922 */ .woocommerce-edit-account fieldset {
/* 3923 */ 	border: none;
/* 3924 */ 	margin: 0;
/* 3925 */ 	padding: 0;
/* 3926 */ }
/* 3927 */
/* 3928 */ .woocommerce-address-fields button.button {
/* 3929 */ 	padding: 15px 25px;
/* 3930 */ }
/* 3931 */
/* 3932 */ /*-------------------------------------
/* 3933 *| #. Woocommerce: Login/Register
/* 3934 *| ---------------------------------------*/
/* 3935 */ .woocommerce form.checkout_coupon,
/* 3936 */ .woocommerce form.login,
/* 3937 */ .woocommerce form.register {
/* 3938 */ 	border-radius: 0;
/* 3939 */ }
/* 3940 */
/* 3941 */ .woocommerce-account .woocommerce form.login .form-row,
/* 3942 */ .woocommerce-account .woocommerce form.register .form-row {
/* 3943 */ 	margin-bottom: 20px;
/* 3944 */ }
