/*
||===================================================||
||                                                   ||
||          Table of Contents                        ||
||                                                   ||
||          1. 	Mixins                               ||
||          2. 	Reset Styles                         ||
||          3. 	Page Preloader                       ||
||          4. 	Menu                                 ||
||          5. 	Header                               ||
||          6. 	Header search                        ||
||          7. 	Header Login Form                    ||
||          8. 	Blog                                 ||
||          9. 	Blog Single                          ||
||          10. Comments                             ||
||          11. Auto Single Page                     ||
||          12. Auto Vehicle Listings                ||
||          13. Pagination                           ||
||          14. Footer                               ||
||          15. Contact Form                         ||
||          16. Widget                               ||
||          17. Load More Button Style               ||
||          18. Widget Autos                         ||
||          19. Mobile Menu                          ||
||          20. Empty Search Page                    ||
||          21. 404  Page                            ||
||          22. Responsive                           ||
||                                                   ||
==================================================== ||
*/
/*-------------------------------------------------------------------

==  Jelect

-------------------------------------------------------------------*/
/* Style the buttons that are used to open and close the accordion panel */
p.category-text-p {
  padding-bottom: 40px;
  text-align: start;
}
.swiper {
  font-family: "Roboto", sans-serif;
  max-width: 700px;
}

.swiper .card {
  width: 300px;
  text-align: center;
  box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2);
}

.swiper .thumbnail {
  width: 100%;
  
}

.swiper .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper .card .title-container {
  display: inline-block;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  margin-top: 8px;
  text-decoration: none;
}

.swiper .card .title-container h3 {
  margin: 0;
  color: #0077b6;
  font-size: 20px;
}

.swiper .card .description {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  padding: 8px;
}

.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  padding: 8px;
  box-shadow: 0 15px 40px -3px rgba(0, 0, 0, 0.3);
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 0px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1;
}
section.award-mr {
  background-color: #ccc;
  margin-bottom: 100px;
}
.container.award-pd-top {
  padding: 100px 100px;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
  position: relative;
  top: 0px;
}

.category-btn a.active {
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  padding: 25px 35px;
  letter-spacing: 1.5px;
  background-color: #dd3333;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.38);
  display: block;
  text-align: center;
}
.category-1 a.active {
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  padding: 25px 35px;
  letter-spacing: 1.5px;
  background-color: #dd3333;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.38);
  display: block;
  text-align: center;
}
section.all-top-m {
  margin-top: 100px;
}
p.category-text {
  text-align: start;
  font-weight: 500;
}
.img-box img {
  width: 250px;
}
.img-box {
  margin: auto;
  width: 250px;
}

.category-h {
  padding: 20px;
}
*, *:before, *:after {
  box-sizing: border-box;
}

.testimonials-section {
  
  height: 600px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -100px;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 80px 12px;
  border-radius: 0%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
  animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__nav:checked:nth-of-type(5) ~ .slider__inner {
  left: -400%;
}
.slider__inner {
  position: absolute;
  top: 80px;
  left: 0;
  width: 500%;
  height: auto;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__caption {
  font-size: 14px;
  color: #111;
  opacity: .5;
  font-family: 'Roboto';
  font-weight: bold;
}
.slider__txt {
  font-size: 22px;
  font-weight: bold;
  font-family: 'Roboto';
  line-height: 1.7;
  color: #111;
  margin-top: -20px;
  margin-bottom: 20px;
  max-width: 750px;
}
quote {
  font-family: 'Arial';
  font-weight: bold;
  font-size: 100px;
  color: #ec2027;
  margin-bottom: 0;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

button.readmore__toggle {
  display: flex;
  margin-top: 1rem;
  border: none;
  background: linear-gradient(0deg, rgba(23,111,234,1) 0%, rgba(4,38,252,1) 100%);
  color: #ffffff;
  padding: .8rem;
  cursor: pointer;
  border-radius: 2rem;
}

.elementor-element {
  --widgets-spacing: 20px;
  width: 100%;
}
.our-strength-m {
  margin-bottom: 100px;
}
.accordion {
  background-color: #dd3333;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: 1px solid #fff;
  outline: none;
  transition: 0.4s;
  font-weight: 600;
}
button.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #dd333378;
}
section.mar-t-f {
  margin-top: 100px;
  margin-bottom: 100px;
}
.timer-m {
  margin-bottom: 100px;
  margin-top: 100px;
}
/* Style the accordion panel. Note: hidden by default */

.row.mt-choose {
  margin-top: 50px;
}
.float {
  position: fixed;
  width: 4rem;
  height: 4rem;
  bottom: 7rem;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  right: 2rem;
}




.my-float{
	margin-top:16px;
}
select#course {
  border: unset !important;
  transition: all .3s ease-in-out;
  background-color: #f7f7f7;
  height: 62px;
  padding-left: 30px;
}
section.top-m {
  margin-top: 100px;
  margin-bottom: 100px;
}
section.buttom-m {
  margin-bottom: 100px;
  margin-top: 100px;
}
.menu-l li.sub-nav-item.menu-item-depth-1:hover {
  background-color: #000;
  padding: 5px;
}
.pd-l a.menu-link.sub-menu-link {
  padding-left: 20px;
}
.uk-navbar-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  width: 200px;
  padding: unset;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
}
.float-button {
  text-decoration: none;
  position: fixed;
  padding: 10px;
  padding-right: 15px;
  bottom: 30px;
  right: 30px;
  color: #fff;
  background-color:#25D366;
  border-radius: 25px 30px 5px 25px;
  z-index: 100;
  font-family: Arial;
  font-size: 17px;
  animation: whatsapp-animation 0.5s ease-in-out;
  box-shadow: 1px 2px 5px 2px rgba(30,30,30,0.3);
  transition:all 0.3s ease-out;
}

.float-button:hover {
   background-color: #128C7E;
    color: #fff;
}

.fa-whatsapp {
  font-size:35px !important;
  padding-right: 5px;
  padding-left: 5px;
}

@keyframes whatsapp-animation {
  from {
      opacity: 0%;
  }

  to {
      opacity: 100%
  }
}

@media screen and (max-width: 545px) {
  

  .float-button {
      bottom: 15px;
      right: 15px;
      width: 20px;
      border-radius: 20px 20px 5px 20px;
  }

  .fa-whatsapp {
      font-size: 22px !important;
      padding: 4px;
  }
}
.call-buton .cc-calto-action-ripple {
	z-index: 100;
	position: fixed;
	right: 2rem;
	bottom: 12rem;
	background: #ec8b00;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}
.ts-about-intro {
  right: 0;
  bottom: 0;
  max-width: 350px;
  background: #dd3333;
  padding: 30px;
  color: #fff;
  padding-top: 35px;
  position: relative;
  right: -318px;
  top: -172px;
}
.ts-about-intro p {
  color: #fff !important;
}
del.del-price-heading {
  color: #4C5154;
  display: block;
  font-weight: 400;
  font-size: 18px;
}
 /* .vertical-menu {
  width: 500px;
}  */

.vertical-menu a {
  background-color: #eee;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #ccc;
}

.vertical-menu a.active {
  background-color: #dd3333;
  color: white;
}


.vertical-menu-2 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 1px 63px;
}
.list-heading a.active {
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  padding: 25px 35px;
  letter-spacing: 1.5px;
  background-color: #dd3333;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.38);
  display: block;
  text-align: center;
}
.list-heading {
  margin: 65px 40px 40px 40px;
}
.img-center {
  text-align: center;
}
.list-heading-1 a.active {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border-radius: 25px;
  padding: 15px 35px;
  letter-spacing: 1.5px;
  background-color: #dd3333;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.38);
  
}
.list-heading-1 {
  text-align: center;
  margin-top: 100px;
  display: grid;
}
.img-width img {
  width: 254px;
}

.line-s {
  width: 100%;
  height: 5px;
  content: "";
  background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #dd3333, rgba(255, 255, 255, 0) 75%);
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0 4.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 20%;
  margin-left: 0;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.05);
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #fff;
  background-color: #dd3333;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
span.pricing-heading {
  color: #dd3333;
  font-weight: 700;
  font-size: 23px;
}
.topbar {
  background-color: #000;
}



html .jelect-current {
  height: auto; }

.vc-auto-search .jelect-current, .vc-auto-search div.select {
  background: #fff !important;
  text-align: left;
  color: #222; }

.jelect {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box; }
  .jelect.select_mod-a {
    width: 190px; }

.jelect, .media-middle {
  vertical-align: middle; }

.jelect_state_active .jelect-current:after {
  transition: transform .3s ease;
  transform: rotate(180deg); }

.jelect-current {
  border: 1px solid #dddddd;
  line-height: 1;
  font-size: 13px;
  color: #222222;
  padding: 15px 70px 15px 20px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-wrap: normal; }
  .jelect-current:after {
    transition: transform .3s ease;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cccccc; }

.jelect-option:hover, .jelect-option_state_active {
  color: #fff !important; }

.jelect-option {
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
  padding: 8px 16px !important;
  display: block;
  height: 38px;
  font-size: 13px;
  line-height: 22px;
  color: #222;
  overflow-wrap: normal;
  transition: 125ms ease-out; }

.jelect-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2000;
  margin-top: 1px;
  display: none;
  max-height: 194px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 0;
  background: #fff;
  box-shadow: 1px 1px 4px 1px #eee; }

.jelect-input {
  display: none !important; }

.jelect-options_state_active {
  display: block !important; }

/*-------------------------------------------------------------------

==  Mixins

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Reset Styles

-------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  word-wrap: break-word; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 20;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  }

a:focus, a:active, a:visited {
  outline: none !important; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"], button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

label {
  display: block;
  margin-bottom: 10px; }

b,
strong {
  font-weight: 700; }

/*-------------------------------------------------------------------

==  Theme Custom Styles

-------------------------------------------------------------------*/
.tag-columns .wp-block-columns {
  margin-top: 0 !important; }

.vbox-child {
  box-shadow: unset !important; }

.tm_view_details_content {
  background: #fff;
  padding: 30px;
  margin: 30px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.2); }

#modal-search-full .uk-modal-dialog {
  background: #222222cc; }

@media only screen and (max-width: 780px) {
  .logged-in #modal-search-full button.uk-icon:not(:disabled).uk-close {
    margin-top: 46px !important; } }
.uk-lightbox iframe, .uk-lightbox figure {
  width: 720px; }

input.uk-search-input {
  padding-left: 0px;
  width: 99%; }

