.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.theiaPostSlider_nav {
  overflow: auto;
  position: relative;
  margin: 16px 0; }
  .theiaPostSlider_nav > * {
    vertical-align: middle; }
  .theiaPostSlider_nav.fontTheme ._1,
  .theiaPostSlider_nav.fontTheme ._3 {
    margin: 0 4px;
    vertical-align: middle;
    font-weight: bold; }
  .theiaPostSlider_nav.fontTheme ._2 {
    display: inline-block;
    vertical-align: middle; }
  .theiaPostSlider_nav ._title {
    font-weight: bold; }
    .theiaPostSlider_nav ._title * {
      display: inline;
      margin: 0;
      padding: 0; }
    .theiaPostSlider_nav ._title ._helper {
      color: #888; }
  .theiaPostSlider_nav ._buttons {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1; }
    .theiaPostSlider_nav ._buttons > * {
      display: inline-block;
      vertical-align: middle; }
    .theiaPostSlider_nav ._buttons ._text {
      margin: 0 10px; }
  .theiaPostSlider_nav ._button {
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    text-decoration: none;
    transition: none !important; }
  .theiaPostSlider_nav ._disabled {
    cursor: default; }
  .theiaPostSlider_nav._left ._buttons, .theiaPostSlider_nav._right ._buttons {
    display: inline-block; }
  .theiaPostSlider_nav._left {
    text-align: left; }
    .theiaPostSlider_nav._left ._buttons {
      float: left; }
    .theiaPostSlider_nav._left ._title {
      float: right; }
  .theiaPostSlider_nav._center {
    text-align: center; }
    .theiaPostSlider_nav._center ._title {
      line-height: inherit !important; }
  .theiaPostSlider_nav._center_full {
    text-align: center; }
    .theiaPostSlider_nav._center_full ._prev {
      float: left; }
    .theiaPostSlider_nav._center_full ._next {
      float: right; }
    .theiaPostSlider_nav._center_full ._title {
      line-height: inherit !important; }
  .theiaPostSlider_nav._right {
    text-align: right; }
    .theiaPostSlider_nav._right ._buttons {
      float: right; }
    .theiaPostSlider_nav._right ._title {
      float: left; }
  .theiaPostSlider_nav ._loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/blog/wp-content/plugins/theia-post-slider/images/ajax-loader.gif?x21288) center center no-repeat; }

.theiaPostSlider_slides {
  position: relative;
  clear: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }
  .theiaPostSlider_slides > div {
    overflow: hidden; }

.theiaPostSlider_header {
  margin: 0 0 16px 0; }

.theiaPostSlider_footer {
  margin: 16px 0 0 0; }

.theiaPostSlider_nav.fontTheme ._prev ._1,
.theiaPostSlider_nav.fontTheme ._next ._3 {
  display: none; }
.theiaPostSlider_nav.fontTheme ._button:focus {
  outline: none; }
