.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;
}.widget {
    position: relative;
}
.widget .item-icon-left {
    line-height: 2.5em;
}
.widget .item-icon-left i {
    height: 18px;
    width: 18px;
    text-align: center;
    margin-right: 5px;
    font-size: 16px;
}
.ntp-social-square {
    font-size: 0;
    margin: -5px;
    margin-top: 15px;
}

.ntp-social-square a {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.ntp-social-square a:hover {
    color: #fff !important;
}

.ntp-social-square a .fa {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #DBDFDF;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ntp-social-square a .fa.fa-facebook {
    background-color: #325d94;
}

.ntp-social-square a .fa.fa-twitter {
    background-color: #00aadb;
}

.ntp-social-square a .fa.fa-tumblr {
    background-color: #2f4e6b;
}

.ntp-social-square a .fa.fa-dribbble {
    background-color: #fb4087;
}

.ntp-social-square a .fa.fa-youtube-play {
    background-color: #df2e1c;
}

.ntp-social-square a .fa.fa-vk {
    background-color: #4C75A3;
}

.ntp-social-square a .fa.fa-google-plus {
    background-color: #df2e1c;
}

.ntp-social-square a .fa.fa-vimeo-square {
    background-color: #63b3e4;
}

.ntp-social-square a .fa.fa-instagram {
    background-color: #517FA4;
}

.ntp-social-square a .fa.fa-pinterest {
    background-color: #CC1D24;
}

.ntp-social-square a .fa.fa-behance {
    background-color: #1478FF;
}

.ntp-social-square a .fa.fa-heart {
    background-color: #4BD1FA;
}
.ntp-social-square a .fa.fa-linkedin  {
    background-color: #0177b5;
}
.ntp-description {
    line-height: 1.8em;
    font-size: 13px;
    color: #262626;
    padding: 0;
    font-family: 'Noto Serif', serif;
}
.ntp-description {
    font-style: italic;
}
.subscribe-status {
    padding: 0 15px;
}
.ntp-ajax-loading:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(245, 248, 248, 0.7);
}
.ntp-ajax-loading:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    border-radius: 50%;
    border: 1px solid #474849;
    border-right-color: #fff;
    -webkit-animation: save_loading 0.7s linear infinite;
    -moz-animation: save_loading 0.7s linear infinite;
    -ms-animation: save_loading 0.7s linear infinite;
    -o-animation: save_loading 0.7s linear infinite;
    animation: save_loading 0.7s linear infinite;
    z-index: 2;
}
@-webkit-keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-moz-keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes save_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Flickr */
.widget-grid {
    margin-top: 6px;
    overflow: hidden;
    margin: 6px -4px;
}
.widget-grid .item {
    text-align: center;
    width: 33.33333%;
    display: inline-block;
    border-bottom: none;
    padding: 4px;
    float: left;
}
.widget-grid img {
    max-width: 100%;
    vertical-align: middle;
}
.widget-grid img:hover{
    opacity: 0.8;
}

/* MailChip */
.ntp-subscribe {
    text-align: center;
    position: relative;
}
.ntp-subscribe-email {
    display: block;
    width: 100% !important;
    height: 37px;
    font-size: 12px;
    padding: 0 10px 0;
    margin-bottom: 7px;
    border: 1px solid #777777;
    font-weight: 400;
    color: #464646;
    background: white;
    margin-top: 5px;
}
form.ntp-subscribe {
    max-width: 400px;
}
.ntp-subscribe .form-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.ntp-subscribe .form-item input[type="email"] {
    border: 1px solid #444;
}
.ntp-subscribe .form-submit input[type="submit"] {
    color: #444;
    background: #fff;
    height: 100%;
    line-height: 1.5;
    border: 1px solid #444;
    text-align: center;
    padding: 0 15px;
    font-size: 14px;
    display: inline;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'FontAwesome';
}
.ntp-subscribe .form-submit input[type="submit"]:hover {
    background: #fff;
    color: rgb(70, 70, 70);
    border-color: rgb(70, 70, 70);;
}

/* Latest Posts */
.widget-list .item {
    color: #262626;
    font-style: italic;
    margin-left: 0;
    margin-bottom: 20px;
    position: relative;
}
.widget-list .item:last-child {
     margin-bottom: 10px;
}
.widget-list h3 {
    letter-spacing: 0;
    line-height: 1.7em;
    font-family: 'Noto Serif', serif;
}
.widget-list .item-meta {
    font-size: 11px;
    font-family: 'Noto Serif', serif;
}
.widget-list .item-image {
    float: left;
    margin-right: 14px;
    width: 30%;
}
.widget .item-image {
    width: 72px;
    height: 72px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.widget .item-image img {
    display: none;
}
.widget .item-meta {
    text-decoration: underline;
}
.ntp-latest-posts :not(.footer-item) .widget-list .item:first-child .item-image {
    width: 100%;
    height: auto;
    padding-bottom: 40%;
}
.ntp-latest-posts :not(.footer-item) .widget-list .item:first-child .widget-item-content {
    position: absolute;
    padding: 0 20px 10px 20px;
    bottom: 0;
    left: 0;
    color: #fff;
}
.ntp-latest-posts  :not(.footer-item) .widget-list .item:first-child .widget-item-content a {
    color: #fff;
}
.ntp-latest-posts  :not(.footer-item)  .widget-list .item:first-child .item-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 -60px 100px rgba(38,38,38,0.6);

}
.widget-list .item-content {
    overflow: hidden;
}
.widget-list .item-title {
    margin-top: 0;
    margin-bottom: 1px;
    display: block;
    font-size: 13px;
}
.widget-list .item-title a {
    color: #262626;
}
.widget-follow-content {
    text-align: center;
}
.widget-tweet-content {
    display: inline-block;
    width: 100%;
}
.widget-tweet-content .item {
    position: relative;
    text-align: center;
    background-color: #f5f6f9;
    padding: 35px 20px 20px;
    margin-bottom: 25px;
}
.widget-tweet-content .item:last-child {
    margin-bottom: 10px;
}
.widget-tweet-content .owl-item .item {
    margin-bottom: 0;
}
.widget-tweet-content a {
    color: #262626;
}
.widget-tweet-content .item .fa {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #262626;
    border-radius: 50%;
    font-size: 16px;
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 1px solid #262626;

}
.widget-tweet-content .item .widget-item-content {
    overflow: hidden;
    font-style: italic;
}

/* Widget About */
.ntp-about p {
    line-height: 1.8;
    font-weight: 400;
    font-size: 13px;
    color: #262626;
    margin-bottom: 0;
    padding-top: 10px;
}
.ntp-about .title {
    text-align: center;
}

/* Custom */
.widget-banner-content,
.widget-follow-content,
.widget-likebox-content {
    margin-bottom: 5px;
}
.widget-content,
.widget-tweet-content, 
.widget-likebox-content,
.widget-list,
.widget-banner-content {
    margin-top: 10px;
}/*!
 *  Font Awesome 4.2.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(//www.domicile-africa.de/wp-content/themes/lily/assets/css/fonts/fontawesome-webfont.eot?v=4.2.0);src:url(//www.domicile-africa.de/wp-content/themes/lily/assets/css/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),url(//www.domicile-africa.de/wp-content/themes/lily/assets/css/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'),url(//www.domicile-africa.de/wp-content/themes/lily/assets/css/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'),url(//www.domicile-africa.de/wp-content/themes/lily/assets/css/fonts/fontawesome-webfont.svg?v=4.2.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;letter-spacing:normal}.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}.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}@-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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.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{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: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-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.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"}/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//www.domicile-africa.de/wp-content/themes/lily/assets/css/libs/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}/*=========================================================================

1. Reset CSS
2. Typography
3. Header
4. Featured Slider
5. Thumbnail Box
6. Posts
    + 5.1. Layout Standard
    + 5.2. Layout List
    + 5.3. Layout Grid
    + 5.5. Page, Contact Form
7. Footer
8. Sidebar
9. Widgets
10. Preloader

=========================================================================*/
/* 1. Reset CSS */
img, legend {
    border: 0;
}