.single-page-wrapper, .post-inner_content, .uk-comment-body {
  /* Lists ------------------------------------- */
  /* VANILLA GALLERIES */ }
  .single-page-wrapper .blocks-gallery-grid .blocks-gallery-item figcaption, .post-inner_content .blocks-gallery-grid .blocks-gallery-item figcaption, .uk-comment-body .blocks-gallery-grid .blocks-gallery-item figcaption {
    margin-bottom: 0; }
  .single-page-wrapper .wp-block-column blockquote, .post-inner_content .wp-block-column blockquote, .uk-comment-body .wp-block-column blockquote {
    display: block;
    position: relative;
    margin-top: 40px;
    padding: 40px 40px 40px 90px;
    border-left: 5px solid #dd3333;
    background-color: #f9f9f9;
    color: #222222;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-align: left; }
    .single-page-wrapper .wp-block-column blockquote p, .post-inner_content .wp-block-column blockquote p, .uk-comment-body .wp-block-column blockquote p {
      margin-bottom: 0; }
    .single-page-wrapper .wp-block-column blockquote:before, .post-inner_content .wp-block-column blockquote:before, .uk-comment-body .wp-block-column blockquote:before {
      display: block;
      position: absolute;
      top: 50px;
      left: 35px;
      width: 27px;
      height: 19px;
      background-image: url(../images/quote-blockquote.png);
      background-position: center;
      background-repeat: no-repeat;
      content: ''; }
    .single-page-wrapper .wp-block-column blockquote cite, .post-inner_content .wp-block-column blockquote cite, .uk-comment-body .wp-block-column blockquote cite {
      font-size: 14px;
      margin-bottom: 0; }
  .single-page-wrapper .wp-block-column p, .post-inner_content .wp-block-column p, .uk-comment-body .wp-block-column p {
    margin-top: 0 !important; }
  .single-page-wrapper > p:first-child, .post-inner_content > p:first-child, .uk-comment-body > p:first-child {
    margin-top: 0 !important; }
  .single-page-wrapper p, .post-inner_content p, .uk-comment-body p {
    margin-top: 20px;
    margin-bottom: 20px; }
  .single-page-wrapper a, .post-inner_content a, .uk-comment-body a {
    color: inherit;
    transition: .3s ease; }
    .single-page-wrapper a:hover, .post-inner_content a:hover, .uk-comment-body a:hover {
      transition: .3s ease; }
    .single-page-wrapper a.wp-block-button__link, .post-inner_content a.wp-block-button__link, .uk-comment-body a.wp-block-button__link {
      color: #fff; }
  .single-page-wrapper ul,
  .single-page-wrapper ol, .post-inner_content ul,
  .post-inner_content ol, .uk-comment-body ul,
  .uk-comment-body ol {
    margin: 0 0 25px 0; }
  .single-page-wrapper ul, .post-inner_content ul, .uk-comment-body ul {
    list-style: disc; }
  .single-page-wrapper ul ul, .post-inner_content ul ul, .uk-comment-body ul ul {
    list-style: circle; }
  .single-page-wrapper ul ul ul, .post-inner_content ul ul ul, .uk-comment-body ul ul ul {
    list-style: square; }
  .single-page-wrapper ol, .post-inner_content ol, .uk-comment-body ol {
    list-style: decimal; }
  .single-page-wrapper ol ol, .post-inner_content ol ol, .uk-comment-body ol ol {
    list-style: lower-alpha; }
  .single-page-wrapper ol ol ol, .post-inner_content ol ol ol, .uk-comment-body ol ol ol {
    list-style: lower-roman; }
  .single-page-wrapper li, .post-inner_content li, .uk-comment-body li {
    margin: 15px 0 0 25px; }
  .single-page-wrapper li > ul,
  .single-page-wrapper li > ol, .post-inner_content li > ul,
  .post-inner_content li > ol, .uk-comment-body li > ul,
  .uk-comment-body li > ol {
    margin: 0 0 0 0; }
  .single-page-wrapper .reset-list-style,
  .single-page-wrapper .reset-list-style ul,
  .single-page-wrapper .reset-list-style ol, .post-inner_content .reset-list-style,
  .post-inner_content .reset-list-style ul,
  .post-inner_content .reset-list-style ol, .uk-comment-body .reset-list-style,
  .uk-comment-body .reset-list-style ul,
  .uk-comment-body .reset-list-style ol {
    list-style: none;
    margin: 0; }
  .single-page-wrapper .reset-list-style li, .post-inner_content .reset-list-style li, .uk-comment-body .reset-list-style li {
    margin: 0; }
  .single-page-wrapper dt,
  .single-page-wrapper dd, .post-inner_content dt,
  .post-inner_content dd, .uk-comment-body dt,
  .uk-comment-body dd {
    line-height: 1.5; }
  .single-page-wrapper dt, .post-inner_content dt, .uk-comment-body dt {
    font-weight: 700; }
  .single-page-wrapper dt + dd, .post-inner_content dt + dd, .uk-comment-body dt + dd {
    margin-top: 15px; }
  .single-page-wrapper dd + dt, .post-inner_content dd + dt, .uk-comment-body dd + dt {
    margin-top: 20px; }
  .single-page-wrapper ul ul, .post-inner_content ul ul, .uk-comment-body ul ul {
    margin-top: 0; }
  .single-page-wrapper .wp-block-archives:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-categories:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-code, .single-page-wrapper .wp-block-columns:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .single-page-wrapper .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .single-page-wrapper .wp-block-media-text:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-preformatted, .single-page-wrapper .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .single-page-wrapper .wp-block-quote, .single-page-wrapper .wp-block-quote.is-large, .single-page-wrapper .wp-block-quote.is-style-large, .single-page-wrapper .wp-block-verse, .single-page-wrapper .wp-block-video:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-archives:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-categories:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-code, .post-inner_content .wp-block-columns:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .post-inner_content .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .post-inner_content .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .post-inner_content .wp-block-media-text:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-preformatted, .post-inner_content .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .post-inner_content .wp-block-quote, .post-inner_content .wp-block-quote.is-large, .post-inner_content .wp-block-quote.is-style-large, .post-inner_content .wp-block-verse, .post-inner_content .wp-block-video:not(.alignwide):not(.alignfull), .uk-comment-body .wp-block-archives:not(.alignwide):not(.alignfull), .uk-comment-body .wp-block-categories:not(.alignwide):not(.alignfull), .uk-comment-body .wp-block-code, .uk-comment-body .wp-block-columns:not(.alignwide):not(.alignfull), .uk-comment-body .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .uk-comment-body .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .uk-comment-body .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .uk-comment-body .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .uk-comment-body .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .uk-comment-body .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .uk-comment-body .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .uk-comment-body .wp-block-media-text:not(.alignwide):not(.alignfull), .uk-comment-body .wp-block-preformatted, .uk-comment-body .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .uk-comment-body .wp-block-quote, .uk-comment-body .wp-block-quote.is-large, .uk-comment-body .wp-block-quote.is-style-large, .uk-comment-body .wp-block-verse, .uk-comment-body .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 25px;
    margin-top: 25px; }
  .single-page-wrapper .wp-block-image .alignleft, .post-inner_content .wp-block-image .alignleft, .uk-comment-body .wp-block-image .alignleft {
    float: left;
    margin-right: 25px; }
  .single-page-wrapper .wp-block-image .alignright, .post-inner_content .wp-block-image .alignright, .uk-comment-body .wp-block-image .alignright {
    float: right;
    margin-left: 25px; }
  .single-page-wrapper .wp-block-image, .post-inner_content .wp-block-image, .uk-comment-body .wp-block-image {
    margin-top: 25px;
    margin-bottom: 25px; }
  .single-page-wrapper .wp-block-image figcaption, .post-inner_content .wp-block-image figcaption, .uk-comment-body .wp-block-image figcaption {
    margin-top: 10px;
    margin-bottom: 10px; }
  .single-page-wrapper .wp-block-button, .post-inner_content .wp-block-button, .uk-comment-body .wp-block-button {
    margin: 15px 0; }
    .single-page-wrapper .wp-block-button a, .post-inner_content .wp-block-button a, .uk-comment-body .wp-block-button a {
      color: inherit; }
      .single-page-wrapper .wp-block-button a.wp-block-button__link, .post-inner_content .wp-block-button a.wp-block-button__link, .uk-comment-body .wp-block-button a.wp-block-button__link {
        color: #fff; }
  .single-page-wrapper .wp-block-pullquote, .post-inner_content .wp-block-pullquote, .uk-comment-body .wp-block-pullquote {
    padding: 0; }
  .single-page-wrapper .wp-block-quote.is-large, .single-page-wrapper .wp-block-quote.is-style-large, .post-inner_content .wp-block-quote.is-large, .post-inner_content .wp-block-quote.is-style-large, .uk-comment-body .wp-block-quote.is-large, .uk-comment-body .wp-block-quote.is-style-large {
    padding: 50px 75px !important; }
  .single-page-wrapper .wp-block-quote.has-text-align-right:after, .post-inner_content .wp-block-quote.has-text-align-right:after, .uk-comment-body .wp-block-quote.has-text-align-right:after {
    text-align: left; }
  .single-page-wrapper .wp-block-pullquote.has-background, .post-inner_content .wp-block-pullquote.has-background, .uk-comment-body .wp-block-pullquote.has-background {
    padding: 20px; }
  .single-page-wrapper .wp-block-pullquote.is-style-solid-color blockquote, .post-inner_content .wp-block-pullquote.is-style-solid-color blockquote, .uk-comment-body .wp-block-pullquote.is-style-solid-color blockquote {
    background: transparent;
    text-align: center; }
  .single-page-wrapper .wp-block-quote.is-large p, .single-page-wrapper .wp-block-quote.is-style-large p, .post-inner_content .wp-block-quote.is-large p, .post-inner_content .wp-block-quote.is-style-large p, .uk-comment-body .wp-block-quote.is-large p, .uk-comment-body .wp-block-quote.is-style-large p {
    line-height: 40px;
    font-size: 30px; }
  .single-page-wrapper .has-large-font-size, .post-inner_content .has-large-font-size, .uk-comment-body .has-large-font-size {
    line-height: 1.5; }
  .single-page-wrapper .has-medium-font-size, .post-inner_content .has-medium-font-size, .uk-comment-body .has-medium-font-size {
    line-height: 1.5; }
  .single-page-wrapper .has-drop-cap:not(:focus)::first-letter, .post-inner_content .has-drop-cap:not(:focus)::first-letter, .uk-comment-body .has-drop-cap:not(:focus)::first-letter {
    color: #222;
    font-size: 5.1em;
    font-weight: 800;
    margin: 0.05em 0.1em 0 0; }
  .single-page-wrapper .has-drop-cap:not(:focus)::first-letter::after, .post-inner_content .has-drop-cap:not(:focus)::first-letter::after, .uk-comment-body .has-drop-cap:not(:focus)::first-letter::after {
    content: "";
    display: table;
    clear: both; }
  .single-page-wrapper .has-drop-cap:not(:focus)::after, .post-inner_content .has-drop-cap:not(:focus)::after, .uk-comment-body .has-drop-cap:not(:focus)::after {
    padding: 0; }
  .single-page-wrapper .wp-block-cover, .single-page-wrapper .wp-block-cover-image, .post-inner_content .wp-block-cover, .post-inner_content .wp-block-cover-image, .uk-comment-body .wp-block-cover, .uk-comment-body .wp-block-cover-image {
    margin-bottom: 25px; }
  .single-page-wrapper .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h1:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h2:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h3:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h4:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h5:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h6:not(.has-text-color), .single-page-wrapper .wp-block-cover-image p:not(.has-text-color), .single-page-wrapper .wp-block-cover .wp-block-subhead:not(.has-text-color), .single-page-wrapper .wp-block-cover h1:not(.has-text-color), .single-page-wrapper .wp-block-cover h2:not(.has-text-color), .single-page-wrapper .wp-block-cover h3:not(.has-text-color), .single-page-wrapper .wp-block-cover h4:not(.has-text-color), .single-page-wrapper .wp-block-cover h5:not(.has-text-color), .single-page-wrapper .wp-block-cover h6:not(.has-text-color), .single-page-wrapper .wp-block-cover p:not(.has-text-color), .post-inner_content .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .post-inner_content .wp-block-cover-image h1:not(.has-text-color), .post-inner_content .wp-block-cover-image h2:not(.has-text-color), .post-inner_content .wp-block-cover-image h3:not(.has-text-color), .post-inner_content .wp-block-cover-image h4:not(.has-text-color), .post-inner_content .wp-block-cover-image h5:not(.has-text-color), .post-inner_content .wp-block-cover-image h6:not(.has-text-color), .post-inner_content .wp-block-cover-image p:not(.has-text-color), .post-inner_content .wp-block-cover .wp-block-subhead:not(.has-text-color), .post-inner_content .wp-block-cover h1:not(.has-text-color), .post-inner_content .wp-block-cover h2:not(.has-text-color), .post-inner_content .wp-block-cover h3:not(.has-text-color), .post-inner_content .wp-block-cover h4:not(.has-text-color), .post-inner_content .wp-block-cover h5:not(.has-text-color), .post-inner_content .wp-block-cover h6:not(.has-text-color), .post-inner_content .wp-block-cover p:not(.has-text-color), .uk-comment-body .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .uk-comment-body .wp-block-cover-image h1:not(.has-text-color), .uk-comment-body .wp-block-cover-image h2:not(.has-text-color), .uk-comment-body .wp-block-cover-image h3:not(.has-text-color), .uk-comment-body .wp-block-cover-image h4:not(.has-text-color), .uk-comment-body .wp-block-cover-image h5:not(.has-text-color), .uk-comment-body .wp-block-cover-image h6:not(.has-text-color), .uk-comment-body .wp-block-cover-image p:not(.has-text-color), .uk-comment-body .wp-block-cover .wp-block-subhead:not(.has-text-color), .uk-comment-body .wp-block-cover h1:not(.has-text-color), .uk-comment-body .wp-block-cover h2:not(.has-text-color), .uk-comment-body .wp-block-cover h3:not(.has-text-color), .uk-comment-body .wp-block-cover h4:not(.has-text-color), .uk-comment-body .wp-block-cover h5:not(.has-text-color), .uk-comment-body .wp-block-cover h6:not(.has-text-color), .uk-comment-body .wp-block-cover p:not(.has-text-color) {
    color: #fff; }
    .single-page-wrapper .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h1:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h2:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h3:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h4:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h5:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h6:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image p:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h1:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h2:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h3:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h4:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h5:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h6:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover p:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h1:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h2:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h3:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h4:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h5:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h6:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image p:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h1:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h2:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h3:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h4:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h5:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h6:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover p:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover-image h1:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover-image h2:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover-image h3:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover-image h4:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover-image h5:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover-image h6:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover-image p:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover h1:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover h2:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover h3:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover h4:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover h5:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover h6:not(.has-text-color) a:hover, .uk-comment-body .wp-block-cover p:not(.has-text-color) a:hover {
      color: #fff; }
  .single-page-wrapper .wp-block-group.has-background, .post-inner_content .wp-block-group.has-background, .uk-comment-body .wp-block-group.has-background {
    padding: 35px; }
  .single-page-wrapper .alignnone, .single-page-wrapper .aligncenter, .single-page-wrapper .alignleft, .single-page-wrapper .alignright, .single-page-wrapper .alignwide, .post-inner_content .alignnone, .post-inner_content .aligncenter, .post-inner_content .alignleft, .post-inner_content .alignright, .post-inner_content .alignwide, .uk-comment-body .alignnone, .uk-comment-body .aligncenter, .uk-comment-body .alignleft, .uk-comment-body .alignright, .uk-comment-body .alignwide {
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto; }
  .single-page-wrapper > .alignfull, .post-inner_content > .alignfull, .uk-comment-body > .alignfull {
    margin-bottom: 25px;
    margin-top: 25px; }
  .single-page-wrapper pre, .post-inner_content pre, .uk-comment-body pre {
    padding: 25px;
    border: 0;
    background-color: #f9f9f9; }
  .single-page-wrapper .wp-block-table table, .post-inner_content .wp-block-table table, .uk-comment-body .wp-block-table table {
    width: 100%; }
  .single-page-wrapper table, .post-inner_content table, .uk-comment-body table {
    border-collapse: collapse;
    margin-bottom: 25px;
    margin-top: 25px;
    border: 1px solid; }
  .single-page-wrapper th, .single-page-wrapper td, .post-inner_content th, .post-inner_content td, .uk-comment-body th, .uk-comment-body td {
    border: 1px solid;
    line-height: 1.4;
    margin: 0;
    overflow: visible;
    padding: 10px; }
  .single-page-wrapper .wp-block-table.is-style-stripes td, .single-page-wrapper .wp-block-table.is-style-stripes th, .post-inner_content .wp-block-table.is-style-stripes td, .post-inner_content .wp-block-table.is-style-stripes th, .uk-comment-body .wp-block-table.is-style-stripes td, .uk-comment-body .wp-block-table.is-style-stripes th {
    border: 1px solid; }
  .single-page-wrapper p + h1, .single-page-wrapper p + h2, .single-page-wrapper p + h3, .single-page-wrapper p + h4, .single-page-wrapper p + h5, .single-page-wrapper p + h6, .post-inner_content p + h1, .post-inner_content p + h2, .post-inner_content p + h3, .post-inner_content p + h4, .post-inner_content p + h5, .post-inner_content p + h6, .uk-comment-body p + h1, .uk-comment-body p + h2, .uk-comment-body p + h3, .uk-comment-body p + h4, .uk-comment-body p + h5, .uk-comment-body p + h6 {
    margin-top: 25px; }
  .single-page-wrapper .gallery + h1, .single-page-wrapper .gallery + h2, .single-page-wrapper .gallery + h3, .single-page-wrapper .gallery + h4, .single-page-wrapper .gallery + h5, .single-page-wrapper .gallery + h6, .post-inner_content .gallery + h1, .post-inner_content .gallery + h2, .post-inner_content .gallery + h3, .post-inner_content .gallery + h4, .post-inner_content .gallery + h5, .post-inner_content .gallery + h6, .uk-comment-body .gallery + h1, .uk-comment-body .gallery + h2, .uk-comment-body .gallery + h3, .uk-comment-body .gallery + h4, .uk-comment-body .gallery + h5, .uk-comment-body .gallery + h6 {
    margin-top: 25px; }
  .single-page-wrapper .gallery, .post-inner_content .gallery, .uk-comment-body .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .single-page-wrapper .gallery .gallery-item, .post-inner_content .gallery .gallery-item, .uk-comment-body .gallery .gallery-item {
      text-align: center; }
      .single-page-wrapper .gallery .gallery-item img, .post-inner_content .gallery .gallery-item img, .uk-comment-body .gallery .gallery-item img {
        display: inline-block; }
  .single-page-wrapper .gallery-item, .post-inner_content .gallery-item, .uk-comment-body .gallery-item {
    margin: 15px 0;
    padding: 15px;
    width: 100%; }
  .single-page-wrapper .gallery-columns-2 .gallery-item, .post-inner_content .gallery-columns-2 .gallery-item, .uk-comment-body .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .single-page-wrapper .gallery-columns-3 .gallery-item, .post-inner_content .gallery-columns-3 .gallery-item, .uk-comment-body .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .single-page-wrapper .gallery-columns-4 .gallery-item, .post-inner_content .gallery-columns-4 .gallery-item, .uk-comment-body .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .single-page-wrapper .gallery-columns-5 .gallery-item, .post-inner_content .gallery-columns-5 .gallery-item, .uk-comment-body .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .single-page-wrapper .gallery-columns-6 .gallery-item, .post-inner_content .gallery-columns-6 .gallery-item, .uk-comment-body .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .single-page-wrapper .gallery-columns-7 .gallery-item, .post-inner_content .gallery-columns-7 .gallery-item, .uk-comment-body .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .single-page-wrapper .gallery-columns-8 .gallery-item, .post-inner_content .gallery-columns-8 .gallery-item, .uk-comment-body .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .single-page-wrapper .gallery-columns-9 .gallery-item, .post-inner_content .gallery-columns-9 .gallery-item, .uk-comment-body .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  .single-page-wrapper img, .post-inner_content img, .uk-comment-body img {
    display: block; }
  .single-page-wrapper figure figcaption, .post-inner_content figure figcaption, .uk-comment-body figure figcaption {
    text-align: center; }
  .single-page-wrapper .alignleft, .post-inner_content .alignleft, .uk-comment-body .alignleft {
    float: left;
    margin: 0 25px 10px 0; }
  .single-page-wrapper .alignright, .post-inner_content .alignright, .uk-comment-body .alignright {
    float: right;
    margin: 0 0 10px 25px; }
  .single-page-wrapper .wp-block-image figure, .post-inner_content .wp-block-image figure, .uk-comment-body .wp-block-image figure {
    width: auto;
    max-width: none;
    margin-bottom: 15px !important; }
  .single-page-wrapper .wp-block-button, .post-inner_content .wp-block-button, .uk-comment-body .wp-block-button {
    transition: .3s ease; }
    .single-page-wrapper .wp-block-button:hover, .post-inner_content .wp-block-button:hover, .uk-comment-body .wp-block-button:hover {
      transition: .3s ease; }
    .single-page-wrapper .wp-block-button .wp-block-button__link:hover, .post-inner_content .wp-block-button .wp-block-button__link:hover, .uk-comment-body .wp-block-button .wp-block-button__link:hover {
      color: #ffffff !important; }
    .single-page-wrapper .wp-block-button.is-style-outline .wp-block-button__link, .post-inner_content .wp-block-button.is-style-outline .wp-block-button__link, .uk-comment-body .wp-block-button.is-style-outline .wp-block-button__link {
      color: #32373c !important; }
  .single-page-wrapper .wp-block-cover, .post-inner_content .wp-block-cover, .uk-comment-body .wp-block-cover {
    margin-bottom: 25px; }
  .single-page-wrapper dl, .post-inner_content dl, .uk-comment-body dl {
    margin-bottom: 25px; }
  /* .single-page-wrapper select, .post-inner_content select, .uk-comment-body select {
    background: url(./images/arrow-dropdown.png) 97% 50%;
    background-repeat: no-repeat; } */
  .single-page-wrapper .wp-block-calendar, .post-inner_content .wp-block-calendar, .uk-comment-body .wp-block-calendar {
    margin-top: 25px;
    margin-bottom: 25px; }
    .single-page-wrapper .wp-block-calendar table caption, .post-inner_content .wp-block-calendar table caption, .uk-comment-body .wp-block-calendar table caption {
      caption-side: top;
      font-weight: 600;
      color: #222;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px; }
    .single-page-wrapper .wp-block-calendar table th, .post-inner_content .wp-block-calendar table th, .uk-comment-body .wp-block-calendar table th {
      background: none;
      font-weight: 600;
      color: #222; }
    .single-page-wrapper .wp-block-calendar table td, .post-inner_content .wp-block-calendar table td, .uk-comment-body .wp-block-calendar table td {
      padding-top: 15px;
      padding-bottom: 15px; }
    .single-page-wrapper .wp-block-calendar table tfoot td a, .post-inner_content .wp-block-calendar table tfoot td a, .uk-comment-body .wp-block-calendar table tfoot td a {
      color: #222222;
      text-decoration: none;
      font-weight: 500; }
    .single-page-wrapper .wp-block-calendar nav, .post-inner_content .wp-block-calendar nav, .uk-comment-body .wp-block-calendar nav {
      display: flex;
      justify-content: space-between; }
  .single-page-wrapper .wp-block-latest-comments li, .post-inner_content .wp-block-latest-comments li, .uk-comment-body .wp-block-latest-comments li {
    list-style: none;
    margin-left: 0;
    margin-top: 25px; }
    .single-page-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-author, .post-inner_content .wp-block-latest-comments li .wp-block-latest-comments__comment-author, .uk-comment-body .wp-block-latest-comments li .wp-block-latest-comments__comment-author {
      font-weight: 500;
      color: #222222; }
    .single-page-wrapper .wp-block-latest-comments li time, .post-inner_content .wp-block-latest-comments li time, .uk-comment-body .wp-block-latest-comments li time {
      margin-top: 3px;
      margin-bottom: 5px;
      color: #7b7d7f;
      font-size: 13px; }
  .single-page-wrapper .wp-block-latest-posts li, .post-inner_content .wp-block-latest-posts li, .uk-comment-body .wp-block-latest-posts li {
    margin-top: 25px;
    margin-left: 0; }
    .single-page-wrapper .wp-block-latest-posts li time, .post-inner_content .wp-block-latest-posts li time, .uk-comment-body .wp-block-latest-posts li time {
      margin-top: 3px;
      margin-bottom: 5px;
      color: #7b7d7f;
      font-size: 13px; }
  .single-page-wrapper .wp-block-latest-posts.is-grid li, .post-inner_content .wp-block-latest-posts.is-grid li, .uk-comment-body .wp-block-latest-posts.is-grid li {
    margin-top: 15px; }
  .single-page-wrapper .wp-block-search, .post-inner_content .wp-block-search, .uk-comment-body .wp-block-search {
    position: relative; }
    .single-page-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input, .post-inner_content .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input, .uk-comment-body .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
      height: 62px;
      padding-left: 30px; }
      .single-page-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:hover, .post-inner_content .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:hover, .uk-comment-body .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:hover {
        -webkit-box-shadow: unset;
        border-radius: 2px;
        background-color: white;
        box-shadow: unset; }
    .single-page-wrapper .wp-block-search .wp-block-search__input, .post-inner_content .wp-block-search .wp-block-search__input, .uk-comment-body .wp-block-search .wp-block-search__input {
      max-width: calc(100% - 157px); }
    .single-page-wrapper .wp-block-search button, .post-inner_content .wp-block-search button, .uk-comment-body .wp-block-search button {
      flex-grow: 0;
      height: 65px;
      width: 105px;
      text-transform: uppercase;
      font-size: 13px;
      border-radius: 2px;
      border-color: #222;
      color: #222;
      font-weight: 700;
      background-color: #fff;
      transition: .3s ease-in-out; }
      .single-page-wrapper .wp-block-search button:hover, .post-inner_content .wp-block-search button:hover, .uk-comment-body .wp-block-search button:hover {
        border-color: #edb509;
        color: #fff;
        background-color: #edb509; }
  .single-page-wrapper .wp-block-tag-cloud a, .post-inner_content .wp-block-tag-cloud a, .uk-comment-body .wp-block-tag-cloud a {
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    border: 2px solid #dddddd;
    background-color: #ffffff;
    color: #222222;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 2.86;
    white-space: nowrap;
    transition: 0.3s; }
    .single-page-wrapper .wp-block-tag-cloud a:hover, .post-inner_content .wp-block-tag-cloud a:hover, .uk-comment-body .wp-block-tag-cloud a:hover {
      border-color: #edb509;
      background-color: #edb509;
      color: #ffffff;
      text-decoration: none; }
  .single-page-wrapper .wp-block-rss li, .post-inner_content .wp-block-rss li, .uk-comment-body .wp-block-rss li {
    list-style: none;
    margin-left: 0;
    color: #edb509;
    transition: all .3s ease-in-out; }
    .single-page-wrapper .wp-block-rss li:hover, .post-inner_content .wp-block-rss li:hover, .uk-comment-body .wp-block-rss li:hover {
      color: #d69e06; }
  .single-page-wrapper figcaption a, .post-inner_content figcaption a, .uk-comment-body figcaption a {
    color: inherit;
    transition: .3s ease; }
    .single-page-wrapper figcaption a:hover, .post-inner_content figcaption a:hover, .uk-comment-body figcaption a:hover {
      transition: .3s ease; }

.single-page-wrapper blockquote a {
  color: inherit;
  transition: .3s ease; }
  .single-page-wrapper blockquote a:hover {
    transition: .3s ease; }
.single-page-wrapper table a {
  color: inherit;
  transition: .3s ease; }
  .single-page-wrapper table a:hover {
    transition: .3s ease; }
.single-page-wrapper dd a {
  color: inherit;
  transition: .3s ease; }
  .single-page-wrapper dd a:hover {
    transition: .3s ease; }
.single-page-wrapper p a {
  color: inherit;
  transition: .3s ease; }
  .single-page-wrapper p a:hover {
    transition: .3s ease; }

.plugin-disable p {
  margin-bottom: 25px; }
.plugin-disable .comment-moderation img {
  margin-bottom: 10px !important; }

iframe, figure {
  max-width: 100%;
  width: 100%; }

address {
  padding: 25px;
  margin-top: 25px;
  margin-bottom: 25px; }

code {
  margin: 3px; }

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 90%;
  padding: 3px 10px;
  color: #222 !important;
  margin-top: 25px;
  margin-bottom: 25px; }

select {
  cursor: pointer;
  position: relative;
  max-width: 100%;
  appearance: none;
  outline: 0;
  width: 100%;
  color: #aaaaaa;
  line-height: 1;
  padding: 16px 35px;
  border: 1px solid;
  margin-bottom: 20px;
  transition: .3s ease;
  background: url("../images/arrow-dropdown.png") 95% 45% #fff;
  background-repeat: no-repeat; }

em {
  color: inherit; }

p + p {
  margin-top: 20px;
  margin-bottom: 0 !important; }

figcaption {
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 10px; }

img {
  max-width: 100%;
  height: auto; }

a:hover {
  text-decoration: none; }

.fl-page-padding {
  height: 100px; }

#fl-main-holder {
  overflow: hidden; }

.fl-main-container {
  overflow: hidden; }

.uk-modal-dialog {
  overflow: hidden; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 23px; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:focus, button:active,
  [type="button"]:focus,
  [type="button"]:active,
  [type="reset"]:focus,
  [type="reset"]:active,
  [type="submit"]:focus,
  [type="submit"]:active {
    outline: none; }

.sticky .article-intro__title a {
  padding-left: 25px;
  position: relative; }
  .sticky .article-intro__title a:after {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 25px;
    content: '\f08d';
    font-family: FontAwesome;
    color: #dd3333; }

input {
  height: 62px;
  padding-left: 30px;
  border: none;
  border-radius: 2px;
  background-color: #f7f7f7;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s ease-in-out; }
  input::placeholder {
    color: #aaaaaa; }
  input:hover, input:active, input:focus {
    -webkit-box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06); }

input[type=checkbox] {
  width: auto;
  height: 10px;
  display: inline-flex;
  margin-right: 4px;
  margin-top: 9px; }
  input[type=checkbox]:hover, input[type=checkbox]:active, input[type=checkbox]:focus {
    box-shadow: none !important;
    transition: .3s ease; }

textarea {
  border: none;
  border-radius: 2px;
  border: unset !important;
  background-color: #f7f7f7 !important;
  color: #3a3a3a !important;
  font-size: 18px !important;
  font-weight: 400;
  height: 150px;
  resize: none;
  padding-left: 30px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-right: 12px !important;
  transition: all 0.3s ease-in-out !important; }
  textarea::placeholder {
    color: #aaaaaa; }
  textarea:hover, textarea:active, textarea:focus {
    -webkit-box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    background-color: white !important;
    box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06) !important; }

button {
  border: none; }

blockquote {
  display: block;
  position: relative;
  margin-top: 40px;
  padding: 40px 40px 40px 90px;
  border-left: 5px solid #dd3333;
  background-color: #f9f9f9;
  color: #222222;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: left; }
  blockquote a {
    color: inherit;
    transition: .3s ease; }
    blockquote a:hover {
      transition: .3s ease; }
  blockquote p {
    font-size: inherit !important; }
    blockquote p:first-child {
      margin-top: 0 !important; }
  blockquote:before {
    display: block;
    position: absolute;
    top: 50px;
    left: 35px;
    width: 27px;
    height: 19px;
    background-image: url(../images/quote-blockquote.png);
    background-position: center;
    background-repeat: no-repeat;
    content: ''; }
  blockquote cite, blockquote em {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    font-style: initial; }
    blockquote cite strong, blockquote em strong {
      color: #222222;
      font-size: 18px;
      font-weight: 500;
      font-style: initial; }
  blockquote.extraclass:after {
    bottom: 40px !important;
    left: 45px !important; }
  blockquote.has-very-dark-gray-color:after {
    font-size: 47px;
    bottom: 60px; }

.slick-slider {
  overflow: hidden; }
  .slick-slider .slick-track:after {
    content: "";
    clear: both;
    display: table; }
  .slick-slider .slider-image {
    float: left; }

.cf::after {
  content: "";
  clear: both;
  display: table; }

.hidden {
  display: none; }

.fl-form-password-protected .fl-input-group {
  display: flex;
  flex-wrap: wrap; }
  .fl-form-password-protected .fl-input-group input {
    flex-grow: 1;
    max-width: 70%;
    width: 100%;
    color: #aaaaaa;
    border-radius: 0;
    line-height: 1;
    padding: 13px 35px;
    transition: .3s ease;
    margin-right: -1px;
    margin-bottom: 0;
    max-width: calc(100% - 157px); }
  .fl-form-password-protected .fl-input-group button {
    flex-grow: 0;
    height: 62px;
    width: 105px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    background-color: #222;
    transition: .3s ease-in-out;
    border: 1px solid #222;
    padding: 0px;
    margin-left: 0px;
    word-break: normal;
    justify-content: center;
    align-items: center; }
    .fl-form-password-protected .fl-input-group button:hover {
      border-color: #edb509;
      color: #fff;
      background-color: #edb509; }

.comment-moderation p {
  margin-bottom: 25px; }
.comment-moderation h1, .comment-moderation h2, .comment-moderation h3, .comment-moderation h4, .comment-moderation h5, .comment-moderation h6 {
  margin-top: 25px; }
.comment-moderation img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px !important; }

.trackback .comments--reply-wrapper {
  flex-wrap: wrap; }
.trackback .comment-author-name {
  display: block; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.gallery-caption {
  box-sizing: border-box; }

.bypostauthor {
  box-sizing: border-box; }

.fl-story-page-inner > a {
  transition: .3s ease;
  color: inherit; }
  .fl-story-page-inner > a:hover {
    transition: .3s ease; }

.single-post-wrapper img.alignleft, .single-post-wrapper img.alignright, .single-page-wrapper img.alignleft, .single-page-wrapper img.alignright {
  clear: both; }

.wp-block-latest-comments__comment-meta {
  background-color: transparent;
  line-height: 30px; }

.post-inner-pagination, .page-inner-pagination {
  padding-top: 25px; }
  .post-inner-pagination .pagination-text, .page-inner-pagination .pagination-text {
    color: #222222;
    margin-right: 5px; }
  .post-inner-pagination .post-page-numbers, .page-inner-pagination .post-page-numbers {
    height: 40px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    line-height: 1;
    width: 40px;
    transition: .3s ease;
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
    justify-content: center;
    color: #222; }
    .post-inner-pagination .post-page-numbers.current, .post-inner-pagination .post-page-numbers:hover, .page-inner-pagination .post-page-numbers.current, .page-inner-pagination .post-page-numbers:hover {
      color: #fff;
      border: 1px solid #dd3333;
      background-color: #dd3333; }

.plugin-disable .comment-form-cookies-consent {
  margin-top: 20px; }
.plugin-disable form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:before {
  top: 3px; }
.plugin-disable form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:after {
  top: 6px !important;
  left: 3px !important; }
.plugin-disable .blocks-gallery-grid {
  margin-bottom: 0 !important; }
  .plugin-disable .blocks-gallery-grid .blocks-gallery-item {
    margin-bottom: 20px !important; }
.plugin-disable blockquote cite {
  margin-top: 0; }
  .plugin-disable blockquote cite em {
    margin-top: 0; }
.plugin-disable .wp-block-gallery.columns-3 .blocks-gallery-caption {
  display: flex;
  margin-bottom: 20px !important;
  margin-top: 0; }
.plugin-disable .wp-block-gallery.columns-2 figcaption {
  margin-top: 0; }
.plugin-disable figure + p {
  margin-top: 0; }
.plugin-disable figure.wp-block-gallery {
  margin-bottom: 0 !important; }
.plugin-disable .wp-block-spacer + p {
  margin-top: 0; }
.plugin-disable .wp-block-columns ol li:first-child {
  margin-top: 0; }
.plugin-disable .wp-block-columns .wp-block-quote {
  margin-top: 0; }

.post-inner_content .wp-block-pullquote.is-style-solid-color blockquote {
  margin-top: 0px; }

body.logged-in .plugin-disable form.fl-comment-form .submit-btn-container {
  margin-top: 20px; }

.logged-in button.uk-icon:not(:disabled).uk-close {
  margin-top: 0px; }
.logged-in button.uk-icon:not(:disabled) {
  margin-top: 32px; }
.logged-in .uk-offcanvas-reveal .uk-offcanvas-bar {
  margin-top: 32px; }
.logged-in #modal-search-full button.uk-icon:not(:disabled).uk-close {
  margin-top: 32px; }
.logged-in button.uk-icon:not(:disabled).uk-search-icon {
  margin-top: 0px; }

.rev-slider-mobile-bg {
  min-height: 100% !important;
  opacity: .9; }

.helping-plugin-not-found .wp-block-button .wp-block-button__link {
  color: #fff !important; }
  .helping-plugin-not-found .wp-block-button .wp-block-button__link:hover {
    opacity: 1 !important; }
.helping-plugin-not-found .wp-block-button.is-style-outline .wp-block-button__link {
  color: #32373c !important; }
  .helping-plugin-not-found .wp-block-button.is-style-outline .wp-block-button__link:hover {
    opacity: 1 !important;
    color: #fff !important; }
.helping-plugin-not-found form.fl-comment-form input, .helping-plugin-not-found form.fl-comment-form textarea {
  margin-bottom: 20px !important; }
.helping-plugin-not-found .comment-moderation cite {
  margin-bottom: 0 !important; }

#booking_car_info .rb_field:last-child input {
  margin-bottom: 0 !important; }

#booking_car_info .booking_form {
  padding-top: 0 !important; }

.sidebar_container .widget:last-child {
  margin-bottom: 0; }

.single-post-wrapper .wp-block-archives-list li {
  position: relative;
  transition: all .3s ease-in-out; }
  .single-post-wrapper .wp-block-archives-list li:hover {
    color: #dd3333; }
  .single-post-wrapper .wp-block-archives-list li .fl-archive-post-count:before {
    content: '('; }
  .single-post-wrapper .wp-block-archives-list li .fl-archive-post-count:after {
    content: ')'; }
.single-post-wrapper .wp-block-search__input {
  padding: 0.5px; }
.single-post-wrapper .wp-block-archives-dropdown select, .single-post-wrapper .wp-block-categories select {
  font-size: 14px;
  background: url(../images/arrow-dropdown.png) #fff 98.5% 55%;
  padding: 16px 25px;
  background-repeat: no-repeat;
  margin-bottom: 0px; }
.single-post-wrapper .wp-block-latest-comments li, .single-post-wrapper .wp-block-latest-posts li {
  margin: 15px 0 0 0px; }
  .single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
    font-weight: 600;
    color: #edb509;
    transition: all .3s ease-in-out; }
    .single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author:hover, .single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link:hover, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author:hover, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link:hover {
      color: #d69e06 !important; }
  .single-post-wrapper .wp-block-latest-comments li a, .single-post-wrapper .wp-block-latest-posts li a {
    font-weight: 600;
    color: #edb509;
    transition: all .3s ease-in-out; }
    .single-post-wrapper .wp-block-latest-comments li a:hover, .single-post-wrapper .wp-block-latest-posts li a:hover {
      color: #d69e06 !important; }
.single-post-wrapper table a {
  color: #edb509 !important;
  transition: all .3s ease-in-out;
  font-weight: 700; }
  .single-post-wrapper table a:hover {
    color: #d69e06 !important; }

/*-------------------------------------------------------------------

==  Preloader Page

-------------------------------------------------------------------*/
#fl-page--preloader {
  padding: 0 15px;
  z-index: 1999;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  #fl-page--preloader .save_loader_bugs {
    display: none; }
  #fl-page--preloader .fl-top-progress {
    position: absolute;
    width: 100%;
    top: 0; }
    #fl-page--preloader .fl-top-progress .fl-loader_right {
      opacity: 0.8;
      position: absolute;
      right: 100%;
      z-index: 999;
      height: 7px;
      display: inline-block;
      left: 50%;
      width: 0;
      transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275); }
    #fl-page--preloader .fl-top-progress .fl-loader_left {
      opacity: 0.8;
      position: absolute;
      z-index: 999;
      height: 7px;
      display: inline-block;
      right: 50%;
      width: 0;
      transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275); }
  #fl-page--preloader .fl--preloader-progress-bar {
    height: 8px;
    max-width: 650px;
    padding: 3px 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #eee; }
    #fl-page--preloader .fl--preloader-progress-bar span {
      float: left;
      width: 0;
      height: 100%;
      display: inline-block; }
  #fl-page--preloader .fl-preloader--text-percent {
    margin-top: 45px;
    font-size: 23px; }
    #fl-page--preloader .fl-preloader--text-percent .fl--preloader-percent {
      font-size: 26px;
      color: #222; }
  #fl-page--preloader.fl-preloader-close {
    transform: translateY(-1000%);
    opacity: 0;
    transition: opacity 0s ease-in ,transform 0s ease-in;
    display: none; }
  #fl-page--preloader .fl-top-background-preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50%; }
  #fl-page--preloader .fl-bottom-background-preloader {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50%; }

/*-------------------------------------------------------------------

==  Menu

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Top Header Content

-------------------------------------------------------------------*/
.page-header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.padding-fixed-navbar #youzify {
  margin-top: 106px; }

.fl-header--navigation.fixed-navbar {
  background: #fff;
  width: 100%;
  z-index: 9; }
.fl-header--navigation.fixed-enable {
  box-shadow: 0 1px 1px 0 #ddd;
  transition: .5s ease;
  position: fixed;
  background: #fff;
  z-index: 99;
  animation: enable_fixed_nav_bar .3s ease; }
  .fl-header--navigation.fixed-enable .page-header__top-line {
    display: none; }
  .fl-header--navigation.fixed-enable .fl--logo-container {
    top: 0 !important; }
.fl-header--navigation.scrollUp {
  transform: translateY(calc(-100% - 2px));
  transition: .5s ease; }

.padding-fixed-navbar .page-main {
  padding-top: 106px; }
  .padding-fixed-navbar .page-main .page-main {
    padding-top: 0px; }
.padding-fixed-navbar.fixed-navbar-two .page-main {
  padding-top: 190px; }
  .padding-fixed-navbar.fixed-navbar-two .page-main .page-main {
    padding-top: 0px; }

@keyframes enable_fixed_nav_bar {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }
.page-header.--two-line {
  padding: 0; }

.page-header.--two-line .page-header__top-line {
  padding: 12px 0;
  background-color: #222; }

.page-header.--two-line .page-header__bottom-line {
  padding-top: 12px;
  padding-bottom: 12px; }

.page-header.--two-line .page-header__social {
  margin-right: 30px; }

.page-header.--two-line .page-header__social .social__link {
  background-color: transparent; }

.page-header.--two-line .page-header__social .social__link:hover {
  background-color: #dd3333 !important; }

.page-header.--two-line .page-header__contacts {
  display: block;
  position: relative;
  margin-top: -12px;
  margin-bottom: -20px;
  padding: 12px 30px;
  border: none;
  background-color: #dd3333; }

.page-header.--two-line .page-header__contacts:before,
.page-header.--two-line .page-header__contacts:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: ''; }

.page-header.--two-line .page-header__contacts::before {
  left: -8px;
  width: 0;
  height: 0;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: transparent #966f0c transparent transparent; }

.page-header.--two-line .page-header__contacts:after {
  right: -8px;
  width: 0;
  height: 0;
  border-width: 8px 8px 0 0;
  border-style: solid;
  border-color: #966f0c transparent transparent transparent; }

.page-header.--two-line.tm-phone-block-no-image .contacts-block {
  padding-left: unset; }

.page-header.--two-line .contacts-block {
  padding-left: 50px; }
  .page-header.--two-line .contacts-block img {
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.page-header.--two-line .contacts-block span {
  color: #fff;
  font-size: 14px; }

.page-header.--two-line .contacts-block strong {
  color: #fff;
  font-size: 22px; }

.page-header.--two-line .uk-icon-button {
  width: 55px;
  height: 55px; }

.page-header.--two-line .page-header__mainmenu {
  margin: 0 auto; }

.page-header__contacts-list {
  margin-right: auto; }

.page-header__contacts-list ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.page-header__contacts-list ul li {
  display: block;
  position: relative; }

.page-header__contacts-list ul li + li {
  margin-left: 20px; }

.page-header__contacts-list ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44; }

.page-header__contacts-list ul li a .uk-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff; }

.social {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none; 
}
.social-1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none; }


.social li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: all 0.3s linear; 
}
.social-1 li a {
  display: flex;
  align-items: center;
  justify-content: center;
 border-radius: 50%;
 color: #fff;
   }

.social li a:hover {
  background-color: #dd3333; }
  
.social li + li {
  margin-left: 5px; }
  .social-1 li {
    padding: 2px;
}
ul.top-list {
  display: flex;
  align-items: center;
  padding: 0px;
  position: relative;
  
  top: -2px;
}
a.contacts-block {
  display: none;
}
.top-list a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.top-list li {
  margin:8px 30px 5px 0px;
}
ul.social-1 {
  
  padding: 5px;
}
.social-1 li {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.suuring-bg {
  background-color: #FFA6A6;
  padding: 8px;
}

.contacts-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 70px; }

.contacts-block i::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  color: #dd3333;
  font-size: 50px; }

.contacts-block span {
  margin-bottom: 5px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1; }

.contacts-block strong {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 1; }

/*-------------------------------------------------------------------

==  Bard Header Content

-------------------------------------------------------------------*/
.uk-offcanvas-bar {
  background-color: #111; }

.uk-offcanvas-bar .uk-offcanvas-close {
  right: 20px;
  color: #dd3333;
  opacity: 1; }

.uk-offcanvas-bar .contacts-block {
  padding-left: 0px !important; }

.uk-offcanvas-bar .contacts-block::before {
  margin-top: -20px;
  font-size: 40px; }

.uk-offcanvas-bar .contacts-block span,
.uk-offcanvas-bar .contacts-block strong {
  display: block !important;
  color: #fff; }

.uk-offcanvas-bar .uk-nav-default > li > a {
  color: #fff;
  font-size: 18px; }

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: #fff;
  font-size: 16px; }

.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='%23fff' x='9' y='1' width='1' height='17'%3E%3C/rect%3E%3Crect fill='%23fff' x='1' y='9' width='17' height='1'%3E%3C/rect%3E%3C/svg%3E"); }

.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='%23fff' height='1' width='18' y='9' x='1'%3E%3C/rect%3E%3C/svg%3E"); }

/*-------------------------------------------------------------------

==  Menu Header Content Setting

-------------------------------------------------------------------*/
@keyframes navspinv {
  0% {
    transform: translate3d(0, -10%, 0); }
  50% {
    transform: translate3d(0, 10%, 0); }
  100% {
    transform: translate3d(0, -10%, 0); } }
.page-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 0 100px;
  border-bottom: 1px solid #eee;
  background-color: #fff; }
  .page-header .page-header__inner .page-header__logo .logo .logotype-text {
    color: #222;
    line-height: 50px;
    margin-bottom: 0px; }

.page-header__logo {
  /* margin-right: auto; */
  padding-top: 22px;
  padding-bottom: 22px; }

.logo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start; }

.logo img {
  display: block;
  position: relative; }

.logo span {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  display: inline-block;
  position: relative;
  margin-left: 15px;
  transform: translateY(2px);
  color: #555;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 1; }

.page-header__mainmenu {
  margin-left: 20px; width: 100%; }

.page-header__mainmenu .uk-navbar-nav > li > a {
  -webkit-transition: all 0.3 linear;
  -o-transition: all 0.3 linear;
  min-height: 50px;
  color: #222;
  font-family: Barlow;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  transition: all 0.3 linear; }
  .page-header__mainmenu .uk-navbar-nav > li > a:hover {
    color: #555555; }

.page-header__mainmenu .uk-navbar-nav .sub-menu .sub-nav-item a.sub-menu-link {
  transition: all 0.3 linear; }
  .page-header__mainmenu .uk-navbar-nav .sub-menu .sub-nav-item a.sub-menu-link:hover {
    color: #fff !important; }

.page-header__mainmenu .uk-navbar-nav > li > a:hover {
  color: #dd3333; }

.page-header__mainmenu .uk-navbar-nav > li > a::before {
  display: none;
  position: relative;
  content: '['; }

.page-header__mainmenu .uk-navbar-nav > li > a::after {
  display: none;
  position: relative;
  content: ']'; }

.page-header__mainmenu .uk-navbar-nav > li > a span {
  display: block;
  position: relative; }

.page-header__mainmenu .uk-navbar-nav > li.has-submenu > a span {
  padding-right: 20px; }

.page-header__mainmenu .uk-navbar-nav > li > a span::before {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='10.5,16.08 5.63,10.66 6.37,10 10.5,14.58 14.63,10 15.37,10.66'%3E%3C/polygon%3E%3Cline fill='none' stroke='%23000' x1='10.5' y1='4' x2='10.5' y2='15'%3E%3C/line%3E%3C/svg%3E");
  content: '';
  opacity: 0;
  animation: navspinv 1.4s infinite linear;
  margin-left: -10px; }

.page-header__mainmenu .uk-navbar-nav > li.has-submenu > a span::after {
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: '';
  pointer-events: none;
  transition: all 0.15s ease-in-out;
  position: absolute;
  right: 3px; }

.page-header__mainmenu .uk-navbar-nav > li.has-submenu.current-menu-item > a span {
  padding-right: 0px; }

.page-header__mainmenu .uk-navbar-nav > li.has-submenu.current-menu-item > a span::after {
  content: none; }




.page-header__mainmenu .uk-navbar-nav > li.current-menu-item > a span::before {
  opacity: 1; }

.page-header__mainmenu .uk-navbar-nav .uk-navbar-dropdown {
  width: 250px; }
  .page-header__mainmenu .uk-navbar-nav .uk-navbar-dropdown .uk-navbar-dropdown-nav a {
    font-size: 16px;
    line-height: 25px !important;
    color: #222 !important; }

#tm-inline-content {
  display: none; }

input.uk-search-input {
  border-color: unset;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset; }
  input.uk-search-input:hover, input.uk-search-input:focus, input.uk-search-input:active {
    border-color: unset;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset; }

.page-header__search {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px; }

#modal-search-full form.search_global {
  display: inline-block;
  width: 100%;
  max-width: 95%;
  transform: translateY(size_px2rem(-30px)); }
  #modal-search-full form.search_global .row {
    align-items: center;
    justify-content: center; }
    #modal-search-full form.search_global .row div {
      position: relative;
      width: 40%; }
      #modal-search-full form.search_global .row div input {
        height: 57px;
        padding-left: 30px;
        display: block;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #e5e5e5; }
      #modal-search-full form.search_global .row div button.wp-block-search__button {
        color: transparent;
        border: 0px;
        background: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        border-left: 1px solid #dddddd;
        height: 24px;
        padding: 2px 0.174em; }
        #modal-search-full form.search_global .row div button.wp-block-search__button:before {
          content: "";
          background-image: url(../images/search.svg);
          color: #222;
          width: 20px;
          height: 20px;
          display: block;
          margin: auto; }

.page-header__search .uk-search-icon svg {
  width: 24px;
  height: 24px; }

.tm-search-block-disable .page-header__contacts {
  border-left: unset; }

.page-header__contacts {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  border-left: 1px solid #eee; }

.page-header__mobile-menu-btn {
  display: none;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee; }

.page-header__mobile-menu-btn button {
  border: none;
  background: none; }

.page-header__mobile-menu-btn button svg {
  width: 30px;
  height: 30px; }

.uk-navbar-nav .nav-item .uk-navbar-dropdown .sub-menu .sub-nav-item.has-submenu {
  position: relative; }
  .uk-navbar-nav .nav-item .uk-navbar-dropdown .sub-menu .sub-nav-item.has-submenu:hover .double-sub-menu {
    opacity: 1;
    z-index: 1020; }
  .uk-navbar-nav .nav-item .uk-navbar-dropdown .sub-menu .sub-nav-item.has-submenu .sub-menu-link {
    position: relative; }
    .uk-navbar-nav .nav-item .uk-navbar-dropdown .sub-menu .sub-nav-item.has-submenu .sub-menu-link:after {
      -webkit-transform-origin: 66% 66%;
      -ms-transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      display: block;
      position: absolute;
      width: 6px;
      height: 6px;
      margin-top: -3px;
      transform: rotate(-45deg);
      transform-origin: 66% 66%;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      content: '';
      pointer-events: none;
      transition: all 0.15s ease-in-out;
      position: absolute;
      right: 0; }
  .uk-navbar-nav .nav-item .uk-navbar-dropdown .sub-menu .sub-nav-item.has-submenu ul.sub-menu li.sub-nav-item a:after {
    content: none; }
.uk-navbar-nav .nav-item .uk-navbar-dropdown .sub-menu .sub-nav-item .double-sub-menu {
  position: absolute;
  box-sizing: border-box;
  width: 250px;
  padding: 25px 30px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  right: -285px;
  top: -20px;
  opacity: 0;
  z-index: -1;
  transition: all .3s ease-in-out; }
  .uk-navbar-nav .nav-item .uk-navbar-dropdown .sub-menu .sub-nav-item .double-sub-menu li a {
    font-size: 18px;
    padding: 5px 0; }

.tm_navigation_style_two .page-header__search.youzify_isset {
  justify-content: flex-end; }
.tm_navigation_style_two .page-header__user {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px; }
  .tm_navigation_style_two .page-header__user .uk-icon-button {
    background: transparent;
    color: inherit; }
    .tm_navigation_style_two .page-header__user .uk-icon-button svg {
      width: 24px;
      height: 24px; }

/*-------------------------------------------------------------------

==  Header

-------------------------------------------------------------------*/
.page-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 320px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  width: 100%; }

.border_head_class:after {
  display: inline-block;
  width: 22px;
  height: 67px;
  margin-right: 16px;
  background-image: url(../images/border-heading.png);
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%; }

.page-wrapper .page-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.page-head {
  display: block;
  position: relative; }

.page-head__bg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding: 30px 100px;
  background-position: center;
  background-size: cover;
  background: #777; }

.page-head__title {
  color: rgb(0, 0, 0);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.38;
  max-width: 1200px;
  text-align: center; }

.page-head__breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  bottom: -16px;
  left: 50%;
  align-items: center;
  justify-content: center;
  padding: 20px 35px;
  transform: translateX(-50%);
  border-radius: 2px;
  background-color: #dd3333;
  color: #fff; }

.page-head__breadcrumb .uk-breadcrumb {
  margin: 0;
  color: #fff;
  font-weight: 500; }
  .page-head__breadcrumb .uk-breadcrumb a {
    color: #fff; }
  .page-head__breadcrumb .uk-breadcrumb .current {
    font-weight: 500; }

.page-head__breadcrumb .uk-breadcrumb > * > * {
  color: #fff;
  color: white;
  font-size: 18px;
  font-weight: 500; }

.page-head__breadcrumb .uk-breadcrumb > :last-child > span {
  color: #fff; }

.page-head__breadcrumb .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column):before {
  margin: 0 10px 0 6px;
  color: #fff;
  content: none; }

.uk-breadcrumb > * {
  display: inline-block; }

.breadcrumbs-delimiter {
  margin: 0 10px 0 10px;
  color: #fff; }

/*-------------------------------------------------------------------

==  Blog Archive

-------------------------------------------------------------------*/
.page-content .uk-section .uk-grid.disable {
  margin-left: 0px; }

.article-full,
.article-intro {
  display: block;
  position: relative; }

.article-full__image,
.article-intro__image {
  display: block;
  position: relative;
  margin-bottom: 30px; }

.article-full__image img,
.article-intro__image img {
  display: block; }

.article-full__image .video,
.article-intro__image .video {
  display: block;
  position: relative; }

.article-full__image .video > a,
.article-intro__image .video > a {
  display: block;
  position: relative; }

.article-full__image .video > a:before,
.article-intro__image .video > a:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  background-image: url(../images/ico-video.png);
  content: ''; }

.article-full__image .uk-slidenav,
.article-intro__image .uk-slidenav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #222; }

.article-full__image .uk-slidenav:hover,
.article-intro__image .uk-slidenav:hover {
  color: #dd3333; }

.article-full__image .uk-slidenav-previous,
.article-intro__image .uk-slidenav-previous {
  left: 20px; }

.article-full__image .uk-slidenav-next,
.article-intro__image .uk-slidenav-next {
  right: 20px; }

.article-full__category,
.article-intro__category {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  bottom: 2.6vw;
  left: 50px;
  left: 2.6vw;
  padding: 0 15px;
  background-color: #ffffff;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.article-full__title,
.article-intro__title {
  margin: 20px 0;
  margin-top: 15px;
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left; }
  .article-full__title a,
  .article-intro__title a {
    color: inherit;
    transition: all .3s ease-in-out; }
    .article-full__title a:hover,
    .article-intro__title a:hover {
      color: #dd3333; }

.article-intro__content {
  margin: 0 0 20px; }

.article-full__info,
.article-intro__info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; }

.single-post-wrapper .post-top-content {
  margin-bottom: 30px; }
.single-post-wrapper .post-inner_content {
  margin-top: 15px; }

.article-full__info > *,
.article-intro__info > * {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-right: 20px;
  border-right: 1px solid #eeeeee;
  color: #555;
  font-size: 16px;
  font-weight: 400; }

.article-full__info > *:last-child,
.article-intro__info > *:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0; }

.article-full__info > * i,
.article-full__info > * svg,
.article-intro__info > * i,
.article-intro__info > * svg {
  margin-right: 10px;
  color: #dd3333; }

.article-full__date,
.article-intro__date {
  font-weight: 500; }

.article-full__author a,
.article-intro__author a {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: inline-block;
  margin-left: 5px;
  color: #555555;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.5s linear; }

.article-full__author a:hover,
.article-full__author a:focus,
.article-full__author a:active,
.article-full__author a.nice-select.open,
.article-intro__author a:hover,
.article-intro__author a:focus,
.article-intro__author a:active,
.article-intro__author a.nice-select.open {
  color: #dd3333;
  text-decoration: none; }

.article-full__comments a,
.article-intro__comments a {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s linear; }

.article-full__comments a:hover,
.article-full__comments a:focus,
.article-full__comments a:active,
.article-full__comments a.nice-select.open,
.article-intro__comments a:hover,
.article-intro__comments a:focus,
.article-intro__comments a:active,
.article-intro__comments a.nice-select.open {
  color: #dd3333;
  text-decoration: none; }

.article-full__content blockquote,
.article-intro__content blockquote {
  display: block;
  position: relative;
  margin-top: 40px;
  padding: 40px 40px 40px 90px;
  border-left: 5px solid #dd3333;
  background-color: #f9f9f9;
  color: #222222;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: left; }

.article-full__content blockquote::before,
.article-intro__content blockquote::before {
  display: block;
  position: absolute;
  top: 50px;
  left: 35px;
  width: 27px;
  height: 19px;
  background-image: url(../img/quote-blockquote.png);
  background-position: center;
  background-repeat: no-repeat;
  content: ''; }

.article-full__content blockquote .user,
.article-intro__content blockquote .user {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 15px; }

.article-full__content blockquote .user strong,
.article-intro__content blockquote .user strong {
  color: #222222;
  font-size: 18px;
  font-weight: 500; }

.article-full__content blockquote .user span,
.article-intro__content blockquote .user span {
  color: #888888;
  font-size: 14px;
  font-weight: 400; }

.article-full__bottom,
.article-intro__bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 55px;
  padding-bottom: 35px; }

.article-full__bottom:after,
.article-intro__bottom:after {
  display: block;
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 13px;
  background-image: url(../img/decor/decor-lines-grey.png);
  content: ''; }

.article-full__bottom .article-full__tags,
.article-intro__bottom .article-full__tags {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  align-items: flex-start; }

.article-full__bottom .article-full__tags h6,
.article-intro__bottom .article-full__tags h6 {
  margin: 8px 10px 9px 0;
  width: fit-content;
  white-space: nowrap; }

.article-full__bottom .article-full__share,
.article-intro__bottom .article-full__share {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  .article-full__bottom .article-full__share h6,
  .article-intro__bottom .article-full__share h6 {
    color: #333; }

.article-full__bottom .article-full__share h6,
.article-intro__bottom .article-full__share h6 {
  margin: 0 10px 5px 0; }

.article-full__bottom .article-full__share .social__link,
.article-intro__bottom .article-full__share .social__link {
  border: 1px solid #ddd;
  color: #222;
  background: #f8f8f8;
  font-size: 11px; }

.article-full__bottom .article-full__share .social__link:hover,
.article-intro__bottom .article-full__share .social__link:hover {
  border: 1px solid #dd3333;
  color: #fff;
  background: #dd3333; }

.article-full .block-form,
.article-intro .block-form {
  margin-top: 70px; }

.article-intro + .article-intro {
  margin-top: 60px; }

.article-full__image .video > a:before,
.article-intro__image .video > a:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  background-image: url(../images/ico-video.png);
  content: ''; }

.article-full__image .video > a:before,
.article-intro__image .video > a:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  background-image: url(../images/ico-video.png);
  content: ''; }

.uk-button-danger {
  background-color: #dd3333; }

.uk-button-danger:hover,
.uk-button-danger:focus,
.uk-button-danger:active,
.uk-button-danger.nice-select.open {
  background-color: #f65d10; }

.uk-button.uk-button-danger .uk-icon {
  color: #fff; }

.uk-button-large {
  font-size: 18px;
  text-transform: uppercase; }

.uk-button .uk-icon {
  margin-left: 15px;
  color: #dd3333; }

/*-------------------------------------------------------------------

==  Blog Single

-------------------------------------------------------------------*/
.article-full__bottom .article-full__tags h6 {
  color: #333; }

.tags-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 80%; }

.tags-list a {
  margin-right: 5px;
  margin-bottom: 5px; }

.tags-list a {
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.86;
  text-transform: capitalize;
  white-space: nowrap;
  transition: 0.3s; }

.tags-list a:hover,
.tags-list a:focus,
.tags-list a:active,
.tags-list a.nice-select.open {
  border-color: #edb509;
  background-color: #edb509;
  color: #ffffff;
  text-decoration: none; }

.section-article-related {
  position: relative;
  margin-top: 35px;
  padding-bottom: 0; }
  .section-article-related.tags_show {
    margin-top: 20px; }

.section-article-related:after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 13px;
  background-image: url(../img/decor/decor-lines-grey.png);
  content: ''; }

.section-article-related .section-title {
  margin-bottom: 35px; }

.section-article-related .section-title .uk-h2 {
  margin-bottom: 0;
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2; }

.section-article-related .section-title h3 {
  margin-bottom: 0px;
  color: #222222; }

.section-article-reviews .section-title {
  margin-bottom: 40px; }

.section-article-reviews .section-title .uk-h2 {
  margin-bottom: 0;
  color: #222222;
  font-size: 29px !important;
  font-weight: 700;
  line-height: 1.2; }

.section-article-reviews {
  display: block;
  position: relative;
  margin-top: 70px; }

#reply-title {
  margin: 0;
  color: #222;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px; }
  #reply-title small {
    margin-left: 10px; }
    #reply-title small a {
      color: #dd3333; }
  #reply-title:before {
    display: inline-block;
    width: 22px;
    height: 30px;
    margin-right: 15px;
    background-image: url(../images/logo-icon.svg);
    content: '';
    position: relative;
    top: 4px; }

/*-------------------------------------------------------------------

==  Comments

-------------------------------------------------------------------*/
.section-title {
  position: relative;
  margin-bottom: 30px; }

.section-title span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  color: #888;
  font-size: 18px;
  font-weight: 400; }

.section-title span:before {
  display: inline-block;
  width: 22px;
  height: 30px;
  margin-right: 15px;
  background-image: url(../images/logo-icon.svg);
  content: '';
  background-size: contain;
  background-repeat: no-repeat; }

.section-article-reviews .section-title h3 {
  margin: 0;
  color: #222;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2; }

.section-title.--center {
  text-align: center; }

.section-title.--center span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px; }

.section-title.--center span:before {
  margin-right: 0;
  margin-bottom: 15px; }

.new-item {
  display: block;
  position: relative;
  max-width: 360px;
  margin: 0 auto; }

.new-item__box {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: block;
  position: relative;
  background-color: #fff;
  transition: all 0.5s linear; }

.new-item__box:hover {
  -webkit-box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06); }

.new-item__media {
  display: block;
  position: relative; }

.new-item__body {
  padding: 50px 25px; }

.new-item__title span {
  display: block;
  position: relative;
  color: #888;
  font-size: 18px;
  font-weight: 400;
  line-height: 1; }
  .new-item__title span:before {
    content: '['; }
  .new-item__title span:after {
    content: ']'; }

.new-item__title h4 {
  margin: 20px 0;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2; }

.new-item__date {
  color: #dd3333;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase; }

.user_avatar img {
  border-radius: 50%; }

.author_link a {
  color: #333; }

.comment--reply a.comment-reply-link {
  color: #222;
  font-weight: 700;
  margin: 0;
  overflow: visible;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  transition: .1s ease-in-out;
  transition-property: color,background-color,border-color;
  border: 1px solid #222; }
  .comment--reply a.comment-reply-link span {
    margin-left: 15px;
    color: #dd3333; }

.comment--reply:hover a.comment-reply-link {
  border-color: #dd3333;
  background-color: #dd3333;
  color: #fff; }

.comment--reply:hover .uk-icon {
  color: #fff; }

.section-content .comment > .comment {
  padding-left: 35px; }
.section-content article.comment {
  overflow: visible;
  text-align: inherit;
  padding-top: 40px;
  padding-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5e5e5; }
  .section-content article.comment .comment--reply {
    margin-top: 10px;
    display: inline-block; }
  .section-content article.comment:first-child {
    border-top: 0px;
    padding-top: 0px; }
  .section-content article.comment.parent {
    padding-bottom: 0px; }
    .section-content article.comment.parent.depth-1 .uk-comment-header, .section-content article.comment.parent.depth-2 .uk-comment-header, .section-content article.comment.parent.depth-3 .uk-comment-header, .section-content article.comment.parent.depth-4 .uk-comment-header {
      padding-bottom: 20px; }

.comment-respond .fl-comment-form .section-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  order: 1; }
  .comment-respond .fl-comment-form .section-content div {
    width: 50%;
    padding-left: 15px;
    order: 2; }
    .comment-respond .fl-comment-form .section-content div input {
      width: 100%; }
.comment-respond .fl-comment-form .author-comment {
  order: 2;
  margin-top: 15px; }
.comment-respond .fl-comment-form .comment-form-cookies-consent {
  order: 1;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  padding-left: 15px; }

.section-article-reviews .section-content #respond .uk-grid-margin {
  margin-bottom: 40px; }

.comment-respond .fl-comment-form .uk-grid-margin {
  margin-top: 15px; }

.uk-button-default {
  border-radius: 2px;
  border-color: #222;
  color: #222;
  font-weight: 700; }

.uk-button-default:hover {
  border-color: #dd3333;
  background-color: #dd3333;
  color: #fff; }

.uk-button-default:hover .uk-icon {
  color: #fff; }

.logged-in-as a {
  color: #222;
  transition: all .3s ease-in-out; }
  .logged-in-as a:hover {
    color: #dd3333; }

/*-------------------------------------------------------------------

==  Button

-------------------------------------------------------------------*/
.fl-button {
  padding: 14px 25px;
  display: inline-flex;
  color: #fff;
  font-size: 13px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer; }
  .fl-button.size-small {
    padding: 11px 20px;
    font-size: 12px; }
  .fl-button.size-large {
    padding: 17px 35px;
    font-size: 15px; }
  .fl-button:before, .fl-button:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .fl-button:after {
    width: 140%;
    left: -20%;
    z-index: -1;
    transform-origin: 0 50%;
    transform: skew(-35deg) scaleX(0);
    transition: transform .5s ease; }
  .fl-button:before {
    z-index: -2; }
  .fl-button:hover {
    color: #fff !important; }
    .fl-button:hover:after {
      transform: skew(-35deg) scaleX(1); }

.preview-btn {
  display: flex;
  align-items: center; }
  .preview-btn .fl-button {
    margin-right: 25px; }

/*-------------------------------------------------------------------

==  Share

-------------------------------------------------------------------*/
.share-post {
  margin-right: 0 !important;
  position: relative;
  cursor: pointer;
  transition: color .3s ease; }
  .share-post:hover {
    transition: color .3s ease; }
  .share-post .fl-flipper-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    width: 20px;
    height: 15px;
    line-height: 15px;
    perspective: 40px;
    position: relative;
    margin-right: 5px !important; }
    .share-post .fl-flipper-icon i {
      margin-right: 0 !important; }
      .share-post .fl-flipper-icon i.icon-close {
        top: 1px;
        position: relative; }
    .share-post .fl-flipper-icon .fl-front-content {
      backface-visibility: hidden;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2; }
    .share-post .fl-flipper-icon .fl-back-content {
      align-items: center;
      backface-visibility: hidden;
      position: absolute;
      top: -1px;
      left: 0;
      transform: rotateY(180deg);
      width: 100%; }
  .share-post.opened .fl-flipper-icon {
    transition: transform .6s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }

/*-------------------------------------------------------------------

==  Post Share Icon

-------------------------------------------------------------------*/
.widget {
  display: block;
  position: relative; }
  .widget a {
    color: #222;
    transition: all .3s ease-in-out; }
    .widget a:hover {
      color: #dd3333; }

.widget_search, .widget_categories, .widget_fl_theme_helper_recent_post, .widget_media_gallery, .widget_tag_cloud, .wp-block-latest-posts,
.wp-block-latest-comments, .wp-block-archives, .wp-block-categories {
  margin-bottom: 60px; }

.widget_media_gallery .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  margin: 0 5px 5px 0; }

.widget + .widget {
  margin-top: 60px; }

.widget-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 23px;
  color: #222;
  font-size: 24px;
  font-weight: 700; }

.widget-title::before {
  display: inline-block;
  width: 22px;
  height: 30px;
  margin-right: 10px;
  background-image: url(../images/logo-icon.svg);
  content: '';
  background-size: contain;
  background-repeat: no-repeat; }

.widget h2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 23px;
  color: #222;
  font-size: 24px;
  font-weight: 700; }
  .widget h2:before {
    display: inline-block;
    width: 22px;
    height: 30px;
    margin-right: 10px;
    background-image: url(../images/logo-icon.svg);
    content: '';
    background-size: contain;
    background-repeat: no-repeat; }

.widget.widget_block {
  margin-top: 0px; }

.widget-title small {
  margin: 0 5px;
  font-size: 14px;
  font-weight: 300; }

.sidebar {
  display: block;
  position: relative;
  height: 100%;
  padding: 0 0 0 40px;
  background-color: #f9f9f9;
  z-index: 0;
  
 }
 .box-bg {
  padding: 30px;
  border-radius: 10px;
  height: 300px;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #FFFFFF;
  box-shadow: inset 0px 0px 20px 8px rgba(0, 0, 0, 0.38)
}
.box-bg h4 {
  text-align: center;
  color: #000;
}
.box-bg img {
  margin: auto;
}
.box-bg:hover {
  background-color: #ebebeb;
}
section.mt-t-why {
  margin-bottom: 100px;
  margin-top: 100px;
}
p.stat-item__text {
  color: #fff;
}
.normal-btn a {
  background-color: #2c2c2c;
  padding: 15px 30px;
  color: #fff;
  border: 2px solid #fff;
}
.normal-btn-1 a {
  background-color: #FF8283;
  padding: 15px 30px;
  color: #fff;
  border: 2px solid #fff;
}
.normal-btn-2 a {
  background-color: #24ccc0;
  padding: 15px 30px;
  color: #fff;
  border: 2px solid #fff;
}
.normal-btn-3 a {
  background-color: #fc5f42;
  padding: 15px 30px;
  color: #fff;
  border: 2px solid #fff;
}
.singal-p-mr {
  margin-top: 66px;
}

.img-about-width img {
  width: 100%;
}
.img-mission-width img {
  width: 100%;
}
.img-vission-width img {
  width: 100%;
}
.img-director-width img {
  width: 100%;
}

.mission-bg-bos:hover {
  background-color: #FF8283;
  padding: 25px 30px;
  color: #fff;
  border-radius: 50px 0px 50px 0px;
}
.vission-bg-box:hover {
  background-color: #24ccc0;
  padding: 34px;
  color: #fff;
  border-radius: 50px 0px 50px 0px;
}
.director-bg-box:hover {
  background-color: #fc5f42;
  padding: 29px;
  color: #fff;
  border-radius: 50px 0px 50px 0px;
}

span.main-h {
  font-weight: bold;
}
.normal-btn {
  margin-top: 60px;
}
.normal-btn-1 {
  margin-top: 22px;
}


.sidebar::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: -70px;
  bottom: -70px;
  left: 0;
  width: 50vw;
  height: calc(100% + 140px);
  background-color: #f9f9f9;
  content: ''; }

.sidebar.--left {
  padding: 0 40px 0 0; }

.sidebar.--left:after {
  right: 0;
  left: auto; }

.sidebar_left .sidebar {
  display: block;
  position: relative;
  height: 100%;
  padding: 0 40px 0 0;
  background-color: #f9f9f9;
  z-index: 0; }
.sidebar_left .sidebar::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: -70px;
  bottom: -70px;
  right: 0;
  left: auto;
  width: 50vw;
  height: calc(100% + 140px);
  background-color: #f9f9f9;
  content: ''; }

.widget_meta ul li a {
  color: #222;
  transition: all .3s ease-in-out; }
  .widget_meta ul li a:hover {
    color: #dd3333; }

.list-articles {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.list-articles-item {
  display: block;
  position: relative; }

.list-articles-item + .list-articles-item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dfe1ee; }

.list-articles-item__link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }

.list-articles-item__link:hover,
.list-articles-item__link:focus,
.list-articles-item__link:active,
.list-articles-item__link.nice-select.open {
  text-decoration: none; }

.list-articles-item__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  width: 75px;
  height: 75px;
  margin-right: 20px; }

.list-articles-item__info {
  display: block; }

.list-articles-item__title {
  margin-bottom: 10px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2; }

.list-articles-item__date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 14px;
  font-weight: 400; }

.list-articles-item__date .uk-icon {
  margin-right: 5px;
  color: #dd3333; 
}
.img-about-width img {
  border: 2px solid #5F9EA0 !important;
}
.img-mission-width img {
  border-radius: 0px 50px 0px 50px !important;
  border: 2px solid #FF8283 !important;
}
.img-vission-width img {
  border-radius: 0px 50px 0px 50px !important;
  border: 2px solid #24CCC0 !important;
}
.img-director-width img {
  border-radius: 0px 50px 0px 50px !important;
  border: 2px solid #FC5F42 !important;
}
p.uk-text-center {
  background: #00000082;
}
.work-advance-bg img.uk-width-1-1 {
  background-color: #fff;
  padding: 8px;
}
.normal-btn {
  text-align: end;
}
.normal-btn-1 {
  text-align: end;
}
.normal-btn-2 {
  text-align: end;
}
.normal-btn-3 {
  text-align: end;
}
/*-------------------------------------------------------------------

== Seacrh

-------------------------------------------------------------------*/
.widget_search .uk-search-default {
  display: block;
  position: relative;
  width: 100%; }

.widget_search .uk-search-input {
  display: block;
  width: 100%;
  background-color: #ffffff; }

.widget_search .uk-search-input:hover,
.widget_search .uk-search-input:focus,
.widget_search .uk-search-input:active,
.widget_search .uk-search-input.nice-select.open {
  background-color: #ffffff; }

.widget_search .uk-search-input::-webkit-input-placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400; }

.widget_search .uk-search-input::-moz-placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400; }

.widget_search .uk-search-input:-ms-input-placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400; }

.widget_search .uk-search-input::-ms-input-placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400; }

.widget_search .uk-search-input::placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400; }

.widget_search .uk-search-icon {
  width: 62px; }

.widget_search .uk-search-icon::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  margin-top: -12px;
  background-color: #dddddd;
  content: ''; }

.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 62px;
  padding-left: 30px; }

.widget_search {
  position: relative;
  margin-bottom: 60px; }
  .widget_search .wp-block-search__inside-wrapper {
    position: relative; }
  .widget_search .wp-block-search__input {
    height: 57px;
    padding-left: 30px;
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e5e5e5; }
  .widget_search .wp-block-search__button {
    color: transparent;
    border: 0px;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    border-left: 1px solid #dddddd;
    height: 24px;
    padding: 2px 0.174em; }
    .widget_search .wp-block-search__button:before {
      content: "";
      background-image: url("../images/search.svg");
      color: #222;
      width: 20px;
      height: 20px;
      display: block;
      margin: auto; }

/*-------------------------------------------------------------------

== Category

-------------------------------------------------------------------*/
.sidebar .widget_categories .widget-title {
  margin-bottom: 17px; }
.sidebar ul.wp-block-categories {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .sidebar ul.wp-block-categories > li {
    position: relative; }
    .sidebar ul.wp-block-categories > li:first-child {
      border-top: 0px solid; }
    .sidebar ul.wp-block-categories > li:last-child {
      padding-bottom: 0px; }
    .sidebar ul.wp-block-categories > li span {
      position: absolute;
      top: 9px;
      right: 0;
      min-width: 23px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      line-height: 1;
      color: #777777;
      border-radius: 3px;
      transition: .3s ease-in;
      font-size: 16px; }
      .sidebar ul.wp-block-categories > li span:before {
        content: '('; }
      .sidebar ul.wp-block-categories > li span:after {
        content: ')'; }
    .sidebar ul.wp-block-categories > li ul {
      margin-left: 18px; }
      .sidebar ul.wp-block-categories > li ul li {
        border: 0px; }
        .sidebar ul.wp-block-categories > li ul li a {
          font-size: 14px; }
          .sidebar ul.wp-block-categories > li ul li a:hover:before, .sidebar ul.wp-block-categories > li ul li a:focus:before, .sidebar ul.wp-block-categories > li ul li a:active:before {
            background-image: unset;
            color: inherit; }
          .sidebar ul.wp-block-categories > li ul li a:before {
            background-image: unset;
            text-align: center;
            margin-top: 0;
            content: '-';
            position: relative;
            margin-right: 5px;
            top: 0;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: 5px;
            width: fit-content; }
        .sidebar ul.wp-block-categories > li ul li span {
          top: 6px;
          font-size: 14px; }
      .sidebar ul.wp-block-categories > li ul ul li a:before {
        content: '--'; }
  .sidebar ul.wp-block-categories li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    transition: all 0.5s linear; }
    .sidebar ul.wp-block-categories li a:hover, .sidebar ul.wp-block-categories li a:focus, .sidebar ul.wp-block-categories li a:active, .sidebar ul.wp-block-categories li a.nice-select.open {
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      color: #dd3333;
      text-decoration: none;
      transition: all 0.5s linear; }
      .sidebar ul.wp-block-categories li a:hover:before, .sidebar ul.wp-block-categories li a:focus:before, .sidebar ul.wp-block-categories li a:active:before, .sidebar ul.wp-block-categories li a.nice-select.open:before {
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23efb007' stroke-width='1.1' points='8.5 7 13.5 10 8.5 13'%3E%3C/polygon%3E%3Ccircle fill='none' stroke='%23efb007' stroke-width='1.1' cx='10' cy='10' r='9'%3E%3C/circle%3E%3C/svg%3E");
        transition: all 0.5s linear; }
    .sidebar ul.wp-block-categories li a:before {
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 13px;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23000' stroke-width='1.1' points='8.5 7 13.5 10 8.5 13'%3E%3C/polygon%3E%3Ccircle fill='none' stroke='%23000' stroke-width='1.1' cx='10' cy='10' r='9'%3E%3C/circle%3E%3C/svg%3E");
      font-size: 17px;
      content: '';
      transition: all 0.5s linear; }
.sidebar .widget_categories ul, .sidebar .wp-block-categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.sidebar .widget_categories ul li a, .sidebar .wp-block-categories ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  transition: all 0.5s linear; }
.sidebar .widget_categories ul li a::before, .sidebar .wp-block-categories ul li a::before {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23000' stroke-width='1.1' points='8.5 7 13.5 10 8.5 13'%3E%3C/polygon%3E%3Ccircle fill='none' stroke='%23000' stroke-width='1.1' cx='10' cy='10' r='9'%3E%3C/circle%3E%3C/svg%3E");
  font-size: 17px;
  content: '';
  transition: all 0.5s linear; }
.sidebar .widget_categories ul li a:hover,
.sidebar .widget_categories ul li a:focus,
.sidebar .widget_categories ul li a:active,
.sidebar .widget_categories ul li a.nice-select.open, .sidebar .wp-block-categories ul li a:hover,
.sidebar .wp-block-categories ul li a:focus,
.sidebar .wp-block-categories ul li a:active,
.sidebar .wp-block-categories ul li a.nice-select.open {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  color: #dd3333;
  text-decoration: none;
  transition: all 0.5s linear; }
.sidebar .widget_categories ul li a:hover::before,
.sidebar .widget_categories ul li a:focus::before,
.sidebar .widget_categories ul li a:active::before,
.sidebar .widget_categories ul li a.nice-select.open::before, .sidebar .wp-block-categories ul li a:hover::before,
.sidebar .wp-block-categories ul li a:focus::before,
.sidebar .wp-block-categories ul li a:active::before,
.sidebar .wp-block-categories ul li a.nice-select.open::before {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23efb007' stroke-width='1.1' points='8.5 7 13.5 10 8.5 13'%3E%3C/polygon%3E%3Ccircle fill='none' stroke='%23efb007' stroke-width='1.1' cx='10' cy='10' r='9'%3E%3C/circle%3E%3C/svg%3E");
  transition: all 0.5s linear; }
.sidebar .widget_categories ul > li, .sidebar .wp-block-categories ul > li {
  position: relative; }
  .sidebar .widget_categories ul > li:first-child, .sidebar .wp-block-categories ul > li:first-child {
    border-top: 0px solid; }
  .sidebar .widget_categories ul > li:last-child, .sidebar .wp-block-categories ul > li:last-child {
    padding-bottom: 0px; }
  .sidebar .widget_categories ul > li span, .sidebar .wp-block-categories ul > li span {
    position: absolute;
    top: 9px;
    right: 0;
    min-width: 23px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
    color: #777777;
    border-radius: 3px;
    transition: .3s ease-in;
    font-size: 16px; }
    .sidebar .widget_categories ul > li span:before, .sidebar .wp-block-categories ul > li span:before {
      content: '('; }
    .sidebar .widget_categories ul > li span:after, .sidebar .wp-block-categories ul > li span:after {
      content: ')'; }
  .sidebar .widget_categories ul > li ul, .sidebar .wp-block-categories ul > li ul {
    margin-left: 18px; }
    .sidebar .widget_categories ul > li ul li, .sidebar .wp-block-categories ul > li ul li {
      border: 0px; }
      .sidebar .widget_categories ul > li ul li a, .sidebar .wp-block-categories ul > li ul li a {
        font-size: 14px; }
        .sidebar .widget_categories ul > li ul li a:hover:before, .sidebar .widget_categories ul > li ul li a:focus:before, .sidebar .widget_categories ul > li ul li a:active:before, .sidebar .wp-block-categories ul > li ul li a:hover:before, .sidebar .wp-block-categories ul > li ul li a:focus:before, .sidebar .wp-block-categories ul > li ul li a:active:before {
          background-image: unset;
          color: inherit; }
        .sidebar .widget_categories ul > li ul li a:before, .sidebar .wp-block-categories ul > li ul li a:before {
          background-image: unset;
          text-align: center;
          margin-top: 0;
          content: '-';
          position: relative;
          margin-right: 5px;
          top: 0;
          font-size: 14px;
          line-height: 22px;
          letter-spacing: 5px;
          width: fit-content; }
      .sidebar .widget_categories ul > li ul li span, .sidebar .wp-block-categories ul > li ul li span {
        top: 6px;
        font-size: 14px; }
    .sidebar .widget_categories ul > li ul ul li a:before, .sidebar .wp-block-categories ul > li ul ul li a:before {
      content: '--'; }

/*-------------------------------------------------------------------

== Archive

-------------------------------------------------------------------*/
.sidebar .widget_archive .widget-title {
  margin-bottom: 17px; }
.sidebar ul.wp-block-archives, .sidebar ul.wp-block-latest-posts {
  padding: 0;
  list-style-type: none; }
  .sidebar ul.wp-block-archives > li, .sidebar ul.wp-block-latest-posts > li {
    position: relative; }
    .sidebar ul.wp-block-archives > li:first-child, .sidebar ul.wp-block-latest-posts > li:first-child {
      border-top: 0px solid; }
    .sidebar ul.wp-block-archives > li:last-child, .sidebar ul.wp-block-latest-posts > li:last-child {
      padding-bottom: 0px; }
    .sidebar ul.wp-block-archives > li span, .sidebar ul.wp-block-latest-posts > li span {
      position: absolute;
      top: 9px;
      right: 0;
      min-width: 23px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      line-height: 1;
      color: #777777;
      border-radius: 3px;
      transition: .3s ease-in;
      font-size: 16px; }
      .sidebar ul.wp-block-archives > li span:before, .sidebar ul.wp-block-latest-posts > li span:before {
        content: '('; }
      .sidebar ul.wp-block-archives > li span:after, .sidebar ul.wp-block-latest-posts > li span:after {
        content: ')'; }
    .sidebar ul.wp-block-archives > li ul, .sidebar ul.wp-block-latest-posts > li ul {
      margin-left: 18px; }
      .sidebar ul.wp-block-archives > li ul li, .sidebar ul.wp-block-latest-posts > li ul li {
        border: 0px; }
        .sidebar ul.wp-block-archives > li ul li a, .sidebar ul.wp-block-latest-posts > li ul li a {
          font-size: 14px; }
          .sidebar ul.wp-block-archives > li ul li a:hover:before, .sidebar ul.wp-block-archives > li ul li a:focus:before, .sidebar ul.wp-block-archives > li ul li a:active:before, .sidebar ul.wp-block-latest-posts > li ul li a:hover:before, .sidebar ul.wp-block-latest-posts > li ul li a:focus:before, .sidebar ul.wp-block-latest-posts > li ul li a:active:before {
            background-image: unset;
            color: inherit; }
          .sidebar ul.wp-block-archives > li ul li a:before, .sidebar ul.wp-block-latest-posts > li ul li a:before {
            background-image: unset;
            text-align: center;
            margin-top: 0;
            content: '-';
            position: relative;
            margin-right: 5px;
            top: 0;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: 5px;
            width: fit-content; }
        .sidebar ul.wp-block-archives > li ul li span, .sidebar ul.wp-block-latest-posts > li ul li span {
          top: 6px;
          font-size: 14px; }
      .sidebar ul.wp-block-archives > li ul ul li a:before, .sidebar ul.wp-block-latest-posts > li ul ul li a:before {
        content: '--'; }
  .sidebar ul.wp-block-archives li a, .sidebar ul.wp-block-latest-posts li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    transition: all 0.5s linear; }
    .sidebar ul.wp-block-archives li a:hover, .sidebar ul.wp-block-archives li a:focus, .sidebar ul.wp-block-archives li a:active, .sidebar ul.wp-block-archives li a.nice-select.open, .sidebar ul.wp-block-latest-posts li a:hover, .sidebar ul.wp-block-latest-posts li a:focus, .sidebar ul.wp-block-latest-posts li a:active, .sidebar ul.wp-block-latest-posts li a.nice-select.open {
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      color: #dd3333;
      text-decoration: none;
      transition: all 0.5s linear; }
      .sidebar ul.wp-block-archives li a:hover:before, .sidebar ul.wp-block-archives li a:focus:before, .sidebar ul.wp-block-archives li a:active:before, .sidebar ul.wp-block-archives li a.nice-select.open:before, .sidebar ul.wp-block-latest-posts li a:hover:before, .sidebar ul.wp-block-latest-posts li a:focus:before, .sidebar ul.wp-block-latest-posts li a:active:before, .sidebar ul.wp-block-latest-posts li a.nice-select.open:before {
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23efb007' stroke-width='1.1' points='8.5 7 13.5 10 8.5 13'%3E%3C/polygon%3E%3Ccircle fill='none' stroke='%23efb007' stroke-width='1.1' cx='10' cy='10' r='9'%3E%3C/circle%3E%3C/svg%3E");
        transition: all 0.5s linear; }
    .sidebar ul.wp-block-archives li a:before, .sidebar ul.wp-block-latest-posts li a:before {
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 13px;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23000' stroke-width='1.1' points='8.5 7 13.5 10 8.5 13'%3E%3C/polygon%3E%3Ccircle fill='none' stroke='%23000' stroke-width='1.1' cx='10' cy='10' r='9'%3E%3C/circle%3E%3C/svg%3E");
      font-size: 17px;
      content: '';
      transition: all 0.5s linear; }
.sidebar .widget_archive ul, .sidebar .widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.sidebar .widget_archive ul li a, .sidebar .widget_recent_entries ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  transition: all 0.5s linear;
  width: 100%; }
.sidebar .widget_archive ul li a::before, .sidebar .widget_recent_entries ul li a::before {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: inline-block;
  max-width: 20px;
  width: 100%;
  height: 20px;
  margin-right: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23000' stroke-width='1.1' points='8.5 7 13.5 10 8.5 13'%3E%3C/polygon%3E%3Ccircle fill='none' stroke='%23000' stroke-width='1.1' cx='10' cy='10' r='9'%3E%3C/circle%3E%3C/svg%3E");
  font-size: 17px;
  content: '';
  transition: all 0.5s linear; }
.sidebar .widget_archive ul li a:hover,
.sidebar .widget_archive ul li a:focus,
.sidebar .widget_archive ul li a:active,
.sidebar .widget_archive ul li a.nice-select.open, .sidebar .widget_recent_entries ul li a:hover,
.sidebar .widget_recent_entries ul li a:focus,
.sidebar .widget_recent_entries ul li a:active,
.sidebar .widget_recent_entries ul li a.nice-select.open {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  color: #dd3333;
  text-decoration: none;
  transition: all 0.5s linear; }
.sidebar .widget_archive ul li a:hover::before,
.sidebar .widget_archive ul li a:focus::before,
.sidebar .widget_archive ul li a:active::before,
.sidebar .widget_archive ul li a.nice-select.open::before, .sidebar .widget_recent_entries ul li a:hover::before,
.sidebar .widget_recent_entries ul li a:focus::before,
.sidebar .widget_recent_entries ul li a:active::before,
.sidebar .widget_recent_entries ul li a.nice-select.open::before {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23efb007' stroke-width='1.1' points='8.5 7 13.5 10 8.5 13'%3E%3C/polygon%3E%3Ccircle fill='none' stroke='%23efb007' stroke-width='1.1' cx='10' cy='10' r='9'%3E%3C/circle%3E%3C/svg%3E");
  transition: all 0.5s linear; }
.sidebar .widget_archive ul > li, .sidebar .widget_recent_entries ul > li {
  position: relative;
  display: flex; }
  .sidebar .widget_archive ul > li:first-child, .sidebar .widget_recent_entries ul > li:first-child {
    border-top: 0px solid; }
  .sidebar .widget_archive ul > li:last-child, .sidebar .widget_recent_entries ul > li:last-child {
    padding-bottom: 0px; }
  .sidebar .widget_archive ul > li span, .sidebar .widget_recent_entries ul > li span {
    position: absolute;
    top: 9px;
    right: 0;
    min-width: 23px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
    color: #777777;
    border-radius: 3px;
    transition: .3s ease-in;
    font-size: 16px; }
    .sidebar .widget_archive ul > li span:before, .sidebar .widget_recent_entries ul > li span:before {
      content: '('; }
    .sidebar .widget_archive ul > li span:after, .sidebar .widget_recent_entries ul > li span:after {
      content: ')'; }
  .sidebar .widget_archive ul > li ul, .sidebar .widget_recent_entries ul > li ul {
    margin-left: 18px; }
    .sidebar .widget_archive ul > li ul li, .sidebar .widget_recent_entries ul > li ul li {
      border: 0px; }
      .sidebar .widget_archive ul > li ul li a, .sidebar .widget_recent_entries ul > li ul li a {
        font-size: 14px; }
        .sidebar .widget_archive ul > li ul li a:hover:before, .sidebar .widget_archive ul > li ul li a:focus:before, .sidebar .widget_archive ul > li ul li a:active:before, .sidebar .widget_recent_entries ul > li ul li a:hover:before, .sidebar .widget_recent_entries ul > li ul li a:focus:before, .sidebar .widget_recent_entries ul > li ul li a:active:before {
          background-image: unset;
          color: inherit; }
        .sidebar .widget_archive ul > li ul li a:before, .sidebar .widget_recent_entries ul > li ul li a:before {
          background-image: unset;
          text-align: center;
          margin-top: 0;
          content: '-';
          position: relative;
          margin-right: 5px;
          top: 0;
          font-size: 14px;
          line-height: 22px;
          letter-spacing: 5px;
          width: fit-content; }
      .sidebar .widget_archive ul > li ul li span, .sidebar .widget_recent_entries ul > li ul li span {
        top: 6px;
        font-size: 14px; }
    .sidebar .widget_archive ul > li ul ul li a:before, .sidebar .widget_recent_entries ul > li ul ul li a:before {
      content: '--'; }

/*-------------------------------------------------------------------

== Pages

-------------------------------------------------------------------*/
.widget_pages .widget-title {
  margin-bottom: 17px; }

.widget_pages ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.widget_pages ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  transition: all 0.5s linear; }
.widget_pages ul li a::before {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23000' stroke-width='1.1' points='8.5 7 13.5 10 8.5 13'%3E%3C/polygon%3E%3Ccircle fill='none' stroke='%23000' stroke-width='1.1' cx='10' cy='10' r='9'%3E%3C/circle%3E%3C/svg%3E");
  font-size: 17px;
  content: '';
  transition: all 0.5s linear; }
.widget_pages ul li a:hover,
.widget_pages ul li a:focus,
.widget_pages ul li a:active,
.widget_pages ul li a.nice-select.open {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  color: #dd3333;
  text-decoration: none;
  transition: all 0.5s linear; }
.widget_pages ul li a:hover::before,
.widget_pages ul li a:focus::before,
.widget_pages ul li a:active::before,
.widget_pages ul li a.nice-select.open::before {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23efb007' stroke-width='1.1' points='8.5 7 13.5 10 8.5 13'%3E%3C/polygon%3E%3Ccircle fill='none' stroke='%23efb007' stroke-width='1.1' cx='10' cy='10' r='9'%3E%3C/circle%3E%3C/svg%3E");
  transition: all 0.5s linear; }
.widget_pages ul > li {
  position: relative; }
  .widget_pages ul > li:first-child {
    border-top: 0px solid; }
  .widget_pages ul > li:last-child {
    padding-bottom: 0px; }
  .widget_pages ul > li span {
    position: absolute;
    top: 9px;
    right: 0;
    min-width: 23px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
    color: #777777;
    border-radius: 3px;
    transition: .3s ease-in;
    font-size: 16px; }
    .widget_pages ul > li span:before {
      content: '('; }
    .widget_pages ul > li span:after {
      content: ')'; }
  .widget_pages ul > li ul {
    margin-left: 18px; }
    .widget_pages ul > li ul li {
      border: 0px; }
      .widget_pages ul > li ul li a {
        font-size: 14px; }
        .widget_pages ul > li ul li a:hover:before, .widget_pages ul > li ul li a:focus:before, .widget_pages ul > li ul li a:active:before {
          background-image: unset;
          color: inherit; }
        .widget_pages ul > li ul li a:before {
          background-image: unset;
          text-align: center;
          margin-top: 0;
          content: '-';
          position: relative;
          margin-right: 5px;
          top: 0;
          font-size: 14px;
          line-height: 22px;
          letter-spacing: 5px;
          width: fit-content; }
      .widget_pages ul > li ul li span {
        top: 6px;
        font-size: 14px; }
    .widget_pages ul > li ul ul li a:before {
      content: '--'; }

/*-------------------------------------------------------------------

== Nav Menu

-------------------------------------------------------------------*/
.sidebar .widget_nav_menu .widget-title {
  margin-bottom: 17px; }
.sidebar .widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.sidebar .widget_nav_menu ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  transition: all 0.5s linear; }
.sidebar .widget_nav_menu ul li a::before {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23000' stroke-width='1.1' points='8.5 7 13.5 10 8.5 13'%3E%3C/polygon%3E%3Ccircle fill='none' stroke='%23000' stroke-width='1.1' cx='10' cy='10' r='9'%3E%3C/circle%3E%3C/svg%3E");
  font-size: 17px;
  content: '';
  transition: all 0.5s linear; }
.sidebar .widget_nav_menu ul li a:hover,
.sidebar .widget_nav_menu ul li a:focus,
.sidebar .widget_nav_menu ul li a:active,
.sidebar .widget_nav_menu ul li a.nice-select.open {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  color: #dd3333;
  text-decoration: none;
  transition: all 0.5s linear; }
.sidebar .widget_nav_menu ul li a:hover::before,
.sidebar .widget_nav_menu ul li a:focus::before,
.sidebar .widget_nav_menu ul li a:active::before,
.sidebar .widget_nav_menu ul li a.nice-select.open::before {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23efb007' stroke-width='1.1' points='8.5 7 13.5 10 8.5 13'%3E%3C/polygon%3E%3Ccircle fill='none' stroke='%23efb007' stroke-width='1.1' cx='10' cy='10' r='9'%3E%3C/circle%3E%3C/svg%3E");
  transition: all 0.5s linear; }
.sidebar .widget_nav_menu ul > li {
  position: relative; }
  .sidebar .widget_nav_menu ul > li:first-child {
    border-top: 0px solid; }
  .sidebar .widget_nav_menu ul > li:last-child {
    padding-bottom: 0px; }
  .sidebar .widget_nav_menu ul > li ul {
    margin-left: 18px; }
    .sidebar .widget_nav_menu ul > li ul li {
      border: 0px; }
      .sidebar .widget_nav_menu ul > li ul li a {
        font-size: 14px; }
        .sidebar .widget_nav_menu ul > li ul li a:hover:before, .sidebar .widget_nav_menu ul > li ul li a:focus:before, .sidebar .widget_nav_menu ul > li ul li a:active:before {
          background-image: unset;
          color: inherit; }
        .sidebar .widget_nav_menu ul > li ul li a:before {
          background-image: unset;
          text-align: center;
          margin-top: 0;
          content: '-';
          position: relative;
          margin-right: 5px;
          top: 0;
          font-size: 14px;
          line-height: 22px;
          letter-spacing: 5px;
          width: fit-content; }
      .sidebar .widget_nav_menu ul > li ul li span {
        top: 6px;
        font-size: 14px; }
    .sidebar .widget_nav_menu ul > li ul ul li a:before {
      content: '--'; }

/*-------------------------------------------------------------------

== Calendar

-------------------------------------------------------------------*/
.widget_calendar .calendar_wrap {
  position: relative; }
  .widget_calendar .calendar_wrap #wp-calendar {
    width: 100%;
    position: relative;
    background: transparent;
    margin: 0;
    border: none;
    border-collapse: collapse; }
    .widget_calendar .calendar_wrap #wp-calendar caption {
      background: transparent;
      caption-side: top;
      text-align: center;
      height: 30px;
      line-height: 35px;
      font-size: 14px;
      padding: 0;
      margin-bottom: 15px;
      color: #222222;
      font-weight: 500; }
    .widget_calendar .calendar_wrap #wp-calendar thead th,
    .widget_calendar .calendar_wrap #wp-calendar tbody td {
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      padding: 0;
      vertical-align: middle; }
    .widget_calendar .calendar_wrap #wp-calendar thead th {
      font-size: 12px; }
    .widget_calendar .calendar_wrap #wp-calendar tbody td {
      font-size: 11px; }
    .widget_calendar .calendar_wrap #wp-calendar thead {
      background: transparent; }
      .widget_calendar .calendar_wrap #wp-calendar thead th {
        color: #222; }
    .widget_calendar .calendar_wrap #wp-calendar tbody tr {
      background: transparent; }
      .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
        background: #fff;
        border: 1px solid #dddddd;
        position: relative; }
        .widget_calendar .calendar_wrap #wp-calendar tbody tr td#today {
          background: #222;
          color: #fff; }
        .widget_calendar .calendar_wrap #wp-calendar tbody tr td.pad {
          background: transparent; }
        .widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
          display: block;
          position: relative;
          z-index: 2;
          color: #dd3333 !important; }
          .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #fff;
            transition: background .3s ease;
            z-index: -1; }
          .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
            color: #d69e06 !important; }
        .widget_calendar .calendar_wrap #wp-calendar tbody tr td.pad {
          border: none; }
  .widget_calendar .calendar_wrap .wp-calendar-nav {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    height: 36px;
    line-height: 36px; }
    .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
    .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
      position: absolute;
      width: 36px;
      top: 50%;
      transform: translate(0, -50%);
      padding: 0; }
      .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a,
      .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
        border: 1px solid #ddd;
        background-color: #fff;
        display: block;
        position: relative;
        margin: 0 auto;
        color: transparent !important;
        width: 35px;
        height: 35px;
        line-height: 24px;
        text-align: center;
        transition: all .3s ease-in; }
        .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:before,
        .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:before {
          font-family: FontAwesome;
          color: #222;
          transition: all .3s ease-in;
          font-size: 12px;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
        .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover,
        .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
          transition: all .3s ease-in; }
          .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover:before,
          .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover:before {
            transition: all .3s ease-in;
            color: #dd3333; }
      .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev.pad,
      .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next.pad {
        text-align: center; }
        .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev.pad:before,
        .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next.pad:before {
          color: #f1f1f1;
          font-family: FontAwesome; }
    .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
      left: 0; }
      .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:before {
        content: "\f104"; }
      .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev.pad:before {
        content: "\f104"; }
    .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
      right: 0; }
      .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:before {
        content: "\f105"; }
      .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next.pad:before {
        content: "\f105"; }

