.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;
}

.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;
}
.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn{display:inline-block;white-space:nowrap;border-radius:3px;padding:8px 16px;background-color:#000;border:1px solid #000;font-size:1em;line-height:1.8em;margin-right:12px;text-align:center;text-decoration:none !important}html.modal-cacsp-open:not(.modal-cacsp-open-no-backdrop){overflow:hidden}body.modal-cacsp-open .modal-cacsp-backdrop{width:100%;height:100%;opacity:.6}body.modal-cacsp-open .modal-cacsp-position{box-sizing:border-box;width:100%;height:100%}body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close{color:#fff;text-decoration:none;position:fixed;right:0;top:0;margin:15px;padding:0 8px;font-size:2em;-webkit-transition:opacity .2s ease-in-out 0s;-moz-transition:opacity .2s ease-in-out 0s;-o-transition:opacity .2s ease-in-out 0s;transition:opacity .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}@media(max-width: 576px){body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close{margin:0;position:absolute;margin-top:-5px}}body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close:hover{opacity:.6}body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-backdrop{display:none}body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-position{height:0;padding:0}@media(max-width: 576px){body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-position>.modal-cacsp-box-close{position:fixed}}.modal-cacsp-backdrop{width:0;height:0;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background-color:#000;opacity:0;-webkit-transition:opacity .2s ease-in-out 0s;-moz-transition:opacity .2s ease-in-out 0s;-o-transition:opacity .2s ease-in-out 0s;transition:opacity .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position{position:fixed;width:0;height:0;display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0;padding:40px 0;z-index:999999;overflow-y:auto;outline:0;font-size:100%}.modal-cacsp-position,.modal-cacsp-position *{color:#000}.modal-cacsp-position .modal-cacsp-box{width:0;height:0;overflow:hidden;opacity:0;border-radius:6px;-webkit-transition:opacity .4s ease-in-out 0s;-moz-transition:opacity .4s ease-in-out 0s;-o-transition:opacity .4s ease-in-out 0s;transition:opacity .4s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position .modal-cacsp-box>*{background-color:#fff}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show{width:80%;margin:auto;height:auto;min-width:320px;max-width:800px;opacity:1}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show{width:90%}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom{width:100%;max-width:100%;position:fixed;display:flex;align-items:center;bottom:0;left:0;margin:0;border-radius:0;border-top:1px solid #e6e6e6;background-color:#fff}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom{flex-wrap:wrap}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-header{display:none}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content{width:50%;flex-grow:1}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{border:0}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{padding-top:0;white-space:normal}}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns .modal-cacsp-btn{width:100%;max-width:100%}}@media(max-width: 768px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns .modal-cacsp-btn{margin-right:0;margin-bottom:8px}}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{width:100%}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul{list-style:none;margin:0;padding:0;width:100%;max-width:100%}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li{padding:24px 32px 0;margin:0;border-bottom:1px solid #e6e6e6;line-height:normal}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li:first-child{border-top:1px solid #e6e6e6}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li:last-child{border-bottom:0}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch{padding-bottom:24px;display:flex;align-items:center;width:100%}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch *,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch *{text-decoration:none !important;outline:none}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch:hover,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch:hover{opacity:1;text-decoration:none !important}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span{font-size:1em}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span:first-child,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span:first-child{flex-grow:1}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span>span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span>span{font-size:.9em;font-weight:300}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span.modal-cacsp-toggle{width:40px;height:20px;border-radius:20px;margin-left:8px;display:block;position:relative;float:right;background-color:#e6e6e6}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span.modal-cacsp-toggle-switch-handle{width:20px;height:100%;border-radius:20px;background-color:#b3b3b3;position:absolute;left:0;right:auto;-webkit-transition:left .2s ease-in-out 0s;-moz-transition:left .2s ease-in-out 0s;-o-transition:left .2s ease-in-out 0s;transition:left .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle{background-color:#cde1d4}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle-switch-handle{background-color:#4b7d5e;left:20px}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled{cursor:not-allowed}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span{color:#000}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle{background-color:#f1d5d4}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle-switch-handle{background-color:#bd403c}.modal-cacsp-position .modal-cacsp-box a{text-decoration:underline}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header{display:block;background-color:#000;padding:24px 32px;font-size:1.5em}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-content{display:block;padding:32px;font-size:1em}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{display:flex;justify-content:flex-end;border-top:1px solid #e6e6e6;padding:24px 32px;white-space:nowrap}@media(max-width: 768px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{flex-wrap:wrap}}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{white-space:normal}}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn:hover{opacity:.6}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn{width:100%;margin-right:0;margin-bottom:8px}}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings{background-color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings *{color:#000}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse{background-color:#bd403c;border:1px solid #bd403c}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all{background-color:#bd403c;border:1px solid #bd403c}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save{background-color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save *{color:#000}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept{background-color:#4b7d5e;border:1px solid #4b7d5e}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all{background-color:#4b7d5e;border:1px solid #4b7d5e}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn:last-child{margin-right:0;margin-bottom:0}.warning-cacsp-iframe,.warning-cacsp-object{visibility:hidden}.warning-cacsp-iframe-content,.warning-cacsp-object-content{background-color:#e6e6e6;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:200px}.warning-cacsp-iframe-content,.warning-cacsp-iframe-content *,.warning-cacsp-object-content,.warning-cacsp-object-content *{color:#000}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-text,.warning-cacsp-iframe-content .warning-cacsp-object-content-text,.warning-cacsp-object-content .warning-cacsp-iframe-content-text,.warning-cacsp-object-content .warning-cacsp-object-content-text{text-align:center;width:90%;max-width:600px;margin:0 auto 20px}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a{margin-right:0}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a *,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a *,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a *,.warning-cacsp-object-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a *{color:#fff}.modal-cacsp-grandma .modal-cacsp-position{overflow-x:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom),.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings{position:relative}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom).modal-cacsp-box-show .modal-cacsp-box-header,.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-header{border-radius:6px 6px 0 0}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom).modal-cacsp-box-show .modal-cacsp-btns,.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-btns{border-radius:0 0 6px 6px}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info{overflow:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show{overflow:visible}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom::before{content:"";background:url(//birger-petersen.de/wp-content/plugins/cookies-and-content-security-policy/img/cookie.png) left top no-repeat;width:250px;height:163px;display:block;position:absolute;left:-30px;top:-40px;background-position:center center;background-size:auto 100%}@media(max-width: 768px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom::before{width:100%;left:0;top:-140px}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content{padding-left:200px;width:100%}@media(max-width: 768px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content{padding-left:32px}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show .modal-cacsp-box-header::before{content:"";background:url(//birger-petersen.de/wp-content/plugins/cookies-and-content-security-policy/img/cookie.png) left top no-repeat;width:160px;height:160px;display:block;position:absolute;right:-60px;top:-50px;background-size:auto 100%;background-position:center center}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings{overflow:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show{overflow:visible;padding-left:35px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show{padding-left:0}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show::before{content:"";background:url(//birger-petersen.de/wp-content/plugins/cookies-and-content-security-policy/img/grandma.png) left top no-repeat;width:420px;height:800px;display:block;position:absolute;left:0;background-size:auto 100%;margin-left:-270px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show::before{background-image:none}}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-header::before{content:"";background:url(//birger-petersen.de/wp-content/plugins/cookies-and-content-security-policy/img/grandma.png) left top no-repeat;-webkit-transform:scaleX(-1);transform:scaleX(-1);width:100px;height:200px;display:block;position:absolute;right:-30px;top:0;background-size:auto 100%;background-position:center center}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-settings-list li:first-child{padding-left:128px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-settings-list li:first-child{padding-left:32px}}/*# sourceMappingURL=cookies-and-content-security-policy.min.css.map */
/*--------------------------------------------------------------
# Basic Structure
--------------------------------------------------------------*/
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

:-moz-placeholder {
    color: inherit;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

*:focus::-webkit-input-placeholder {
    opacity: 0
}

*:focus:-moz-placeholder {
    opacity: 0
}

*:focus::-moz-placeholder {
    opacity: 0
}

*:focus:-ms-input-placeholder {
    opacity: 0
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;

}


a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
}

a,
a:hover,
a:active,
button:focus {
    outline: none;
    color: inherit;
    word-break: break-word;
}

a:focus {
    outline: 1px dotted;
    outline-offset: -2px;
    color: inherit;
}

a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
}

b, strong {
    font-weight: bolder;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    word-break: break-word;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

em, cite, q {
    color: #492cdd;
    font-style: italic;
    font-weight: 600;
}

code, kbd, tt, var, samp, pre {
    font-family: inherit;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background: #212529;
    color: #ffffff;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 88%;
}

pre {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: auto;
}

table {
    border: 1px solid #e9e9e9;
    background-color: #fcfcfc;
    border-spacing: 0;
    margin: 0;
    text-align: left;
    table-layout: fixed;
    border-collapse: collapse;
}

table td, table th {
    border: 1px solid #e9e9ea;
    padding: 8px 10px;
}

table th {
    background-color: #492cdd;
}

.blog-items table th a,
table th {
    color: #ffffff;
}

.blog-items table th a:focus,
.blog-items table th a:hover {
    color: #e9e9ea;
}

p {
    margin: 0 0 10px;
    word-break: break-word;
}

figure {
    margin: 0;
}

address,
table,
pre {
    width: 100%;
}

/* ul, ol { */
    /* margin: 0; */
    /* padding: 0; */
/* } */

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    font-weight: 600;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

fieldset {
    border: 1px solid #e9e9ea;
    margin: 1.5rem 2px;
    padding: 10px 25px 20px;
    border-radius: 3px;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    padding: 12px 24px;
    border-radius: 3px;
    background: transparent;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: 1px dotted;
    outline-offset: -2px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border-radius: 3px;
    display: block;
    line-height: 1.55;
    font-size: inherit;
    font-weight: 400;
    padding: .5625rem 1rem;
    vertical-align: middle;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e9e9ea;
    outline: none;
    letter-spacing: 0.5px;
    box-shadow: none;
    background-image: linear-gradient(#383E41, #383E41), linear-gradient(#e9e9ea, #e9e9ea);
    background-size: 0 1px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - -1px);
    -moz-transition: background 0s ease-out;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
}

input[type="text"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="range"]:focus,
input[type="date"]:focus, input[type="month"]:focus,
input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="color"]:focus, textarea:focus, select:focus {    
    background-size: 100% 2px, 100% 2px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

select {
    background-clip: padding-box;
    border: 1px solid #e9e9ea;
    border-radius: 3px;
    display: block;
    font-size: 92%;
    font-weight: 400;
    padding: 10px 12px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    box-shadow: none;
    overflow: auto !important;
    outline: 0;
    background-image: linear-gradient(#383E41, #383E41), linear-gradient(#e9e9ea, #e9e9ea);
    background-size: 0 1px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - -1px);
    background-color: #ffffff;
    -moz-transition: background 0s ease-out;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
}

textarea {
    height: 150px;
}

input[type=checkbox], input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio],
div.wpforms-container-full .wpforms-form input[type=checkbox] {
    border: 2px solid #492cdd;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -3px 3px 0 0;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 20px !important;
    max-width: 20px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    transition: .05s border-color ease-in-out;
}