legend, td, th {
    padding: 0;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, optgroup, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre, textarea {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

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

a,
input,
textarea,
button,
select {
    outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none !important;
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #333333;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #333333;
}

/* 2. Typography */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Noto Serif", sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    color: #333333;
    letter-spacing: 0.1em;
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 > a, .h1 > a, h2 > a, .h2 > a, h3 > a, .h3 > a, h4 > a, .h4 > a, h5 > a, .h5 > a, h6 > a, .h6 > a {
    color: inherit;
}

h1, .h1 {
    font-family: 'Noto Serif', serif;
	text-align: center;
    font-size: 22px;
    line-height: 2.3em;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
	font-weight: 400;
}

h1:after, .h1:after {
	content: '';
    display: block;
    width: 60px;
    border-top: 1px solid #333333;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

h2, .h2 {
    font-size: 18px;
	text-transform: uppercase;
}

h3, .h3 {
    font-size: 14px;
	text-transform: uppercase;
}

h4, .h4 {
    font-size: 12px;
}


a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    color: #a4b4c4 !important;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

code, kbd, pre, samp {
    font-family: "Lustria", serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

code {
    background-color: #eee;
    letter-spacing: 0.015em;
}

abbr {
    background-color: #A1D71A;
    color: #111;
    border-width: 2px;
}

mark, .mark {
    color: #fff;
    background-color: #a4b4c4;
}

dfn {
    border-bottom: 1px dashed;
}

cite {
    font-style: normal;
}

blockquote {
    font-size: 14px;
    border: 0;
    padding: 10px 0;
    margin: 0;
    font-style: italic;
    color: #6a6a6a;
    letter-spacing: 0.04em;
    overflow: hidden;
}
blockquote p {
    margin-bottom: 5px;
}
blockquote:before {
    content: '';
    display: block;
    width: 42px;
    height: 2px;
    background-color: #565656;
    margin-bottom: 18px;
}
blockquote footer, blockquote cite {
    font-size: 12px;
    float: right;
    letter-spacing: 0.08em;
    color: #565656;
}
blockquote cite {
    display: block;
    width:100%;
    text-align: right;
}
blockquote footer:before, blockquote cite:before {
    content: '~ ';
}
blockquote footer:after, blockquote cite:after {
    content: ' ~';
}

pre {
    line-height: 1.8em;
    padding: 15px;
    border: 1px solid #E4E4E4;
    font-style: italic;
    overflow: hidden;
    white-space: normal;
    background-color: #f6f6f6;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

::-moz-selection {
    color: #fff;
    background-color: #a4b4c4;
}

::selection {
    color: #fff;
    background-color: #a4b4c4;
}

iframe {
    border: 0;
    max-width: 100%;
}

body {
    /*position: relative;*/
    margin: 0;
    padding: 0;
    font-family: "Lustria", serif;
    font-size: 13px;
    background: #f6f6f6;
    overflow-x: hidden;
}
input[type="search"], input[type="text"], input[type="url"], input[type="number"], input[type="password"], input[type="email"], input[type="file"], select, textarea {
    height: 40px;
    width: 50%;
    border: 1px solid #e5e7ec;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 3. Header */
header {
    padding-top: 60px;
    background: #fff;
    position: relative;
}
.header-fixed {
    height: 60px;
    box-shadow: 0 0 3px rgba(0,0,0,0.21);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.menu-list, .sub-menu{
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Noto Serif", serif;
    text-transform: uppercase;
    color: #333333;
}
.sub-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e7e7e9;
    width: 200px;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.sub-menu .sub-menu {
    top: -2px;
    left: calc(100% + 1px);
}
.menu-list li {
    position: relative;
    display: inline-block;
}
.sub-menu li {
    display: block;
    border: 1px solid #f9f9f9;
}
.menu-list li a {
    line-height: 60px;
    margin: 0 26px;
    font-size: 13px;
}
.sub-menu li a {
    line-height: 40px;
    margin: 0 26px;
    font-size: 10px;
}
.menu-list > li:first-child {
    margin-left: 14px;
}
.menu-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.current-menu-ancestor > a,
.current-menu-item > a,
.current_page_item > a {
    color: #a4b4c4;
}
.header-right {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 16px;
}
.header-right .header-share,
.header-right .header-search {
    float: left;
    width: 60px;
    line-height: 60px;
    border-left: 1px solid #eceef2;
    cursor: pointer;
}
.header-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(164,178,193,0.97);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    -moz-transition: visibility 0.3s ease, opacity 0.3s ease;
    -ms-transition: visibility 0.3s ease, opacity 0.3s ease;
    -o-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}
.header-popup.active {
    visibility: visible;
    opacity: 1;
}
.header-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #333333;
    color: #333333;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
}
.admin-bar .header-close {
    top: 42px;
}
.header-close:before {
    position: absolute;
    display: block;
    top: 0;
    right: 100%;
    content: '';
    width: 80px;
    height: 60px;
}
.header-table {
    display: table;
    width: 100%;
    height: 100%;
}
.header-tb-cell {
    display: table-cell;
    vertical-align: middle;
}
.header-popup a {
    font-size: 30px;
    line-height: 2em;
    letter-spacing: 0.1em;
}
.header-popup span {
    display: inline-block;
    position: relative;
}
.header-popup a:hover {
    color: #ffffff !important;
}
.header-popup a:before {
    content: '/';
    font-size: 1.5em;
    color: #333333 !important;
    padding: 0 0.3em;
}
.header-popup a:first-child:before {
    content: normal;
}
.header-popup i {
    font-size: 1.5em;
    letter-spacing: inherit;
    padding-right: 0.3em;
}
.header-popup form {
    max-width: 700px;
    width: 80%;
    margin: 0 auto;
}
.header-popup form input {
    background: none;
    border: 0;
    border-bottom: 2px solid;
    font-size: 30px;
    padding: 0 15px;
    line-height: 2em;
    height: auto;
    width: 100%;
    color: #333333;
    letter-spacing: 0.15em;
}
.menu-mobile {
    display: none;
    width: 60px;
    height: 100%;
    border-right: 1px solid #eceef2;
    position: relative;
    cursor: pointer;
}
.menu-mobile .item {
    position: absolute;
    display: block;
    width: 20px;
    border-top: 2px solid #333333;
    left: 20px;
}
.menu-mobile .item-1 {
    top: 22px;
}
.menu-mobile .item-2 {
    top: 29px;
}
.menu-mobile .item-3 {
    bottom: 22px;
}
.menu-item-has-children .arrow-icon {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding-left: 18px;
    padding-top: 5px;
    border-left: 1px solid rgba(0,0,0,0.05);
    cursor: pointer;
}
.sub-menu li.item-back {
    background-color: #f6f6f6;
    display: none;
}
.site-logo {
    text-align: center;
}
.site-logo img {
    max-width: 300px;
    margin: 10px 0;
}
@media screen and (max-width: 990px){
    .header-popup form input {
        font-size: 20px;
    }
    .header-popup a {
        font-size: 20px;
    }
    .sub-menu li.item-back {
        display: block;
    }
    .menu-mobile {
        display: block;
    }
    .header-fixed .navigation {
        position: fixed;
        top: 60px;
        bottom: 0;
        background-color: #ffffff;
        z-index: 99;
        width: 250px;
        height: auto;
        border-right: 1px solid rgba(0,0,0,0.05);
        border-top: 1px solid rgba(0,0,0,0.05);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .navigation.menu-active,
    .menu-item-has-children.menu-active > .sub-menu{
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-list li {
        display: block;
    }
    .menu-list > li:first-child {
        margin-left: 0;
    }
    .menu-list li a {
        line-height: 40px;
        font-size: 13px;
        display: block;
        margin: 0;
        padding-left: 26px;
    }
    .menu-list li {
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .menu-item-has-children .arrow-icon {
        display: block;
    }
    .sub-menu {
        visibility: visible;
        opacity: 1;
        width: 100%;
        position: fixed;
        top: 0;
        border: none;
        z-index: 100;
        bottom: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .sub-menu .sub-menu {
        left: 0;
    }
}
@media screen and (max-width: 500px) {
    .header-popup a {
        font-size: 18px;
        display: block;
        max-width: 400px;
        width: 60%;
        text-align: left;
        margin: 0 auto;
    }
    .header-popup a:before {
        content: normal;
    }
    .header-popup form input {
        font-size: 18px;
    }
}

.admin-bar .header-fixed {
    top: 32px;
}

@media (max-width: 991px) {
    .admin-bar .navigation {
        top: 92px;
    }
}
@media (max-width: 782px) {
    .admin-bar .header-fixed {
        top: 46px;
    }
    .admin-bar .navigation {
        top: 106px;
    }
    .admin-bar .header-close {
        top: 56px;
    }
}
@media screen and (max-width: 600px) {
    .admin-bar .header-fixed {
        position: absolute;
        top: 0;
    }
    .admin-bar .header-close {
        top: 10px;
    }
}

/*End Header*/

/* 4. Featured Slider */
.featured-slider {
    position: relative;
    overflow: hidden;
}
.featured-slider .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}
.owl-dots {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    left: 0;
    z-index: 999;
    height: 50px;
    padding-top: 10px;
}
.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 7px;
}
.owl-dot.active {
    background-color: #ffffff;
}
.featured-slider.owl-carousel .owl-controls .owl-nav >div {
    position: absolute;
    top: 0;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}
.featured-slider .owl-prev {
    left: 50px;
}
.featured-slider .owl-prev:before {
    content: "\f104";
    display: block;
    text-align: center;
}
.featured-slider .owl-next {
    right: 50px;
}
.featured-slider .owl-next:before {
    content: "\f105";
    display: block;
    text-align: center;
}
.featured-slider .item {
    position: relative;
    z-index: 9;
}
.featured-slider .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #909092;
    visibility: visible;
    opacity: 1;
}
.featured-slider .item:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    border-radius: 50%;
    border: 1px solid #474849;
    border-right-color: #fff;
    -webkit-animation: effect_loading 0.7s linear infinite;
    -moz-animation: effect_loading 0.7s linear infinite;
    -ms-animation: effect_loading 0.7s linear infinite;
    -o-animation: effect_loading 0.7s linear infinite;
    animation: effect_loading 0.7s linear infinite;
    z-index: 11;
    visibility: visible;
    opacity: 1;
}
.featured-slider.owl-carousel .item:before,
.featured-slider.owl-carousel .item:after {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.featured-slider .item + .item {
    display: none;
}
.featured-slider .image {
    min-height: 400px;
    position: relative;
    padding-bottom: 26%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #909092;
    overflow: hidden;
}

.featured-slider .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(27,28,32,0.2);
}
.featured-slider .image img {
    display: none;
}
.featured-slider .content {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform:  translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    font-size: 11px;
}
.featured-slider .title:after {
    content: '';
    display: block;
    border-top: 1px solid #ffffff;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}
.post-cat {
    font-size: 10px;
}
.post-cat ul {
    padding-left: 0;
}
.post-cat li:before {
    content: '/';
    padding-right: 5px;
}
.post-cat li:after {
    content: '/';
    padding-left: 5px;
}
.content h2 {
    color: inherit;
    font-size: 18px;
    margin-top: 0;
}
hr.divider {
    display: none;
    border-top: 1px solid #6a6a6a;
    width: 60px;
    line-height: 28px;
    margin-top: 3px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
}
.read-more {
    font-family: "Noto Serif", serif;
    line-height: 50px;
    font-size: 11px;
    text-transform: uppercase;
}
.read-more:before {
    content: '|';
    margin-right: 5px;
}
.read-more:after {
    content: '|';
    margin-right: 5px;
}
.read-more a {
    letter-spacing: 0.1em;
}
@media screen and (max-width: 990px){
    .featured-slider .image {
        padding-bottom: 45%;
    }
    .featured-slider .owl-prev {
        left: 40px;
    }
    .featured-slider .owl-next {
        right: 40px;
    }
    .content h2 {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .featured-slider .image {
        padding-bottom: 50%;
    }
    .featured-slider .owl-prev {
        left: 30px;
    }
    .featured-slider .owl-next {
        right: 30px;
    }
    .content h2 {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px){
    .featured-slider .image {
        padding-bottom: 65%;
    }
    .featured-slider .owl-prev {
        left: 10px;
    }
    .featured-slider .owl-next {
        right: 10px;
    }
}

@-webkit-keyframes effect_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-moz-keyframes effect_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes effect_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes effect_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes effect_loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* 5. Thumbnail Box*/
.thumbnail-box-wrap {
    margin-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
}
.thumbnail-box-item {
    position: relative;
    width: calc(33.333333% - 30px);
    float: left;
    text-align: center;
    margin: 0 15px;
    background: #ffffff;
    box-sizing: border-box;
}
.thumbnail-box-item .image {
    position: relative;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.thumbnail-box-item .image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(70,70,70,0.2);
    z-index: 1;
}
.thumbnail-box-item .title {
    width: calc(100% - 60px);
    margin-top: 0;
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #ffffff;
    letter-spacing: 2px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.thumbnail-box-item:hover .title {
    color: #a4b4c4;
}
.box-border-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: 20px;
    border: 1px solid #ffffff;
}
.box-line {
    position: absolute;
    background-color: rgb(164, 178, 193);
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.box-line-top {
    height: 1px;
    top: -1px;
    left: -1px;
    width: 0;
}
.box-line-bottom {
    height: 1px;
    bottom: -1px;
    right: -1px;
    width: 0;
}
.image:hover .box-line-bottom,
.image:hover .box-line-top {
    width: calc(100% + 1px);
}
.box-line-left {
    width: 1px;
    bottom: -1px;
    left: -1px;
    height: 0;
}
.box-line-right {
    width: 1px;
    top: -1px;
    right: -1px;
    height: 0;
}
.image:hover .box-line-left,
.image:hover .box-line-right {
    height: calc(100% + 1px);
}
@media screen and (max-width: 767px){
    .thumbnail-box-item {
        width: 100%;
        margin: 0;
        margin-bottom: 50px;
    }
    .thumbnail-box-item:last-child {
        margin-bottom: 0;
    }
    .thumbnail-box-item .image {
        padding-bottom:45%;
    }
}
/* 6. Posts */
.post .wp-caption {
    display: inline-block;
}

.post .wp-caption,
.post .wp-caption img {
    max-width: 100%;
}

.post .wp-caption a {
    display: block;
}

.post .wp-caption img {
    position: relative;
    margin-bottom: 10px;
    top: 5px;
    width: 100% !important;
}

.post .wp-caption .wp-caption-text {
    font-size: 14px;
    font-style: italic;
    color: #7d7d7d;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.textwidget > p,
.textwidget > .wp-caption {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

.textwidget > .wp-caption .wp-caption-text {
    display: block;
    font-style: italic;
    text-align: center;
    padding: 15px 10px 5px 10px;
    font-size: 12px;
    margin-bottom: 0;
}

.post.sticky:after {
    content: '';
    font-family: 'FontAwesome';
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    padding: 2px;
    color: #a4b4c4;
    font-size: 20px;
    top: 20px;
    left: 60px;
    z-index: 9;
    pointer-events: none;
}

.post .gallery {
    margin-left: -10px !important;
    margin-right: -10px !important;
    overflow: hidden;
}

.post .gallery .gallery-item {
    position: relative;
    padding: 10px;
    margin: 0 !important;
}

.post .gallery-columns-1 .gallery-item {
    width: 100% !important;
}

.post .gallery-columns-2 .gallery-item {
    width: 25% !important;
}

.post  .gallery-columns-3 .gallery-item {
    width: 33.3333333333% !important;
}

.post .gallery-columns-4 .gallery-item {
    width: 25% !important;
}

.post .gallery-columns-5 .gallery-item {
    width: 20% !important;
}

.post .gallery-columns-6 .gallery-item {
    width: 16.6666667% !important;
}

.post .gallery-columns-7 .gallery-item {
    width: 14.2857143% !important;
}

.post .gallery-columns-8 .gallery-item {
    width: 12.5% !important;
}

.post .gallery-columns-9 .gallery-item {
    width: 11.1111111111% !important;
}

.post .gallery br {
    display: none;
}

.post .gallery .gallery-caption {
    position: absolute;
    padding: 10px 5px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    pointer-events: none;
}

.post .gallery a {
    display: block;
}

.post .gallery a img {
    width: 100%;
    border: 0 !important;
}

.bypostauthor cite.fn:before {
    content: '';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 5px;
}
.alignright {
    float: right;
    margin-left: 30px;
}
.alignleft {
    float: left;
    margin-right: 30px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.the-excerpt table,
.comment table {
    background-color: transparent;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}

.the-excerpt table th,
.comment table th {
    text-align: left;
}

.comment table a,
.the-excerpt table a {
    color: inherit;
}

.the-excerpt table > thead > tr > th,
.comment table > thead > tr > th,
.the-excerpt table > tbody > tr > th,
.comment table > tbody > tr > th,
.the-excerpt table > tfoot > tr > th,
.comment table > tfoot > tr > th,
.the-excerpt table > thead > tr > td,
.comment table > thead > tr > td,
.the-excerpt table > tbody > tr > td,
.comment table > tbody > tr > td,
.the-excerpt table > tfoot > tr > td,
.comment table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

.the-excerpt table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}

.the-excerpt table > caption + thead > tr:first-child > th,
.the-excerpt table > colgroup + thead > tr:first-child > th,
.the-excerpt table > thead:first-child > tr:first-child > th,
.the-excerpt table > caption + thead > tr:first-child > td,
.the-excerpt table > colgroup + thead > tr:first-child > td,
.the-excerpt table > thead:first-child > tr:first-child > td {
    border-top: 0 none;
}

.the-excerpt table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.the-excerpt ul {
    list-style: inherit;
}
.post-password-form input[type=submit] {
    border: none;
    min-width: 100px;
    min-height: 40px;
    display: inline-block;
    padding: 0 25px;
    background-color: #434343;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 2.5em;
    color: #ffffff;
    font-family: "Noto Serif", serif;
    letter-spacing: 0.2em;
}
/* 6.1 Layout Standard */
.clearfix:after{
    clear: both;
    content: "";
    display: block;
}
.main-content {
    padding-top: 55px;
    padding-bottom: 50px;
}
.kd-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
@media screen and (min-width: 768px) {
    .kd-container {
        max-width: 700px;
    }
}
@media screen and (min-width: 991px) {
    .kd-container {
        max-width: 980px;
    }
}
@media screen and (min-width: 1230px) {
    .kd-container {
        max-width: 1200px;
    }
}
.kd-container:after {
    content: '';
    display: table;
    clear: both;
}
.kd-row {
    margin-left: -15px;
    margin-right: -15px;
}
.kd-row:after {
    content: '';
    display: table;
    clear: both;
}
.main-content .blog-posts{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.main-content[data-sidebar="left"] .blog-posts,
.main-content[data-sidebar="right"] .blog-posts {
    width: 66.666667%;
}
.main-content[data-sidebar="left"] .blog-posts {
    float: right;
}
@media screen and (max-width: 990px) {
    .main-content[data-sidebar="left"] .blog-posts,
    .main-content[data-sidebar="right"] .blog-posts {
        width: 100%;
    }
}
{

}
.main-content.page-v2 .blog-posts {
    max-width: 900px;
    margin: 0 auto;
    float: none;
}
.post {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
}
.post:after {
    clear: both;
    content: "";
    display: block;
}
.blog-posts .kd-col .post-single.post {
    margin-bottom: 30px;
}
.post-media {
    position: relative;
    overflow: hidden;
}
.post-media:after {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    top: -100%;
    left: -50%;
    right: 0;
    bottom: 0;
    z-index: 1;
    box-shadow: inset 0 -30px 90px rgba(38,38,38,0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.post .image {
    padding-bottom: 58%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #ededed;
}
.post-single.post .image {
    background: none;
    padding-bottom: 0;
}
.image img {
    display: none;
}
.post-single .image img {
    display: block;
}
.post-content {
    text-align: center;
    font-size: 14px;
    padding-top: 30px;
    color: #6a6a6a;
    overflow: hidden;
}
.post-cat {
    text-transform: uppercase;
}
.post-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-cat li{
    display: inline-block;
    padding-left: 5px;
}
.post-cat li:first-child {
    padding-left: 0;
}


.title {
    font-family: 'Noto Serif', serif;
    font-size: 22px;
    line-height: 2.3em;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
	font-weight: 400;
}
.the-excerpt {
    padding-top: 24px;
    line-height: 28px;
    padding: 0 70px 40px 70px;
    word-spacing: .05em;
}

.the-excerpt .wp-block-kadence-advancedgallery {
	margin-left: -70px;
	margin-right: -70px;
	margin-bottom: 20px;
	margin-top: -35px;
}

.post-content hr.divider {
    display: block;
}
.layout-list hr.divider {
    display: none;
}
.date {
    font-size: 13px;
    line-height: 28px;
    display: inline-block;
    padding-bottom: 5px;
}
.post-footer {
    border-top: 1px solid #eceef2;
    padding: 0 30px;
    color: #434343;
}
.table {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    line-height: 50px;
    font-size: 12px;
    padding: 5px 0;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table-cell.empty {
    border-top: none !important;
}
.post-detail {
    text-align: left;
}
.post-detail a:after {
    content: '/';
    padding: 0 3px;
    display: inline-block;
}
.post-detail a:last-child:after {
    display: none;
}
.post-share {
    text-align: right;
}
.post-share a {
    padding-right: 20px;
}
.pagination {
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #333333;
    letter-spacing: 1px;
    margin-top: 30px;
    text-transform: uppercase;
}
.pagination .old-post {
    float: right;
}
.pagination .old-post:after{
    content: "\f101";
    font-family: 'FontAwesome', serif;
    padding: 0 5px;
    float: right;
}
.pagination .new-post {
    float: left;
}
.pagination .new-post:before{
    content: "\f100";
    font-family: 'FontAwesome', serif;
    padding: 0 5px;
}
@media screen and (max-width: 990px){
    .post-footer {
        padding: 0;
        border-top: none;
    }
    .post-footer .table {
        display: block;
        text-align: center;
        padding: 0;
    }
    .table-cell {
        display: block;
        border-top: 1px solid #eceef2;
    }
    .post-detail,
    .post-share {
        text-align: inherit;
    }
}
@media screen and (max-width: 767px){
    .the-excerpt {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 20px;
    }
	
	.the-excerpt .wp-block-kadence-advancedgallery {
		margin-left: -40px;
		margin-right: -40px;
	}
	
    .title {
        font-size: 18px;
    }
	h2, .h2 {
    	font-size: 16px;
	}
	h3, .h3 {
    	font-size: 14px;
	}
}
@media screen and (max-width: 500px){
    .the-excerpt {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }
	
	.the-excerpt .wp-block-kadence-advancedgallery {
		margin-left: -20px;
		margin-right: -20px;
	}

}
/* 5.1 Layout Standard */
.post-media .post-detail {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    margin: 0 auto;
    visibility: hidden;
    padding-left: 10px;
    opacity: 0;
    webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 2;
}
/* 6.2 Layout List */
.layout-list .post-media {
    width: 40%;
    float: left;
}
.layout-list .post .image {
    padding-bottom: 80%;
}
.layout-list .post-content {
    width: 60%;
    float: left;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
}
.layout-list .divider {
    display: none;
}
div[data-sidebar] .layout-list .post .post-content .title {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}
div[data-sidebar] .layout-list .post .post-content .title:after {
    content: '';
    display: block;
    width: 44px;
    border-top: 2px solid #eceef2;
    margin-top: 5px;
    margin-bottom: 10px;
}
div[data-sidebar] .layout-list .post .post-content .table {
    line-height: 30px;
}

.layout-list .date {
    display: none;
}
.layout-list .the-excerpt {
    padding: 0;
    font-size: 13px;
}
.layout-list .post-footer {
    border: 0;
    padding: 0;
}
.layout-list .table-cell.post-detail {
    display: none !important;
}
.layout-list .post-media .post-detail {
    display: block;

}
.layout-list .post:hover .post-media:after {
    visibility: visible;
    opacity: 1;
}
.layout-list .post:hover .post-detail {
    visibility: visible;
    opacity: 1;
}
.layout-list .post-media .post-detail a:hover {
    color: inherit !important;
}
.layout-list .post-media .post-detail a:not(.post-format):hover {
    text-decoration: underline;
}
@media screen and (max-width: 990px) and (min-width: 768px){

    .layout-list .post-footer .table {
        display: table;
    }
    .layout-list .table-cell {
        display: table-cell;
        border-top: none;
    }
    .layout-list .read-more {
        text-align: left;
    }
    .layout-list .post-share {
        text-align: right;
    }
}
@media screen and (max-width: 767px){
    .post .image {
        padding-bottom: 70%;
    }
    .layout-list .post-media {
        width: auto;
        float: none;
    }
    .layout-list .post-content {
        width: auto;
        float: none;
        text-align: center;
    }
    .layout-list .title:after {
        margin-left: auto;
        margin-right: auto;
    }
    .layout-list .post-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .layout-list .post-footer {
        margin-left: -20px;
        margin-right: -20px;
    }
}

/* 6.3 Layout Grid */
.blog-posts.layout-grid {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
.layout-grid .kd-col {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.layout-grid.layout-grid-3 .kd-col {
    width: 33.33333%;
}
.layout-grid .post-media .post-detail {
    display: block;
}
.layout-grid .post:hover .post-media:after,
.layout-grid .post:hover .post-media .post-detail {
    visibility: visible;
    opacity: 1;
}
.layout-grid .post-content {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.layout-grid .title {
    font-size: 14px;
    margin-top: 5px;
    line-height: 30px;
    margin-bottom: 10px;
}
.layout-grid .the-excerpt {
    padding: 10px 0;
}
.layout-grid .date {
    display: none;
}
.layout-grid .post-footer {
    text-align: left;
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.layout-grid .post-detail {
    display: none;
}
.layout-grid .pagination {
    margin-top: 0;
}
@media screen and (max-width: 990px){
    .layout-grid.layout-grid-3 .kd-col {
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .layout-grid .kd-col,
    .layout-grid.layout-grid-3 .kd-col{
        width: 100%;
    }
    .layout-grid .post-footer {
        padding-left: 0;
        padding-right: 0;
    }
}

/* 6.4 Single */
.post-single .the-excerpt{
    text-align: left;
}
.post-tags {
    padding-top: 10px ;
    line-height: 1.8em;
    font-size: 14px;
    color: #333333;
    font-family: "Lustria", serif;
}
.post-tags a {
    font-style: italic;
}
.post-tags a:after {
    content: ',';
    margin-right: 3px;
}
.post-tags a:last-child:after {
    content: normal;
}
#post-author {
    margin-top: 30px;
    padding: 35px 30px;
    background-color: #ffffff;
}
#post-author .avatar {
    float: left;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
}
#post-author .avatar a {
    width: 100%;
    height: 100%;
}
#post-author img {
    display: none;
}
.post-author-content {
    float: left;
    width: calc(100% - 120px);
    padding-left: 30px;
    font-size: 13px;
    line-height: 2em;
}
.author-top .author-name {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px;
}
.author-name h5 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
}
.author-socials {
    color: #acacac;
    display: inline-block;
}
.author-socials:before {
    content: '-';
    padding: 0 5px;
}
.author-socials a {
    margin: 0 5px;
}
.post .pagination {
    border-top: 1px solid #eceef2;
    padding: 35px 30px;
    margin-top: 0;
    font-size: 12px;
    line-height: 2em;
    text-transform: uppercase;
}
.post .pagination .new-post {
    text-align: left;
}
.post .pagination .old-post {
    text-align: right;
}
.post .pagination > div {
    width: 45%;
}
.post .pagination > div a {
    padding-right: 5px;
}
@media screen and (max-width: 500px){
    #post-author {
        display: none;
    }
    .post .pagination {
        font-size: 10px;
        font-weight: 700;
    }
    .post-tags {
        font-size: 12px;
    }
}
/* Related Posts */
.related-posts {
    margin-top: 30px;
    padding: 35px 30px;
    background-color: #ffffff;
    overflow: hidden;
}
.single-post .related-posts {
    padding: 30px;
}
.single-post .related-item {
    margin-bottom: 0;
}
.related-posts-title,
.comments-title {
    font-size: 14px;
    line-height: 2em;
    margin: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.related-posts-title:after,
.comments-title:after {
    content: '';
    display: block;
    width: 42px;
    border-top: 1px solid #333333;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
}
.related-wrap {
    min-height: .01%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-left: -15px;
    margin-right: -15px;

}
.related-table {
    vertical-align: top;
    min-height: .01%;
    overflow-x: auto;

}
.related-table tbody {
    vertical-align: top;
}
.related-table td {
    width: 25%;
}
.related-table td:last-child .related-item {
    max-width: 292px;
}
.related-table td + td:last-child .related-item {
    max-width: none;
}
.related-item {
    padding-left: 15px;
    padding-right: 15px;
}
.related-item .title {
    font-size: 11px;
    line-height: 2em;
    padding: 0 5px;
    margin-top: 5px;
}
.post .related-posts {
    margin-top: 0;
    border-top: 1px solid #eceef2;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
@media screen and (max-width: 767px){
    .related-table tbody tr td {
        white-space: nowrap;
    }
}
/* Comment */
.comments {
    margin-top: 30px;
    padding: 35px 30px;
    background-color: #ffffff;
}
.comments-title {
    margin-bottom: 10px;
}
.comments-title:after {
    margin-bottom: 0;
}
#comments .commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #eceef2;
}
#comments .commentlist .comment-box {
    border-bottom: 1px solid #eceef2;
}
#comments .commentlist > .comment:last-child .comment-box {
    border-bottom: 0;
}
#comments .commentlist .comment-author {
    float: left;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 4px;
}
#comments .commentlist .comment-body {
    margin-left: 80px;
    color: #656565;
    line-height: 1.8em;

}
#comments .commentlist .comment-body p {
    margin-top: 10px;
    margin-bottom: 5px;
}
#comments .commentlist .children {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 80px;
}
#comments .commentlist .children .children {
    margin-left: 30px;
}
#comments cite.fn {
    display: inline-block;
    font-size: 14px;
    line-height: 2em;
    margin-right: 15px;
    vertical-align: middle;
    font-family: "Noto Serif", serif;
    color: #333333;
    font-style: italic;
    font-weight: 700;
}
#comments .comment-meta {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
    vertical-align: middle;
    line-height: normal;
    padding: 4px 10px;
}
#comments .comment-meta:before {
    content: '-';
    display: inline-block;
    margin-right: 10px;
}
#comments .comment-box {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
#comments .comment-edit-reply {
    text-align: right;
    margin-top: 20px;
    color: #656565;
}
#comments .comment-edit-reply a {
    display: inline-block;
    padding: 0 14px;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    margin-left: 3px;

}
.screen-reader-text {
    font-size: 13px;
    line-height: normal;
    display: inline-block;
    margin-bottom: 10px;
}
.nav-links {
    display: block;
    font-style: italic;
    color: #333333;
    letter-spacing: 0.15em;
    margin-top: 0;
    font-size: 12px;
    line-height: 2em;
    text-transform: uppercase;
    padding: 20px 0;
}
.nav-links > div {
    width: 45%;
}
.nav-links > div a {
    padding-right: 5px;
}
.nav-previous {
    text-align: right;
    float: right;
}
.nav-previous:after {
    content: "\f101";
    font-family: 'FontAwesome', serif;
    padding: 0 5px;
    float: right;
}
.nav-next {
    text-align: left;
    float: left;
}
.nav-next:before {
    content: "\f100";
    font-family: 'FontAwesome', serif;
    padding: 0 5px;
}

@media screen and (max-width: 500px){
    #comments .commentlist .comment-author {
        float: none;
    }
    #comments .commentlist .children,
    #comments .commentlist .comment-body {
        margin-left: 0;
    }
    .nav-links {
        font-size: 10px;
    }
}
/* Respond */
.comment-respond {
    padding: 35px 30px;
    padding-top: 0;
    background-color: #ffffff;
    font-style: italic;
    font-size: 14px;
}
.respond-title {
    font-size: 14px;
    line-height: 2em;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font-style: normal;
}
#comments #respond {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}
#cancel-comment-reply-link {
    text-transform: none;
    margin-left: 10px;
}
.form-login-logout {
    margin-bottom: 10px;
}
@media screen and (max-width: 500px){
    #comments .comment-box{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .comment-author {
        margin-bottom: 10px;
    }
    #comments .comment-edit-reply{
        margin-top: 10px;
    }
    #comments cite.fn {
        font-size: 12px;
    }
    .comments {
        font-size: 11px;
    }
    #comments .commentlist .children .children {
        margin-left: 20px;
    }

}
/* 6.5. Page, Contact Form */
.page-v2 .post-content {
    padding-top: 50px;
}
/*
.page .post-content .title {
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
*/
.the-excerpt form,
.comment-respond form {
    margin-top: 10px;
    font-style: italic;
    font-size: 13px;
    line-height: 2em;
    color: #6a6a6a;
}
.contact-item {
    margin-bottom: 15px;
}
.contact-item label {
    display: block;
    margin-bottom: 5px;
}
.contact-item input,
input.contact-item,
.contact-item textarea {
    border: 1px solid #e5e7ec;
    padding: 0 10px;
}
.contact-item input[type=text],
.contact-item input[type=email] {
    height: 40px;
    width: 50%;
}
.contact-item textarea {
    width: 100%;
    min-height: 100px;
    resize: none;
    vertical-align: middle;
    border-radius: 0;
    padding-top: 10px;
}
.contact-item.form-submit input,
input.contact-item.form-submit{
    min-width: 100px;
    min-height: 40px;
    display: inline-block;
    padding: 0 25px;
    background-color: #434343;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 2.5em;
    color: #ffffff;
    font-family: "Noto Serif", serif;
    letter-spacing: 0.2em;
}
.box-post-title {
    background-color: #ffffff;
    text-align: center;
    padding: 5px;
    color: #434343;
    margin-bottom: 30px;
}
.box-post-title .title {
    padding-top: 20px;
    padding-bottom: 25px;
    color: inherit;
    font-size: 18px;
    line-height: 40px;
    margin-top: 0;
}
.box-post-title .title:after {
    content: '';
    display: block;
    width: 42px;
    border-bottom: 2px solid #6a6a6a;
    margin: 0 auto;
}
.post-title {
    border: 1px solid #eceef2;
}
@media screen and (max-width: 767px){
    .contact-item input[type=text], .contact-item input[type=email] {
        width: 100%;
    }
}