/*-------------------------------------------------------------------

== Tags

-------------------------------------------------------------------*/
.widget_tag_cloud .tagcloud a {
  border-color: #ffffff; }

.widget_tag_cloud .tagcloud, .widget_tag_cloud .wp-block-tag-cloud {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none; }
.widget_tag_cloud .tagcloud a, .widget_tag_cloud .wp-block-tag-cloud a {
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  border: 2px solid #dddddd;
  background-color: #ffffff;
  color: #222222;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 2.6;
  white-space: nowrap;
  transition: 0.3s; }
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .wp-block-tag-cloud a:hover,
.widget_tag_cloud .tagcloud a:focus,
.widget_tag_cloud .wp-block-tag-cloud a:focus,
.widget_tag_cloud .tagcloud a:active,
.widget_tag_cloud .wp-block-tag-cloud a:active,
.widget_tag_cloud .tagcloud a.nice-select.open,
.widget_tag_cloud .wp-block-tag-cloud a.nice-select.open {
  border-color: #edb509;
  background-color: #edb509;
  color: #ffffff;
  text-decoration: none; }

/*-------------------------------------------------------------------

== RSS

-------------------------------------------------------------------*/
.widget_rss .widget-title a {
  color: #222;
  transition: all .3s ease-in-out; }
  .widget_rss .widget-title a:hover {
    color: #dd3333; }
.widget_rss .rsswidget img {
  display: none; }
.widget_rss ul li {
  padding-bottom: 15px; }
  .widget_rss ul li a {
    transition: all .3s ease-in-out; }
    .widget_rss ul li a:hover {
      color: #dd3333; }
  .widget_rss ul li:last-child {
    padding-bottom: 0; }
  .widget_rss ul li .rsswidget {
    font-weight: 500;
    color: #222222;
    opacity: .8;
    display: block;
    margin-bottom: 5px;
    margin-right: 5px; }
  .widget_rss ul li .rss-date {
    display: block;
    margin-bottom: 5px; }
  .widget_rss ul li .rssSummary {
    margin-bottom: 5px; }
  .widget_rss ul li .rss-date {
    font-size: 13px;
    color: #7b7d7f; }
  .widget_rss ul li cite {
    position: relative;
    display: block;
    text-align: right;
    font-style: italic;
    font-size: 13px; }

/*-------------------------------------------------------------------

== Recent comments

-------------------------------------------------------------------*/
.widget_recent_comments .recentcomments {
  padding-top: 5px;
  padding-bottom: 5px; }
  .widget_recent_comments .recentcomments a {
    color: #222;
    transition: all .3s ease-in-out; }
    .widget_recent_comments .recentcomments a:hover {
      color: #dd3333; }
  .widget_recent_comments .recentcomments:last-child {
    margin: 0;
    border: none; }
  .widget_recent_comments .recentcomments:last-child {
    padding-bottom: 0; }
  .widget_recent_comments .recentcomments > a {
    margin-left: 5px; }
  .widget_recent_comments .recentcomments .comment-author-link {
    font-weight: 600;
    color: #222222;
    margin-right: 5px; }
    .widget_recent_comments .recentcomments .comment-author-link a {
      margin-left: 0 !important;
      text-decoration: none !important; }
    .widget_recent_comments .recentcomments .comment-author-link:before {
      content: "\f2c0";
      font: normal normal normal 13px/1 FontAwesome;
      margin-right: 8px;
      position: relative;
      top: -1px; }
  .widget_recent_comments .recentcomments a:before {
    content: '';
    margin-left: 5px; }
  .widget_recent_comments .recentcomments a:last-child {
    text-decoration: underline; }

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
  font-weight: 600; }
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
  font-weight: 500; }
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta:before {
  content: "\f2c0";
  font: normal normal normal 13px/1 FontAwesome;
  margin-right: 8px;
  position: relative;
  top: -1px;
  color: #222222; }
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:before {
  content: '';
  margin-left: 5px; }
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:last-child {
  text-decoration: underline; }

/*-------------------------------------------------------------------

==  Post Share Icon

-------------------------------------------------------------------*/
.fl-contact-form label {
  display: block;
  margin-bottom: 13px;
  font-size: 13px; }
.fl-contact-form input:hover, .fl-contact-form input:focus, .fl-contact-form input:active {
  border-color: transparent !important; }
.fl-contact-form .textarea-container textarea {
  border-radius: 0; }
  .fl-contact-form .textarea-container textarea:hover, .fl-contact-form .textarea-container textarea:focus, .fl-contact-form .textarea-container textarea:active {
    border-color: transparent !important; }
.fl-contact-form .submit-btn-container {
  margin-top: 10px; }

/*-------------------------------------------------------------------

==  Post Share Icon

-------------------------------------------------------------------*/
.post-share-icon a.vk:after {
  background: #4a76a8; }
.post-share-icon a.pin:after {
  background: #e60023; }
.post-share-icon a.red:after {
  background: #ff4502; }
.post-share-icon a.lin:after {
  background: #1785b0; }
.post-share-icon a.goglp:after {
  background: #d44132; }
.post-share-icon a.twi:after {
  background: #41abe1; }
.post-share-icon a.fb:after {
  background: #4267b2; }

.post-share-icon {
  display: inline-flex;
  z-index: -1;
  position: absolute;
  bottom: 45px;
  right: 15px;
  flex-direction: column-reverse;
  flex-wrap: wrap; }
  .post-share-icon a {
    opacity: 0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: 4px 0;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    transform: translateY(7px);
    transition: opacity .1s ease 0s,transform .1s ease 0s,-webkit-transform .1s ease 0s,color .3s ease; }
    .post-share-icon a i {
      z-index: 2; }
    .post-share-icon a:hover {
      transition: color .3s ease;
      color: #fff !important; }
      .post-share-icon a:hover:after {
        transform: translate(0) scale(1.2); }
    .post-share-icon a:after {
      transition: transform .3s ease 0s;
      position: absolute;
      width: 35px;
      height: 35px;
      border-radius: 100%;
      transform: translate(0, 35px);
      content: ''; }
    .post-share-icon a:nth-child(1) {
      transition: opacity .3s ease 0s,transform .3s ease 0s,-webkit-transform .3s ease 0s; }
    .post-share-icon a:nth-child(2) {
      transition: opacity .3s ease .1s,transform .3s ease .1s,-webkit-transform .3s ease .1s; }
    .post-share-icon a:nth-child(3) {
      transition: opacity .3s ease .2s,transform .3s ease .2s,-webkit-transform .3s ease .2s; }
    .post-share-icon a:nth-child(4) {
      transition: opacity .3s ease .3s,transform .3s ease .3s,-webkit-transform .3s ease .3s; }
    .post-share-icon a:nth-child(5) {
      transition: opacity .3s ease .4s,transform .3s ease .4s,-webkit-transform .3s ease .3s; }
    .post-share-icon a:nth-child(6) {
      transition: opacity .3s ease .5s,transform .3s ease .5s,-webkit-transform .3s ease .3s; }
    .post-share-icon a:nth-child(7) {
      transition: opacity .3s ease .6s,transform .3s ease .6s,-webkit-transform .3s ease .3s; }
  .post-share-icon.opened {
    z-index: 1; }
    .post-share-icon.opened a {
      opacity: 1;
      transform: translateY(0); }

/*-------------------------------------------------------------------

==  Auto Single Page

-------------------------------------------------------------------*/
.car-details .car-details__wrap-title {
  margin-bottom: 15px; }
  .car-details .car-details__wrap-title .car-details-sub-title-content {
    font-size: 15px;
    color: #555555;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .car-details .car-details__wrap-title .car-details__title {
    font-size: 40px; }
.car-details .auto-slider {
  position: relative;
  margin-bottom: 20px; }
  .car-details .auto-slider .slides {
    overflow: hidden; }
    .car-details .auto-slider .slides li {
      float: left; }
      .car-details .auto-slider .slides li iframe {
        width: 750px;
        height: 430px; }
  .car-details .auto-slider .card__wrap-label {
    z-index: 3;
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex; }
    .car-details .auto-slider .card__wrap-label .card__label {
      padding: 9px 13px;
      font-size: 12px;
      text-transform: uppercase;
      color: #fff;
      border-radius: 2px;
      line-height: 1; }
  .car-details .auto-slider .sale {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 9;
    font-size: 10px;
    text-transform: uppercase;
    padding: 8px 12px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    letter-spacing: .1em; }
  .car-details .auto-slider .tmpl-list-footer {
    bottom: auto;
    z-index: 99;
    top: 20px;
    text-align: right;
    right: 20px; }
.car-details .auto-carousel {
  margin-bottom: 40px; }
  .car-details .auto-carousel .slides {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px; }
    .car-details .auto-carousel .slides li {
      cursor: pointer;
      position: relative;
      margin: 0 10px;
      float: left; }
      .car-details .auto-carousel .slides li.slick-current:before, .car-details .auto-carousel .slides li.slick-current:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        transition: .3s ease; }
      .car-details .auto-carousel .slides li.slick-current:before {
        background: rgba(0, 0, 0, 0.5); }
      .car-details .auto-carousel .slides li.slick-current:after {
        border: 4px solid #e2b71c; }
      .car-details .auto-carousel .slides li.auto-thumb-video i {
        position: absolute;
        color: #fff;
        height: 100%;
        width: 100%;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px; }
.car-details .vehicle-characteristics .vehicle-characteristics-title {
  font-size: 22px;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eee; }
.car-details .vehicle-characteristics .list-descriptions {
  display: flex;
  flex-wrap: wrap; }
  .car-details .vehicle-characteristics .list-descriptions .dd-item {
    align-items: center;
    display: flex;
    max-width: 50%;
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px; }
    .car-details .vehicle-characteristics .list-descriptions .dd-item dt {
      padding-left: 0;
      font-weight: inherit;
      min-width: 40%;
      position: relative; }
    .car-details .vehicle-characteristics .list-descriptions .dd-item dd {
      color: #222222;
      margin-bottom: 0; }
.car-details .wrap-nav-table-content {
  border-bottom: 1px solid #dddddd; }
  .car-details .wrap-nav-table-content ul li {
    cursor: pointer;
    display: inline-block;
    padding: 0 20px; }
    .car-details .wrap-nav-table-content ul li:first-child {
      padding-left: 0; }
    .car-details .wrap-nav-table-content ul li:last-child {
      padding-right: 0; }
    .car-details .wrap-nav-table-content ul li span {
      font-size: 16px;
      color: #222222;
      display: flex;
      padding: 20px 0;
      position: relative;
      transition: .3s ease; }
      .car-details .wrap-nav-table-content ul li span:before {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -1px;
        left: 0;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .3s ease; }
    .car-details .wrap-nav-table-content ul li.active span, .car-details .wrap-nav-table-content ul li:hover span {
      transition: .3s ease; }
      .car-details .wrap-nav-table-content ul li.active span:before, .car-details .wrap-nav-table-content ul li:hover span:before {
        transform: scaleX(1);
        transform-origin: left; }
.car-details .tabs-content .tab-content {
  margin-top: 40px;
  display: none; }
  .car-details .tabs-content .tab-content .auto_contact_desc {
    margin-bottom: 35px; }
  .car-details .tabs-content .tab-content .contact-list-info .dd-item {
    margin-bottom: 15px; }
    .car-details .tabs-content .tab-content .contact-list-info .dd-item dt {
      color: #222222;
      line-height: 1;
      margin-bottom: 5px;
      font-size: 12px; }
    .car-details .tabs-content .tab-content .contact-list-info .dd-item dd {
      font-size: 14px; }
  .car-details .tabs-content .tab-content.active {
    display: block; }
  .car-details .tabs-content .tab-content .tech-group dl {
    display: flex;
    flex-wrap: wrap; }
    .car-details .tabs-content .tab-content .tech-group dl .dd-item {
      align-items: center;
      display: flex;
      max-width: 50%;
      width: 100%;
      margin-bottom: 8px;
      font-size: 14px; }
      .car-details .tabs-content .tab-content .tech-group dl .dd-item dt {
        padding-left: 0;
        font-weight: inherit;
        min-width: 40%;
        position: relative; }
      .car-details .tabs-content .tab-content .tech-group dl .dd-item dd {
        color: #222;
        margin-bottom: 0; }
  .car-details .tabs-content .tab-content ul:not(.pixad-features-list) {
    margin-left: 0; }
    .car-details .tabs-content .tab-content ul:not(.pixad-features-list) > li {
      position: relative;
      line-height: 2;
      padding-left: 20px;
      margin: 10px 0; }
      .car-details .tabs-content .tab-content ul:not(.pixad-features-list) > li:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        display: inline-flex;
        align-items: center;
        content: "\f101";
        font: normal normal normal 14px/1 FontAwesome; }
      .car-details .tabs-content .tab-content ul:not(.pixad-features-list) > li:first-child {
        margin-top: 0; }
  .car-details .tabs-content .tab-content .pixad-features-list {
    display: flex;
    flex-wrap: wrap; }
    .car-details .tabs-content .tab-content .pixad-features-list li {
      margin-bottom: 13px;
      color: #222222;
      font-size: 14px;
      max-width: 50%;
      width: 100%;
      display: inline-block; }
      .car-details .tabs-content .tab-content .pixad-features-list li i {
        font-style: normal;
        margin-right: 10px; }

#contact-map {
  width: 100%;
  height: 400px;
  margin: 0 auto; }

.pixba_contact_modal_btn {
  color: #222;
  transition: .3s ease; }
  .pixba_contact_modal_btn:hover {
    transition: .3s ease;
    color: #222; }

#contact-form-booking {
  max-width: 550px;
  background: #fff;
  padding: 35px 30px;
  margin: 0 auto; }
  #contact-form-booking .title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 23px;
    text-transform: uppercase; }
  #contact-form-booking label {
    margin-bottom: 10px; }
  #contact-form-booking br {
    display: none; }
  #contact-form-booking textarea {
    border-radius: 0;
    margin-bottom: 25px; }

/*-------------------------------------------------------------------

==  Vehicle Listings Page

-------------------------------------------------------------------*/
#pix-sorting {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px; }
  #pix-sorting .sorting__inner {
    display: flex;
    align-items: stretch; }
    #pix-sorting .sorting__inner .sorting__item {
      flex-grow: 0; }
      #pix-sorting .sorting__inner .sorting__item .sorting__title {
        display: none; }
      #pix-sorting .sorting__inner .sorting__item:first-child {
        flex-grow: 1;
        display: flex;
        align-items: center;
        color: #222222; }
      #pix-sorting .sorting__inner .sorting__item:last-child {
        margin-left: 30px; }
      #pix-sorting .sorting__inner .sorting__item.view-by {
        display: flex;
        align-items: center; }
        #pix-sorting .sorting__inner .sorting__item.view-by a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 45px;
          height: 45px;
          border: 1px solid;
          position: relative;
          color: #cccccc;
          transition: .3s ease; }
          #pix-sorting .sorting__inner .sorting__item.view-by a:hover, #pix-sorting .sorting__inner .sorting__item.view-by a.active {
            transition: .3s ease; }
          #pix-sorting .sorting__inner .sorting__item.view-by a:first-child {
            margin-right: 10px; }
  #pix-sorting .select .jelect-current {
    transition: .3s ease; }
    #pix-sorting .select .jelect-current:hover {
      border-color: transparent !important;
      background: #fff !important;
      box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
      transition: .3s ease; }
  #pix-sorting .select.jelect_state_active .jelect-current {
    border-color: transparent !important;
    background: #fff !important;
    box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
    transition: .3s ease; }
  #pix-sorting .ajax-loading .slider-grid__inner, #pix-sorting .ajax-loading .post-auto-list {
    opacity: .7; }