input[type=radio] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: 12px;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    speak: none;
    line-height: 1.2;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: .3s all;
    transition: .3s all;
}

input[type=radio]:checked:before {
    content: "\2022";
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 8px;
    height: 8px;
    margin: 4px;
    line-height: 20px;
    background: #492cdd;
}

input[type=checkbox]:checked:before {
    content: "\f00c";
    font-family: fontawesome;
    color: #492cdd;
}

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

/* XL BTN Start */

.xl-btn {
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    line-height: 1.2;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border-style: solid;
    font-size: inherit;
    padding: .5em 2em;
}

.btn-st-1 {
    padding: 0;
    height: auto;
    background: none;
    box-shadow: none;
    border: none;
    font-weight: 500;
    font-size: 15px;
}

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

.xl-container {
    width: 100%;
    max-width: 1200px;  
    margin: 0 auto;
}

.xl-container,
.xl-container-fluid {
    padding: 0 50px;
}

.xl-columns-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0px -15px;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}

[class*="xl-column-"] {
    position: relative;
    width: 100%;
    padding: 0px 15px;
    z-index: 0;
}

.d-none, div.d-none {
    display: none;
}
.d-block, div.d-block {
    display: block;
}

.d-inline, div.d-inline {
    display: inline;
}

.d-inline-block, div.d-inline-block {
    display: inline-block;
}

.mt-0 {margin-top: 0;}.mt-1 {margin-top: .25rem;}.mt-2 {margin-top: .5rem;}.mt-3 {margin-top: 1rem;}.mt-4 {margin-top: 1.5rem;}.mt-5 {margin-top: 3rem;}
.mr-0 {margin-right: 0;}.mr-1 {margin-right: .25rem;}.mr-2 {margin-right: .5rem;}.mr-3 {margin-right: 1rem;}.mr-4 {margin-right: 1.5rem;}.mr-5 {margin-right: 3rem;}
.mb-0 {margin-bottom: 0;}.mb-1 {margin-bottom: .25rem;}.mb-2 {margin-bottom: .5rem;}.mb-3 {margin-bottom: 1rem;}.mb-4 {margin-bottom: 1.5rem;}.mb-5 {margin-bottom: 3rem;}
.ml-0 {margin-left: 0;}.ml-1 {margin-left: .25rem;}.ml-2 {margin-left: .5rem;}.ml-3 {margin-left: 1rem;}.ml-4 {margin-left: 1.5rem;}.ml-5 {margin-left: 3rem;}

.my-0 {padding-top: 0;padding-bottom: 0;}.my-1 {padding-top: .25rem;padding-bottom: .25rem;}.my-2 {padding-top: .5rem;padding-bottom: .5rem;}.my-3 {padding-top: 1rem;padding-bottom: 1rem;}.my-4 {padding-top: 1.5rem;padding-bottom: 1.5rem;}.my-5 {padding-top: 3rem;padding-bottom: 3rem;}
.mx-0 {padding-left: 0;padding-right: 0;}.mx-1 {padding-left: .25rem;padding-right: .25rem;}.mx-2 {padding-left: .5rem;padding-right: .5rem;}.mx-3 {padding-left: 1rem;padding-right: 1rem;}.mx-4 {padding-left: 1.5rem;padding-right: 1.5rem;}.mx-5 {padding-left: 3rem;padding-right: 3rem;}

.pt-0 {padding-top: 0;}.pt-1 {padding-top: .25rem;}.pt-2 {padding-top: .5rem;}.pt-3 {padding-top: 1rem;}.pt-4 {padding-top: 1.5rem;}.pt-5 {padding-top: 3rem;}
.pr-0 {padding-right: 0;}.pr-1 {padding-right: .25rem;}.pr-2 {padding-right: .5rem;}.pr-3 {padding-right: 1rem;}.pr-4 {padding-right: 1.5rem;}.pr-5 {padding-right: 3rem;}
.pb-0 {padding-bottom: 0;}.pb-1 {padding-bottom: .25rem;}.pb-2 {padding-bottom: .5rem;}.pb-3 {padding-bottom: 1rem;}.pb-4 {padding-bottom: 1.5rem;}.pb-5 {padding-bottom: 3rem;}
.pl-0 {padding-left: 0;}.pl-1 {padding-left: .25rem;}.pl-2 {padding-left: .5rem;}.pl-3 {padding-left: 1rem;}.pl-4 {padding-left: 1.5rem;}.pl-5 {padding-left: 3rem;}

.py-0 {padding-top: 0;padding-bottom: 0;}.py-1 {padding-top: .25rem;padding-bottom: .25rem;}.py-2 {padding-top: .5rem;padding-bottom: .5rem;}.py-3 {padding-top: 1rem;padding-bottom: 1rem;}.py-4 {padding-top: 1.5rem;padding-bottom: 1.5rem;}.py-5 {padding-top: 3rem;padding-bottom: 3rem;}
.px-0 {padding-left: 0;padding-right: 0;}.px-1 {padding-left: .25rem;padding-right: .25rem;}.px-2 {padding-left: .5rem;padding-right: .5rem;}.px-3 {padding-left: 1rem;padding-right: 1rem;}.px-4 {padding-left: 1.5rem;padding-right: 1.5rem;}.px-5 {padding-left: 3rem;padding-right: 3rem;}