/* 7. Footer */
#footer {
    background-image: url(http://localhost/WP%20HTML/tran/images/footer.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-top: 90px;
}
#footer:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: -1;
}
.footer-content {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    word-spacing: 0.2em;
    text-align: center;
    transform: translateY(-30px);
}
.copyright {
    padding-top: 30px;
}
.socials {
    padding-bottom: 10px;
}
.socials a {
    border: 1px solid #ffffff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 10px;
}
.socials a i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.footer-widgets {
    overflow: hidden;
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    transform: translateY(-90px);
}
.footer-widgets .footer-item {
    width: 33.33333333%;
    padding: 0 45px;
    border-right: 1px solid #eceef2;
    border-left: 1px solid #eceef2;
    float: left;
}
.footer-widgets .footer-item:first-child,
.footer-widgets .footer-item:last-child {
    border: none;
}
.footer-widgets .widget {
    padding: 0;
}
#footer .widget-title  {
    font-size: 16px;
    text-align: center;
}
#footer .widget-title:after {
    width: 10%;
    margin: 0 auto;
}
@media screen and (max-width: 990px){
    .footer-widgets .footer-item {
        width: 100%;
    }
}
/* 8. Sidebar */
.sidebar {
    width: 33.333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 990px) {
    .sidebar {
        width: 100%;
    }
}
/* 9. Widgets */
.widget {
    background: #ffffff;
    padding: 20px 27px;
    margin-bottom: 30px;
    color: #6b6b6b;
    overflow: hidden;
}
.widget iframe {
    width: 100%;
}