@font-face {
	font-family: 'theia-post-slider-font';
	src:url('/blog/wp-content/plugins/theia-post-slider/fonts/fonts/theia-post-slider-font.eot?h2p4uy&x21288');
	src:url('/blog/wp-content/plugins/theia-post-slider/fonts/fonts/theia-post-slider-font.eot?#iefixh2p4uy&x21288') format('embedded-opentype'),
		url('/blog/wp-content/plugins/theia-post-slider/fonts/fonts/theia-post-slider-font.woff?h2p4uy&x21288') format('woff'),
		url('/blog/wp-content/plugins/theia-post-slider/fonts/fonts/theia-post-slider-font.ttf?h2p4uy&x21288') format('truetype'),
		url('/blog/wp-content/plugins/theia-post-slider/fonts/fonts/theia-post-slider-font.svg?h2p4uy#theia-post-slider-font&x21288') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="tps-icon-"], [class*=" tps-icon-"] {
	font-family: 'theia-post-slider-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tps-icon-arrow-left01:before {
	content: "\e600";
}
.tps-icon-arrow-right01:before {
	content: "\e601";
}
.tps-icon-arrow-left02:before {
	content: "\e602";
}
.tps-icon-arrow-right02:before {
	content: "\e603";
}
.tps-icon-arrow-left03:before {
	content: "\e604";
}
.tps-icon-arrow-right03:before {
	content: "\e605";
}
.tps-icon-arrow-left04:before {
	content: "\e606";
}
.tps-icon-arrow-right04:before {
	content: "\e607";
}
.tps-icon-arrow-left05:before {
	content: "\e608";
}
.tps-icon-arrow-right05:before {
	content: "\e609";
}
.tps-icon-arrow-left06:before {
	content: "\e60c";
}
.tps-icon-arrow-right06:before {
	content: "\e60d";
}
.tps-icon-chevron-left:before {
	content: "\f053";
}
.tps-icon-chevron-right:before {
	content: "\f054";
}
.tps-icon-arrow-left07:before {
	content: "\f060";
}
.tps-icon-arrow-right07:before {
	content: "\f061";
}
.tps-icon-hand-o-right:before {
	content: "\f0a4";
}
.tps-icon-hand-o-left:before {
	content: "\f0a5";
}
.tps-icon-arrow-circle-left:before {
	content: "\f0a8";
}
.tps-icon-arrow-circle-right:before {
	content: "\f0a9";
}
.tps-icon-caret-left:before {
	content: "\f0d9";
}
.tps-icon-caret-right:before {
	content: "\f0da";
}
.tps-icon-angle-double-left:before {
	content: "\f100";
}
.tps-icon-angle-double-right:before {
	content: "\f101";
}
.tps-icon-angle-left:before {
	content: "\f104";
}
.tps-icon-angle-right:before {
	content: "\f105";
}
.tps-icon-chevron-circle-left:before {
	content: "\f137";
}
.tps-icon-chevron-circle-right:before {
	content: "\f138";
}
.tps-icon-toggle-right:before {
	content: "\f152";
}
.tps-icon-long-arrow-left:before {
	content: "\f177";
}
.tps-icon-long-arrow-right:before {
	content: "\f178";
}
.tps-icon-arrow-circle-o-right:before {
	content: "\f18e";
}
.tps-icon-arrow-circle-o-left:before {
	content: "\f190";
}
.tps-icon-toggle-left:before {
	content: "\f191";
}
.tps-icon-arrow-right08:before {
	content: "\e3b1";
}
.tps-icon-arrow-left08:before {
	content: "\e3b3";
}
.tps-icon-arrow-right19:before {
	content: "\e3b5";
}
.tps-icon-arrow-left19:before {
	content: "\e3b7";
}
.tps-icon-arrow-right20:before {
	content: "\e3bb";
}
.tps-icon-arrow-left20:before {
	content: "\e3bf";
}
.tps-icon-arrow-right21:before {
	content: "\e3c3";
}
.tps-icon-arrow-left21:before {
	content: "\e3c7";
}
.tps-icon-arrow-right22:before {
	content: "\e3cb";
}
.tps-icon-arrow-left22:before {
	content: "\e3cf";
}
.tps-icon-arrow-right23:before {
	content: "\e3d3";
}
.tps-icon-arrow-left23:before {
	content: "\e3d7";
}
.tps-icon-arrow-right24:before {
	content: "\e3e3";
}
.tps-icon-arrow-left24:before {
	content: "\e3e7";
}
.tps-icon-arrow-right09:before {
	content: "\e3e9";
}
.tps-icon-arrow-left09:before {
	content: "\e3eb";
}
.tps-icon-arrow-right10:before {
	content: "\e3ed";
}
.tps-icon-arrow-left10:before {
	content: "\e3ef";
}
.tps-icon-arrow-right11:before {
	content: "\e3f3";
}
.tps-icon-arrow-left11:before {
	content: "\e3f7";
}
.tps-icon-arrow-right12:before {
	content: "\e3fb";
}
.tps-icon-arrow-left12:before {
	content: "\e3ff";
}
.tps-icon-arrow-right13:before {
	content: "\e401";
}
.tps-icon-arrow-left13:before {
	content: "\e403";
}
.tps-icon-arrow-right14:before {
	content: "\e405";
}
.tps-icon-arrow-left14:before {
	content: "\e407";
}
.tps-icon-arrow-right15:before {
	content: "\e409";
}
.tps-icon-arrow-left15:before {
	content: "\e40b";
}
.tps-icon-arrow-right16:before {
	content: "\e40d";
}
.tps-icon-arrow-left16:before {
	content: "\e40f";
}
.tps-icon-arrow-right17:before {
	content: "\e411";
}
.tps-icon-arrow-left17:before {
	content: "\e413";
}
.tps-icon-arrow-right18:before {
	content: "\e415";
}
.tps-icon-arrow-left18:before {
	content: "\e417";
}
.tps-icon-key-right:before {
	content: "\e42a";
}
.tps-icon-key-left:before {
	content: "\e42c";
}