.mr-auto {
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.my-auto {
    margin: auto 0px;
}

.mx-auto {
    margin: 0px auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.flex-fill {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.flex-fill:nth-child(2) {
    flex-basis: 18%;
}

.flex-10 {
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
}

.flex-15 {
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
}

.flex-20 {
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
}

.flex-25 {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}

.flex-30 {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}

.flex-35 {
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
}

.flex-40 {
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
}

.flex-45 {
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
}

.flex-50 {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.flex-55 {
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
}

.flex-60 {
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
}

.flex-65 {
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
}

.flex-70 {
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
}

.flex-75 {
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
}

.flex-80 {
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
}

.flex-85 {
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
}

.flex-90 {
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
}

.flex-95 {
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
}

.flex-100 {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.flex-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.mobile-menu .dropdown-menu.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-none {
    float: none;
}

/* Responsive Desktop Properties */
@media (min-width: 992px) {
    .xl-column-1 {
        -ms-flex: 0 0 16.333333%;
        flex: 0 0 16.333333%;
        max-width: 16.333333%;
    }
    .xl-column-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .xl-column-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .xl-column-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .xl-column-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .xl-column-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .xl-column-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .xl-column-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .xl-column-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .xl-column-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .xl-column-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .xl-column-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-xl-none, div.d-xl-none {
        display: none;
    }
    .d-xl-block, div.d-xl-block {
        display: block;
    }
    .d-xl-inline, div.d-xl-inline {
        display: inline;
    }
    .d-xl-inline-block, div.d-xl-inline-block {
        display: inline-block;
    }
    .text-xl-left {
        text-align: left;
    }

    .text-xl-right {
        text-align: right;
    }

    .text-xl-center {
        text-align: center;
    }
    .my-xl-auto {
        margin: auto 0px;
    }

    .mx-xl-auto {
        margin: 0px auto;
    }
    .mt-xl-0 {margin-top: 0;}.mt-xl-1 {margin-top: .25rem;}.mt-xl-2 {margin-top: .5rem;}.mt-xl-3 {margin-top: 1rem;}.mt-xl-4 {margin-top: 1.5rem;}.mt-5 {margin-top: 3rem;}
    .mr-xl-0 {margin-right: 0;}.mr-xl-1 {margin-right: .25rem;}.mr-xl-2 {margin-right: .5rem;}.mr-xl-3 {margin-right: 1rem;}.mr-xl-4 {margin-right: 1.5rem;}.mr-xl-5 {margin-right: 3rem;}
    .mb-xl-0 {margin-bottom: 0;}.mb-xl-1 {margin-bottom: .25rem;}.mb-xl-2 {margin-bottom: .5rem;}.mb-xl-3 {margin-bottom: 1rem;}.mb-xl-4 {margin-bottom: 1.5rem;}.mb-xl-5 {margin-bottom: 3rem;}
    .ml-xl-0 {margin-left: 0;}.ml-xl-1 {margin-left: .25rem;}.ml-xl-2 {margin-left: .5rem;}.ml-xl-3 {margin-left: 1rem;}.ml-xl-4 {margin-left: 1.5rem;}.ml-xl-5 {margin-left: 3rem;}

    .pt-xl-0 {padding-top: 0;}.pt-xl-1 {padding-top: .25rem;}.pt-xl-2 {padding-top: .5rem;}.pt-xl-3 {padding-top: 1rem;}.pt-xl-4 {padding-top: 1.5rem;}.pt-xl-5 {padding-top: 3rem;}
    .pr-xl-0 {padding-right: 0;}.pr-xl-1 {padding-right: .25rem;}.pr-xl-2 {padding-right: .5rem;}.pr-xl-3 {padding-right: 1rem;}.pr-xl-4 {padding-right: 1.5rem;}.pr-xl-5 {padding-right: 3rem;}
    .pb-xl-0 {padding-bottom: 0;}.pb-xl-1 {padding-bottom: .25rem;}.pb-xl-2 {padding-bottom: .5rem;}.pb-xl-3 {padding-bottom: 1rem;}.pb-xl-4 {padding-bottom: 1.5rem;}.pb-xl-5 {padding-bottom: 3rem;}
    .pl-xl-0 {padding-left: 0;}.pl-xl-1 {padding-left: .25rem;}.pl-xl-2 {padding-left: .5rem;}.pl-xl-3 {padding-left: 1rem;}.pl-xl-4 {padding-left: 1.5rem;}.pl-xl-5 {padding-left: 3rem;}

    .float-xl-right {
        float: right;
    }

    .float-xl-left {
        float: left;
    }

    .float-xl-none {
        float: none;
    }
}
/* ---//--- */
/*---------------------------------------
    Breadcrumb Area
-----------------------------------------*/
/* Settings for body layout
    .xl-layout-contained {}
    .xl-layout-stretched {}
    .xl-layout-boxed {}
--------------------------*/
.get-info-box ul.wrap-right {
    list-style: none;
}

.logo img, .mobile-logo img {
    max-width: 140px;
}

.main-content-part {
	margin-top: 100px;
}

.xolo-content {
    margin-bottom: 100px;
}

.xl-container-fluid,
.xl-layout-stretched .header div.xl-container,
.xl-layout-stretched div.xl-container {
    max-width: 100%;
}

.xl-layout-boxed {
    position: relative;
}

.xl-layout-boxed #page {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.xl-layout-boxed #page .sticky-menu,
.xl-layout-boxed #page .is-above-sticky,
.xl-layout-boxed #page {
    margin: 0px auto;
    overflow: hidden;
}

/* Settings */

.breadcrumb-area {
    width: 100%;
    position:relative;
    z-index: 0;
    overflow: hidden;
    height: auto;
    display: block;
}

.breadcrumb-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    min-height: 75px;
    padding: 5px 0;
}

.breadcrumb-heading {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    /*margin: auto 0;*/
    height: 100%;
    width: 100%;
    max-width: 50%;
}

.breadcrumb-heading h2 {
    margin-bottom: 0;
    font-size: 20px;
}

.breadcrumb-list {
    flex-shrink: 0;
    list-style: none;
    width: 100%;
    max-width: 50%;
    padding: 0;
    margin: 0;
}

.breadcrumb-list li {
    display: inline-block;
    word-break: break-word;
    font-size: 16px;
}

.breadcrumb-right .breadcrumb-content {
    flex-direction: row-reverse;
}

.breadcrumb-left .breadcrumb-list,
.breadcrumb-right .breadcrumb-heading {
    text-align: right;
}

.breadcrumb-right .breadcrumb-list,
.breadcrumb-left .breadcrumb-heading {
    text-align: left;
}

.breadcrumb-center .breadcrumb-list {
    text-align: center;
}

.breadcrumb-center .breadcrumb-content {
    -ms-flex-direction: column;
    flex-direction: column;
    /* Changes */
    justify-content: center;
}

.breadcrumb-center .breadcrumb-heading {
    /*display: -ms-flexbox;*/
    /* display: flex; */
    /*-ms-flex-align: center;*/
    /* align-items: center; */
    /* Changes */
    text-align: center;
}

/* --/-- */

/* Header Default Start */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

/* --/-- */

/*---------------------------------------------
    Header Default Start
---------------------------------------------*/

.header-default:not(.active-one) .navigation:not(.pagination) {
    padding: 0;
}

.header-default:not(.active-one) .menubar .menu-wrap > li > a {
    line-height: 82px;
}

.header-default .menubar .menu-wrap > li > a {
    padding: 0 16px;
    border-radius: 0;
}

.header-default:not(.active-one) .menubar .menu-wrap > li > a > sup,
.header-default:not(.active-one) .menubar .menu-wrap > li > a > sub {
    top: 30px;
}

.header-default:not(.active-one) .menubar .menu-wrap > li > a > .not-included {
    bottom: 18px;
}

.header-default:not(.active-one) .menubar .menu-wrap > li > a > .badge {
    top: 12px;
    height: 19px;
    line-height: 1;
}

.header-default:not(.active-one) .menubar .menu-wrap > li > a > .badge:before {
    bottom: -29px;
}

.header-default .header_btn .bt-primary {
    border-radius: 100px;
}

/* --/-- */

/*---------------------------------------------
    Header Two
---------------------------------------------*/
@media (min-width: 992px) {
    .header-two.xolo-transparent .header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-top: 0;
        background: none;
        margin: 0 auto;
        z-index: 99;
    }
    body.admin-bar.header-two.xolo-transparent .header {
        top: 32px;
    }
}

.xolo-transparent .main-content-part {
    margin-top: 200px;
}

.xolo-transparent .breadcrumb-area+.main-content-part {
    margin-top: 100px;
}

/* --- Breadcrumb Start --- */
.xolo-transparent .breadcrumb-content {
    min-height: 220px;
}

.xolo-transparent .breadcrumb-area:not(.breadcrumb-center) .breadcrumb-content {
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.xolo-transparent .breadcrumb-heading {
    margin: 0;
}

.xolo-transparent .breadcrumb-heading {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.xolo-transparent .breadcrumb-center .breadcrumb-content {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}
/* ---//--- */

.header-two.xolo-transparent .header-top-info {
    border-bottom: 0;
    background: none;
}

.header-two:not(.active-one) .navigation:not(.pagination) {
    padding: 0px;
}

.header-two:not(.active-one) .menubar .menu-wrap > li > a {
    line-height: 82px;
}

.header-two.xolo-transparent .header-top-info .widget-left .widget {
    border-right-color: rgba(255,255,255,0.2);
}

.header-two.xolo-transparent .mobile-menu .widget,
.header-two.xolo-transparent .mobile-menu .header-widget .widget_social_widget li a {
    border: 0;
}

.header-two.xolo-transparent .navigation:not(.pagination):not(.sticky-menu) {
    box-shadow: none;
}

.header-two.xolo-transparent .navigation:not(.sticky-menu) .header-search-toggle i,
.header-two.xolo-transparent .navigation:not(.sticky-menu) .cart-icon-wrap #cart i,
.header-two.xolo-transparent .navigation:not(.sticky-menu) .menu-right li,
.header-two.xolo-transparent .navigation:not(.sticky-menu) .menu-wrap > .menu-item:not(.active):not(.focus):not(:hover) > a {
    color: #FFFFFF;
}

.header-two.xolo-transparent #header-top-right .widget.widget_social_widget:first-child li a,
.header-two.xolo-transparent .header-widget .widget_social_widget li a,
.header-two.xolo-transparent .header-widget .widget-left .widget {
    border-left-color: rgba(255,255,255,0.2);
}

.header-two.xolo-transparent .header-top-info .widget-right .widget,
.header-two.xolo-transparent .header-widget .widget_social_widget li:last-child a,
.header-two.xolo-transparent .header-widget .widget-right .widget.widget_social_widget:first-child li:last-child a,
.header-two.xolo-transparent .header-widget .widget-left .widget:last-child {
    border-right-color: rgba(255,255,255,0.2);
}

.header-two.xolo-transparent .menu-right li.cart-wrapper .cart-icon-wrap span {
    color: #212529;
}

.header-two:not(.active-one) .menubar .menu-wrap > li > a > .badge {
    top: 2px;
}

.xolo-transparent .header_btn .bt-primary {
    color: #492cdd;
    /* background-color: #ffffff;
    border-color: #ffffff; */
}

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

/* Header Three Start */

.header-three div.flex-fill {
    flex-basis: 50%;
}

.header-three .theme-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-three .logo img {
    margin: 0px auto;
    width: 100%;
    max-width: 176px;
    max-height: max-content;
}

.header-three:not(.active-one) .navigation:not(.pagination) {
    padding: 0;
}

.header-three:not(.active-one) .menubar .menu-wrap > li > a {
    line-height: 60px;
}

.header-three .menubar ul.menu-wrap > li > a {
    color: rgba(255, 255, 255, 0.7);
}

.header-three .navigation .menubar .dropdown-menu {
   /*  border-top: none;
    border-bottom-width: 3px; */
}

.header-three .theme-menu .menu-right li,
.header-three .theme-menu .cart-icon-wrap i {
    color: #ffffff;
}

.header-three .theme-menu .bt-primary {
    background: rgba(0, 0, 0, 0.5);
}

.header-three:not(.active-one) .menubar .menu-wrap > li > a > sup,
.header-three:not(.active-one) .menubar .menu-wrap > li > a > sub {
    top: 1.4em;
}

.header-three:not(.active-one) .menubar .menu-wrap > li > a > .not-included {
    bottom: 2px;
}

.header-three .menubar .badge {
    color: #212529;
    background-color: #ffffff;
}

.header-three .menubar .badge:before {
    border-right-color: #ffffff;
}

.header-three:not(.active-one) .menubar .menu-wrap > li > a > .badge {
    top: 2px;
    height: 19px;
    line-height: 1;
}

.header-three:not(.active-one) .menubar .menu-wrap > li > a > .badge:before {
    bottom: -29px;
}

.header-three .header_btn .bt-primary {
    border-radius: 100px;
}

/* --/-- */

/*---------------------------------------
    Header-Four
-----------------------------------------*/

.header-four div.flex-fill {
    flex-basis: 50%;
}

.header-four .theme-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-four .logo img {
    margin: 0px auto;
    width: 100%;
    max-width: 176px; 
    max-height: max-content;
}

.header-four:not(.active-one) .navigation:not(.pagination) {
    padding: 0;
}

.header-four .menubar ul.menu-wrap > li {
    margin-right: -4px;
}

.header-four:not(.active-one) .menubar .menu-wrap > li > a {
    line-height: 60px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.header-four:not(.active-one) .menubar .menu-wrap > li:first-child > a {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.header-four .menubar .menu-wrap > li > a {
    color: #383E41;
}

.header-four .navigation .menubar .dropdown-menu {
    border-top: none;
    border-bottom-width: 3px;
}

.header-four:not(.active-one) .menubar .menu-wrap > li > a > sup,
.header-four:not(.active-one) .menubar .menu-wrap > li > a > sub {
    top: 1.4em;
}

.header-four:not(.active-one) .menubar .menu-wrap > li > a > .not-included {
    bottom: 2px;
}

.header-four:not(.active-one) .menubar .menu-wrap > li > a > .badge {
    top: 2px;
    height: 19px;
    line-height: 1;
}

.header-four:not(.active-one) .menubar .menu-wrap > li > a > .badge:before {
    bottom: -29px;
}

.header-four .header_btn .bt-primary {
    /* border-radius: 100px; */
}

/* --/-- */

/*---------------------------------------------
    Header-Five Start
---------------------------------------------*/

@media (min-width: 991px) {
    .header-five .header {
        border-top: 0;
        background-color: #492cdd;
    }
}

.header-five .header-widget-info [class*='widget_']:not(.widget_info):not(.widget_social_widget) li a:before,
.header-five .header-widget-info .site-title,
.header-five .header-widget-info .site-description {
    color: #ffffff;
}

.header-five .logo img {
    display: inherit;
    margin: 0 auto;
}
.header-five .header-widget-info {
    border-bottom: 0;
    position: relative;
    z-index: 1;
}
.header-five.header-search-active .header-widget-info {
    z-index: -1;
}
.header-five .header-wrapper {
    min-height: 95px;
}

.header-five .navigation:not(.pagination) {
    padding: 0;
    margin-bottom: -45px;
}

.header-five .navigation:not(.pagination):not(.sticky-menu) {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header-five .navigation:not(.sticky-menu) .theme-menu {
    background-color: #ffffff;
}

.header-five:not(.active-one) .navigation:not(.pagination) {
    padding: 0;
}

.header-five:not(.active-one) .menubar .menu-wrap > li > a {
    line-height: 82px;
}

.header-five:not(.active-one) .navigation .theme-menu {
    padding: 0px 15px;
}

.header-five.active-one .navigation:not(.sticky-menu) .theme-menu {
    padding: 18px 15px;
}

.header-five.active-one .navigation.sticky-menu .theme-menu {
    padding: 18px 0px;
}

.header-five .menu-right {
    flex: auto;
    display: flex;
    justify-content: flex-end;
}

.header-five .header .header-widget-info .widget:not(.widget_nav_menu):not(.widget_calendar) a:hover,
.header-five .header .header-widget-info .widget:not(.widget_nav_menu):not(.widget_calendar) a:focus,
.header-five .header .header-widget-info .widget,
.header-five .header .header-widget-info .widget:not(.widget_calendar):not(.widget_nav_menu) a,
.header-five .header .header-widget-info .widget_nav_menu .menu > .menu-item > a,
.header-five .header .header-widget-info .widget .textwidget p {
    color: #ffffff;
}

.header-five div.tagcloud a {
    border-left-color: #ffffff !important;
}

.header-five .cart-icon-wrap #cart {
    background-color: #242582;
    border-radius: 3px;
    font-size: 20px;
    line-height: 40px;
}

.header-five .navigation .menu-right li .cart-icon-wrap i {
    color: #ffffff;
    padding: 0;
}

.header-five .navigation .menu-right li.cart-wrapper .cart-icon-wrap span {
    position: unset;
    border: 0;
    color: initial;
    background: #ffffff;
    vertical-align: middle;
}

.header-five .navigation .menubar .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 100%;
    right: auto;
}

.header-five .navigation .menubar .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu,
.header-five .navigation .menubar .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: 100%;
    left: auto;
}

.header-five div.tagcloud a {
    border-color: #ffffff;
}

.header-five div.tagcloud a {
    border-left-color: #ffffff;
}

.header-five:not(.active-one) .menubar .menu-wrap > li > a > sup,
.header-five:not(.active-one) .menubar .menu-wrap > li > a > sub {
    top: 25px;
}

.header-five:not(.active-one) .menubar .menu-wrap > li > a > .not-included {
    bottom: 12px;
}

.header-five:not(.active-one) .menubar .menu-wrap > li > a > .badge {
    top: 8px;
    height: 19px;
    line-height: 1;
}

.header-five:not(.active-one) .menubar .menu-wrap > li > a > .badge:before {
    bottom: -29px;
}

.header-five + .xolo-content .breadcrumb-area .breadcrumb-content {
    min-height: 200px;
}

/* --/-- */

/*---------------------------------------
    Blog Start
-----------------------------------------*/
.xl-product-area:not(.single-product-area),
.blog-items {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border-radius: 3px;
    border: 1px solid #e9e9ea;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
    /*box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.04);*/
    z-index: 0;
}

.blog-animation-2 .blog-items:hover,
.blog-animation-2 .blog-items:focus-within {
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
}

.xl-product-area:not(:last-child),
.blog-items:not(:last-child) {
    margin-bottom: 1.5rem;
}

.xl-product-wrapup,
.xl-product-wrapfull,
.blog-wrapfull,
.blog-wrapup {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
}

.xl-product-wrapfull,
.blog-wrapfull {
    padding: 25px;
}


.xl-product-img,
.blog-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.xl-product-area .xl-product-img .xl-product-meta a,
.blog-items .blog-img .blog-meta > a {
    display: block;
}

.xl-product-area .xl-product-img .xl-product-meta,
.blog-items .blog-img .blog-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 15px;
    color: #ffffff;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    visibility: hidden;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.xl-product-area .xl-product-img .xl-product-meta:after,
.blog-items .blog-img .blog-meta:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 100px;
    background: #ffffff;
}

.xl-product-area .xl-product-img .xl-product-meta:before,
.blog-items .blog-img .blog-meta:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    z-index: -1;
}

.xl-product-area:hover .xl-product-img .xl-product-meta,
.blog-items:hover .blog-img .blog-meta {
    opacity: 1;
    visibility: visible;
    bottom: 0%;
}

.xl-image-box {
    width: 100%;
    overflow: hidden;
}
.single-product-thumbnail img,
.xl-product-img img,
.xl-image-box img,
.blog-img img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);    
}