.widget .is-type-video .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.widget .is-type-video iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.widget-title,
.widget .title {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "Noto Serif", serif;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}
.widget-title:after {
    content: '';
    display: block;
    width: 42px;
    border-top: 1px solid #333333;
    padding-bottom: 20px;
    margin-top: 5px;
}
.widget .title {
    font-size: 14px;
	font-weight: 400;
    line-height: 1.5em;
    padding-top: 20px;
    padding-bottom: 5px;
}
.widget .description {
    font-size: 13px;
    line-height: 2.1em;
}
.widget ul {
    font-size: 13px;
    line-height: 2.5em;
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget li {
    /*border-bottom: 1px dashed #fafafa;*/
    border-bottom: 1px dashed #fafafa;
}
.widget li:last-child {
    border: none;
    padding-bottom: 0;
}
.widget li ul {
    padding-left: 15px;
    border-top: 1px dashed #fafafa;
}
.widget .current-cat {
    color: #a4b4c4;
}
.widget select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 12px;
}
#wp-calendar {
    width: 100%;
    margin-bottom: 10px;
}
#wp-calendar caption {
    text-align: right;
    color: #6b6b6b;
    font-size: 12px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 8px;
}
#wp-calendar thead {
    font-size: 12px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar tfoot {
    display: none;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}