.pix-auto-wrapper-loader.ajax-loading .post-auto-grid .top-content-wrap {
  position: relative; }
  .pix-auto-wrapper-loader.ajax-loading .post-auto-grid .top-content-wrap:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1; }
  .pix-auto-wrapper-loader.ajax-loading .post-auto-grid .top-content-wrap:after {
    content: "\e83a";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-family: "fl-custom-icon-font";
    font-size: 20px;
    z-index: 2;
    color: #e2b71c;
    animation: loaderRotate 1s ease-in-out infinite; }
.pix-auto-wrapper-loader.ajax-loading .post-auto-list .left-car-content {
  position: relative; }
  .pix-auto-wrapper-loader.ajax-loading .post-auto-list .left-car-content:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1; }
  .pix-auto-wrapper-loader.ajax-loading .post-auto-list .left-car-content:after {
    content: "\e83a";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-family: "fl-custom-icon-font";
    font-size: 20px;
    z-index: 2;
    color: #e2b71c;
    animation: loaderRotate 1s ease-in-out infinite; }

.pix-dynamic-content #pixad-listing.grid {
  margin-top: -30px; }
  .pix-dynamic-content #pixad-listing.grid .post-auto-grid {
    margin-top: 30px; }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap {
      position: relative; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .auto-link-image-link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .image-grid-mask {
        transition: .3s ease;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap {
        left: 0;
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translate3d(0, -50%, 0);
        z-index: 2; }
        .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare {
          visibility: hidden;
          opacity: 0;
          transition: .3s ease;
          line-height: 15px;
          padding: 0;
          background: transparent !important; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare span {
            border-radius: 2px;
            padding: 11px 18px; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare i {
            margin-right: 5px; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare .add-cmpr {
            transition: .3s ease;
            background: #fff; }
            .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare .add-cmpr:hover {
              color: #fff;
              transition: .3s ease; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare .rem-cmpr {
            color: #fff;
            transition: .3s ease; }
            .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare .rem-cmpr:hover {
              opacity: .8;
              transition: .3s ease; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .compare-car-wrap .add-to-compare .cmpr-btn-text {
            display: inline-block; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap {
        z-index: 2;
        position: absolute;
        right: 20px;
        top: 20px;
        display: inline-flex; }
        .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a {
          visibility: hidden;
          opacity: 0;
          width: 30px;
          height: 30px;
          background: transparent !important;
          position: relative;
          padding: 0; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a span {
            left: 0;
            top: 0;
            position: absolute;
            border-radius: 2px;
            width: 30px;
            height: 30px;
            display: none;
            align-items: center;
            justify-content: center;
            transition: .3s ease; }
            .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a span.add-fvrt {
              background: #fff;
              display: inline-flex; }
              .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a span.add-fvrt:hover {
                color: #fff; }
            .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a span.rem-fvrt {
              color: #fff; }
              .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a span.rem-fvrt:hover {
                transition: .3s ease;
                opacity: .8; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a.active-add-favorite {
            visibility: visible;
            opacity: 1; }
            .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a.active-add-favorite .rem-fvrt {
              display: inline-flex; }
            .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .favorite-car-wrap a.active-add-favorite .add-fvrt {
              display: none; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .top-content-wrap .card-auto-label {
        z-index: 3;
        border-radius: 2px;
        position: absolute;
        left: 20px;
        top: 20px;
        line-height: 1;
        padding: 9px 13px;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff; }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap {
      text-align: center;
      background-color: #fff;
      box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.09);
      padding-top: 20px;
      padding-bottom: 20px; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .title-content {
        font-size: 17px;
        margin-bottom: 0; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .auto-grid-list-content {
        margin-top: 10px; }
        .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .auto-grid-list-content .list-grid--info .list-grid-item {
          color: #555555;
          line-height: 1;
          padding-top: 2px;
          padding-bottom: 2px;
          font-size: 12px;
          display: inline-flex;
          padding-right: 10px;
          margin-right: 10px;
          border-right: 1px solid #eeeeee; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .auto-grid-list-content .list-grid--info .list-grid-item:last-child {
            padding-right: 0;
            margin-right: 0;
            border-right: 0; }
          .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .auto-grid-list-content .list-grid--info .list-grid-item i {
            display: none !important; }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap .bottom-content-wrap .price-auto-wrap {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #eeeeee;
        font-size: 15px; }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap:hover .top-content-wrap .favorite-car-wrap a {
      visibility: visible;
      opacity: 1; }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap:hover .top-content-wrap .add-to-compare {
      visibility: visible;
      opacity: 1;
      transition: .3s ease; }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid .entry-auto-grid-wrap:hover .top-content-wrap .image-grid-mask {
      transition: .3s ease;
      visibility: visible;
      opacity: .7; }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid.dark-style .bottom-content-wrap .title-content span {
      color: #fff; }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid.dark-style .bottom-content-wrap .auto-grid-list-content .list-grid--info .list-grid-item {
      color: #fff;
      border-color: rgba(221, 221, 221, 0.3); }
    .pix-dynamic-content #pixad-listing.grid .post-auto-grid.dark-style .bottom-content-wrap .price-auto-wrap {
      border-color: rgba(221, 221, 221, 0.2); }
      .pix-dynamic-content #pixad-listing.grid .post-auto-grid.dark-style .bottom-content-wrap .price-auto-wrap span {
        color: #fff !important; }
.pix-dynamic-content #pixad-listing.list .post-auto-list {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee; }
  .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content {
    display: flex;
    flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content {
      max-width: 300px;
      flex-grow: 0;
      position: relative; }
      .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .car-label-list {
        border-radius: 2px;
        position: absolute;
        left: 20px;
        top: 20px;
        line-height: 1;
        padding: 9px 13px;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff; }
      .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap {
        position: absolute;
        right: 20px;
        top: 20px; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a {
          visibility: hidden;
          opacity: 0;
          width: 30px;
          height: 30px;
          background: transparent !important;
          position: relative;
          padding: 0; }
          .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a span {
            left: 0;
            top: 0;
            position: absolute;
            border-radius: 2px;
            width: 30px;
            height: 30px;
            display: none;
            align-items: center;
            justify-content: center;
            transition: .3s ease; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a span.add-fvrt {
              background: #fff;
              display: inline-flex; }
              .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a span.add-fvrt:hover {
                color: #fff; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a span.rem-fvrt {
              color: #fff; }
              .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a span.rem-fvrt:hover {
                transition: .3s ease;
                opacity: .8; }
          .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a.active-add-favorite {
            visibility: visible;
            opacity: 1; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a.active-add-favorite .rem-fvrt {
              display: inline-flex; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .left-car-content .favorite-car-wrap a.active-add-favorite .add-fvrt {
              display: none; }
    .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content {
      max-width: calc(100% - 300px);
      flex-grow: 1;
      padding-left: 30px;
      display: flex;
      flex-wrap: wrap; }
      .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap {
        flex-grow: 1;
        max-width: calc(100% - 170px);
        width: 100%; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap .car-list-title {
          margin-bottom: 10px; }
          .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap .car-list-title a {
            font-size: 21px;
            color: inherit;
            transition: .3s ease; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap .car-list-title a:hover {
              transition: .3s ease; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-left-wrap .car-description {
          margin-bottom: 15px; }
      .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap {
        flex-grow: 0;
        width: 170px;
        text-align: right;
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: flex-end; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .top-content {
          width: 100%; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .images-promo {
          margin-bottom: 20px; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .car-price-wrap .car-price {
          font-size: 22px;
          padding: 8px 15px;
          display: inline-block;
          color: #fff; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap {
          display: flex;
          flex-direction: column-reverse; }
          .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare {
            position: relative;
            top: -10px;
            display: flex;
            transition: .3s ease;
            line-height: 15px;
            padding: 0;
            background: transparent !important; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare span {
              border-radius: 2px;
              padding: 11px 18px; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare i {
              margin-right: 5px; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare .add-cmpr {
              transition: .3s ease;
              background: #fff; }
              .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare .add-cmpr:hover {
                color: #fff;
                transition: .3s ease; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare .rem-cmpr {
              color: #fff;
              transition: .3s ease; }
              .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare .rem-cmpr:hover {
                opacity: .8;
                transition: .3s ease; }
            .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .right-car-content-right-wrap .compare-car-wrap .add-to-compare .cmpr-btn-text {
              display: inline-block; }
      .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .list-wrap .car-list-list {
        display: flex;
        flex-wrap: wrap; }
        .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .list-wrap .car-list-list li {
          font-size: 14px;
          display: inline-block;
          width: 100%;
          max-width: 50%;
          margin-bottom: 5px; }
          .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .list-wrap .car-list-list li i {
            display: none !important; }
          .pix-dynamic-content #pixad-listing.list .post-auto-list .post-entry-content .right-car-content .list-wrap .car-list-list li:last-child {
            margin-bottom: 0; }
  .pix-dynamic-content #pixad-listing.list .post-auto-list:hover .post-entry-content .left-car-content .favorite-car-wrap a {
    visibility: visible;
    opacity: 1;
    transition: .3s ease; }

.autos-pagination {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .autos-pagination li {
    border-radius: 2px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    margin: 4px;
    color: #222222;
    font-size: 14px;
    transition: .3s ease; }
    .autos-pagination li.arrow {
      display: none; }
    .autos-pagination li a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: inherit; }
    .autos-pagination li.active, .autos-pagination li:hover {
      transition: .3s ease; }
      .autos-pagination li.active a, .autos-pagination li:hover a {
        transition: .3s ease;
        color: #fff; }

@keyframes loaderRotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/*-------------------------------------------------------------------

== Auto Sell Page

-------------------------------------------------------------------*/
.pixad-control-input .pixad-body-icon label {
  margin-bottom: 0; }
.pixad-control-input .pixad-features-upload input {
  margin-top: 3px; }
.pixad-control-input .pixad-features-upload label {
  margin-bottom: 0; }

/*-------------------------------------------------------------------

==  Pagination

-------------------------------------------------------------------*/
.uk-pagination {
  margin-top: 70px !important; }

.uk-pagination > * + * {
  margin-left: 10px; }

.uk-pagination .page-numbers {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 2px;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s ease-in-out; }
  .uk-pagination .page-numbers i {
    transition: all .3s ease-in-out; }

.uk-pagination .page-numbers.current, .uk-pagination .page-numbers:hover {
  background: #f65d10;
  border-color: #f65d10;
  color: #fff; }
  .uk-pagination .page-numbers.current i, .uk-pagination .page-numbers:hover i {
    color: #fff; }

.page-numbers.dots:hover {
  background: unset !important;
  border-color: #eee !important;
  color: unset; }

/*-------------------------------------------------------------------

==  Footer

-------------------------------------------------------------------*/
.page-footer {
  display: block;
  z-index: 1;
  position: relative;
  background-color: #111; }

.page-footer__top {
  padding-top: 100px; }
  .page-footer__top .page-footer__inner .page-footer__menu {
    width: 20%; }

.page-footer__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.page-footer__contacts {
  max-width: 390px;
  margin-top: -115px;
  padding: 50px;
  border-radius: 4px;
  background-color: #222; }

.page-footer__contacts .footer-logo {
  margin-bottom: 35px; }
  .page-footer__contacts .footer-logo .logotype-text {
    color: #fff; }
  .page-footer__contacts .footer-logo img {
    max-width: 150px; }

.page-footer__contacts p {
  color: rgba(231, 231, 231, 0.7);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  margin-top: 20px;
  margin-bottom: 20px; }

.page-footer__menu h4 {
  margin-bottom: 40px;
  color: white;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase; }

.page-footer__menu h4:after {
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 10px;
  background-color: #dd3333;
  content: ''; }

.page-footer__menu .widget h5 {
  margin-bottom: 40px;
  color: white;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase; }

.page-footer__menu .widget h5:after {
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 10px;
  background-color: #dd3333;
  content: ''; }

.page-footer__menu ul li + li {
  display: block;
  position: relative;
  margin-top: 25px; }

.page-footer__menu ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  column-gap: 0.25em; }

.page-footer__menu ul li a::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23fff' points='10 5 15 9.5 10 14'%3E%3C/polyline%3E%3Cline fill='none' stroke='%23fff' x1='4' y1='9.5' x2='15' y2='9.5'%3E%3C/line%3E%3C/svg%3E");
  content: ''; }

.page-footer__menu ul li a:hover::before {
  background-image: url("../images/arrow_red.svg"); }

.page-footer__news h4 {
  margin-bottom: 40px;
  color: white;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase; }

.page-footer__news h4:after {
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 10px;
  background-color: #dd3333;
  content: ''; }

.page-footer__news .widget h5 {
  margin-bottom: 40px;
  color: white;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase; }

.page-footer__news .widget h5:after {
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 10px;
  background-color: #dd3333;
  content: ''; }

.page-footer__bottom {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.page-footer__copy {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.33;
  text-align: center; }

.page-footer__copy span {
  display: inline-block;
  margin-right: 20px; }
  .page-footer__copy span b {
    font-weight: bolder; }

.page-footer__copy a {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  text-decoration: underline;
  transition: all 0.3s linear; }

.page-footer__copy a:hover {
  color: #dd3333; }

.page-footer__copy a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3); }

.contacts-list {
  margin: 30px 0;
  padding: 0;
  list-style-type: none; }

.contacts-list li {
  display: block;
  position: relative; }

.contacts-list li a {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67; }

.contacts-list li + li {
  margin-top: 20px !important; }

.contacts-list li span.label {
  display: block;
  color: #dd3333; }

.contacts-list li span.uk-icon {
  margin-right: 15px; }

.news-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.news-list li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.news-list-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 300px; }

.news-list-item img {
  width: 95px;
  height: 88px;
  margin-right: 20px; }

.news-list-item__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.news-list-item__date {
  margin-bottom: 15px;
  color: #dd3333;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase; }

.news-list-item__title {
  -webkit-transition: all 0.3 linear;
  -o-transition: all 0.3 linear;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  transition: all 0.3 linear; }

.news-list-item__title:hover {
  color: #dd3333; }

.page-footer .social svg {
  max-width: 16px; }

.news-list-item__info .news-list-item__title {
  -webkit-transition: all 0.3 linear;
  -o-transition: all 0.3 linear;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  transition: all 0.3 linear; }

.newsletter {
  display: block;
  position: relative;
  background-color: #dd3333 !important;
  background-image: url(../images/bg_newsletter.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.newsletter__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.newsletter-form {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
  margin-right: 70px;
  margin-right: 3.64583vw;
  padding-right: 70px;
  padding-right: 3.64583vw;
  border-right: 1px solid #fff; }
  .newsletter-form .newsletter-form__title {
    width: 45%; }

.newsletter-form__title h4 {
  margin: -10px 35px 0 0;
  color: white;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  word-break: initial; }

.newsletter-form__form {
  width: 100%;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border: 0.52083vw solid rgba(255, 255, 255, 0.2);
  border-radius: 2px; }

.newsletter-form__form form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  background-color: #fff; }

.newsletter-form__form form input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  padding-left: 41px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23000' points='1.4,6.5 10,11 18.6,6.5'%3E%3C/polyline%3E%3Cpath d='M 1,4 1,16 19,16 19,4 1,4 Z M 18,15 2,15 2,5 18,5 18,15 Z'%3E%3C/path%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat; }

.newsletter-form__form form button {
  height: 40px;
  padding: 0 25px;
  border: none;
  border-left: 1px solid #ddd;
  background: none;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase; }

.download-app {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between; }

.download-app__title {
  margin-right: 30px; }

.download-app__title h4 {
  margin: 0 0 10px 0;
  color: white;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap; }

.download-app__title p {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 20px;
  font-weight: 500; }

.download-app__links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.download-link {
  padding: 15px 35px;
  padding: 15px 1.82292vw;
  border-radius: 1px;
  outline: 10px solid rgba(255, 255, 255, 0.2);
  outline: 0.52083vw solid rgba(255, 255, 255, 0.2);
  background-color: #fff; }

.download-link:hover {
  outline: 10px solid rgba(255, 255, 255, 0.23);
  outline: 0.52083vw solid rgba(255, 255, 255, 0.23); }

.download-link + .download-link {
  margin-left: 30px; }

.download-link img {
  min-width: 40px; }

a.uk-slidenav-previous, a.uk-slidenav-next {
  display: none; }

/*-------------------------------------------------------------------

== Mobile Menu

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Mobile Menu

-------------------------------------------------------------------*/
.fl-mobile-menu-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1098; }
  .fl-mobile-menu-wrapper .fl-sidebar-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1099;
    cursor: pointer; }
  .fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper {
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 280px;
    background: #fff;
    padding: 45px 10px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh; }
    .fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper .fl--mobile-menu-navigation {
      max-height: calc(100% - 15px);
      overflow-x: auto; }

.fl--mobile-menu-navigation-wrapper .widget_fl_theme_helper_wmpl_change_languages {
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px; }

.fl--mobile-menu {
  background: inherit;
  z-index: 9;
  position: relative; }
  .fl--mobile-menu > li:last-child a {
    border-bottom: none; }
  .fl--mobile-menu li {
    transition: background-color .3s ease-in;
    overflow: hidden; }
    .fl--mobile-menu li.opened {
      transition: background-color .3s ease-in;
      background: #f7f7f7; }
      .fl--mobile-menu li.opened > a .fl-menu-flipper-icon {
        transition: 0.6s;
        transform: rotateY(180deg); }
        .fl--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-front-content i {
          transition: 0.6s;
          opacity: 0; }
    .fl--mobile-menu li a {
      border-bottom: 1px solid #eee;
      position: relative;
      line-height: 1.1;
      display: block;
      padding: 17px 40px 17px 24px;
      color: #222222;
      font-size: 11px;
      text-transform: uppercase; }
      .fl--mobile-menu li a .fl-menu-flipper-icon {
        position: absolute;
        right: 0;
        color: #000;
        height: 100%;
        width: 50px;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
      .fl--mobile-menu li a:hover {
        color: #000; }
    .fl--mobile-menu li:last-child {
      border-bottom: none; }
    .fl--mobile-menu li .sub-menu {
      display: none;
      background: #f7f7f7; }
      .fl--mobile-menu li .sub-menu li a {
        text-transform: none;
        font-size: 11px; }
      .fl--mobile-menu li .sub-menu li .sub-menu {
        border-left: none;
        margin-left: 0; }
        .fl--mobile-menu li .sub-menu li .sub-menu li a {
          padding-left: 37px; }
    > .fl--mobile-menu li:first-child a {
      border-bottom: none; }

.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar, .fl--mobile-menu-navigation::-webkit-scrollbar {
  width: 6px;
  background: #fff;
  margin-right: 20px; }
.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar-thumb, .fl--mobile-menu-navigation::-webkit-scrollbar-thumb {
  height: 150px;
  border-radius: 10px;
  background: #f7f7f7; }

body.admin-bar .fl--mobile-menu-navigation-wrapper {
  top: 30px; }
body.admin-bar ul.fl-sidebar-social-profiles {
  bottom: 50px; }

.fl-menu-flipper-icon {
  position: absolute;
  right: 0;
  color: #2a2b30;
  height: 100%;
  width: 50px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s;
  perspective: 40px; }
  .fl-menu-flipper-icon .fl-front-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    z-index: 2;
    backface-visibility: hidden; }
  .fl-menu-flipper-icon .fl-back-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    transform: rotateY(180deg); }

.fl-close-sidebar-icon {
  opacity: 1;
  visibility: visible;
  transition: opacity .6s ease-in;
  border: 0;
  border-radius: 0;
  position: absolute;
  height: 25px;
  width: 25px;
  margin: 0;
  outline: 0;
  padding: 10px;
  vertical-align: top;
  top: 15px;
  right: 5px;
  z-index: 99999;
  cursor: pointer; }
  .fl-close-sidebar-icon:before {
    font-family: fl-custom-icon-font;
    content: '\e81d';
    transform: rotate(45deg);
    color: #2a2b30 !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }

ul.fl-sidebar-social-profiles {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 24px; }
  ul.fl-sidebar-social-profiles li {
    display: inline-flex; }
    ul.fl-sidebar-social-profiles li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      font-size: 14px;
      padding: 0 2px;
      color: #1b1b1b;
      transition: color .3s ease, opacity .3s ease;
      z-index: 1;
      width: 26px;
      height: 26px;
      opacity: .8; }
      ul.fl-sidebar-social-profiles li a i {
        display: flex; }
      ul.fl-sidebar-social-profiles li a:before {
        z-index: -1;
        content: '';
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        top: 50%;
        transition: all 0.3s;
        width: 0;
        border-radius: 100%; }
      ul.fl-sidebar-social-profiles li a:hover {
        opacity: 1;
        color: #fff; }
        ul.fl-sidebar-social-profiles li a:hover:before {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      ul.fl-sidebar-social-profiles li a.facebook:before {
        background: #4267b2; }
      ul.fl-sidebar-social-profiles li a.twitter:before {
        background: #1da1f2; }
      ul.fl-sidebar-social-profiles li a.linkedin:before {
        background: #0274b3; }
      ul.fl-sidebar-social-profiles li a.instagram:before {
        background: #231f20; }
      ul.fl-sidebar-social-profiles li a.behance:before {
        background: #0057ff; }
      ul.fl-sidebar-social-profiles li a.pinterest:before {
        background: #bd081c; }
      ul.fl-sidebar-social-profiles li a.google:before {
        background: #db4445; }
      ul.fl-sidebar-social-profiles li a.youtube:before {
        background: #f30007; }
      ul.fl-sidebar-social-profiles li a.vimeo:before {
        background: #1ab7ea; }

.fl-header-menu-container .fl--mobile-menu-icon {
  display: none !important; }

/*-------------------------------------------------------------------

== 404 Page

-------------------------------------------------------------------*/
.fl--404-page-wrapper .fl-404-text-wrapper {
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: -5px; }
  .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content {
    display: inline-block; }
    .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content i {
      font-size: 45px;
      margin-right: 25px;
      color: #a2a4a3;
      position: relative; }
  .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-right-content {
    display: inline-block; }
    .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-right-content .fl--error-page-title {
      font-size: 32px;
      line-height: 1;
      letter-spacing: -2px;
      margin-bottom: 0;
      color: #222; }
.fl--404-page-wrapper .btn-404-wrapper {
  display: inline-flex; }
  .fl--404-page-wrapper .btn-404-wrapper .fl-404-page-btn {
    padding: 15px 35px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase; }
.fl--404-page-wrapper .fl-404-page-search-form {
  max-width: 400px;
  margin: 0 auto; }
  .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 {
    position: relative;
    display: flex; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper {
      flex-grow: 1;
      margin-right: 10px;
      width: 100%; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type="text"] {
        margin-bottom: 0;
        background: #f9f9f9;
        border-color: transparent;
        width: 100%; }
        .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type="text"]:hover {
          box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
          transition: .3s ease;
          background: #fff !important; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper:after {
        letter-spacing: .02em;
        content: attr(data-text);
        line-height: 0;
        max-width: 100%;
        border-bottom: 2px solid;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        font-size: 13px;
        overflow: hidden;
        user-select: none;
        color: transparent; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit {
      flex-grow: 0; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button {
        min-width: 107px;
        text-transform: uppercase;
        line-height: 18px;
        font-weight: 600;
        color: #fff;
        background: #dd3333;
        display: flex;
        justify-content: center;
        text-align: center;
        transition: all .3s ease-in-out; }
        .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button:hover {
          background: #222; }
        .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button:before, .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button:after {
          content: none; }
        .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button.fl-button {
          padding: 21.7px 25px; }

/*-------------------------------------------------------------------

== Empty Search Page

-------------------------------------------------------------------*/
.empty-search-wrapper .empty-search-wrapper-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px; }
  .empty-search-wrapper .empty-search-wrapper-text .left-content {
    display: inline-block; }
    .empty-search-wrapper .empty-search-wrapper-text .left-content i {
      font-size: 45px;
      margin-right: 25px;
      color: #a2a4a3;
      top: -5px;
      position: relative; }
  .empty-search-wrapper .empty-search-wrapper-text .right-content {
    display: inline-block; }
    .empty-search-wrapper .empty-search-wrapper-text .right-content .empty-title {
      font-size: 32px;
      line-height: 1;
      letter-spacing: -2px;
      margin-bottom: 0;
      color: #222; }
.empty-search-wrapper .empty-search-wrapper-search-form {
  max-width: 400px;
  margin: 0 auto; }
  .empty-search-wrapper .empty-search-wrapper-search-form form {
    display: flex; }
    .empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper {
      width: 100%;
      flex-grow: 1;
      margin-right: 10px; }
      .empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper input {
        margin-bottom: 0;
        background: #f9f9f9;
        border-color: transparent;
        width: 100%; }
        .empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper input:hover {
          box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
          transition: .3s ease;
          background: #fff !important; }
    .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit {
      flex-grow: 0; }
      .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button {
        min-width: 107px;
        text-transform: uppercase;
        line-height: 18px;
        font-weight: 600;
        color: #fff;
        background: #dd3333;
        display: flex;
        justify-content: center;
        text-align: center;
        transition: all .3s ease-in-out; }
        .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button:hover {
          background: #222; }
        .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button:before, .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button:after {
          content: none; }
        .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button.fl-button {
          padding: 21.7px 25px; }

/*-------------------------------------------------------------------

== Paid memberships

-------------------------------------------------------------------*/
.pmpro_login_wrap {
  padding: 30px 35px;
  border: 1px solid #ccc;
  max-width: 900px;
  margin: 0 auto; }
  .pmpro_login_wrap form .login-username, .pmpro_login_wrap form .login-password {
    margin-bottom: 0 !important; }
  .pmpro_login_wrap form label {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 8px !important;
    margin-left: 0 !important; }
  .pmpro_login_wrap form input {
    width: 100% !important;
    max-width: 100% !important; }
    .pmpro_login_wrap form input:hover, .pmpro_login_wrap form input:active, .pmpro_login_wrap form input:focus {
      border: 1px solid transparent !important; }
  .pmpro_login_wrap form .login-remember label {
    display: flex;
    align-items: center;
    font-weight: normal !important;
    font-size: 13px !important;
    text-transform: none;
    line-height: 1; }
  .pmpro_login_wrap form .login-remember input {
    margin-right: 22px;
    max-width: inherit !important;
    border: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    position: relative;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important; }
    .pmpro_login_wrap form .login-remember input:before {
      cursor: pointer;
      top: -12px;
      position: absolute;
      left: 0;
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      border: 1px solid #eaeaeb; }
    .pmpro_login_wrap form .login-remember input:checked:after {
      position: absolute;
      top: -9px;
      left: 4px;
      font: 9px/1 FontAwesome;
      content: '\f00c';
      text-align: center; }
  .pmpro_login_wrap form .login-submit {
    margin-bottom: 25px !important;
    margin-top: 25px !important; }
    .pmpro_login_wrap form .login-submit input {
      border: none !important;
      background: transparent !important;
      max-width: inherit !important;
      width: auto !important;
      padding: 14px 40px !important;
      display: inline-flex !important;
      color: #fff;
      font-size: 13px !important;
      position: relative;
      overflow: hidden;
      z-index: 0;
      cursor: pointer;
      margin-bottom: 0 !important;
      text-transform: uppercase; }
      .pmpro_login_wrap form .login-submit input:hover {
        box-shadow: none !important;
        color: #fff !important; }

.fl-venders-author:before {
  background: #f1f5fa !important;
  -webkit-box-shadow: none;
  box-shadow: none; }
.fl-venders-author .fl-venders-author-posts .fl-venders-select li {
  border: none; }
  .fl-venders-author .fl-venders-author-posts .fl-venders-select li span {
    text-transform: uppercase;
    font-size: 12px;
    color: #222;
    transition: .3s ease;
    position: relative;
    display: inline-block; }
    .fl-venders-author .fl-venders-author-posts .fl-venders-select li span:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      background: #0a0a0a;
      left: 0;
      bottom: 3px;
      transform: scaleX(0);
      transition: transform .2s ease-out;
      transform-origin: right; }
  .fl-venders-author .fl-venders-author-posts .fl-venders-select li.active span {
    color: #fff !important;
    transition: .2s ease; }
  .fl-venders-author .fl-venders-author-posts .fl-venders-select li.active:before {
    transition: .3s ease; }
  .fl-venders-author .fl-venders-author-posts .fl-venders-select li:hover span:before {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform .2s ease-out; }

.pmpro_cancel_wrap h2 {
  font-size: 23px; }

html .inner_content .pmpro_actions_nav a:hover,
html .fl-comment-moderation .pmpro_actions_nav a:hover {
  transition: .3s ease;
  color: #fff !important; }

html .inner_content .pmpro_actions_nav a:hover,
html .fl-comment-moderation .pmpro_actions_nav a:hover {
  transition: .3s ease;
  color: #fff !important; }

.pmpro_table a {
  color: #222 !important;
  opacity: 1.8;
  transition: .3s ease; }
  .pmpro_table a:hover {
    transition: .3s ease; }

.pmpro_actionlinks a {
  color: #222 !important;
  opacity: 1.8;
  transition: .3s ease; }
  .pmpro_actionlinks a:hover {
    transition: .3s ease; }

.pmpro_message {
  max-width: 700px;
  margin: 0 auto 20px auto; }

html form.pmpro_form label,
#loginform label {
  font-weight: normal; }

form.pmpro_form .input,
form.pmpro_form textarea,
form.pmpro_form select {
  display: inline-block;
  max-width: 100%;
  background: #f4f4f4 !important;
  margin-bottom: 15px; }

.pmpro_actions_nav {
  text-align: center;
  color: #fff; }

.pmpro_actions_nav a {
  max-width: 48%; }

.pmpro_login_wrap,
.pmpro_login_wrap,
.pmpro_lost_password_wrap,
.pmpro_reset_password_wrap,
.pmpro-levels .fl-content,
.pmpro-member-profile-edit .fl-content {
  border: 1px solid #ccc;
  max-width: 700px;
  padding: 50px;
  margin: 0 auto; }

.pmpro-body-level-required .fl-content {
  border: 1px solid #ccc;
  padding: 50px;
  margin: 0 auto;
  text-align: center; }

.pmpro-checkout .fl-content {
  max-width: 700px;
  padding: 0px;
  margin: 0 auto; }

.pmpro-checkout .fl-content .pmpro_message {
  max-width: inherit !important; }

#loginform + hr {
  margin-top: -10px; }

#lostpasswordform + hr {
  margin-top: 0; }

.pmpro_btn-select {
  padding: 8px !important;
  border: 0 !important;
  height: 34px !important;
  font-size: inherit; }

.inner_content table#pmpro_levels_table {
  width: 100% !important; }

.inner_content table#pmpro_levels_table thead tr th {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .4px;
  padding: 9px 11px 10px;
  color: #222;
  background: #f1f5fa !important; }

.inner_content table#pmpro_levels_table td {
  padding: 8px 14px; }

html #pmpro_account .pmpro_box {
  border: 1px solid #ededed;
  padding: 0 40px 40px 40px; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-name {
  display: inline-block;
  margin: 0;
  width: 100%; }

html .pmpro_checkout {
  padding: 0;
  margin: 15px auto 15px;
  border: 1px solid #ededed; }

.pmpro_checkout hr {
  display: none; }

.pmpro_checkout h3 {
  display: inline-block;
  width: 100%;
  background: #f1f5fa;
  padding: 30px 40px 20px !important;
  margin: 0 !important; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 5px;
  display: block; }

.pmpro_confirmation_wrap {
  max-width: 800px;
  margin: 0 auto;
  display: block; }

html .pmpro_btn.pmpro_btn-submit-checkout {
  padding: 14px 30px;
  width: 100%; }

.pmpro_asterisk {
  color: red;
  position: absolute;
  left: -15px;
  top: 0; }

form.pmpro_form .pmpro_change_password-fields div {
  margin: 0 0 1em 0;
  position: relative; }

.pmpro_actions_nav .pmpro_actions_nav-right a {
  max-width: max-content !important; }

html .pmpro_actions_nav a,
.pmpro_btn,
.login-submit .button {
  text-transform: uppercase;
  color: #fff !important;
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
  padding: 11px 25px;
  font-size: 13px !important;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  transition: all .3s;
  border-radius: 0 !important;
  width: 100%;
  line-height: 28px;
  min-height: 50px;
  border: 0;
  text-decoration: none !important; }

.pmpro-level-required .pmpro_content_message a {
  color: #fff !important;
  position: relative;
  padding: 11px 25px !important;
  font-size: 11px !important;
  line-height: 2 !important;
  text-transform: uppercase !important;
  transition: all .3s;
  letter-spacing: .02em !important;
  background-color: #e3740e !important;
  border-radius: 0 !important;
  border-color: #e3740e !important;
  font-weight: 400;
  min-height: 50px;
  text-decoration: none !important;
  border: 0 !important; }

html .pmpro_actions_nav a:hover,
html .pmpro_btn:hover,
.inner_content p .pmpro_btn:hover,
.inner_content .pmpro_btn:hover,
.pmpro_btn:hover,
.login-submit .button:hover {
  background-color: #222 !important;
  color: #fff !important; }

.pmpro_actions_nav a:hover {
  background: #e0eaf4; }

.pmpro_checkout-fields {
  padding: 40px; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase; }

html .pmpro_btn.disabled,
html .pmpro_btn[disabled],
html fieldset[disabled] .pmpro_btn {
  pointer-events: none;
  height: auto;
  background: #222 !important; }

.pmpro_payment-expiration #ExpirationMonth {
  width: 40%;
  margin-right: 2%; }

.pmpro_payment-expiration #ExpirationYear {
  width: 40%;
  margin-left: 2%; }

form.pmpro_form .pmpro_checkout-fields div,
#loginform p {
  position: relative; }

.pmpro_payment-cvv small {
  width: 100%;
  display: inline-block;
  position: relative;
  top: -10px; }

html form.pmpro_form select {
  position: relative;
  border-radius: 0;
  padding-left: 15px;
  border: 0; }

html #pmpro_account .pmpro_box h3 {
  background: #f1f5fa;
  padding: 30px 40px;
  margin-bottom: 50px;
  margin: 0 -40px 40px -40px;
  font-size: 23px; }

html #pmpro_account .pmpro_box {
  border: 1px solid #ededed;
  padding: 0 40px 40px 40px; }

#pmpro_level_cost {
  background-color: #fcf8e3;
  padding: 13px 26px;
  border: 1px solid #faebcc; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-name {
  display: inline-block;
  margin: 0;
  width: 100%;
  font-size: 23px; }

html .pmpro_checkout {
  padding: 0;
  margin: 15px auto 15px;
  border: 1px solid #ededed; }

.pmpro_checkout hr {
  display: none; }

.pmpro_checkout h3 {
  display: inline-block;
  width: 100%;
  background: #f1f5fa;
  padding: 30px 40px 20px !important;
  margin: 0 !important; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 5px;
  display: block; }

.pmpro_confirmation_wrap {
  max-width: 800px;
  margin: 0 auto;
  display: block; }

html .pmpro_btn.pmpro_btn-submit-checkout {
  padding: 20px 30px;
  width: 100%; }

.pmpro_actions_nav a {
  border-radius: 29px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 17px 35px;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2;
  background: #fff;
  border: #e0eaf4 2px solid;
  font-weight: 700;
  width: 100%;
  text-align: center; }

.pmpro_actions_nav a:hover {
  background: #e0eaf4; }

.pmpro_checkout-fields {
  padding: 40px; }

html .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase; }

#ExpirationMonth {
  max-width: 40%;
  margin-right: 10px; }

#ExpirationYear {
  max-width: 40%;
  margin-left: 10px; }

.pmpro_payment-cvv small {
  position: absolute;
  bottom: -15px;
  left: 10px; }

#pmpro_level_cost p {
  margin: 0;
  padding: 0;
  color: #8a6d3b; }

#pmpro_form {
  max-width: 800px;
  display: block;
  margin: 0 auto; }

.pmpro-login .pmpro_message {
  max-width: 800px;
  margin: 0 auto 30px; }

.pmpro_checkout {
  border: 1px solid #ededed;
  padding: 40px;
  margin: 15px auto 15px; }

.pmpro_login_wrap .pmpro_actions_nav a,
.pmpro_lost_password_wrap .pmpro_actions_nav a {
  width: 47%;
  margin: 0 1%; }

.pmpro_lost_password-instructions {
  padding-bottom: 20px; }

#wp-submit,
.pmpro_btn-submit {
  background-color: #4817b9;
  border: 0;
  color: #fff;
  padding: 18px; }

#wp-submit:hover,
.pmpro_btn-submit:hover {
  background-color: #f0487a; }

.pmpro_login_wrap .pmpro_actions_nav,
.pmpro_lost_password_wrap .pmpro_actions_nav {
  font-size: 0;
  color: #fff; }

.pmpro_checkout-fields .pmpro_checkout-field {
  position: relative; }

.pmpro_asterisk {
  position: absolute;
  top: 0;
  left: -4px;
  color: red; }

#pmpro_levels_table .pmpro_btn.disabled,
#pmpro_levels_table .pmpro_btn[disabled],
#pmpro_levels_table fieldset[disabled] .pmpro_btn {
  background: #222 !important;
  opacity: 1; }

.pmpro_actions_nav {
  text-align: center;
  overflow: hidden; }

.pmpro-member-profile-edit h2 {
  display: none; }

.pmpro_billing_wrap {
  max-width: 800px;
  margin: 0 auto; }

html #loginform label,
html form.pmpro_form label {
  margin-left: 10px;
  margin-bottom: 5px; }

.pmpro_content_message {
  text-align: center; }

.pmpro_change_password_wrap {
  max-width: 800px;
  margin: 0 auto;
  display: block; }

#pmpro_levels_table + .pmpro_actions_nav {
  max-width: 800px;
  display: block;
  margin: 25px auto !important; }

html form.pmpro_form .lite {
  font-size: 14px; }

.pmpro_btn:link,
html .pmpro_btn,
html .pmpro_content_message a,
html .pmpro_content_message a:link {
  background-color: #4817b9;
  border: 0;
  padding: 16px 30px !important;
  color: #fff;
  border-radius: 100px;
  height: 50px;
  line-height: 19px; }

table.pmpro_table th {
  background-color: #f1f5fa;
  text-transform: uppercase;
  color: #222;
  font-size: 13px; }

html #loginform input[type=password],
html #loginform input[type=text],
html form.pmpro_form .input,
html form.pmpro_form select,
html form.pmpro_form textarea {
  max-width: 100%; }

html .pmpro_btn.pmpro_btn-cancel {
  background-color: #f0487a !important;
  color: #fff;
  margin-top: 15px;
  text-decoration: none; }

html .pmpro_btn.pmpro_btn-cancel:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8; }

html .fl-venders-author .fl-venders-author-avatar {
  margin-right: 30px; }

.fl-venders-account > h3 {
  display: none; }

html .fl-venders-account,
html .tmreviews-add-place {
  margin-top: 60px;
  margin-bottom: 60px; }

.fl-venders-account table.pmpro_table {
  margin-bottom: 10px; }

.fl-venders-account table.pmpro_table td,
.fl-venders-account table.pmpro_table th {
  border: 1px solid #ccc;
  padding: 15px; }

.fl-venders-login form,
.pmpro_logged_in_welcome_wrap {
  border: 1px solid #ededed;
  padding: 40px;
  max-width: 800px;
  margin: 50px auto; }

#pmpro_cancel {
  border: 1px solid #ededed;
  padding: 40px;
  max-width: 800px;
  margin: 50px auto;
  text-align: center; }

#pmpro_cancel .pmpro_actionlinks {
  padding-top: 25px; }

#pmpro_levels_table {
  width: 100%;
  max-width: 800px; }

.login-remember input[type=checkbox] {
  position: relative;
  left: 0; }

.pmpro_btn.pmpro_btn-cancel:link,
html .pmpro_btn.pmpro_btn-cancel {
  color: #fff;
  text-decoration: none;
  margin: 0 15px; }

.pmpro_cancel_return_home a {
  padding-top: 25px; }

.fl-membership-login {
  color: #f0487a;
  margin-right: 32px;
  font-size: 18px;
  font-family: Work sans;
  text-transform: uppercase;
  padding-bottom: 3px;
  background: #fff;
  padding: 17px 39px 17px 40px;
  border-radius: 100px;
  font-weight: 600; }

.fl-membership-login i {
  margin-right: 10px; }

table.pmpro_table {
  margin-bottom: 25px; }

table.pmpro_table th,
table.pmpro_table td {
  border: 1px solid #ccc;
  padding: 10px; }

html .pmpro_btn.pmpro_btn-cancel {
  background-color: #222 !important;
  color: #fff;
  margin-top: 15px;
  text-decoration: none;
  margin-left: 0; }

html #fl-vender-tabs .fl-venders-contain .fl-venders-places {
  border-radius: 0;
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: inherit;
  margin-bottom: 40px;
  padding: 15px; }

html #fl-vender-tabs .fl-venders-contain .fl-venders-places .fl-venders-places-meta {
  padding: 5px 30px;
  border: 0; }

.fl-venders-contain .b-submit__aside-step-inner-icon {
  display: none !important; }

html #fl-vender-tabs .fl-venders-contain .fl-venders-places .fl-venders-places-meta .fl-venders-places-excerpt {
  margin-top: 5px; }

#pmpro_levels_table .pmpro_btn {
  text-transform: uppercase;
  font-size: 11px !important;
  color: #fff !important; }

#pmpro_levels_table .pmpro_btn.disabled {
  background: transparent !important;
  color: #222 !important; }

/*-------------------------------------------------------------------

==  Responsive

-------------------------------------------------------------------*/
@media only screen and (max-width: 1799px) {
  .page-header {
    padding: 0 40px; }

  .page-head__bg {
    padding: 30px 40px; } }
@media only screen and (max-width: 1439px) {
  .newsletter-form {
    margin-right: 20px;
    padding-right: 20px; } }
@media only screen and (max-width: 1300px) {
  .news-list-item__info .news-list-item__title {
    font-size: 12px; } }
@media only screen and (max-width: 1100px) {
  .page-footer__top .page-footer__inner .page-footer__menu {
    width: calc(50% - 20px); } }
@media only screen and (max-width: 600px) {
  .page-footer__top .page-footer__inner .page-footer__menu {
    width: 100%; } }
@media only screen and (max-width: 640px) {
  .tm_navigation_style_two .page-header__search.youzify_isset, .tm_navigation_style_two .page-header__user, html .page-header__contacts {
    display: none; } }
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  html, body {
    font-size: calc(14px + 4 * (100vw / 1920)); }

  .list-articles-item__title {
    font-size: calc(14px + 4 * (100vw / 1920)); }

  .page-header__contacts-list ul li a {
    font-size: calc(14px + 4 * (100vw / 1920)); }

  .page-header__mainmenu .uk-navbar-nav > li > a {
    font-size: calc(12pxpx + 8px * (100vw / 1920)); }

  .page-head__title {
    font-size: calc(24px + 24 * (100vw / 1920)); }

  .page-head__breadcrumb .uk-breadcrumb > * > * {
    font-size: calc(12px + 6 * (100vw / 1920)); }

  .page-footer__menu h4 {
    font-size: calc(18px + 4 * (100vw / 1920)); }

  .page-footer__menu ul li a {
    font-size: calc(14px + 4 * (100vw / 1920)); }

  .page-footer__news h4 {
    font-size: calc(18px + 4 * (100vw / 1920)); }

  .article-full__title,
  .article-intro__title {
    font-size: calc(24px + 6 * (100vw / 1920)); }

  .article-full__info > *,
  .article-intro__info > * {
    font-size: calc(12px + 4 * (100vw / 1920)); }

  .article-full__author a,
  .article-intro__author a {
    font-size: calc(12px + 4 * (100vw / 1920)); }

  .article-full__comments a,
  .article-intro__comments a {
    font-size: calc(12px + 4 * (100vw / 1920)); }

  .article-full__content blockquote,
  .article-intro__content blockquote {
    font-size: calc(18px + 6 * (100vw / 1920)); }

  .article-full__content blockquote .user strong,
  .article-intro__content blockquote .user strong {
    font-size: calc(14px + 4 * (100vw / 1920)); }

  .article-full__content blockquote .user span,
  .article-intro__content blockquote .user span {
    font-size: calc(12px + 2 * (100vw / 1920));
    padding-right: 0px; }

  .uk-button-large {
    font-size: calc(14px + 4 * (100vw / 1920)) !important; }

  .widget_categories ul li a,
  .widget_nav_menu ul li a,
  .widget_pages ul li a,
  .widget_archive ul li a {
    font-size: calc(14px + 4 * (100vw / 1920)); }

  .section-article-related .section-title .uk-h2 {
    font-size: calc(24px + 6 * (100vw / 1920)); }

  .section-title span {
    font-size: calc(14px + 4 * (100vw / 1920)); }

  .section-article-reviews .section-title h3, #reply-title {
    font-size: calc(15px + 10 * (100vw / 1920)); }

  .section-title h3 {
    font-size: calc(20px + 20 * (100vw / 1920)); }

  .new-item__title span {
    font-size: calc(14px + 4 * (100vw / 1920)); }

  .new-item__title h4 {
    font-size: calc(18px + 6 * (100vw / 1920)); }

  .newsletter-form__title h4 {
    font-size: calc(18px + 17 * (100vw / 1920)); }

  .newsletter-form__form form button {
    font-size: calc(10px + 8 * (100vw / 1920)); } }
@media only screen and (max-width: 1679px) {
  .logo span {
    display: none; } }
@media only screen and (max-width: 1359px) {
  .newsletter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-direction: inherit;
    align-items: stretch; }

  .newsletter-form {
    width: 50%; }

  .newsletter-form .newsletter-form__title {
    display: none; }

  .download-app {
    width: 50%;
    justify-content: start; } }
@media only screen and (max-width: 1100px) {
  .download-app__title h4 {
    font-size: 30px; }

  .download-app__title p {
    font-size: 18px; } }
@media only screen and (max-width: 928px) {
  .newsletter-form {
    width: 80%; }

  .download-app {
    width: 20%;
    justify-content: start; }

  .download-app__title {
    display: none; } }
@media only screen and (max-width: 840px) {
  .newsletter-form {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: 0; }

  .download-app {
    display: none; } }
@media only screen and (max-width: 1365px) {
  .padding-fixed-navbar .page-main {
    padding-top: 62px; }
    .padding-fixed-navbar .page-main .page-main {
      padding-top: 0px; }
  .padding-fixed-navbar.fixed-navbar-two .page-main {
    padding-top: 146px; }
    .padding-fixed-navbar.fixed-navbar-two .page-main .page-main {
      padding-top: 0px; }

  .page-header__contacts-list ul li a .uk-icon {
    width: 30px;
    height: 30px; }

  .page-header__contacts {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px; }

  .page-header__logo {
    padding-top: 12px;
    padding-bottom: 12px; }

  .logo img {
    max-height: 40px; }

  .page-header__search {
    width: 60px;
    height: 60px; }

  .page-header__mainmenu .uk-navbar-nav > li > a {
    padding: 0 10px;
    font-size: 16px !important; }

  .contacts-block::before {
    margin-top: -15px;
    font-size: 30px; }

  .contacts-block i:before {
    margin-top: -15px;
    font-size: 30px; }

  .contacts-block {
    padding-left: 40px; }

  .contacts-block strong {
    font-size: 16px; }

  .contacts-block span {
    font-size: 12px; }

  .page-footer__contacts {
    max-width: 350px;
    padding: 50px 30px; } }
@media only screen and (max-width: 1199px) {
  .newsletter-form__form {
    border: 5px solid rgba(255, 255, 255, 0.2); }

  .newsletter-form__form form {
    padding: 5px 15px; } }
@media only screen and (max-width: 1850px) {
  .page-head__breadcrumb .uk-breadcrumb {
    font-size: 15px; } }
@media only screen and (max-width: 1200px) {
  .page-head__breadcrumb .uk-breadcrumb {
    font-size: 13px; }

  .page-head__breadcrumb .uk-breadcrumb a {
    font-size: 13px; }

  .breadcrumbs-delimiter {
    margin: 0 8px 0 8px;
    color: #fff; }

  .article-full .block-form,
  .article-intro .block-form {
    margin-top: 30px; }

  .sidebar {
    padding: 0 0 0 20px; }

  .section-article-related {
    margin-top: 30px;
    padding-bottom: 40px; }

  .section-article-reviews {
    margin-top: 30px; } }
@media only screen and (max-width: 1199px) {
  .page-footer__top {
    padding-top: 50px;
    padding-bottom: 50px; }

  .page-footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .page-footer__contacts {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    max-width: calc(50% - 20px);
    margin-top: -65px;
    margin-bottom: 40px;
    padding: 30px; }

  .page-footer__contacts p {
    font-size: 14px; }

  .page-footer__menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 50%; }

  .page-footer__news {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%; }

  .page-footer__bottom {
    padding-top: 25px;
    padding-bottom: 25px; }

  .page-footer__copy {
    font-size: 14px; }

  .page-footer__copy a {
    font-size: 14px; }

  .contacts-list li a {
    font-size: 16px; }

  .contacts-list li + li {
    margin-top: 10px; }

  .contacts-list li span.uk-icon {
    margin-right: 10px; }

  .sidebar.--left {
    padding: 0; } }
@media only screen and (max-width: 1023px) {
  .page-header__contacts-list {
    display: none; } }
@media only screen and (max-width: 959px) {
  .article-full:first-child,
  .article-intro:first-child {
    margin-top: 20px; }

  #modal-search-full form.search_global .row div {
    width: 65%; }

  .padding-fixed-navbar .page-main {
    padding-top: 62px; }
    .padding-fixed-navbar .page-main .page-main {
      padding-top: 0px; }
  .padding-fixed-navbar.fixed-navbar-two .page-main {
    padding-top: 130px; }
    .padding-fixed-navbar.fixed-navbar-two .page-main .page-main {
      padding-top: 0px; }

  .article-full__bottom .article-full__tags {
    width: 100%; }

  .article-full__bottom .article-full__share {
    margin-top: 15px; }

  .page-header.--two-line .page-header__bottom-line {
    padding-top: 8px;
    padding-bottom: 0; }

  .page-header.--two-line .uk-icon-button {
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: none; }

  .page-header__contacts {
    padding-right: 25px; }

  .page-header__search {
    border-left: 1px solid #eee; }

  .page-header__mobile-menu-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px; }

  .page-header__mainmenu {
    display: none; }

  .page-header {
    padding: 0 0 0 30px; }

  .page-head__bg {
    padding: 30px; }

  .sidebar {
    padding: 0 !important;
    background: none !important; }

  .sidebar::after {
    display: none !important; }

  .sidebar_right, .sidebar_left {
    margin-top: 60px; } }
@media only screen and (max-width: 820px) {
  .page-head__breadcrumb {
    display: none; } }
@media (max-width: 767px) {
  .newsletter-form__title h4 {
    font-size: calc(18px + 30.6 * ((100vw - 320px) / 1920)); }

  .newsletter-form__form form button {
    font-size: calc(12px + 13.6 * ((100vw - 320px) / 1920)); }

  .list-articles-item__title {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920)); }

  .page-header__contacts-list ul li a {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920)); }

  .page-header__mainmenu .uk-navbar-nav > li > a {
    font-size: calc(12pxpx + 13.6px * ((100vw - 320px) / 1920)); }

  .page-head__bg {
    height: 250px; }

  .page-head__title {
    font-size: calc(24px + 40.8 * ((100vw - 320px) / 1920)); }

  .page-head__breadcrumb {
    width: 90%;
    padding: 10px 15px; }

  .page-head__breadcrumb .uk-breadcrumb > * > * {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1920)); }

  .page-footer__contacts {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%; }

  .page-footer__menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 30px; }

  .page-footer__news {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%; }

  .page-footer__menu h4 {
    font-size: calc(18px + 6.8 * ((100vw - 320px) / 1920)); }

  .page-footer__menu ul li a {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920)); }

  .page-footer__news h4 {
    font-size: calc(18px + 6.8 * ((100vw - 320px) / 1920)); }

  .article-full__title,
  .article-intro__title {
    font-size: calc(24px + 10.2 * ((100vw - 320px) / 1920)); }

  .article-full__info > *,
  .article-intro__info > * {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920)); }

  .article-full__author a,
  .article-intro__author a {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920)); }

  .article-full__comments a,
  .article-intro__comments a {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920)); }

  .article-full__content blockquote,
  .article-intro__content blockquote {
    font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920)); }

  .article-full__content blockquote .user strong,
  .article-intro__content blockquote .user strong {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920)); }

  .article-full__content blockquote .user span,
  .article-intro__content blockquote .user span {
    font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920)); }

  .uk-button-large {
    height: 45px;
    padding: 0 20px;
    line-height: 43px !important; }

  .uk-button-large {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920)); }

  .uk-form-large:not(textarea):not([multiple]):not([size]) {
    height: 45px;
    padding-left: 15px; }

  .widget_categories ul li a,
  .widget_nav_menu ul li a,
  .widget_pages ul li a,
  .widget_archive ul li a {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920)); }

  .section-article-related .section-title .uk-h2 {
    font-size: calc(24px + 10.2 * ((100vw - 320px) / 1920)); }

  .section-title span {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920)); }

  .section-article-reviews .section-title h3, #reply-title {
    font-size: calc(20px + 34 * ((100vw - 320px) / 1920)); }

  .section-title h3 {
    font-size: calc(20px + 34 * ((100vw - 320px) / 1920)); }

  .new-item__body {
    padding: 30px 15px; }

  .new-item__title span {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920)); }

  .new-item__title h4 {
    font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920)); } }
@media only screen and (max-width: 639px) {
  .padding-fixed-navbar .page-main {
    padding-top: 62px; }
    .padding-fixed-navbar .page-main .page-main {
      padding-top: 0px; }
  .padding-fixed-navbar.fixed-navbar-two .page-main {
    padding-top: 62px; }
    .padding-fixed-navbar.fixed-navbar-two .page-main .page-main {
      padding-top: 0px; }

  .fl-progress-bar .fl-tracking-progress-bar {
    margin: 0px !important; }

  .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start; }

  .newsletter-form__title {
    margin-bottom: 10px; }

  .newsletter-form__title h4 br {
    display: none; }

  .newsletter-form__form form {
    padding: 5px 5px 5px 10px; }

  .newsletter-form__form form button {
    padding: 0 10px; }

  .page-header.--two-line .page-header__top-line {
    display: none; }

  .page-header.--two-line .page-header__bottom-line {
    padding-top: 0; }

  .page-header__contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0; }

  .contacts-block {
    padding-left: 30px; }

  .contacts-block span {
    display: none; }

  .contacts-block strong {
    display: none; }

  .page-footer__copy {
    font-size: 12px; }

  .page-footer__copy span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px; }

  .page-footer__copy a {
    font-size: 10px; }

  .article-intro + .article-intro {
    margin-top: 60px; } }
@media only screen and (max-width: 600px) {
  html.uk-offcanvas-page {
    margin-top: 0px !important; }
    html.uk-offcanvas-page body #tm-main-holder {
      margin-top: 46px !important; }
      html.uk-offcanvas-page body #tm-main-holder .uk-offcanvas-reveal .uk-offcanvas-bar {
        margin-top: 0px; } }
@media only screen and (max-width: 520px) {
  .download-app__title h4 {
    font-size: 24px; }

  .download-app__title p {
    font-size: 18px; }

  .newsletter-form .newsletter-form__title {
    width: 100%; }

  .newsletter-form__form form.mc4wp-form .mc4wp-form-fields {
    padding: 0px 10px 0px 5px; }

  .newsletter-form__form form.mc4wp-form .mc4wp-form-fields input[type=submit] {
    font-size: 16px; } }
@media only screen and (max-width: 470px) {
  .uk-pagination .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 14px; }

  .download-app__title h4 {
    font-size: 20px; }

  .download-app__title p {
    font-size: 12px; }

  #modal-search-full form.search_global .row div input {
    font-size: 12px; }

  .article-intro__info .article-intro__comments {
    display: none; } }
@media only screen and (max-width: 370px) {
  .newsletter-form {
    margin-right: 0;
    margin-bottom: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    border-right: 0;
    border-bottom: 0px solid #fff; }

  .download-app {
    display: none; } }



    @media only screen and (max-width: 768px) {
      ul.top-list {
        display: block;
        align-items: center;
        padding: 5px;
        position: relative;
        top: -2px;
    }
    .col-md-6.img-about-width.mobile-m {
      margin-top: 50px;
  }
  .col-md-6.img-vission-width.mobile-m {
    margin-top: 50px;
}
.normal-btn-3 {
  margin-top: 30px;
}
.box-bg {
  margin-bottom: 30px;
}
    }
/*-------------------------------------------------------------------

==  Woo

-------------------------------------------------------------------*/

/*# sourceMappingURL=general.css.map */