.blog-items:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: hue-rotate(-300deg);
    -webkit-filter: hue-rotate(-300deg);
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
}

.xl-product-area:hover .xl-image-box img,
.single-product-thumbnail:hover img,
.xl-product-area:hover .xl-product-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
}

.xl-product-title,
.post-title {
    text-transform: unset;
    font-weight: 600;
}

.xl-product-title a,
.post-title a {
    color: #212529;
}

.more-link {
    text-transform: capitalize;
    position: relative;
    z-index: 0;
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
}

.more-link:after {
    content: "\f054";
    color: inherit;
    font-family: fontawesome;
    font-size: 80%;
    vertical-align: inherit;
    padding-left: 5px;
    display: inline-block;
    transform: translateX(-96%) rotate(90deg);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: -1;
}

.more-link:hover:after, .more-link:focus:after {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}

.xl-product-area .xl-product-title,
.xl-product-area .xl-product-meta,
.blog-items .post-title,
.blog-items .blog-meta,
.blog-items > p {
    width: 100%;
    display: block;
    margin: 0;
}

.xl-product-meta,
.more-link,
.blog-meta {
    font-size: 14px;
}

.xl-product-wrapup p + .more-link + .xl-product-img,
.xl-product-wrapup .xl-product-meta + .more-link + .xl-product-img,
.xl-product-wrapup .xl-product-title + .more-link + .xl-product-img,
.xl-product-wrapup p + .xl-product-img,
.xl-product-wrapup .xl-product-meta + .xl-product-img,
.xl-product-wrapup .xl-product-title + .xl-product-img,
.blog-wrapup p + .more-link + .blog-img,
.blog-wrapup .blog-meta + .more-link + .blog-img,
.blog-wrapup .post-title + .more-link + .blog-img,
.blog-wrapup p + .blog-img,
.blog-wrapup .blog-meta + .blog-img,
.blog-wrapup .post-title + .blog-img {
    margin-top: 18px;
}

.xl-product-wrapup .xl-product-meta + p + .xl-product-title + .more-link + .xl-product-img,
.xl-product-wrapup .xl-product-meta + .xl-product-title + p + .more-link + .xl-product-img,
.xl-product-wrapup p + .xl-product-meta + .xl-product-title + .more-link + .xl-product-img,
.xl-product-wrapup p + .xl-product-title + .xl-product-meta + .more-link + .xl-product-img,
.xl-product-wrapup .xl-product-title + p + .xl-product-meta + .more-link + .xl-product-img,
.xl-product-wrapup .xl-product-title + .xl-product-meta + p + .more-link + .xl-product-img,
.blog-wrapup .blog-meta + p + .post-title + .more-link + .blog-img,
.blog-wrapup .blog-meta + .post-title + p + .more-link + .blog-img,
.blog-wrapup p + .blog-meta + .post-title + .more-link + .blog-img,
.blog-wrapup p + .post-title + .blog-meta + .more-link + .blog-img,
.blog-wrapup .post-title + p + .blog-meta + .more-link + .blog-img,
.blog-wrapup .post-title + .blog-meta + p + .more-link + .blog-img {
    transform: translateY(20px);
    margin-top: 0;
}

.xl-product-wrapup .xl-product-meta + p,
.xl-product-wrapup .xl-product-meta + .xl-product-title + p,
.xl-product-wrapup .xl-product-title + p,
.xl-product-wrapup .xl-product-title + .xl-product-meta + p,
.blog-wrapup .blog-meta + p,
.blog-wrapup .blog-meta + .post-title + p,
.blog-wrapup .post-title + p,
.blog-wrapup .post-title + .blog-meta + p {
    padding: 8px 22px 0px;
}