#wp-calendar tr td {
    border-left: 0;
    padding: 10px;
}
#wp-calendar tbody {
    color: #6b6b6b;
}
#wp-calendar tbody td {
    background: #fff;
    border: 1px solid #f6f6f6;
    text-align: center;
    padding: 8px;
    color: #6b6b6b;
}
.tagcloud a {
    font-size: 13px !important;
    line-height: 2em;
    font-style: italic;
}
.tagcloud a:after {
    content: ',';
}
.tagcloud a:last-child:after {
    content: none;
}
.tagcloud a:hover {
    text-decoration: underline;
}

.widget > select {
    margin-bottom: 10px;
}
.widget .post-date {
    display: inline-block;
    font-style: italic;
    font-size: 11px;
}
.widget .post-date:before {
    content: ',';
    margin-right: 5px;
}

.search-form {
    position: relative;
    max-width: 400px;
}
input[type=search].search-field {
    display: block;
    width: 100%;
    height: 37px;
    font-size: 12px;
    padding: 0 10px 0;
    margin-bottom: 7px;
    font-weight: 400;
    color: #464646;
    background: white;
    margin-top: 10px;
    -webkit-appearance: searchfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #444;
}
.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    color: #444;
    background: #fff;
    height: 100%;
    line-height: 1.5;
    border: 1px solid #444;
    text-align: center;
    padding: 0 15px;
    font-size: 14px;
    display: inline;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'FontAwesome';
}
/* 10. Preloader */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(34,34,34,1);
    background: #fff;
    z-index: 9999;
    -webkit-transition: visibility 1s, opacity   1s ease-in-out;
    -moz-transition:  visibility 1s, opacity  1s ease-in-out;
    -ms-transition:  visibility 1s, opacity  1s ease-in-out;
    -o-transition:  visibility 1s, opacity  1s ease-in-out;
    transition:  visibility 1s, opacity  1s ease-in-out;
    visibility: visible;
    opacity: 1;
}
.preloader-hidden {
    visibility: hidden;
    opacity: 0;
}
.preloader_1 {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: +2000;
    top: 0;
    left: 0;
}
.preloader_1 .container-fluid {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1450px;
    max-height: 700px;
}

.spinner {
    top: 50%;
    left: 50%;
    z-index: 1;
    height: 30px;
    width: 30px;
    margin-left: -15px;
    margin-top: -40px;

    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    position: relative;
}
.spinner span {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: block;
    position: absolute;
    opacity: 0.7;
}
.spinner .ball-1 {
    z-index: 4;
    background-color: #815731;
    left: -20px;
    -webkit-transform: translate(50%, 50%) scale(0.5);
    -webkit-animation: animateSway 2s infinite ease-in-out, animateScale 2s infinite ease-in-out;
    animation: animateSway 2s infinite ease-in-out, animateScale 2s infinite ease-in-out;
}
.spinner .ball-2 {
    z-index: 3;
    background-color: #323232;
    left: -20px;
    -webkit-transform: translate(50%, 50%) scale(0.5);
    -webkit-animation: animateSway 2s infinite ease-in-out 500ms, animateScale 2s infinite ease-in-out 500ms;
    animation: animateSway 2s infinite ease-in-out 500ms, animateScale 2s infinite ease-in-out 500ms;
}
.spinner .ball-3 {
    z-index: 2;
    background-color: #d0701f;
    left: -20px;
    -webkit-transform: translate(50%, 50%) scale(0.5);
    -webkit-animation: animateSway 2s infinite ease-in-out 1s, animateScale 2s infinite ease-in-out 1s;
    animation: animateSway 2s infinite ease-in-out 1s, animateScale 2s infinite ease-in-out 1s;
}
.spinner .ball-4 {
    z-index: 1;
    background-color: #d0511f;
    left: -20px;
    -webkit-transform: translate(50%, 50%) scale(0.5);
    -webkit-animation: animateSway 2s infinite ease-in-out 1.5s, animateScale 2s infinite ease-in-out 1.5s;
    animation: animateSway 2s infinite ease-in-out 1.5s, animateScale 2s infinite ease-in-out 1.5s;
}

@-webkit-keyframes animateSway {
    0% { left: -20px }
    50% { left: 20px }
    100% { left: -20px }
}

@keyframes animateSway {
    0% { left: -20px }
    50% { left: 20px }
    100% { left: -20px }
}

@-webkit-keyframes animateScale {
    0% { -webkit-transform: translate(50%, 50%) scale(0.5); z-index: -1 }
    25% { -webkit-transform: translate(50%, 50%) scale(1); z-index: +1 }
    50% { -webkit-transform: translate(50%, 50%) scale(0.5); z-index: -1 }
    75% { -webkit-transform: translate(50%, 50%) scale(0.25); z-index: -2 }
    100% { -webkit-transform: translate(50%, 50%) scale(0.5); z-index: -1 }
}

@keyframes animateScale {
    0% { transform: translate(50%, 50%) scale(0.5); z-index: -1 }
    25% { transform: translate(50%, 50%) scale(1); z-index: +1 }
    50% { transform: translate(50%, 50%) scale(0.5); z-index: -1 }
    75% { transform: translate(50%, 50%) scale(0.25); z-index: -2 }
    100% { transform: translate(50%, 50%) scale(0.5); z-index: -1 }
}

.cont {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    /* half of #content height*/
    left: 50%;
    margin-left: -50px;
    width: 105px;
    height: 105px;
}

.square {
    width: 100px;
    height: 5px;
    -webkit-animation: desno 1s infinite;
    animation: desno 1s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.square2 {
    width: 5px;
    height: 100px;
    opacity: 0;
    -webkit-animation: desno2  1s infinite;
    animation: desno2  1s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.square3 {
    width: 100px;
    height: 5px;
    margin-top: 100px;
    opacity: 0;
    -webkit-animation: desno3  1s infinite;
    animation: desno3  1s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.square4 {
    width: 5px;
    height: 100px;
    margin-left: 100px;
    margin-top: 0px;
    opacity: 0;
    -webkit-animation: desno3  1s infinite;
    animation: desno3  1s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.line {
    border-radius: 2px;
    background: #000;
    position: absolute;
}

@-webkit-keyframes desno {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    80% {
        -webkit-transform: rotate(95deg);
        -ms-transform: rotate(95deg);
        transform: rotate(95deg);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
    }

    99.99% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        opacity: 0;
    }
}

@keyframes desno {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    80% {
        -webkit-transform: rotate(95deg);
        -ms-transform: rotate(95deg);
        transform: rotate(95deg);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
    }

    99.99% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        opacity: 0;
    }
}

@-webkit-keyframes desno2 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: rotate(95deg);
        -ms-transform: rotate(95deg);
        transform: rotate(95deg);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
    }

    99.99% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        opacity: 0;
    }
}

@keyframes desno2 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: rotate(95deg);
        -ms-transform: rotate(95deg);
        transform: rotate(95deg);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
    }

    99.99% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        opacity: 0;
    }
}

@-webkit-keyframes desno3 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: rotate(95deg);
        -ms-transform: rotate(95deg);
        transform: rotate(95deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
    }

    99.99% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        opacity: 0;
    }
}

@keyframes desno3 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: rotate(95deg);
        -ms-transform: rotate(95deg);
        transform: rotate(95deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
    }

    99.99% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        opacity: 0;
    }
}

@-webkit-keyframes desno4 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    80% {
        -webkit-transform: rotate(95deg);
        -ms-transform: rotate(95deg);
        transform: rotate(95deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
    }

    99.99% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        opacity: 0;
        -webkit-animation: desno 0.5s;
        animation: desno 0.5s;
    }
}

@keyframes desno4 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    80% {
        -webkit-transform: rotate(95deg);
        -ms-transform: rotate(95deg);
        transform: rotate(95deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
    }

    99.99% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        opacity: 0;
        -webkit-animation: desno 0.5s;
        animation: desno 0.5s;
    }
}