.xl-product-wrapup .wp-block-image,
.xl-product-wrapup > figure, .xl-product-wrapup .more-link,
.xl-product-wrapup p + .xl-product-title + .xl-product-meta,
.xl-product-wrapup p + .xl-product-title,
.xl-product-wrapup p + .xl-product-meta,
.xl-product-wrapup p + .xl-product-meta +.xl-product-title,
.xl-product-wrapup .xl-product-meta + p + .xl-product-title,
.xl-product-wrapup .xl-product-meta + .xl-product-title,
.xl-product-wrapup .xl-product-title + p +.xl-product-meta,
.xl-product-wrapup .xl-product-title + .xl-product-meta,
.blog-wrapup .wp-block-image,
.blog-wrapup > figure, .blog-wrapup .more-link,
.blog-wrapup p + .post-title + .blog-meta,
.blog-wrapup p + .post-title,
.blog-wrapup p + .blog-meta,
.blog-wrapup p + .blog-meta + .post-title,
.blog-wrapup .blog-meta + p + .post-title,
.blog-wrapup .blog-meta + .post-title,
.blog-wrapup .post-title + p +.blog-meta,
.blog-wrapup .post-title + .blog-meta {
    padding: 5px 22px 0px;
}

/* .blog-wrapup .wp-block-cover { */
    /* width: 86%; */
    /* margin: 0px auto; */
/* }     .blog-wrapup blockquote,*/

.xl-product-wrapfull .xl-product-meta+.xl-product-title,
.xl-product-wrapfull .xl-product-title+.xl-product-meta,
.xl-product-wrapfull > p+.xl-product-meta,
.xl-product-wrapfull .xl-product-meta+p,
.blog-wrapfull .blog-meta+.post-title,
.blog-wrapfull .post-title+.blog-meta,
.blog-wrapfull > p+.blog-meta,
.blog-wrapfull .blog-meta+p {
    margin: 5px 0 10px;
}

.xl-product-wrapup > p:last-child,
.xl-product-wrapfull > p:last-child,
.blog-wrapup > p:last-child,
.blog-wrapfull > p:last-child {
    margin-bottom: 0;
}

.xl-product-wrapup > ul,
.xl-product-wrapfull > ul,
.blog-wrapup > ul,
.blog-wrapfull > ul {
    margin: 0 0 20px;
    padding: 0 0 0 25px;
}

.alignleft {
    float: left;
    margin: .5em 20px .5em 0;
}

.aligncenter {
    margin-top: .5em;
    margin-bottom: .5em;
}

.alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}

.site-unit {
    width: 100%;
}

.site-unit article {
    border: solid 1px #efe9e9;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}

.site-unit article .wp-block-latest-comments__comment-excerpt p {
    margin-bottom: 0;
}

.site-unit ul li:not(:last-child) {
    padding-bottom: 6px;
}

/* Theme Unit Start */

.blog-wrapup address,
.blog-wrapup dl,
.blog-wrapup table,
.blog-wrapup .wp-block-search,
.blog-wrapup .wp-block-latest-posts.is-grid,
.blog-wrapup .wp-block-categories,
.blog-wrapup .wp-block-calendar,
.blog-wrapup .wp-block-archives-dropdown,
.blog-wrapup .wp-block-file,
.blog-wrapup > .wp-block-spacer+p,
.blog-wrapup .wp-block-cover+p,
.blog-wrapup > p+p {
    padding: 2px 22px;
}

.blog-wrapup .wp-block-button,
.blog-wrapup pre,
.blog-wrapup h1,
.blog-wrapup h2,
.blog-wrapup h3,
.blog-wrapup h4,
.blog-wrapup h5,
.blog-wrapup h6,
.blog-wrapup twitter-widget,
.blog-wrapup .gallery {
    padding: 15px 22px 0px;
}

.blog-wrapup figure {}

.blog-wrapup twitter-widget {
    margin: 0 auto;
}

.blog-wrapfull .wp-block-image,
.blog-wrapfull .wp-block-button,
.blog-wrapup .wp-block-button,
.blog-wrapup .wp-block-image {
    width: 100%;
}

.blog-wrapup .wp-block-button,
.blog-wrapup .wp-block-image {
    margin: 0;
}

.blog-wrapup .wp-block-button {
    padding-bottom: 15px;
}

.blog-wrapup > figure.wp-caption {
    margin-left: 16px;
    margin-right: 16px;
    padding: 0;
}

.blog-wrapup li {
    line-height: unset;
}

.blog-wrapup > figure.wp-caption {
    margin-left: 0;
    margin-right: 0;
}

form.post-password-form label {
    display: inline-block;
}

.site-unit > h3 {
    margin-bottom: 20px;
}

.wp-block-preformatted,
.wp-block-calendar {
    width: 100%;
}

.site-content ol li {
    line-height: 2;
}

.wp-caption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f8f8f8;
    border-color: #eee;
    border-image: initial;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    text-align: center;
}

/* Theme Unit End */

.xl-product-wrapup .xl-product-title,
.xl-product-wrapup > div:not(.xl-product-img),
.xl-product-wrapup > p,
.blog-wrapup .post-title,
.blog-wrapup > div:not(.blog-img),
.blog-wrapup > p {
    padding: 15px 22px 0px;    
}

.xl-product-meta .xl-product-categories,
.xl-product-meta > a,
.blog-meta .post-categories,
.blog-meta > a {
    color: #383E41;
    margin: 0;
    margin-right: 5px;
    display: inline-block;
}

.xl-product-img .xl-product-meta,
.blog-img .blog-meta {
    padding-left: 15px;
}

.xl-product-area .xl-product-img a,
.blog-items .blog-img a {
    display: inline-block !important;
}

.xl-product-meta li i,
.xl-product-meta a i,
.blog-in-meta > a i,
.blog-meta > a i {
    color: #492cdd;
    margin-right: 5px;
}

.xl-product-meta a {
    color: #212529;
}

.xl-product-meta > a:last-child,
.blog-meta > a:last-child {
    margin-right: 0px;
}

.xl-product-meta .xl-product-categories,
.blog-meta .post-categories {
    padding: 0;
    display: contents;
}

.xl-product-meta .xl-product-categories li,
.blog-meta .post-categories li {
    display: inline-block;
    list-style: none;
}

.bg-sticky {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 0 .62em;
    line-height: 30px;
    z-index: 9;
    line-height: inherit;
}

.blog-wrapfull .bg-sticky {
    top: 25px;
    right: 25px;
}

/* --/-- */

/*---------------------------------------------
    Pagination Style
---------------------------------------------*/

.pagination {
    position: relative;
    text-align: center;
    z-index: 0;
    width: 100%;
    display: block;
    margin-top: 2.5rem;
}

.pagination .nav-links {
    line-height: 40px;
    display: inline-flex;
}

.pagination .nav-links .page-numbers.dots {
    font-weight: 700;
}

.pagination .nav-links .page-numbers:not(.next):not(.prev) {
    font-weight: 500;
}

.pagination .nav-links .page-numbers:not(.dots) {
    color: #383E41;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    display: inherit;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 15px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 3px;
    cursor: pointer;
}

.pagination .nav-links i {
    line-height: inherit;
}

.pagination .nav-links .page-numbers.current {
    color: #492cdd;
}

body:not(.pagination-minimal):not(.pagination-outline):not(.pagination-fill) .pagination .nav-links .page-numbers.current,
body:not(.pagination-minimal):not(.pagination-outline):not(.pagination-fill) .pagination .nav-links .next.page-numbers,
body:not(.pagination-minimal):not(.pagination-outline):not(.pagination-fill) .pagination .nav-links .prev.page-numbers {
    border-color: #492cdd;
}

body:not(.pagination-minimal):not(.pagination-outline):not(.pagination-fill) .pagination .nav-links .next:hover,
body:not(.pagination-minimal):not(.pagination-outline):not(.pagination-fill) .pagination .nav-links .next:focus,
body:not(.pagination-minimal):not(.pagination-outline):not(.pagination-fill) .pagination .nav-links .prev:hover,
body:not(.pagination-minimal):not(.pagination-outline):not(.pagination-fill) .pagination .nav-links .prev:focus {
    color: #ffffff;
    background-color: #492cdd;
}

/* --/-- */

/*---------------------------------------------
    Footer Style
---------------------------------------------*/
.xolo-content.parallax-footer {
    margin-bottom: 30%;
    box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.12);
}

.parallax-footer+.footer {
    position: fixed;
    z-index: -1;
    bottom: 0;
}

.xolo-content {
    position: relative;
    z-index: 0;
}

.footer-copyright,
.footer-wrapper,
.footer {
    width: 100%;
    height: auto;
    /* background-color: #ffffff; */
    position: relative;
    z-index: 0;    
}

.footer-copyright:before,
.footer-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.footer-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;    
}

.footer-copyright {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footer-copyright p {
    margin: 0;
}

.footer-copy .menu-wrap a {
    color: #ffffff;
}

.footer .search-form .search-field {
    border-bottom: 0;
}

/* --/-- */

/*---------------------------------------
    Screen Reader Text
-----------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* --/-- */

/* Author-Area Start */

.author-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 40px;
    margin: 1.5rem auto;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e9e9ea;
}

.author-details .section-header {
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
}

.author-details .section-header h2 {
    font-weight: 500;
    line-height: 1.1;
	text-align: left;
}

.author-details .media {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.author-details .media .auth-mata {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 1.5rem;
}

.author-details .media .auth-mata img {
    border-radius: 50%;
}

.author-details .media .media-body {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.author-details .media .media-body h4 {
    margin-bottom: .5rem;
}

.author-details .media .media-body p {
    margin: 0;
    line-height: 1.5;
}

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

/*---------------------------------------
    Comments-Area Start
-----------------------------------------*/

.toggle-comments {
    width: 100%;
    text-align: center;
    margin-top: 1.5rem;
}

.xolo-is-toggle-comments .comments-area {
    display: none;
}

.xolo-is-toggle-comments.comments-visible .comments-area {
    display: block;
}

.comments-area {
    margin-top: 1.5rem;
}

.single-comments-title,
.comments-title {
    margin-bottom: 1.5rem;
    text-align: left;
}

.single-comments-title h2,
.comments-title h3 {
    font-weight: 500;
	text-align: left;
}

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

.comments-area li {
    list-style: none;
}

.comments-area .comment {
    margin-bottom: 1rem;
}

.comments-area .comment-body {
    position: relative;
    padding: 20px 25px 25px 100px;
    min-height: 120px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 3px;
    border: 1px solid #e9e9ea;
    z-index: 0;
    margin-bottom: 1rem;
}

.comments-area .comment-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}

.comments-area .comment-meta .comment-author img {
    position: absolute;
    z-index: 0;
    left: 25px;
    top: 25px;
    width: 50px;
    border-radius: 50%;
}

.comment-meta .comment-metadata {
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.comment-content {
    position: relative;
    z-index: 0;
    padding: 1em 2.35rem 1em 0;
}

.comment-content:after {
    content: "";
    position: absolute;
    right: -8px;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #e9e9ea;
}

.comment-content p {
    margin: 0;
	text-align: left;
}

.comment-metadata .edit-link,
.comment-body .reply {
    position: relative;
    z-index: 0;
}

.comment-metadata .edit-link a, .comment-body .reply a {
    padding-left: 5px;
}

.comment-metadata .edit-link:before {
    content: "\f040";
    font-family: fontawesome;
}

.comment-body .reply:before {
    content: "\f112";
    font-family: fontawesome;
}

.comment-metadata .edit-link:before, .comment-body .reply:before {
    font-size: 12px;
}

.comment-metadata .edit-link:before {
    vertical-align: text-bottom;
}

.comment-body .reply {
    text-align: right;
}

.edit-link:after,
.reply:after {
    content: "";
    position: absolute;
    right: -8px;
    width: 8px;
    height: 1px;
    background-color: #e9e9ea;
}

.edit-link:after {
    bottom: 0;
}

.reply:after {
    top: 0;
}

.comment-list .children {
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: 2.5rem;
    z-index: 0;
}

.comment-list .children:before,
.comment-list .children:after {
    content: "";
    position: absolute;
    top: -16px;
    width: 1px;
    height: 17px;
    background-color: #e9e9ea;
}

.comment-list .children:before {
    left: 60px;
}

.comment-list .children:after {
    right: 30px;
}

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

/* Form Part for Comment */

.comment-respond {
    margin-top: 2.25rem;
}

.comment-reply-title {
    font-weight: 500;
    text-align: left;
}


.comment-form p {
    text-align: left;
}

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

/* 404 Page */

.error-main {
    width: 100%;
    display: block;
    text-align: center;
}

.error-main h1 {
    font-size: 15em;
    letter-spacing: 0.05em;
    border-bottom: 2px dotted #e9e9ea;
    display: inline-block;
    line-height: 1;
    margin-bottom: 15px;
}

.error-main h4 {
    margin-bottom: 15px;
}

.error-quotes {
    position: relative;
    z-index: 0;
    display: table;
    margin: 0 auto;
    padding: 0 32px;
}

.error-quotes:after, .error-quotes:before {
    position: absolute;
    top: 0;
    z-index: 1;
    font-family: fontawesome;
    color: #e9e9ea;
    font-size: 1em;
}

.error-quotes:before {
    content: '\f10e';
    right: 0;
    transform: translateY(12px);
}

.error-quotes:after {
    content: '\f10d';
    left: 0;
    transform: translateY(-12px);
}

.error-main .xl-search-form {
    display: block;
    margin: 18px 0px 15px;
}

.error-main .xl-search-form>div {
    display: inline-block;
}


/* Header Image */

.header-img {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    display: block;
}

.header-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 50px;
    letter-spacing: 1px;
    color: #ffffff;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-content:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

p.section-description {
    color: #ffffff;
}

/*---------------------------------------
   EDD Start
-----------------------------------------*/

.xl-edd-archive-toolbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.xl-edd-archive-toolbar .xl-edd-view-switcher {
    flex: auto;
}

.xl-edd-archive-toolbar .xl-edd-view-switcher span {
    font-size: 16px;
    border: 1px solid #dddddd;
    width: 40px;
    height: 40px;
    line-height: 39px;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
}

.xl-edd-archive-toolbar .xl-edd-view-switcher span.active,
.xl-edd-archive-toolbar .xl-edd-view-switcher span:hover {
    color: #ffffff;
    background-color: #492cdd;
    border-color: #492cdd;
}

.xl-edd-archive-toolbar .xl-edd-view-switcher span:last-child {
    margin-right: 0;
}

.xl-edd-archive-toolbar .sorting-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
    justify-content: flex-end;
    flex: 75%;
}

.xl-edd-archive-toolbar .sorting-wrap span {
    margin-right: 8px;
    white-space: nowrap;
}

.edd-cart-added-alert {
    white-space: nowrap;
}

.xl-edd-archive-toolbar .selectpicker {
    padding: 8px 12px;
}

.xl-list .main-content-part.edd:not(.edd-single) [id*="download-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.xl-list .main-content-part.edd [id*="download-"] {
    animation: xl-list-animation 2s;
}

.xl-grid .main-content-part.edd [id*="download-"] {
    animation: xl-grid-animation 2s;
}

@keyframes xl-grid-animation {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes xl-list-animation {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.xl-grid .main-content-part.edd:not(.edd-single) .xl-product-area {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    overflow: hidden;
}

.xl-list .main-content-part.edd:not(.edd-single) .xl-product-area {
    display: flex;
    flex-direction: row;
}

.xl-list .main-content-part.edd:not(.edd-single) .xl-product-img,
.xl-grid .main-content-part.edd:not(.edd-single) .xl-image-box.xl-list-image-box {
    display: none;
}

.xl-grid .main-content-part.edd:not(.edd-single) .xl-product-img,
.xl-list .main-content-part.edd:not(.edd-single) .xl-image-box.xl-list-image-box {
    display: block;
}

.xl-list .main-content-part.edd:not(.edd-single) .xl-product-area .xl-list-image-box {
    flex: 70%;
}

.xl-list .main-content-part.edd:not(.edd-single) .xl-product-area .xl-product-wrapup {
    flex: 100%;
    width: 100%;
}

.xl-list .main-content-part.edd:not(.edd-single) .xl-product-area .xl-list-image-box img,
.xl-list .main-content-part.edd:not(.edd-single) .xl-product-area .xl-list-image-box .xl-elements {
    width: 100%;
    height: 100%;
}

.xl-related-post {
    display: block;
    width: 100%;
    text-align: left;
    margin: 20px 0;
    position: relative;
    z-index: 0;
}

.xolo-edd-variable-details-button-wrap,
.edd_download_purchase_form {
    display: block;
    margin-top: 8px;
}

.edd-cart-ajax-alert {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 5px;
}

#edd_checkout_cart th {
    background: none;
}

.single-download .edd_download_purchase_form {
    margin: 0;
}

.xl-grid .main-content-part.edd .xl-product-img,
.xl-grid .main-content-part.edd .xl-image-box {
    border-bottom: 1px solid #e9e9ea;
}

.xl-list-inline {
    display: block;
    border-top: 1px solid #e9e9ea;
    padding-top: 15px;
    margin-top: 18px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.xl-list-inline-item {
    display: inline-block;
    line-height: 30px;
}

.xl-list-inline-item:not(:last-child) {
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.xl-price {
    font-size: 16px;
}

.xl-price i {
    font-size: 105%;
    margin-right: 2px;
}

.xl-star-rating {
    position: relative;
    overflow: hidden;
    height: 25px;
    width: 100px;
    margin: 0 auto;
    text-align: right;
}

.xl-star-rating .rated {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
}

.xl-star-rating .rating i.fa {
    color: #cfcfcf;
}

.xl-star-rating .rated i.fa {
    color: #ffc000;
}

.xl-product-tag,
.xl-product-category {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.xl-product-tag-item,
.xl-author, .xl-date,
.xl-product-category-item {
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    border: 1px solid #ebebeb;
    border-radius: 20px;
}

.xl-product-tag-item:not(:last-child),
.xl-product-category-item:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
}

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

/* .menu-item.header_btn{
	position:relative
}
.menu-item.header_btn:before{
	content:'';
	position: absolute;
	inset: 0;
	border-radius:inherit;
} */




/* extra */
.calendar_wrap .wp-calendar-nav a {
    background: none;
}

.header-top-info .widget-right .widget.widget_social_widget:first-child li a:hover,
.header-top-info .widget-right .widget.widget_social_widget:first-child li a:focus-within
{
    background: -webkit-linear-gradient(-90deg, #FF9300 10%, #FF0056 100%) !important;
    -webkit-text-fill-color: #fff;
    -webkit-background-clip: text;
}

.has-background.wp-block-read-more {
    padding: 5px 10px;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//birger-petersen.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//birger-petersen.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//birger-petersen.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//birger-petersen.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//birger-petersen.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//birger-petersen.de/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}blockquote {
    border-left: 5px solid #492cdd;
    padding-left: 10px;
}

blockquote, blockquote p {
    font-style: italic;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 1px;
}

blockquote {
    border-left: 4px solid #492cdd;
    padding: 10px 20px;
    background: #f7f9fc;
    margin: 0 0 20px;
}

blockquote cite, blockquote small {
	line-height: 1.3;
	padding-top: 15px;
	display: block;
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
/* Gallery Css Here*/
.gallery-icon a {
    display: block;
}
/*.gallery-icon {
    margin-bottom: -11px;
	overflow: hidden;
}*/
.gallery-icon img {
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.gallery-icon a:hover img, .gallery-icon a:focus img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.gallery-item { 
	display: inline-flex;
    background-color: #ececec;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-right: 2.7%;
    margin-bottom: 2.7%;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    z-index: 0;
}

.gallery figure.gallery-item:last-child {
    margin-bottom: 0;
}

.gallery-item .gallery-caption {
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
    padding: 15px 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
	overflow: auto;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.gallery-item:hover > .gallery-caption,
.gallery-item:focus-within > .gallery-caption {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.gallery-columns-1 .gallery-item {
    float: none;    
	width: 100%;	
}

.gallery-columns-2 .gallery-item {
    width: 45%;
	float: none;	
}

.gallery-columns-3 .gallery-item {
    width: 31.3%;
    float: none;
}

.gallery-columns-4 .gallery-item {
    width: 20%;
	float: none;
}

.gallery-columns-5 .gallery-item {
    width: 17.7%;
	float: none;
}

.gallery-columns-6 .gallery-item {
    width: 13.6%;
}

.gallery-columns-7 .gallery-item {
    width: 12.25%;
}

.gallery-columns-8 .gallery-item {
    width: 10.5%;
}

.gallery-columns-9 .gallery-item {
    width: 9.11%;
}

.gallery-columns-1 .gallery-item:nth-child(1n),
.gallery-columns-2 .gallery-item:nth-child(2n),
.gallery-columns-3 .gallery-item:nth-child(3n),
.gallery-columns-4 .gallery-item:nth-child(4n),
.gallery-columns-5 .gallery-item:nth-child(5n),
.gallery-columns-6 .gallery-item:nth-child(6n),
.gallery-columns-7 .gallery-item:nth-child(7n),
.gallery-columns-8 .gallery-item:nth-child(8n),
.gallery-columns-9 .gallery-item:nth-child(9n) {
	margin-right: 0;
}

.gallery-columns-1 .gallery-item:nth-child(n+2),
.gallery-columns-2 .gallery-item:nth-child(n+3),
.gallery-columns-3 .gallery-item:nth-child(n+4),
.gallery-columns-4 .gallery-item:nth-child(n+5),
.gallery-columns-5 .gallery-item:nth-child(n+6),
.gallery-columns-6 .gallery-item:nth-child(n+7),
.gallery-columns-7 .gallery-item:nth-child(n+8),
.gallery-columns-8 .gallery-item:nth-child(n+9),
.gallery-columns-9 .gallery-item:nth-child(n+10) {
    margin-bottom: 0;
}

.gallery dl a {
    display: block;
}

.gallery dl a img {
    height: auto;
    margin: 0 auto;
}

.gallery .gallery-caption {
    font-size: 15px;
    line-height: 1.2;
}

.gallery br+br {
    display: none;
}
.wp-caption-text{}
.bypostauthor{}/*=========================================
    Primary Color
=========================================*/
/* Header CSS */
.footer-copyright{
	color : #fff;
}
::selection {
    background-color: #FF0056;
    color: #fff;
}

/* header-three Start */

.header-three .navigation:not(.pagination) {
    background-color: #FF0056;
}

/* --/-- */


/* Active Style Start */
:matches(.active-default, .active-two, .active-three, .active-four, .active-six, .header-three.active-one, .header-three.active-five) .menubar .menu-wrap > li:matches(:hover, :focus, .focus, .active) > a {
    color: #FF0056;
}
:-moz-any(.active-default, .active-two, .active-three, .active-four, .active-six, .header-three.active-one, .header-three.active-five) .menubar .menu-wrap > li:-moz-any(:hover, :focus, .focus, .active) > a {
    color: #FF0056;
}
:-webkit-any(.active-default, .active-two, .active-three, .active-four, .active-six, .header-three.active-one, .header-three.active-five) .menubar .menu-wrap > li:-webkit-any(:hover, :focus, .focus, .active) > a {
    color: #FF0056;
}

:matches(.active-one, .active-five):not(.header-three) .menubar .menu-wrap > li:matches(:hover, :focus, .focus, .active) > a {
    background-color: #FF0056;
}
:-moz-any(.active-one, .active-five):not(.header-three) .menubar .menu-wrap > li:-moz-any(:hover, :focus, .focus, .active) > a {
    background-color: #FF0056;
}
:-webkit-any(.active-one, .active-five):not(.header-three) .menubar .menu-wrap > li:-webkit-any(:hover, :focus, .focus, .active) > a {
    background-color: #FF0056;
}

:matches(.active-one, .active-two, .active-three, .active-four, .active-five):not(.header-three) .menubar .menu-wrap > li:matches(li,.dropdown) > a:after {
    border-color: #FF0056;
}
:-moz-any(.active-one, .active-two, .active-three, .active-four, .active-five):not(.header-three) .menubar .menu-wrap > li:-moz-any(li,.dropdown) > a:after {
    border-color: #FF0056;
}
:-webkit-any(.active-one, .active-two, .active-three, .active-four, .active-five):not(.header-three) .menubar .menu-wrap > li:-webkit-any(li,.dropdown) > a:after {
    border-color: #FF0056;
}
/* White Color */
:matches(.active-one, .active-five):not(.header-three) .menubar .menu-wrap > li:matches(:hover, :focus, .focus, .active) > a {
    color: #ffffff;
}
:-moz-any(.active-one, .active-five):not(.header-three) .menubar .menu-wrap > li:-moz-any(:hover, :focus, .focus, .active) > a {
    color: #ffffff;
}
:-webkit-any(.active-one, .active-five):not(.header-three) .menubar .menu-wrap > li:-webkit-any(:hover, :focus, .focus, .active) > a {
    color: #ffffff;
}

:matches(.header-three.active-one, .header-three.active-five) .menubar .menu-wrap > li:matches(:hover, :focus, .focus, .active) > a {
    background-color: #ffffff;
}
:-moz-any(.header-three.active-one, .header-three.active-five) .menubar .menu-wrap > li:-moz-any(:hover, :focus, .focus, .active) > a {
    background-color: #ffffff;
}
:-webkit-any(.header-three.active-one, .header-three.active-five) .menubar .menu-wrap > li:-webkit-any(:hover, :focus, .focus, .active) > a {
    background-color: #ffffff;
}

:matches(.header-three.active-one, .header-three.active-three, .header-three.active-four, .header-three.active-five) .menubar .menu-wrap > li:matches(li,.dropdown) > a:after {
    border-color: #ffffff;
}
:-moz-any(.header-three.active-one, .header-three.active-three, .header-three.active-four, .header-three.active-five) .menubar .menu-wrap > li:-moz-any(li,.dropdown) > a:after {
    border-color: #ffffff;
}
:-webkit-any(.header-three.active-one, .header-three.active-three, .header-three.active-four, .header-three.active-five) .menubar .menu-wrap > li:-webkit-any(li,.dropdown) > a:after {
    border-color: #ffffff;
}

:matches(.active-default, .active-two, .active-three, .active-four, .active-six, .header-three.active-one, .header-three.active-five) .menubar .menu-wrap > li:matches(.btn-home.current) > a {
    color: #FF0056;
}
:-moz-any(.active-default, .active-two, .active-three, .active-four, .active-six, .header-three.active-one, .header-three.active-five) .menubar .menu-wrap > li:-moz-any(.btn-home.current) > a {
    color: #FF0056;
}
:-webkit-any(.active-default, .active-two, .active-three, .active-four, .active-six, .header-three.active-one, .header-three.active-five) .menubar .menu-wrap > li:-webkit-any(.btn-home.current) > a {
    color: #FF0056;
}

/* --/-- */

/* btn-home icon */

:matches(.active-one, .active-five):not(.header-three) .menubar .menu-wrap > li:matches(.btn-home.current) > a {
    background-color: #FF0056;
}
:-moz-any(.active-one, .active-five):not(.header-three) .menubar .menu-wrap > li:-moz-any(.btn-home.current) > a {
    background-color: #FF0056;
}
:-webkit-any(.active-one, .active-five):not(.header-three) .menubar .menu-wrap > li:-webkit-any(.btn-home.current) > a {
    background-color: #FF0056;
}

:matches(.active-one, .active-two, .active-three, .active-four, .active-five):not(.header-three) .menubar .menu-wrap > li:matches(.btn-home.current) > a:after {
    border-bottom-color: #FF0056;
}
:-moz-any(.active-one, .active-two, .active-three, .active-four, .active-five):not(.header-three) .menubar .menu-wrap > li:-moz-any(.btn-home.current) > a:after {
    border-bottom-color: #FF0056;
}
:-webkit-any(.active-one, .active-two, .active-three, .active-four, .active-five):not(.header-three) .menubar .menu-wrap > li:-webkit-any(.btn-home.current) > a:after {
    border-bottom-color: #FF0056;
}

:matches(.header-default.active-one, .header-default.active-five, .header-two.active-one, .header-two.active-five, .header-three.active-default, .header-three.active-two, .header-three.active-three, .header-three.active-four, .header-three.active-six, .header-four.active-one, .header-four.active-five, .header-five.active-one, .header-five.active-five) .menubar .menu-wrap > li.menu-item:matches(.btn-home.current) > a {
    color: #ffffff;
}
:-moz-any(.header-default.active-one, .header-default.active-five, .header-two.active-one, .header-two.active-five, .header-three.active-default, .header-three.active-two, .header-three.active-three, .header-three.active-four, .header-three.active-six, .header-four.active-one, .header-four.active-five, .header-five.active-one, .header-five.active-five) .menubar .menu-wrap > li.menu-item:-moz-any(.btn-home.current) > a {
    color: #ffffff;
}
:-webkit-any(.header-default.active-one, .header-default.active-five, .header-two.active-one, .header-two.active-five, .header-three.active-default, .header-three.active-two, .header-three.active-three, .header-three.active-four, .header-three.active-six, .header-four.active-one, .header-four.active-five, .header-five.active-one, .header-five.active-five) .menubar .menu-wrap > li.menu-item:-webkit-any(.btn-home.current) > a {
    color: #ffffff;
}
:matches(.header-three.active-one, .header-three.active-five) .menubar .menu-wrap > li.menu-item:matches(.btn-home.current) > a {
    background-color: #ffffff;
}
:-moz-any(.header-three.active-one, .header-three.active-five) .menubar .menu-wrap > li.menu-item:-moz-any(.btn-home.current) > a {
    background-color: #ffffff;
}
:-webkit-any(.header-three.active-one, .header-three.active-five) .menubar .menu-wrap > li.menu-item:-webkit-any(.btn-home.current) > a {
    background-color: #ffffff;
}
:matches(.header-three.active-one, .header-three.active-three, .header-three.active-four, .header-three.active-five) .menubar .menu-wrap > li.menu-item:matches(.btn-home.current) > a:after {
    border-bottom-color: #ffffff;
}
:-moz-any(.header-three.active-one, .header-three.active-three, .header-three.active-four, .header-three.active-five) .menubar .menu-wrap > li.menu-item:-moz-any(.btn-home.current) > a:after {
    border-bottom-color: #ffffff;
}
:-webkit-any(.header-three.active-one, .header-three.active-three, .header-three.active-four, .header-three.active-five) .menubar .menu-wrap > li.menu-item:-webkit-any(.btn-home.current) > a:after {
    border-bottom-color: #ffffff;
}
/* --/-- */

.header .navigation .menubar .dropdown-menu {
    border-color: #FF0056;
}
/* --/-- */

.woocommerce a.remove:hover,
.woocommerce a.remove:focus,
.prealoader, .menu-right li.cart-wrapper .cart-icon-wrap span,
input[type="button"],
.header-sidebar-toggle.active span,
.header-sidebar-toggle.active span:before, .header-sidebar-toggle.active span:after,
.hamburger-menu > a:hover div, .hamburger-menu > a:focus div, button, input[type="reset"], input[type="submit"],
/* .bt-primary, */ .badge.badge-primary {
    background: #FF0056;
}

.widget:not(.widget_calendar) a:focus,
.widget:not(.widget_calendar) a:hover,
.widget:not(.widget_calendar) a:active,
.mobile-menu li > span,
.mobile-menu .dropdown.current > a, .mobile-menu a:hover,
.mobile-menu ul > li.active > a,
.widget_social_widget li a:hover i,
.widget_social_widget li a:focus i,
.mobi-head-top .header-widget .widget_social_widget li a:hover i,
.view-search form, .p-menu, [class*="widget_"]:not(.widget_info):not(.widget_social_widget) li a:before,
.header-info .contact-icon i,
.mobi-head-top .header-widget .widget:not(.widget_social_widget) i {
    color: #FF0056;
}

.view-search form .form-control {
    border-bottom-color: #FF0056;
}

input[type="text"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="range"]:focus,
input[type="date"]:focus, input[type="month"]:focus,
input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="color"]:focus, textarea:focus, select:focus {
	background-image: linear-gradient(#FF0056, #FF0056), linear-gradient(#e9e9ea, #e9e9ea);
}

.badge.badge-primary:before {
    border-right-color: #FF0056
}

div.wpforms-container-full .wpforms-form button[type=submit],
button, input[type="button"],
input[type="reset"], input[type="submit"],
/* .bt-primary, */ .logo a:focus {
    /* border-color: #FF0056; */
}

div.wpforms-container-full .wpforms-form button[type=submit],
button, input[type="button"], input[type="reset"], input[type="submit"],
.bt-primary, .badge.badge-primary {
    color: #fff;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #FF0056;
}

.edd_checkout a,
.edd_checkout a:hover,
.edd_checkout a:focus,
.edd-submit.button.blue,
.edd-submit.button.blue:hover,
.edd-submit.button.blue:focus,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:focus,
button:hover, button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
/* .bt-primary:hover, .bt-primary:focus */ {
    color: #ffffff;
    border-color: #FF0056;
    background-color: #FF0056;
}

body {
	 background-color: #ffffff;
}

.header.header-five .widget_none a:hover,
.header.header-five .widget_none a:focus {
    color: #ffffff;
}
/* Seperater */

/*
Theme Name: Xolo
Theme URI: https://xolotheme.com/xolo-free/
Author: xolosoftware
Author URI: https://xolotheme.com/
Description: Unleash your creativity with the Xolo theme, a fully supported WordPress theme compatible with the Elementor plugin. Elementor's powerful drag-and-drop editor to design your online vision with ease. The perfect fusion of style and functionality. View Demo Pro Version. https://xolotheme.com/pro/xolo
Version: 7.7
Tested up to: 6.4
Requires PHP: 5.6
Requires at least: 4.7
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: xolo
Slug: xolo
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

.wp-block-calendar table caption {
    font-weight: 500;
}

.wp-block-avatar img {
    border-radius: 50%;
}

.header-widget .contact-info:hover span:nth-child(2), .header-widget .contact-info:focus span:nth-child(2) {
    color: #ffffff;
}

.sidebar .widget .widget-title, .sidebar .widget .wp-block-search__label {
    border-bottom:1px solid  #e9e9ea;
	display: block;
}

.wp-block-tag-cloud a {
    padding: 0 15px;
	margin-top: 9px;
}

.wp-block-tag-cloud a:last-child {
	margin-right: 0;
}

.sidebar .widget-title, .sidebar .widget .wp-block-search__label {
    padding-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}

.sidebar .widget .wp-block-search__label{
	margin-bottom: 1rem;
    line-height: 1.5;
}

.wp-block-image figcaption {
 	margin-bottom: 0;
}

/* gallery cross button style */
button.featherlight-close-icon.featherlight-close {
    background-color: var(--sp-primary);
    border: 1px solid var(--sp-white);
    top: 40px;
    right: 40px;
    border-radius: 0;
}
/* circle hover */
.is-style-circle figure.tiled-gallery__item:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #000;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.65s;
}
.is-style-circle figure.tiled-gallery__item:hover:before,
.is-style-circle figure.tiled-gallery__item:focus:before{
    visibility: visible;
    opacity: 0.5;
}
/* circle spacing */
.wp-block-jetpack-tiled-gallery .tiled-gallery__row{
	margin-right: calc(-.4 * var(--bs-gutter-x));
    margin-left: calc(-.4 * var(--bs-gutter-x));
    --bs-gutter-x: 1.5rem;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row>* {
    padding-right: calc(var(--bs-gutter-x) * .4);
    padding-left: calc(var(--bs-gutter-x) * .4);
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row:not(:last-child) {
    margin-bottom: 20px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row+.tiled-gallery__row {
    margin-top: 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__col+.tiled-gallery__col {
    margin-left: 0px;
}
/* circle box shadow */
.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item {
    border-radius: 50%;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item {
    width: 100%!important;
    height: 100%!important;
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__item {
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__gallery{
	justify-content: center;
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item{
	width: 100%!important;
	margin-bottom: 20px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item:last-child{
	margin-bottom: 0px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item {
    margin-top: 0px;
}

blockquote.wp-block-quote.has-text-color p,blockquote.wp-block-quote.has-text-color p var,blockquote.wp-block-quote.has-text-color p cite,blockquote.wp-block-quote.has-text-color cite {
	color: inherit;
}

.wp-block-table figcaption {
     text-align: center;
}

.sidebar .widget .wp-block-group .wp-block-image {
	margin-bottom: 0;
}

ul.wp-block-rss {
 	list-style: disc;
}

.has-text-color a:hover, .has-text-color a:focus {
	color: inherit;
}

.entry-content ul:last-child {
	margin-bottom: 0;
}

.wp-block-code.has-text-color code {
	color: inherit;
}

.sidebar .widget .wp-block-group .is-nowrap p {
 	padding: 0;
}
 
.sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
	padding-top: 0.5rem;
 	padding-bottom: 0.5rem;
 	font-size: 0.875rem;
} 

/*wp-Block-RSS*/
     ul.wp-block-rss {
     list-style: none;
     margin-left: 0;
}
ul.wp-block-rss li.wp-block-rss__item {
    margin-bottom: 1rem;
}
ul.wp-block-rss li.wp-block-rss__item:last-child {
    margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-pullquote blockquote {
	margin-top: 0;
	margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-rss .wp-block-rss__item-title > a {
 	font-weight: 600;
}

.widget .wp-block-group .wp-block-rss li:last-child {
    padding-bottom: 0;
}

ul.wp-block-page-list a {
    text-decoration: none;
}

.sidebar .wp-block-group .is-nowrap {
    margin: 1.563rem 1.000rem 1.563rem;
}

​.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    height: 2em;
    width: 2em;
}

.sidebar .widget .wp-block-group .is-layout-flow h2 {
	border-left: 0 none;
}

.wc-block-components-product-title a,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus {
	text-decoration: none;
}

.wp-block-details summary {
    font-weight: 600; 
}

.wp-block-verse {
  padding: 10px;
}

.wp-block-calendar .wp-calendar-nav {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
      font-size: 24px;
      line-height: 34px;
      text-transform: capitalize;
      margin-bottom: 15px;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments,
.sidebar .widget .wp-block-group .wp-block-loginout,
.sidebar .widget .wp-block-group .wp-block-table,
.sidebar .widget .wp-block-group .wp-block-buttons {
	padding: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-group .wp-block-embed {
    margin: 0;
}

.sidebar .widget .wp-block-group ol li {
    padding-bottom: 0.625rem;
}

.wp-block-details summary {
    font-weight: 600;
    padding: 10px;
}

a.wc-block-grid__product-link {
    text-decoration: none;
}

.wp-block-latest-posts__post-author {
    font-size: 1.7rem;
    font-weight: 600;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover {
    color: inherit;
}

.sidebar .widget .wp-block-group .wp-block-cover,
.sidebar .widget .wp-block-group .wp-block-separator {
  margin-bottom: 0rem;
}

.wp-block-quote .wp-block-search {
	padding-bottom: 5px;
}

.wc-block-mini-cart__icon, .wc-block-mini-cart__badge {
   color: inherit;
}

.sidebar .widget .wp-block-pullquote cite {
    z-index: 1;
}

.wp-block-post-title a {
   text-decoration: none;
}

.wp-block-details summary {
	font-weight: 600;
}

wp-block-group.has-black-border-color {
	border-color: #333; !important;
}

.widget .wp-block-group .wp-block-preformatted a {
	color: inherit;
}

.wp-block-woocommerce-single-product .wp-block-post-title a {
   text-decoration: none;
}