.preloader_3 {
    position: relative;
    width: 60px;
    height: 60px;
    transform: rotate(-45deg);
}
.preloader_3:before,
.preloader_3:after {
    box-sizing: border-box;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
}
.preloader_3:before {
    border-color: rgba(0, 0, 0, 0.2);
}
.preloader_3:after {
    clip: rect(0, 60px, 30px, 30px);
    border-color: #000;
    -webkit-animation: rotate 1s ease infinite;
    -moz-animation: rotate 1s ease infinite;
    animation: rotate 1s ease infinite;
}
@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.preloader_4 {
    position: relative;
    width: 60px;
    height: 60px;
}
.preloader_4:before,
.preloader_4:after {
    box-sizing: border-box;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    -webkit-animation: show 2s ease-in-out infinite;
    -moz-animation: show 2s ease-in-out infinite;
    animation: show 2s ease-in-out infinite;
}
.preloader_4:after {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
@-webkit-keyframes show {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@-moz-keyframes show {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes show {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.preloader_5 {
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(0,0,0,.6);
    border-radius: 50%;
}
.preloader_5:before,
.preloader_5:after {
    box-sizing: border-box;
    position: absolute;
    content: "";
    border-radius: inherit;
    border-width: inherit;
    border-style: inherit;
    border-color: inherit;
}
.preloader_5:before {
    width: 48px;
    height: 48px;
    top: 6px;
    left: 6px;
    clip: rect(0, 48px, 24px, 24px);
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}
.preloader_5:after {
    width: 36px;
    height: 36px;
    top: 12px;
    left: 12px;
    clip: rect(0, 36px, 18px, 18px);
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    animation-duration: 1.4s;
}
.preloader_3, .preloader_4, .preloader_5 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
}

.preloader_6 {
    pointer-events: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0, .7);
    z-index: 100;
    transition: opacity 400ms 0ms ease;
}

/* Custom CSS */
.lily-notify {
    overflow: hidden;
    white-space: nowrap;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.ntp-wrap-shortcode blockquote {
    padding: 0 70px;
    margin-top: 40px;
    line-height: 1.8em;
}
.ntp-wrap-shortcode blockquote:before {
    background-color: transparent;
    width: auto !important;
    height: auto !important;;
}
.ntp-wrap-shortcode .ntp-images-slider .owl-controls{
    bottom: 0;
    top: inherit;
}
.ntp-images-slider .owl-dots {
    height: 35px;
}
@media screen and (max-width: 767px){
    .ntp-wrap-shortcode blockquote {
        margin-top: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 500px){
    .ntp-wrap-shortcode blockquote {
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.archive-detail .title{
    font-style: italic;
    text-transform: none;
}
.archive-detail.box-post-title .title:after {
    content: normal;
}
.archive-detail .archive-name {
    color: #a4b4c4;
}
.post_404_not_found {
    text-align: center;
    margin-bottom: 0;
}
.page_title_404 {
    font-weight: 400;
    font-size: 140px;
    margin: 0;
}
.page_sub_title_404 {
    font-size: 25px;
    margin-bottom: 5px;
    position: relative;
    bottom: 25px;
}
.page_message_404 {
    font-style: italic;
    margin-bottom: 35px;
}
.post_404_not_found .widget_search {
    width: 60%;
    margin: 0 auto;
}
.go-to-home {
    font-size: 14px;
    line-height: 2em;
    padding-top: 10px;
    font-style: italic;
    font-weight: 700;
}

.widget .ntp-description {
    font-style: normal;
}
.widget .widget-list .item {
    font-style: normal;
}
.widget .widget-tweet-content .item .widget-item-content {
    font-style: normal;
}

.post-content a.date {
    display: none !important;
}

.home #block-15 {
	display: none;
}

.wp-block-media-border {
    border: 1px solid silver;
    padding: 0.8em;
}

.widget_paypal_donations .paypal-donations {
	margin-top: 20px
}

.widget_paypal_donations p {
    line-height: 1.8;
}

@media screen and (max-width: 600px) {
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
}
}.kb-gallery-ul *{box-sizing:border-box}.wp-block-kadence-advancedgallery{flex:1}.wp-block-kadence-advancedgallery .kt-blocks-carousel.kt-carousel-container-dotstyle-none{padding-bottom:0}.wp-block-kadence-advancedgallery .kt-blocks-carousel-init[data-slider-dots=true]{margin-bottom:28px}.wp-block-kadence-advancedgallery.alignright,.wp-block-kadence-advancedgallery.alignleft{max-width:420px;width:100%}.wp-block-kadence-advancedgallery:after{clear:both;display:table;content:""}.wp-block-kadence-advancedgallery .kb-gallery-ul,ul.menu .wp-block-kadence-advancedgallery ul.kb-gallery-ul.kb-gallery-ul{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;box-sizing:border-box;margin:0}.rtl .wp-block-kadence-advancedgallery .kb-gallery-ul{padding:0}.kb-gallery-item-link{text-decoration:none}.kb-gallery-ul{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;box-sizing:border-box}.kb-gallery-ul .kadence-blocks-gallery-item{position:relative;list-style-type:none;padding:0;margin:0;box-sizing:border-box}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner{position:relative;margin-bottom:0}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure{margin:0 auto}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gal-image-radius{position:relative;overflow:hidden;z-index:1;margin:0 auto}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain{border:0;background:rgba(0,0,0,0);padding:0;margin:0;display:block;width:100%}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic{height:0;position:relative}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img{position:absolute;flex:1;height:100%;object-fit:cover;width:100%;top:0;left:0;outline-offset:-4px}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-square{padding-bottom:100%}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-land43{padding-bottom:75%}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-land32{padding-bottom:66.67%}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-land169{padding-bottom:56.25%}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-land21{padding-bottom:50%}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-land31{padding-bottom:33%}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-land41{padding-bottom:25%}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-port34{padding-bottom:133.33%}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-port23{padding-bottom:150%}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner img{display:block;max-width:100%;height:auto;width:100%;margin:0;padding:0}@supports(position: sticky){.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner img{width:auto}}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption{position:absolute;bottom:0;max-height:100%;overflow-y:auto;width:100%;max-height:100%;overflow-y:auto;padding:43px 10px 10px;font-size:13px;margin-top:0;color:#fff;text-align:center;background:linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%)}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption img{display:inline}.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item-hide-caption .kadence-blocks-gallery-item__caption{display:none}.kb-gallery-ul[data-columns-ss="1"] .kadence-blocks-gallery-item{width:calc(100%/1)}.kb-gallery-ul[data-columns-ss="2"] .kadence-blocks-gallery-item{width:calc(100%/2)}.kb-gallery-ul[data-columns-ss="3"] .kadence-blocks-gallery-item{width:calc(100%/3)}.kb-gallery-ul[data-columns-ss="4"] .kadence-blocks-gallery-item{width:calc(100%/4)}.kb-gallery-ul[data-columns-ss="5"] .kadence-blocks-gallery-item{width:calc(100%/5)}@media(min-width: 543px){.kb-gallery-ul[data-columns-xs="1"] .kadence-blocks-gallery-item{width:calc(100%/1)}.kb-gallery-ul[data-columns-xs="2"] .kadence-blocks-gallery-item{width:calc(100%/2)}.kb-gallery-ul[data-columns-xs="3"] .kadence-blocks-gallery-item{width:calc(100%/3)}.kb-gallery-ul[data-columns-xs="4"] .kadence-blocks-gallery-item{width:calc(100%/4)}.kb-gallery-ul[data-columns-xs="5"] .kadence-blocks-gallery-item{width:calc(100%/5)}.kb-gallery-ul[data-columns-xs="6"] .kadence-blocks-gallery-item{width:calc(100%/6)}.kb-gallery-ul[data-columns-xs="7"] .kadence-blocks-gallery-item{width:calc(100%/7)}.kb-gallery-ul[data-columns-xs="8"] .kadence-blocks-gallery-item{width:calc(100%/8)}}@media(min-width: 768px){.kb-gallery-ul[data-columns-sm="1"] .kadence-blocks-gallery-item{width:calc(100%/1)}.kb-gallery-ul[data-columns-sm="2"] .kadence-blocks-gallery-item{width:calc(100%/2)}.kb-gallery-ul[data-columns-sm="3"] .kadence-blocks-gallery-item{width:calc(100%/3)}.kb-gallery-ul[data-columns-sm="4"] .kadence-blocks-gallery-item{width:calc(100%/4)}.kb-gallery-ul[data-columns-sm="5"] .kadence-blocks-gallery-item{width:calc(100%/5)}.kb-gallery-ul[data-columns-sm="6"] .kadence-blocks-gallery-item{width:calc(100%/6)}.kb-gallery-ul[data-columns-sm="7"] .kadence-blocks-gallery-item{width:calc(100%/7)}.kb-gallery-ul[data-columns-sm="8"] .kadence-blocks-gallery-item{width:calc(100%/8)}}@media(min-width: 992px){.kb-gallery-ul[data-columns-md="1"] .kadence-blocks-gallery-item{width:calc(100%/1)}.kb-gallery-ul[data-columns-md="2"] .kadence-blocks-gallery-item{width:calc(100%/2)}.kb-gallery-ul[data-columns-md="3"] .kadence-blocks-gallery-item{width:calc(100%/3)}.kb-gallery-ul[data-columns-md="4"] .kadence-blocks-gallery-item{width:calc(100%/4)}.kb-gallery-ul[data-columns-md="5"] .kadence-blocks-gallery-item{width:calc(100%/5)}.kb-gallery-ul[data-columns-md="6"] .kadence-blocks-gallery-item{width:calc(100%/6)}.kb-gallery-ul[data-columns-md="7"] .kadence-blocks-gallery-item{width:calc(100%/7)}.kb-gallery-ul[data-columns-md="8"] .kadence-blocks-gallery-item{width:calc(100%/8)}}@media(min-width: 1200px){.kb-gallery-ul[data-columns-xl="1"] .kadence-blocks-gallery-item{width:calc(100%/1)}.kb-gallery-ul[data-columns-xl="2"] .kadence-blocks-gallery-item{width:calc(100%/2)}.kb-gallery-ul[data-columns-xl="3"] .kadence-blocks-gallery-item{width:calc(100%/3)}.kb-gallery-ul[data-columns-xl="4"] .kadence-blocks-gallery-item{width:calc(100%/4)}.kb-gallery-ul[data-columns-xl="5"] .kadence-blocks-gallery-item{width:calc(100%/5)}.kb-gallery-ul[data-columns-xl="6"] .kadence-blocks-gallery-item{width:calc(100%/6)}.kb-gallery-ul[data-columns-xl="7"] .kadence-blocks-gallery-item{width:calc(100%/7)}.kb-gallery-ul[data-columns-xl="8"] .kadence-blocks-gallery-item{width:calc(100%/8)}}@media(min-width: 1500px){.kb-gallery-ul[data-columns-xxl="1"] .kadence-blocks-gallery-item{width:calc(100%/1)}.kb-gallery-ul[data-columns-xxl="2"] .kadence-blocks-gallery-item{width:calc(100%/2)}.kb-gallery-ul[data-columns-xxl="3"] .kadence-blocks-gallery-item{width:calc(100%/3)}.kb-gallery-ul[data-columns-xxl="4"] .kadence-blocks-gallery-item{width:calc(100%/4)}.kb-gallery-ul[data-columns-xxl="5"] .kadence-blocks-gallery-item{width:calc(100%/5)}.kb-gallery-ul[data-columns-xxl="6"] .kadence-blocks-gallery-item{width:calc(100%/6)}.kb-gallery-ul[data-columns-xxl="7"] .kadence-blocks-gallery-item{width:calc(100%/7)}.kb-gallery-ul[data-columns-xxl="8"] .kadence-blocks-gallery-item{width:calc(100%/8)}}.kb-gallery-caption-style-bottom-hover .kadence-blocks-gallery-item .kadence-blocks-gallery-item__caption{opacity:0;transition:opacity .3s ease-in-out}.kb-gallery-caption-style-bottom-hover .kadence-blocks-gallery-item:hover .kadence-blocks-gallery-item__caption,.kb-gallery-caption-style-bottom-hover .kadence-blocks-gallery-item:focus-within .kadence-blocks-gallery-item__caption{opacity:1}@media(max-width: 767px){.kb-mobile-force-hover.kb-gallery-caption-style-bottom-hover .kadence-blocks-gallery-item .kadence-blocks-gallery-item__caption{opacity:1}}.kb-gallery-ul.kb-gallery-caption-style-cover-hover .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption{display:flex;align-items:center;justify-content:center;position:absolute;left:0;right:0;top:0;bottom:0;padding:10px;margin:0;opacity:0;transition:opacity .3s ease-in-out;background:rgba(0,0,0,.8)}.kb-gallery-ul.kb-gallery-caption-style-cover-hover .kadence-blocks-gallery-item:hover .kadence-blocks-gallery-item__caption,.kb-gallery-ul.kb-gallery-caption-style-cover-hover .kadence-blocks-gallery-item:focus-within .kadence-blocks-gallery-item__caption{opacity:1}@media(max-width: 767px){.kb-gallery-ul.kb-mobile-force-hover.kb-gallery-caption-style-cover-hover .kadence-blocks-gallery-item .kadence-blocks-gallery-item__caption{opacity:1}}.kb-gallery-ul.kb-gallery-type-carousel,.kb-gallery-ul.kb-gallery-type-slider,.kb-gallery-ul.kb-gallery-type-thumbslider{display:block;margin:0}.kb-gallery-ul.kb-gallery-type-carousel .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic.kb-gallery-image-ratio-inherit{padding-bottom:100%}.kb-gallery-ul.kb-gallery-type-carousel .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic.kb-gallery-image-ratio-inherit img{object-fit:contain}.kb-gallery-ul.kb-gallery-type-slider .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic.kb-gallery-image-ratio-inherit{padding-bottom:66.67%}.kb-gallery-ul.kb-gallery-type-slider .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic.kb-gallery-image-ratio-inherit img{object-fit:contain}.kb-gallery-ul.kb-gallery-type-thumbslider .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic.kb-gallery-image-ratio-inherit{padding-bottom:66.67%}.kb-gallery-ul.kb-gallery-type-thumbslider .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic.kb-gallery-image-ratio-inherit img{object-fit:contain}.kb-gallery-ul.kb-gallery-type-fluidcarousel .kt-blocks-carousel figure .kb-gal-image-radius{height:300px;width:auto;margin:0 auto}.kb-gallery-ul.kb-gallery-type-fluidcarousel .kt-blocks-carousel figure .kb-gal-image-radius img{height:300px;width:auto;flex:1;object-fit:cover}.kb-gallery-type-fluidcarousel.kb-gallery-caption-style-below .kb-gallery-item-link,.kb-gallery-type-fluidcarousel.kb-gallery-caption-style-below figure:not(.kb-gallery-item-has-link){display:flex;flex-direction:column}.kb-blocks-slider[data-slider-type=thumbnail]:not(.kt-blocks-carousel-init).splide:not(.is-overflow) .splide__slide:last-child{margin:0 !important}.kb-blocks-slider[data-slider-type=thumbnail]:not(.kt-blocks-carousel-init).splide:not(.is-overflow) .splide__list{justify-content:center}.kb-gallery-caption-style-below .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption{padding:10px;margin-top:0;background:rgba(0,0,0,.8);position:static}.kb-gallery-type-carousel .kb-gallery-image-ratio-inherit.kb-gallery-image-contain:after,.kb-gallery-type-slider .kb-gallery-image-ratio-inherit.kb-gallery-image-contain:after{display:none}.kb-gallery-ul.kb-gallery-type-carousel .kadence-blocks-gallery-item .kb-has-image-ratio-inherit .kb-gal-image-radius,.kb-gallery-ul.kb-gallery-type-slider .kadence-blocks-gallery-item .kb-has-image-ratio-inherit .kb-gal-image-radius,.kb-gallery-ul.kb-gallery-type-thumbslider .kadence-blocks-gallery-item .kb-has-image-ratio-inherit .kb-gal-image-radius{border-radius:0}.kb-gallery-filter-vintage .kb-gallery-image-contain:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;box-shadow:inset 0 0 100px rgba(0,0,20,.4),inset 0 5px 15px rgba(0,0,0,.1);background:linear-gradient(to bottom, rgba(255, 145, 0, 0.2) 0%, rgba(255, 230, 48, 0.2) 60%),linear-gradient(20deg, rgba(255, 0, 0, 0.2) 0%, rgba(255, 0, 0, 0) 35%)}.kb-gallery-filter-vintage .kb-gallery-image-contain img{filter:sepia(0.2) brightness(1.1) contrast(1.3)}.kb-gal-light-filter-vintage .gslide-media{position:relative}.kb-gal-light-filter-vintage .gslide-media::before{box-shadow:inset 0 0 100px rgba(0,0,20,.4),inset 0 5px 15px rgba(0,0,0,.1);background:linear-gradient(to bottom, rgba(255, 145, 0, 0.2) 0%, rgba(255, 230, 48, 0.2) 60%),linear-gradient(20deg, rgba(255, 0, 0, 0.2) 0%, rgba(255, 0, 0, 0) 35%);content:"";position:absolute;left:0;right:0;top:0px;bottom:0px;z-index:1}.kb-gal-light-filter-vintage .gslide-media img{filter:sepia(0.2) brightness(1.1) contrast(1.3)}.kb-gallery-filter-grayscale .kb-gallery-image-contain img,.kb-gal-light-filter-grayscale .gslide-media img,.kb-gal-light-filter-grayscale .slbImageWrap img{filter:grayscale(1)}.kb-gallery-filter-sepia .kb-gallery-image-contain img,.kb-gal-light-filter-sepia .gslide-media img,.kb-gal-light-filter-sepia .slbImageWrap img{filter:sepia(0.5)}.kb-gallery-filter-saturation .kb-gallery-image-contain img,.kb-gal-light-filter-saturation .gslide-media img,.kb-gal-light-filter-saturation .slbImageWrap img{filter:saturate(1.6)}.kb-gallery-filter-earlybird .kb-gallery-image-contain::after{background:radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);mix-blend-mode:overlay;content:"";position:absolute;left:0;right:0;top:0;bottom:0}.kb-gallery-filter-earlybird .kb-gallery-image-contain img{filter:contrast(0.9) sepia(0.2)}.kb-gal-light-filter-earlybird .gslide-media{position:relative}.kb-gal-light-filter-earlybird .gslide-media::before{background:radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);mix-blend-mode:overlay;content:"";position:absolute;left:0;right:0;top:0px;bottom:0px;z-index:1}.kb-gal-light-filter-earlybird .gslide-media img{filter:contrast(0.9) sepia(0.2)}.kb-gallery-filter-toaster .kb-gallery-image-contain::after{background:radial-gradient(circle, #804e0f, #3b003b);mix-blend-mode:screen;content:"";position:absolute;left:0;right:0;top:0;bottom:0}.kb-gallery-filter-toaster .kb-gallery-image-contain img{filter:contrast(1.5) brightness(0.9)}.kb-gal-light-filter-toaster .gslide-media{position:relative}.kb-gal-light-filter-toaster .gslide-media::before{background:radial-gradient(circle, #804e0f, #3b003b);mix-blend-mode:screen;content:"";position:absolute;left:0;right:0;top:0px;bottom:0px;z-index:1}.kb-gal-light-filter-toaster .gslide-media img{filter:contrast(1.5) brightness(0.9)}.kb-gallery-filter-mayfair .kb-gallery-image-contain::after{background:radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);mix-blend-mode:overlay;opacity:.4;content:"";position:absolute;left:0;right:0;top:0;bottom:0}.kb-gallery-filter-mayfair .kb-gallery-image-contain img{filter:contrast(1.1) saturate(1.1)}.kb-gal-light-filter-mayfair .gslide-media{position:relative}.kb-gal-light-filter-mayfair .gslide-media::before{background:radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);mix-blend-mode:overlay;opacity:.4;content:"";position:absolute;left:0;right:0;top:0px;bottom:0px;z-index:1}.kb-gal-light-filter-mayfair .gslide-media img{filter:contrast(1.1) saturate(1.1)}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="3"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="3"] .kb-slide-item:nth-child(-n+3){width:33.33%;display:block;float:left}.kt-blocks-carousel-init:after{clear:both;display:table;content:""}.kb-blocks-fluid-carousel:not(.splide-initialized):not(.tns-slider){display:flex}.kb-blocks-fluid-carousel:not(.splide-initialized):not(.tns-slider)[data-slider-center-mode=true] .kb-slide-item:nth-last-child(2){order:-11;margin-left:-100px}.kb-blocks-fluid-carousel:not(.splide-initialized):not(.tns-slider)[data-slider-center-mode=true] .kb-slide-item:nth-last-child(1){order:-10}.kb-blocks-fluid-carousel:not(.splide-initialized):not(.tns-slider) .kb-slide-item{max-width:80%;margin:0 10px 0 0;flex-basis:fit-content;flex-shrink:0}@media(max-width: 543px){.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-ss="1"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-ss="1"] .kb-slide-item:nth-child(-n+1){width:calc(100%/1);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-ss="2"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-ss="2"] .kb-slide-item:nth-child(-n+2){width:calc(100%/2);display:block;float:left}}@media(min-width: 544px)and (max-width: 767px){.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xs="1"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xs="1"] .kb-slide-item:nth-child(-n+1){width:calc(100%/1);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xs="2"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xs="2"] .kb-slide-item:nth-child(-n+2){width:calc(100%/2);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xs="3"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xs="3"] .kb-slide-item:nth-child(-n+3){width:calc(100%/3);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xs="4"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xs="4"] .kb-slide-item:nth-child(-n+4){width:calc(100%/4);display:block;float:left}}@media(min-width: 768px)and (max-width: 991px){.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="1"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="1"] .kb-slide-item:nth-child(-n+1){width:calc(100%/1);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="2"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="2"] .kb-slide-item:nth-child(-n+2){width:calc(100%/2);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="3"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="3"] .kb-slide-item:nth-child(-n+3){width:calc(100%/3);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="4"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="4"] .kb-slide-item:nth-child(-n+4){width:calc(100%/4);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="5"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="5"] .kb-slide-item:nth-child(-n+5){width:calc(100%/5);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="6"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="6"] .kb-slide-item:nth-child(-n+6){width:calc(100%/6);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="7"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="7"] .kb-slide-item:nth-child(-n+7){width:calc(100%/7);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="8"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-sm="8"] .kb-slide-item:nth-child(-n+8){width:calc(100%/8);display:block;float:left}}@media(min-width: 992px)and (max-width: 1199px){.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="1"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="1"] .kb-slide-item:nth-child(-n+1){width:calc(100%/1);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="2"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="2"] .kb-slide-item:nth-child(-n+2){width:calc(100%/2);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="3"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="3"] .kb-slide-item:nth-child(-n+3){width:calc(100%/3);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="4"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="4"] .kb-slide-item:nth-child(-n+4){width:calc(100%/4);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="5"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="5"] .kb-slide-item:nth-child(-n+5){width:calc(100%/5);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="6"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="6"] .kb-slide-item:nth-child(-n+6){width:calc(100%/6);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="7"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="7"] .kb-slide-item:nth-child(-n+7){width:calc(100%/7);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="8"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-md="8"] .kb-slide-item:nth-child(-n+8){width:calc(100%/8);display:block;float:left}}@media(min-width: 1200px)and (max-width: 1499px){.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="1"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="1"] .kb-slide-item:nth-child(-n+1){width:calc(100%/1);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="2"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="2"] .kb-slide-item:nth-child(-n+2){width:calc(100%/2);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="3"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="3"] .kb-slide-item:nth-child(-n+3){width:calc(100%/3);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="4"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="4"] .kb-slide-item:nth-child(-n+4){width:calc(100%/4);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="5"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="5"] .kb-slide-item:nth-child(-n+5){width:calc(100%/5);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="6"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="6"] .kb-slide-item:nth-child(-n+6){width:calc(100%/6);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="7"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="7"] .kb-slide-item:nth-child(-n+7){width:calc(100%/7);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="8"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xl="8"] .kb-slide-item:nth-child(-n+8){width:calc(100%/8);display:block;float:left}}@media(min-width: 1500px){.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="1"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="1"] .kb-slide-item:nth-child(-n+1){width:calc(100%/1);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="2"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="2"] .kb-slide-item:nth-child(-n+2){width:calc(100%/2);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="3"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="3"] .kb-slide-item:nth-child(-n+3){width:calc(100%/3);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="4"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="4"] .kb-slide-item:nth-child(-n+4){width:calc(100%/4);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="5"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="5"] .kb-slide-item:nth-child(-n+5){width:calc(100%/5);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="6"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="6"] .kb-slide-item:nth-child(-n+6){width:calc(100%/6);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="7"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="7"] .kb-slide-item:nth-child(-n+7){width:calc(100%/7);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="8"] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-columns-xxl="8"] .kb-slide-item:nth-child(-n+8){width:calc(100%/8);display:block;float:left}}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=slider] .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=slider] .kb-slide-item:first-child{display:block}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=thumbnail] .kb-slide-item:not(.specificity){display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=thumbnail] .kb-slide-item:not(.specificity):first-child{display:block;width:100%}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=thumbnail][data-columns-xl="3"]~.kb-blocks-slider .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=thumbnail][data-columns-xl="3"]~.kb-blocks-slider .kb-slide-item:nth-child(-n+3){width:calc(100%/3);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=thumbnail][data-columns-xl="4"]~.kb-blocks-slider .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=thumbnail][data-columns-xl="4"]~.kb-blocks-slider .kb-slide-item:nth-child(-n+4){width:calc(100%/4);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=thumbnail][data-columns-xl="5"]~.kb-blocks-slider .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=thumbnail][data-columns-xl="5"]~.kb-blocks-slider .kb-slide-item:nth-child(-n+5){width:calc(100%/5);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=thumbnail][data-columns-xl="6"]~.kb-blocks-slider .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=thumbnail][data-columns-xl="6"]~.kb-blocks-slider .kb-slide-item:nth-child(-n+6){width:calc(100%/6);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=thumbnail][data-columns-xl="7"]~.kb-blocks-slider .kb-slide-item{display:none}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=thumbnail][data-columns-xl="7"]~.kb-blocks-slider .kb-slide-item:nth-child(-n+7){width:calc(100%/7);display:block;float:left}.kt-blocks-carousel-init:not(.splide-initialized):not(.tns-slider)[data-slider-type=thumbnail]~.kb-blocks-slider{display:flex;gap:10px}.kb-gallery-ul.kb-gallery-type-mosaic .grid-pattern-container{display:grid;grid-auto-rows:150px;grid-template-columns:repeat(4, 1fr);grid-gap:10px;gap:10px;width:100%}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item{overflow:hidden;position:relative;width:100%;height:100%}@media(max-width: 767px){.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.grid-item-wide,.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.grid-item-large,.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.grid-item-tall,.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.grid-item-small,.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.last{grid-column:span 4;grid-row:span 2}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.only-one,.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.only-two,.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.only-three,.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.only-four,.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.only-five,.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.only-six,.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.only-seven{grid-column:span 4;grid-row:span 2}}@media(min-width: 768px){.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.grid-item-wide{grid-column:span 2;grid-row:span 1}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.grid-item-large{grid-column:span 2;grid-row:span 2}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.grid-item-tall{grid-column:span 1;grid-row:span 2}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.grid-item-small{grid-column:span 1;grid-row:span 1}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.only-one{grid-column:span 4;grid-row:span 2}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.only-two{grid-row:span 1}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.only-three{grid-column:span 2;grid-row:span 1}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.only-four{grid-row:span 1}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.only-five{grid-column:span 3;grid-row:span 1}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.only-six{grid-row:span 1}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item.only-seven{grid-row:span 2}}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner,.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item figure.kb-gallery-figure,.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item .kb-gal-image-radius,.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item .kb-gallery-image-contain,.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure.kb-gallery-figure .kadence-blocks-gallery-intrinsic{height:100%;width:100%;display:block}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figcaption.kadence-blocks-gallery-item__caption{overflow:hidden}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item .kb-gallery-figure{margin:0;box-sizing:border-box}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item .kb-gallery-image-contain{padding:0;background:none;border:none;cursor:pointer}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item .kb-gallery-image-contain img{width:100%;height:100%;object-fit:cover;display:block}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item .kadence-blocks-gallery-intrinsic{position:relative}.kb-gallery-ul.kb-gallery-type-mosaic .kadence-blocks-gallery-item .kadence-blocks-gallery-intrinsic::before{content:none !important}.kb-gallery-type-mosaic.kb-gallery-caption-style-below .grid-pattern-container .kadence-blocks-gallery-item{display:flex;flex-direction:column}.kb-gallery-type-mosaic.kb-gallery-caption-style-below .grid-pattern-container .kadence-blocks-gallery-item figure.kb-gallery-figure a{display:flex;flex-direction:column;height:100%}.kb-gallery-type-mosaic.kb-gallery-caption-style-below .grid-pattern-container .kadence-blocks-gallery-item figure.kb-gallery-figure a .kadence-blocks-gallery-item__caption{overflow-y:visible}.kt-blocks-carousel .splide.kb-slider-arrow-position-top-right .splide__arrows{right:1rem;top:1rem}.kt-blocks-carousel .splide.kb-slider-arrow-position-top-right .splide__arrows .splide__arrow--prev{left:unset;right:4em}.kt-blocks-carousel .splide.kb-slider-arrow-position-top-left .splide__arrows{left:1rem;top:1rem}.kt-blocks-carousel .splide.kb-slider-arrow-position-top-left .splide__arrows .splide__arrow--next{left:4em}.kt-blocks-carousel .splide.kb-slider-arrow-position-bottom-left .splide__arrows{bottom:1rem;left:1rem}.kt-blocks-carousel .splide.kb-slider-arrow-position-bottom-left .splide__arrows .splide__arrow--next{left:4em}.kt-blocks-carousel .splide.kb-slider-arrow-position-bottom-right .splide__arrows{bottom:1rem;right:1rem}.kt-blocks-carousel .splide.kb-slider-arrow-position-bottom-right .splide__arrows .splide__arrow--prev{left:unset;right:4em}.kt-blocks-carousel .splide.kb-slider-group-arrow.kb-slider-arrow-position-outside-top .splide__arrows{position:relative;top:-2rem}.kt-blocks-carousel .splide.kb-slider-arrow-position-outside-top-right .splide__arrows{right:1rem;top:-4rem}.kt-blocks-carousel .splide.kb-slider-arrow-position-outside-top-right .splide__arrows .splide__arrow--prev{left:unset;right:4em}.kt-blocks-carousel .splide.kb-slider-arrow-position-outside-top-left .splide__arrows{left:1rem;top:-4rem}.kt-blocks-carousel .splide.kb-slider-arrow-position-outside-top-left .splide__arrows .splide__arrow--next{left:4em}.kt-blocks-carousel .splide.kb-slider-arrow-position-outside-bottom .splide__arrows{position:absolute;bottom:-2rem;width:100%}.kt-blocks-carousel .splide.kb-slider-arrow-position-outside-bottom-right .splide__arrows{right:1rem;bottom:-4rem}.kt-blocks-carousel .splide.kb-slider-arrow-position-outside-bottom-right .splide__arrows .splide__arrow--prev{left:unset;right:4em}.kt-blocks-carousel .splide.kb-slider-arrow-position-outside-bottom-left .splide__arrows{left:1rem;bottom:-4rem}.kt-blocks-carousel .splide.kb-slider-arrow-position-outside-bottom-left .splide__arrows .splide__arrow--next{left:4em}.kt-blocks-carousel .splide.kb-slider-group-arrows .splide__arrows{display:flex;gap:1rem;position:absolute;z-index:1}.kb-gallery-type-thumbslider .kt-blocks-carousel:has(.kb-slider-arrow-position-outside-top),.kb-gallery-type-thumbslider .kt-blocks-carousel:has(.kb-slider-arrow-position-outside-top-left),.kb-gallery-type-thumbslider .kt-blocks-carousel:has(.kb-slider-arrow-position-outside-top-right){overflow:visible}.kb-gallery-type-thumbslider .kt-blocks-carousel:has(.kb-slider-arrow-position-outside-bottom),.kb-gallery-type-thumbslider .kt-blocks-carousel:has(.kb-slider-arrow-position-outside-bottom-left),.kb-gallery-type-thumbslider .kt-blocks-carousel:has(.kb-slider-arrow-position-outside-bottom-right){overflow:visible}.wp-block-kadence-advancedgallery .kt-blocks-carousel{position:relative}.wp-block-kadence-advancedgallery .kb-gallery-pause-button{display:none}.wp-block-kadence-advancedgallery .kt-blocks-carousel:has(.kt-blocks-carousel-init[data-show-pause-button=true]) .kb-gallery-pause-button,.wp-block-kadence-advancedgallery .kt-blocks-carousel:has(.kb-blocks-slider[data-show-pause-button=true]) .kb-gallery-pause-button{display:flex}.wp-block-kadence-advancedgallery .kb-gallery-pause-button{position:absolute;bottom:10px;right:10px;background:var(--splide-nav-background, rgba(0, 0, 0, 0.8));color:var(--splide-nav-color, #fff);border:var(--splide-nav-border, 2px solid transparent);border-radius:4px;padding:8px 12px;cursor:pointer;font-size:14px;z-index:10;display:flex;align-items:center;justify-content:center;opacity:.75;transition:opacity .4s ease-in-out}.wp-block-kadence-advancedgallery .kb-gallery-pause-button:hover,.wp-block-kadence-advancedgallery .kb-gallery-pause-button:focus{opacity:1}.wp-block-kadence-advancedgallery .kb-gallery-pause-button:focus{outline:2px solid currentColor;outline-offset:2px}.wp-block-kadence-advancedgallery .kb-gallery-pause-button svg{width:24px;height:24px;display:block}.wp-block-kadence-advancedgallery .kb-gallery-pause-button .kb-gallery-pause-icon,.wp-block-kadence-advancedgallery .kb-gallery-pause-button .kb-gallery-play-icon{fill:currentColor;line-height:0}.wp-block-kadence-advancedgallery .kt-blocks-carousel:hover .kb-gallery-pause-button{opacity:.75}.wp-block-kadence-advancedgallery:has(.kb-slider-arrow-position-bottom-right) .kb-gallery-pause-button{bottom:50px}.wp-block-kadence-advancedgallery:has(.kb-slider-arrow-position-outside-bottom-right) .kb-gallery-pause-button{bottom:80px}.wp-block-kadence-advancedgallery .kb-blocks-slider[data-slider-type=thumbnail] .kb-gallery-pause-button{margin-right:25px}