.block {
position: relative;
margin: 0 auto;
padding: 1.5em 1.25em;
max-width: 60em;
}
.close-btn {
display: block;
width: 2.625em;
height: 2.25em;
padding: 0;
border: 0;
outline: none;
overflow: hidden;
white-space: nowrap;
text-indent: 100%;
}
.no-svg .close-btn {
background-image: url(//kinderworld.net/wp-content/themes/accesspress-root/img/close-btn.png);
}
.close-btn:focus, .close-btn:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.nav-btn {
display: block;
width: 2.625em;
height: 2.25em;
padding: 0;
border: 0;
outline: none;
background: #333333 url(//kinderworld.net/wp-content/themes/accesspress-root/img/nav-icon.svg) left center no-repeat;
background-size: 1.875em 1.5em;
overflow: hidden;
white-space: nowrap;
text-indent: 100%;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
_opacity: 0.7;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .nav-btn {
background-image: url(//kinderworld.net/wp-content/themes/accesspress-root/img/nav-icon.png);
}
.nav-btn:hover, .nav-btn:focus {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
#outer-wrap {
position: relative;
overflow: hidden;
width: 100%;
}
#inner-wrap {
position: relative;
width: 100%;
}
#nav {
z-index: 200;
position: relative;
overflow: hidden;
width: 100%;
color: #fff;
}
#nav .close-btn {
display: none;
}
#nav .block-title {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
#nav .block {
z-index: 2;
position: relative;
padding: 0.75em 1.25em;
background: #333333;
}
#nav ul {
*zoom: 1;
display: block;
}
#nav ul:before, #nav ul:after {
content: "";
display: table;
}
#nav ul:after {
clear: both;
}
#nav li {
display: block;
}
#nav li a {
display: block;
color: #ccc;
font-size: 0.875em;
line-height: 1.28571em;
font-weight: bold;
outline: none;
}
#nav li a:focus, #nav li a:hover {
color: #fff;
background: rgba(255, 255, 255, 0.1);
}
#nav li.is-active a {
color: #fff;
}
#top {
z-index: 100;
position: relative;
color: #fff;
background: #333333;
}
#top .block-title {
margin: 0;
font-size: 1.875em;
line-height: 1.2em;
text-align: center;
white-space: nowrap;
}
#top .nav-btn {
position: absolute;
top: 1.5em;
left: 1.875em;
}
#main .block {
padding: 2.625em 1.875em;
}
footer[role="contentinfo"] {
background: #ddd;
}
@media screen and (max-width: 1024px) {
#nav {
position: absolute;
top: 0;
padding-top: 5.25em;
}
#nav:not(:target) {
z-index: 1;
height: 0;
}
#nav:target .close-btn {
display: block;
}
#nav .close-btn {
position: absolute;
top: -3.75em;
left: 1.875em;
}
#nav .block {
position: relative;
padding: 0;
}
#nav li {
position: relative;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#nav li:last-child {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#nav li.is-active:after {
z-index: 50;
display: block;
content: "";
position: absolute;
top: 50%;
right: -0.03125em;
margin-top: -0.625em;
border-top: 0.625em transparent solid;
border-bottom: 0.625em transparent solid;
border-right: 0.625em white solid;
}
#nav li a {
padding: 0.85714em 2.14286em;
}
.js-ready #nav {
height: 100%;
width: 70%;
background: #333333;
-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
}
.js-ready #nav .block {
background: transparent;
}
.js-ready #nav .close-btn {
display: block;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
}
.js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.js-ready #nav {
left: -70%;
}
.js-ready #inner-wrap {
left: 0;
}
.js-nav #inner-wrap {
left: 70%;
}
.csstransforms3d.csstransitions.js-ready #nav { 
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-ready #inner-wrap {
left: 0 !important;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-nav #inner-wrap {
-webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
-moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
-ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
-o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
}
}@font-face{font-family:'FontAwesome';src:url(//kinderworld.net/wp-content/themes/accesspress-root/css/fonts/fontawesome-webfont.eot?v=4.4.0);src:url(//kinderworld.net/wp-content/themes/accesspress-root/css/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(//kinderworld.net/wp-content/themes/accesspress-root/css/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(//kinderworld.net/wp-content/themes/accesspress-root/css/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(//kinderworld.net/wp-content/themes/accesspress-root/css/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(//kinderworld.net/wp-content/themes/accesspress-root/css/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{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-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper: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-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.bx-wrapper *{
direction: ltr;
}
.bx-wrapper {
position: relative;
margin: 0 auto;
padding: 0;
*zoom: 1;
}
.bx-wrapper img {
max-width: 100%;
display: block;
margin: 0 auto;
} .bx-wrapper .bx-viewport { -webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: 10px;
width: 100%;
} .bx-wrapper .bx-loading {
min-height: 50px;
background: url(//kinderworld.net/wp-content/themes/accesspress-root/css/images/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
} .bx-wrapper .bx-pager {
text-align: center;
font-family: Arial;
font-weight: bold;
color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #FFF;
text-indent: -9999px;
display: block;
width: 15px;
height: 6px;
margin: 0 5px;
outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #E66432;
} .bx-wrapper .bx-prev {
left: 40px;
background: url(//kinderworld.net/wp-content/themes/accesspress-root/css/images/controls.png) no-repeat ;
}
.bx-wrapper .bx-next {
right: 40px;
background: url(//kinderworld.net/wp-content/themes/accesspress-root/css/images/controls.png) no-repeat right top;
}
.bx-wrapper .bx-prev:hover {
}
.bx-wrapper .bx-next:hover {
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -50px;
outline: 0;
width: 28px;
height: 100px;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
} .bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(//kinderworld.net/wp-content/themes/accesspress-root/css/images/controls.png) -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(//kinderworld.net/wp-content/themes/accesspress-root/css/images/controls.png) -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
} .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
} .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666\9;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}
.slider-caption iframe{
width: 100%;
height: 100%;
}.nivo-lightbox-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 99998;
width: 100%;
height: 100%;
overflow: hidden;
visibility: hidden;
opacity: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
visibility: visible;
opacity: 1;
}
.nivo-lightbox-wrap  {
position: absolute;
top: 10%;
bottom: 10%;
left: 10%;
right: 10%;
}
.nivo-lightbox-content {
width: 100%;
height: 100%;
}
.nivo-lightbox-title-wrap {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 99999;
text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
position: absolute;
top: 50%;
left: 0;
}
.nivo-lightbox-next {
position: absolute;
top: 50%;
right: 0;
}
.nivo-lightbox-close {
position: absolute;
top: 2%;
right: 2%;
}
.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
vertical-align: middle;
}
.nivo-lightbox-content iframe {
width: 100%;
height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
max-height: 100%;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.nivo-lightbox-error {
display: table;
text-align: center;
width: 100%;
height: 100%;
color: #fff;
text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
display: table-cell;
vertical-align: middle;
} .nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
-webkit-transform: translateX(-10%);
-moz-transform: translateX(-10%);
-ms-transform: translateX(-10%);
transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
-webkit-transform: translateX(10%);
-moz-transform: translateX(10%);
-ms-transform: translateX(10%);
transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transform: translateY(-10%);
-moz-transform: translateY(-10%);
-ms-transform: translateY(-10%);
transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
-webkit-transform: translateY(10%);
-moz-transform: translateY(10%);
-ms-transform: translateY(10%);
transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: translateZ(300px);
-moz-transform: translateZ(300px);
-ms-transform: translateZ(300px);
transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
background: #666;
background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(//kinderworld.net/wp-content/themes/accesspress-root/css/images/loading.gif) no-repeat 50% 50%; }
.nivo-lightbox-theme-default .nivo-lightbox-nav {
top: 10%;
width: 8%;
height: 80%;
text-indent: -9999px;
background-repeat: no-repeat;
background-position: 50% 50%;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
opacity: 1; 
background-color: rgba(0,0,0,0.1);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
background-image: url(//kinderworld.net/wp-content/themes/accesspress-root/css/images/prev.png); 
border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
background-image: url(//kinderworld.net/wp-content/themes/accesspress-root/css/images/next.png); 
border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
display: block;
background: url(//kinderworld.net/wp-content/themes/accesspress-root/css/images/close.png) no-repeat 5px 5px;
width: 16px;
height: 16px;
text-indent: -9999px;
padding: 5px;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
background: #000;
color: #fff;
padding: 7px 15px;
border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
background: #fff;
padding:8px;
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
background: #fff;
padding: 40px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min--moz-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
background-image: url(//kinderworld.net/wp-content/themes/accesspress-root/css/images/loading@2x.gif); 
background-size: 32px 32px;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
background-image: url(//kinderworld.net/wp-content/themes/accesspress-root/css/images/prev@2x.png); 
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
background-image: url(//kinderworld.net/wp-content/themes/accesspress-root/css/images/next@2x.png); 
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close { 
background-image: url(//kinderworld.net/wp-content/themes/accesspress-root/css/images/close@2x.png); 
background-size: 16px 16px;
}
}.clear-both {
clear: both;
}
#corporate-social-responsibility .container {
background-color: #E7700F;
width: 700px;
padding: 0.5rem 0;
}
#corporate-social-responsibility .frs-slideshow-container {
margin-bottom: 25px;
}
#corporate-social-responsibility .frs-slideshow-content .frs-slide-img {
display: flex;
background-color: #E7700F !important;
}
#corporate-social-responsibility .frs-slideshow-content .frs-slide-img a {
display: block;
width: 50%;
height: 100%;
}
#corporate-social-responsibility .frs-slideshow-content .frs-slide-img a img {
width: 100%;
height: 100%;
object-fit: cover;
}
#corporate-social-responsibility .frs-slideshow-content .frs-slide-img .frs-caption {
width: 50%;
right: 0;
padding: 0;
}
#corporate-social-responsibility .frs-slideshow-content .frs-slide-img .frs-caption .frs-caption-content {
width: 100% !important;
background: none !important;
}
#corporate-social-responsibility .frs-slider-nav .frs-arrow-left {
border-radius: 50%;
top: 95%;
left: 54rem;
}
#corporate-social-responsibility .frs-slider-nav .frs-arrow-right {
border-radius: 50%;
top: 95%;
right: 2rem;
}
#corporate-social-responsibility .frs-bullets {
bottom: 2.5rem;
left: 16rem;
}
#corporate-social-responsibility .frs-bullets li.frs-bullets-active {
background-color: #FFFFFF;
} .kig-gallery {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}
.image-overlay {
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.image-overlay::before {
content: '';
position: absolute;
inset: 0;
width: 100%;
height: 100%;
z-index: 1;
transition: background-color 0.5s ease; }
.image-overlay img {
padding: 3rem;
}
.overlay-content {
position: absolute;
inset: 0;
z-index: 2;
color: #fff;
padding: 10px;
opacity: 0;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
height: 100%;
transition: opacity 0.3s ease;
}
.overlay-content p {
font-size: 13px;
margin: 10px 0;
}
.see-more {
display: inline-block;
color: #fff;
background-color: #bd5507;
border: 1px solid #fff;
padding: 0.5rem 3.5rem;
border-radius: 1rem;
transition: color 0.3s ease;
}
.see-more.go-back {
background-color: #E7700F;
float: right;
} .image-overlay:hover::before {
background-color: rgba(0, 0, 0, 0.5);
}
.image-overlay:hover .overlay-content {
opacity: 1;
}
.see-more:hover {
color: #f39c12;
} #top-footer {
background-color: #bd5507;
padding: 30px 5px !important;
}
#top-footer .top-footer-wrap {
display: flex;
margin: auto;
} .columns-4 .top-footer-block {
width: 100% !important;
}
#top-footer .top-footer-block:not(#footer1) p {
color: #fff;
line-height: normal;
font-size: 13px;
margin-left: 1.7rem;
}
#top-footer .top-footer-block:not(#footer1) p.title {
margin-left: 0;
font-weight: bold;
}
#top-footer .top-footer-block:not(#footer1) .wp-block-group {
position: relative;
}
#top-footer .top-footer-block:not(#footer1) .wp-block-image img {
position: absolute;
top: 0;
left: 0;
}
#top-footer .top-footer-block#footer3,
#top-footer .top-footer-block#footer4,
#top-footer .top-footer-block#footer5 {
position: relative;
padding-bottom: 3rem;
}
#top-footer .top-footer-block#footer3 aside.widget:last-child,
#top-footer .top-footer-block#footer4 aside.widget:last-child,
#top-footer .top-footer-block#footer5 aside.widget:last-child {
position: absolute;
bottom: 0;
left: 0;
}
#top-footer .top-footer-wrap a,
#top-footer .top-footer-wrap a:hover {
color: #fff;
}
#top-footer .top-footer-block#footer1 {
width: calc(100% + 500px) !important;
}
#top-footer .top-footer-block#footer2 {
display: none;
}
.ver-en,
.ver-vn,
.ver-mobile {
display: none;
}
html[lang='en-GB'] .ver-en,
html[lang='vi'] .ver-vn,
.ver-pc {
display: block;
}  .card {
border: 1px solid #C8C8C8;
padding: 18px;
background-color: #FDF7ED;
border-radius: 20px;
}
.card .card-img {
border-radius: 20px;
overflow: hidden;
}
.card .card-img img {
width: 100%;
height: auto;
object-fit: cover;
}
.card .card-title {
color: #FF4200;
font-weight: bold;
font-size: 15px;
margin-top: 16px;
text-align: start;
}
.card .card-content {
color: #141414;
font-weight: normal;
font-size: 13px;
line-height: 20px;
text-align: start;
} .box {
display: flex;
margin: 14px 0;
height: max-content;
}
.list-card {
display: flex;
flex-wrap: wrap;
width: 50%;
}
.left-list {
margin-right: 14px;
}
.card-flex {
display: flex;
gap: 20px;
} .card-flex .card-img {
width: 70%;
}
.card-flex .card-body {
width: 30%;
height: fit-content;
}
.card-flex .card-title {
margin-top: 8px;
}
.card-flex .card-img img {
height: 100%;
object-position: center;
} .list-card .card:not(:last-child) {
margin-bottom: 10px;
} .left-list .card-highlight .card-img,
.left-list .card-highlight .card-body {
width: 100%;
}
.right-list .card.card-highlight {
height: 49.5%;
}
.right-list .card-highlight .card-img {
height: 70%;
}
.right-list .card-highlight img {
height: 100%;
}@media only screen and (max-width: 1024px) {
.kig-gallery {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 500px) {
.kig-gallery {
grid-template-columns: auto;
justify-content: center;
row-gap: 2rem;
}
#top-footer .top-footer-wrap {
flex-direction: column;
}
#top-footer .top-footer-block:not(#footer1) p {
margin-left: 0;
}
#top-footer .top-footer-block:not(#footer1) .wp-block-image img {
display: none;
}
#top-footer .top-footer-block:not(#footer1) p.address::before,
#top-footer .top-footer-block:not(#footer1) p.phone::before {
content: "";
display: inline-block;
background-size: cover;
background-position: center;
margin-right: 0.7rem;
}
#top-footer .top-footer-block:not(#footer1) p.address::before {
width: 9px;
height: 12px;
background-image: url(https://kinderworld.net/wp-content/themes/accesspress-root/css/images/icon-address.webp);
}
#top-footer .top-footer-block:not(#footer1) p.phone::before {
width: 12px;
height: 11px;
background-image: url(https://kinderworld.net/wp-content/themes/accesspress-root/css/images/icon-phone.webp);
}
#top-footer .top-footer-block#footer1 {
width: 100% !important;
}
#top-footer .top-footer-block#footer3 aside.widget:last-child,
#top-footer .top-footer-block#footer4 aside.widget:last-child,
#top-footer .top-footer-block#footer5 aside.widget:last-child {
left: 10px;
}
.ver-pc {
display: none;
}
.ver-mobile {
display: block;
}
}.woocommerce div.product div.images img, .woocommerce ul.products li.product a img{
border: solid 1px #1EB0BC;
}
.woocommerce span.onsale{
border-radius: 0%;
top:0px;
left:0px;
}
.woocommerce span.onsale{
background-color: #1EB0BC;
}
.woocommerce #respond input#submit.alt,  
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
background-color: transparent;
color: #1EB0BC;
border-radius: 5%;
border: solid 2px #1EB0BC;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
background-color: #1EB0BC;
color: #fff;
}
.woocommerce div.product form.cart .button{
margin-top:-2px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
color:#1EB0BC;
}
.woocommerce a.button.alt{
background-color: transparent;
color: #1EB0BC;
border-radius: 2%;
border: solid 2px #1EB0BC;
}
.woocommerce a.button.alt:hover{
background-color: #1EB0BC;
color: #fff;
}
.woocommerce ul.products li.product .price del{
display:inline;
padding-right:5px;
}
.woocommerce ul.products li.product .price{
color:#1EB0BC;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
text-align:center;
}
.woocommerce ul.products li.product h3{
padding: 0px;
}
.woocommerce ul.products li.product .button{
margin-top: 0px;
}.woocommerce ul.products li.product .onsale{
margin:0 0 0 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
background-color:#1EB0BC;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
background-color: #93B2B5;
}
.woocommerce div#primary {
border: solid 1px #eeeeee;
padding: 5px;
box-shadow: 0 0 4px #eeeeee;
}
.woocommerce .woocommerce-message{
border-top-color: #1EB0BC;
}
.woocommerce .woocommerce-message:before{
color:#1EB0BC;
}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; box-sizing: border-box; }
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; font-family: Arial !important;
}
body.page-id-10 #breadcum {
background: #FFF;
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
margin-bottom: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
table { border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
border: 1px solid #ccc;
padding: 10px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
a:focus {
outline: 0;
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
} body,
button,
input,
select,
textarea {
color: #141414;
font-family: Arial;
font-size: 14px;
line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
color: #3a3a3a;
font-weight: 300;
line-height: 1.3;
margin-bottom: 15px;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
p {
margin-bottom: 15px;
line-height: 22px;
}
b,
strong {
font-weight: 600;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 15px;
}
address {
margin: 0 0 15px;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 1.5rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
} hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 15px;
}
ul,
ol {
margin: 0 0 15px 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 15px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 15px 15px;
}
img {
vertical-align: middle;
height: auto; max-width: 100%; }
figure {
margin: 0;
}
table {
margin: 0 0 15px;
width: 100%;
}
th {
font-weight: bold;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #fff;
border: 1px solid #E7700F;
color: #E7700F;
padding: 0 30px;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
font-size: 14px;
height: 40px;
cursor: pointer;
float: right;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #E7700F;
border: 1px solid #E7700F;
color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
font-size: 14px;
color: #404040;
border: 1px solid #CCC;
border-radius: 1px;
width: 100%;
height: 40px;
}
select {
font-size: 14px;
border: 1px solid #CCC;
border-radius: 1px;
color: #404040;
height: 40px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
padding: 6px 10px;
height: 40px;
}
textarea {
padding: 6px 10px;
width: 100%;
height: auto;
} a {
text-decoration: none;
color: #E7700F;
outline: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
a:hover {
color: #3a3a3a;
} .main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
position: absolute;
top: 100%;
left: -50%;
z-index: 99999;
background: #3a3a3a;
margin-left: -39px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 288px;
margin-top: 2px;
}
.main-navigation ul li.menu-item-87 ul {
left: 0% !important;
}
.main-navigation ul li.menu-item-18 ul {
left: -32% !important;
}
#site-navigation li ul a {
color: #ffffff;
}
.main-navigation li:hover ul {
opacity: 1;
visibility: visible;
top: 160%;
}
.main-navigation ul ul:before {
position: absolute;
border-bottom: 10px solid #E7700F;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
content: "";
top: -10px;
left: 50%;
margin-left: -10px;
display: none;
}
#site-navigation.main-navigation ul ul a {
_width: 382px;
margin-left: 0px;
padding: 10px 8px;
position: relative;
text-align: left;
line-height: 1.4;
padding-left: 20px;
font-weight: normal;
text-transform: none;
}
#site-navigation ul li ul.sub-menu>li:hover>a,
#site-navigation ul li ul.sub-menu>li.current-menu-item>a,
#site-navigation ul li ul.sub-menu>li.current-menu-ancestor>a {
color: #fff;
background: #E7700F;
}
.text-6 {
width: 523px !important;
}
.main-navigation ul ul ul {
left: 108%;
top: 0 !important;
margin: 0;
visibility: hidden !important;
opacity: 0;
}
.main-navigation ul ul li:hover ul {
visibility: visible !important;
left: 100%;
opacity: 1;
}
.main-navigation ul ul ul:before {
position: absolute;
border-right: 10px solid #1eb0bc;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
content: "";
top: 12px;
left: -10px;
}
.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {} .main-navigation .menu-toggle {
display: none;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 15px;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 15px;
}
.alignright {
display: inline;
float: right;
margin-left: 15px;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
}
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 15px;
} .widget select {
max-width: 100%;
} .widget_search .search-submit {
display: none;
} #main {
margin: 0 auto 30px;
width: 1140px;
} .sticky {
display: block;
}
.hentry {
margin: 0 0 15px;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: none;
}
.entry-header {
margin-bottom: 20px;
}
.page-content,
.entry-content,
.entry-summary {
text-align: justify;
}
.page-links {
clear: both;
margin: 0 0 15px;
}
.post-thumbnail {
margin-bottom: 10px;
display: none;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 15px;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
} .gallery {
margin-bottom: 15px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
padding: 3px;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} #primary-wrap {
width: 75%;
float: left;
}
.left-sidebar #primary {
float: right;
}
.both-sidebar #primary {
float: right;
}
.no-sidebar #primary {
width: 100%;
float: none;
}
#secondary.secondary-left {
float: left;
}
#secondary.secondary-right {
float: left;
}
#secondary .widget_nav_menu .menu {
margin: 0;
padding: 0;
}
#secondary .widget_nav_menu .menu li {
border-bottom: 1px solid #ccc;
padding-top: 8px;
padding-bottom: 8px;
color: #393939;
padding-left: 20px;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/bullet.png) no-repeat center left;
list-style: none;
}
#secondary .widget_nav_menu .menu li a {
text-transform: uppercase;
color: #393939;
font-weight: bold;
font-size: 14px;
}
#secondary .widget_nav_menu .menu li a:hover {
color: #e47025;
}
#secondary .widget_nav_menu .menu li.current-menu-item>a {
color: #e47025;
}
.both-sidebar #secondary.secondary-left {
float: left;
}
.both-sidebar #secondary.secondary-right {
float: right;
width: 23%
}
body.boxed {
background: #E4E3E3;
}
body.boxed #page {
width: 1200px;
margin: 0 auto;
background: #FFF;
}
#main.blog-post {
margin-top: 25px;
} body {
font-weight: 400;
position: static;
background: #FAFAFA;
}
body.home {
font-weight: 400;
position: static;
background: #fff;
}
.ak-container {
width: 1140px;
margin: 0 auto;
}
.hide {
display: none;
} #masthead {
border-bottom: 1px solid #E7700F;
border-left: none;
border-right: none;
padding: 18px 0;
box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
position: relative;
z-index: 31;
position: fixed;
background: #fff;
width: 100%;
padding-top: 0px;
height: 103px;
}
#masthead #site-branding img {
height: 75px;
}
.blog #masthead {
margin-bottom: 30px;
}
.home #masthead {
margin-bottom: 0;
}
.home.no-slider #masthead,
.blog.no-slider #masthead {
margin-bottom: 30px;
}
#language-id {
position: relative;
top: -1px;
text-align: right;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/lang-bg.png) no-repeat top right;
width: 120px;
float: right;
height: 35px;
text-align: center;
}
#language-id ul {
margin: 0;
padding: 0;
}
#polylang-3 {
padding-top: 5px;
}
#language-id ul li {
list-style: none;
display: inline;
}
#language-id ul li.lang-item-10 {
border-left: 1px solid #ccc;
padding-left: 5px;
}
#language-id ul li a {
color: #fff;
font-size: 12px;
}
#language-id ul li.current-lang a {
color: #E7700F
}
#site-branding {
float: left;
}
#site-branding .site-logo {
float: left;
margin-top: 12px;
}
#site-branding .site-text {
float: left;
}
#site-branding h1.site-title {
font-family: "Oswald", sans-serif;
font-size: 28px;
margin: 0;
line-height: 1.2;
}
#site-branding h2.site-description {
font-size: 14px;
color: #888;
margin: 0;
}
#site-branding h1 a {
text-transform: uppercase;
color: #1eb0bc;
text-decoration: none;
}
.right-header {
float: right;
margin-top: 13px;
text-align: right;
width: 72%;
}
#site-navigation,
.search-icon {
display: inline-block;
vertical-align: top;
}
#site-navigation .menu {
margin: 0;
padding: 0;
list-style: none;
}
#site-navigation>ul>li {
float: left;
padding-bottom: 0px;
}
#site-navigation>ul#menu-mainmenu>li.current-menu-item {
border-bottom: 2px solid #E7700F;
}
#site-navigation li a {
color: #4b4b4b;
font-size: 13px;
text-transform: uppercase;
-webkit-transition: color 0.3s ease 0s;
-moz-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
font-weight: bold;
position: relative;
display: block;
margin-left: 7px;
padding-right: 7px;
}
#site-navigation li.menu-item-16 a {
padding-right: 0px;
}
#site-navigation>ul>li>a:hover,
#site-navigation>ul>li.current-menu-item>a,
#site-navigation>ul>li.current-menu-ancestor>a,
.search-icon a {
color: #E7700F;
}
#site-navigation>ul>li>a:after {
position: absolute;
right: 0;
top: 0;
content: "/";
color: #AAA;
display: none
} .search-icon {
margin-left: 21px;
font-size: 14px;
display: none;
}
.search-icon a {
color: #4b4b4b;
}
.search-icon a:hover {
color: #1eb0bc;
}
.search-box {
left: 50%;
position: fixed;
width: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: width 0.3s ease 0.3s, visibility 0s ease 0.8s;
-moz-transition: width 0.3s ease 0.3s, visibility 0s ease 0.8s;
transition: width 0.3s ease 0.3s, visibility 0s ease 0.8s;
background: rgba(30, 176, 188, 0.7);
height: 100%;
visibility: hidden;
top: 0;
z-index: 999999;
}
.search-box.active {
width: 100%;
visibility: visible;
-webkit-transition: width 0.3s ease 0s;
-o-transition: width 0.3s ease 0s;
transition: width 0.3s ease 0s;
}
.search-box .search-submit {
display: none;
}
.search-box .searchsubmit {
display: none;
}
.search-box .search-field {
position: absolute;
top: 50%;
height: 80px;
border: none;
border-bottom: 1px solid #ffffff;
width: 80%;
margin-left: -40%;
left: 50%;
margin-top: -40px;
background: none;
color: #ffffff !important;
font-size: 46px;
font-style: italic;
font-weight: 300;
}
.search-box .search-field:focus {
border: none;
box-shadow: none;
outline: none;
border-bottom: 1px solid #ffffff;
}
.search-box .search-field::-webkit-input-placeholder {
color: #ffffff !important;
}
.search-box .search-field::-moz-placeholder {
color: #ffffff !important;
opacity: 1;
}
.search-box .search-field:-ms-input-placeholder {
color: #ffffff !important;
}
.search-box .close {
color: #ffffff;
font-size: 180px;
font-weight: 300;
margin-top: -90px;
position: absolute;
right: 30px;
top: 0;
cursor: pointer;
display: none;
}
.search-box.active .close {
display: block;
} #main-slider {
position: relative;
margin-bottom: 20px;
margin-top: 103px;
}
.page-template-default #main-slider {
margin-bottom: 0
}
.slider-caption {
left: 0;
padding: 0;
position: absolute;
text-align: left;
top: 50%;
width: 100%;
z-index: 9999;
}
.slider-caption .caption-title {
color: #ffffff;
font-family: "Oswald", sans-serif;
font-size: 30px;
text-shadow: 0 0 4px #7e8997;
margin-bottom: 10px;
}
.caption-content-wrapper {
background: rgba(0, 0, 0, 0.3);
color: #ffffff;
font-size: 14px;
line-height: 24px;
padding: 15px 20px;
width: 557px;
}
.caption-read-more {
color: #FFF;
display: inline-block;
margin-top: 10px;
border: 1px solid #FFF;
padding: 8px 15px;
}
.caption-read-more:hover {
background: #1EB0BC;
border: 1px solid #1EB0BC;
color: #FFF;
}
.boxed .caption-content-wrapper,
.boxed .caption-read-more {
margin-left: 100px;
}
#main-slider .bx-controls .bx-pager {
position: relative;
bottom: 30px;
width: 100%;
left: 0;
text-align: center;
top: -15px;
z-index: 2000;
display: block;
display: none;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
vertical-align: middle;
}
#main-slider .bx-pager-item a,
#message-slider .bx-controls .bx-pager-item a,
.project-block-wrap .bx-controls .bx-pager-item a {
background: none repeat scroll 0 0 #ccc;
border-radius: 100%;
color: transparent;
display: block;
height: 12px;
width: 12px;
}
#main-slider .bx-pager-item a:hover,
#main-slider .bx-pager-item a.active,
#message-slider .bx-controls .bx-pager-item a:hover,
#message-slider .bx-controls .bx-pager-item a.active,
.project-block-wrap .bx-controls .bx-pager-item a:hover,
.project-block-wrap .bx-controls .bx-pager-item a.active {
background: #E7700F;
}
h1.message-title {
padding-top: 15px;
}
#main-slider .bx-controls .bx-controls-direction a {
float: left;
color: transparent;
background: url(//kinderworld.net/wp-content/themes/accesspress-root/images/slider-prev-next.png) no-repeat scroll 0 0;
display: block;
height: 78px;
width: 40px;
z-index: 99999;
margin-top: -40px;
}
#main-slider .bx-controls .bx-controls-direction a.bx-next {
float: right;
background-position: -40px 0;
} #message-slider {
margin-bottom: 50px;
text-align: center;
}
.color-bold,
.message-title span {
color: #1eb0bc;
font-weight: 600;
}
.message-content {
font-size: 13px;
margin-bottom: 50px;
color: #6D6E71;
}
#message-slider .bx-wrapper {
position: relative;
top: 10px;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/about-bg.png) no-repeat center bottom #fff;
}
#message-slider .bx-controls .bx-pager {
background: none repeat scroll 0 0 #ffffff;
display: inline-block;
left: 50%;
padding: 0 20px;
position: absolute;
top: 100%;
width: auto;
height: 30px;
margin-top: -15px;
line-height: 30px;
}
#message-slider .bx-controls .bx-pager-item a,
.project-block-wrap .bx-controls .bx-pager-item a {
background: #f2f2f2;
}
#message-slider .bx-controls .bx-pager-item a {
border-radius: 50%;
top: 8px;
position: relative;
}
h1.widget-title a {
color: #3a3a3a;
font-size: 21px;
font-size: 21px;
font-family: arial;
font-weight: normal;
} #service-section {
margin-bottom: 0px;
margin-top: 15px;
}
#service-section h1.widget-title1 {
text-align: center;
}
.section-title-wrap {
margin-bottom: 0px;
text-align: center;
}
.sub-desc {
font-size: 16px;
line-height: 24px;
}
.service-block,
.feature-block {
float: left;
margin-left: 3%;
width: 100%;
margin-bottom: 20px;
border-bottom: 2px solid #ddd;
padding: 20px;
}
.service-block-wrap,
.feature-block-wrap {
margin-left: -3%;
}
.service-content {
float: left
}
.service-title,
.feature-title {
font-size: 18px;
font-weight: bold;
line-height: 24px;
margin: 15px 0 5px;
text-transform: uppercase
}
.service-title a {
color: #222;
}
.service-title a:hover {
color: #109ba5;
}
.service-image {
position: relative;
overflow: hidden;
float: right
}
.service-image .image-wrap {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
display: block;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.service-image:hover .image-wrap {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2);
}
.service-overlay {
opacity: 0;
visibility: hidden;
position: absolute;
left: 0;
top: 0;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
transition: all 1s ease 0s;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
}
.service-image:hover .service-overlay {
opacity: 1;
visibility: visible;
cursor: pointer;
}
.service-overlay a {
width: 35px;
height: 35px;
background: #1eb0bc;
border-radius: 100%;
display: block;
position: absolute;
left: 50%;
margin-left: -17px;
margin-top: -17px;
top: 50%;
color: #ffffff;
text-align: center;
font-size: 14px;
line-height: 35px;
}
.service-overlay a:hover {
background: #109ba5;
}
.service-desc,
.feature-desc {
font-size: 14px;
line-height: 22px;
} #cta-banner {
background: url(//kinderworld.net/wp-content/themes/accesspress-root/images/vision-bg.webp) no-repeat center center;
padding: 60px 0;
background-size: 3000px;
}
#cta-banner b {
font-size: 24px;
}
.cta-banner-text {
float: left;
width: 100%;
text-align: center;
color: #fff;
}
.cta-banner-text.full-width {
width: 75%;
float: none;
margin: 0 auto;
}
.cta-banner-btn {
float: right;
width: 17%;
}
.cta-banner-title {
font-size: 28px;
font-weight: 700;
line-height: 38px;
margin-bottom: 0;
}
.cta-banner-desc {
font-size: 14px;
font-weight: 300;
line-height: 22px;
}
.cta-banner-btn a {
border: 1px solid #1eb0bc;
color: #1eb0bc;
display: inline-block;
height: 34px;
line-height: 34px;
text-align: center;
text-transform: uppercase;
margin-top: 21px;
font-size: 14px;
padding: 0 15px;
}
.cta-banner-btn a:hover {
background: #1eb0bc;
color: #ffffff;
}
.cta-banner-btn a i {
margin-right: 10px;
} #features {
margin-bottom: 0px;
}
#text-6 {
width: 100%;
float: left;
}
#text-6 h1 {
font-size: 34px;
color: #3a3a3a;
text-align: center;
font-weight: bold;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/line.jpg) no-repeat center bottom;
padding-bottom: 15px;
}
#text-7 h1 { }
#text-7 {
width: 1140px;
margin: 0 auto;
float: none;
padding-bottom: 30px;
}
.feature-block {
text-align: center;
}
.feature-block-wrapper {
border-bottom: 1px solid #f1f1f1;
padding-bottom: 65px;
}
.feature-block .feature-icon {
border: 1px solid #1eb0bc;
border-radius: 100%;
color: #1eb0bc;
font-size: 36px;
height: 89px;
line-height: 89px;
margin: 10px auto 30px;
text-align: center;
width: 89px;
cursor: pointer;
-webkit-transition: all 0.05s ease;
-moz-transition: all 0.05s ease;
transition: all 0.05s ease;
overflow: hidden;
display: block;
padding: 20px;
}
.feature-icon:hover {
border: 3px solid #1eb0bc;
}
.feature-icon img {
border-radius: 50%;
display: block;
}
.feature-title a {
text-transform: uppercase;
color: #222;
}
.feature-title a:hover {
color: #1eb0bc;
}
.feature-read-more,
.info-read-more {
border-bottom: 1px dashed #1eb0bc;
display: inline-block;
margin-top: 18px;
}
.feature-read-more:hover,
.info-read-more:hover {
border-bottom: 1px dashed #0C8D96;
padding-left: 5px;
padding-right: 5px;
} #blog {
display: none;
}
.blog-block-wrapper {
background: none repeat scroll 0 0 #f1f1f1;
padding: 45px 0 20px;
}
.blog-block {
float: left;
margin: 0 0 2% 2%;
width: 100%;
}
.block-block-wrap {
margin-left: -2%;
}
.blog-image {
position: relative;
overflow: hidden;
float: right;
width: 40%;
}
.blog-overlay {
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
text-align: center;
}
.blog-image:hover .blog-overlay {
opacity: 1;
visibility: visible;
}
.blog-overlay a {
width: 28px;
height: 28px;
display: inline-block;
border-radius: 100%;
background: #1eb0bc;
color: #ffffff;
font-size: 14px;
text-align: center;
line-height: 28px;
}
.blog-overlay a:hover {
background: #109ba5;
}
.blog-anchor-wrap {
position: absolute;
left: 50%;
top: 50%;
margin: -10px 0 0 -10px;
}
.blog-date {
background: none repeat scroll 0 0 #1eb0bc;
border-radius: 100%;
color: #ffffff;
font-size: 18px;
font-weight: 700;
height: 80px;
line-height: 20px;
padding-top: 20px;
text-align: center;
width: 80px;
position: relative;
}
.blog-date:after {
border-radius: 50%;
box-shadow: 0 0 0 1px #1eb0bc;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
left: -7px;
opacity: 0;
padding: 7px;
pointer-events: none;
position: absolute;
top: -7px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-moz-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
width: 100%;
}
.blog-date:hover:after {
box-shadow: 0 0 0 1px #27a4c8;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
-moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.blog-date-wrap {
float: left;
width: 22%;
}
.blog-content {
float: left;
width: 78%;
}
#blog .blog-title {
font-size: 18px;
font-weight: 400;
line-height: 26px;
margin: 0;
}
#blog .blog-title a {
color: #222;
}
#blog .blog-title a:hover {
color: #1eb0bc;
}
.blog-content-wrapper {
padding: 16px 20px 0;
background: #ffffff;
float: left;
width: 54%;
}
.blog-desc {
font-size: 14px;
line-height: 26px;
margin-top: 5px;
}
.blog-comments>span {
margin-right: 23px;
display: inline-block;
}
.blog-comments a {
color: #4b4b4b;
font-size: 12px;
}
.blog-comments a:hover {
color: #1eb0bc;
}
.blog-comments .fa {
margin-right: 5px;
}
.blog-comments-wrap {
border-top: 1px solid #f1f1f1;
margin-top: 15px;
padding: 5px 0;
text-align: left;
}
.blog-comments {
width: 78%;
float: right;
}
.blog-comments .tags {
margin-right: 0;
} #widgets {
margin-bottom: 50px;
}
.widget-block {
width: 47%;
float: left;
margin-left: 3%;
}
#widgets .widget-container {
padding-bottom: 45px;
border-bottom: 1px solid #f2f2f2;
}
.widget-container-wrap {
margin-left: -3%;
}
.info-title {
font-size: 18px;
font-weight: 600;
line-height: 24px;
margin-bottom: 15px;
}
.info-img img:hover {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.info-content {
margin-top: 10px;
font-size: 14px;
line-height: 22px;
}
.info-read-more {
margin-top: 0;
}
.project-block-wrap {
position: relative;
}
.project-block-wrap .slides {
cursor: pointer;
position: relative;
overflow: hidden;
}
.project-block-wrap .slides .project-img-wrap {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkittransform 1s ease 0s;
-moz-transition: -moz-transform 1s ease 0s;
transition: transform 1s ease 0s;
}
.project-block-wrap .slides:hover .project-img-wrap {
-webkit-transform: translateY(-60px);
-moz-transform: translateY(-60px);
transform: translateY(-60px);
}
.project-block-wrap .bx-slider {
margin-left: -3%;
}
.project-title {
background: none repeat scroll 0 0 #f9f8f8;
line-height: 36px;
padding: 10px;
font-size: 16px;
line-height: 1.5;
padding: 10px;
}
.project-content-wrap {
bottom: 0;
left: 0;
position: absolute;
-webkit-transform: translateY(250px);
-moz-transform: translateY(250px);
transform: translateY(250px);
width: 100%;
height: 100%;
-webkit-transition: -webkit-transform 1.5s ease 0s;
-moz-transition: -moz-transform 1.5s ease 0s;
transition: transform 1.5s ease 0s;
background: #1eb0bc;
text-align: center;
color: #ffffff;
}
.project-block-wrap .slides:hover .project-content-wrap {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: -webkit-transform 1s ease 0s;
-moz-transition: -moz-transform 1s ease 0s;
transition: transform 1s ease 0s;
}
.project-content-wrap .project-title {
color: #ffffff;
line-height: 22px;
text-align: center;
background: none;
padding-top: 60px;
}
.project-img-wrap .project-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.project-content {
font-size: 12px;
line-height: 17px;
margin: 10px 0;
padding: 0 10px;
}
.project-link-wrap a {
border: 1px solid #fff;
color: #fff;
display: inline-block;
font-size: 12px;
height: 24px;
line-height: 20px;
margin-right: 2px;
width: 24px;
}
.project-block-wrap .bx-controls.bx-has-pager {
line-height: 5px;
position: absolute;
right: 0;
text-align: right;
top: 5px;
width: 50%;
}
.project-block-wrap .bx-wrapper .bx-pager {
text-align: right;
} #testimonial {
margin-bottom: 50px;
display: none;
}
.testimonial-thumb {
margin-left: 37px;
border: 4px solid #ffffff;
display: inline-block;
vertical-align: top;
box-shadow: 0 0 5px #ccc;
width: 100px;
height: 100px;
}
.testimonial-thumb:first-child {
margin-left: 0;
}
.testimonial-thumb-wrap {
margin-bottom: 20px;
text-align: center;
}
.testimonail-content-wrap {
border-top: 1px solid #1eb0bc;
}
#testimonial .testimonial-quote,
#testimonial .speaker-name {
font-size: 18px;
font-style: italic;
font-weight: 300;
line-height: 30px;
padding: 0 110px;
text-align: center;
}
#testimonial .speaker-name {
margin-top: 26px;
font-style: normal;
}
.testimonail-content {
padding-top: 30px;
display: none;
}
.testimonial-thumb img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.testimonial-thumb.active img,
.testimonial-thumb img:hover {
filter: none;
-webkit-filter: none;
}
.testimonial-thumb.active {
position: relative;
}
.testimonial-thumb.active:after {
background: url(//kinderworld.net/wp-content/themes/accesspress-root/images/testimonial-arrow.png) no-repeat scroll center center #ffffff;
content: "";
width: 14px;
height: 6px;
position: absolute;
left: 50%;
bottom: -25px;
margin-left: -7px;
} #colophon {
background: #1F1F1F;
} #top-footer {
padding: 30px 0;
}
#top-footer.columns-0 {
padding: 0;
}
.top-footer-wrap {
margin-left: -2%;
}
.top-footer-block {
float: left;
margin-left: 1%;
}
.columns-1 .top-footer-block {
width: 100%;
}
.columns-2 .top-footer-block {
width: 48%;
}
.columns-3 .top-footer-block {
width: 31.33%;
}
.columns-4 .top-footer-block {
width: 13%;
}
#footer6 {
width: 29%;
}
.footer-title {
font-size: 11px;
font-weight: 700;
line-height: 18px;
margin-bottom: 10px;
text-transform: uppercase;
color: #fff;
}
aside.widget { }
#text-2 h1.widget-title,
#text-3 h1.widget-title,
#text-4 h1.widget-title,
#text-5 h1.widget-title {
border-left: none;
}
.top-footer-block {
font-size: 14px;
line-height: 22px;
color: #3d3d3d;
font-weight: 300;
}
.top-footer-block .textwidget {
padding-bottom: 10px;
padding-left: 0px;
padding-right: 15px;
font-size: 10px; color: #fff;
text-align: left;
line-height: 13px;
}
.top-footer-block .widget {
margin: 0;
box-shadow: none;
width: 100%;
}
.contact-info {
margin: 0;
list-style: none;
}
.contact-info li:first-child {
margin-bottom: 20px;
}
.contact-info li {
line-height: 20px;
} .newsletter-block .footer-title {
margin-top: 20px;
}
.newsletter-block input[type="text"] {
border: medium none;
color: #3d3d3d;
float: left;
font-size: 14px;
font-weight: 300;
padding: 0 10px;
width: 65%;
}
.newsletter-block input[type="submit"] {
background: none repeat scroll 0 0 #1eb0bc;
border: medium none;
color: #ffffff;
font-size: 16px;
height: 37px;
width: 35%;
} #middle-footer {
background: #f2f2f2
}
#middle-footer .ak-container {
text-align: center;
padding: 10px 0;
border-top: 1px solid #E9E9E9;
}
.footer-menu {
float: right;
}
.footer-menu ul {
list-style: none;
margin: 0;
}
.footer-menu li {
display: inline-block;
}
.footer-menu li .children {
display: none;
}
.footer-menu li a {
border-left: 1px solid #AAA;
color: #fff;
padding: 0 15px;
font-size: 12px;
line-height: 12px;
display: block;
}
.footer-menu li a:hover,
.footer-menu li.current-menu-item a,
.footer-menu li.current-menu-ancestor a {
color: #E7700F;
}
.footer-menu li:first-child a {
border-left: none;
} #bottom-footer {
padding: 10px 0;
color: #fff;
}
.copyright {
float: left;
font-size: 12px;
line-height: 26px;
}
.copyright a {
color: #838386;
}
.copyright a:hover {
color: #E7700F;
}
.social-icon {
margin: 0;
float: right;
list-style: none;
}
.social-icon a {
display: inline-block;
color: #fff;
font-size: 18px;
line-height: 25px;
margin-left: 15px;
}
.social-icon a:hover {
color: #1EB0BC;
} .page_header_wrap {
background: url(//kinderworld.net/wp-content/themes/accesspress-root/images/sub-banner.jpg) no-repeat center center;
margin: 0 0 25px;
padding: 30px 0;
margin-top: 102px;
height: 140px;
padding-bottom: 0px;
margin-bottom: 0px;
}
.home .page_header_wrap {
margin-top: 0;
}
.page_header_wrap .entry-header {
float: left;
margin-bottom: 0;
position: relative;
top: 25px;
}
.page_header_wrap .entry-title {
color: #ffffff;
font-size: 34px;
font-weight: 600;
line-height: 32px;
margin: 0;
border-left: 5px solid #E7700F;
padding-left: 30px;
text-transform: uppercase;
}
.page_header_wrap .entry-title a {
color: #ffffff;
font-size: 34px;
}
.page_header_wrap .entry-meta {
color: #ffffff;
font-size: 12px;
font-style: italic;
font-weight: 400;
line-height: 18px;
}
.page_header_wrap .entry-meta a {
color: #FFF;
}
.title-comments-wrap .title-comment {
margin-left: 10px;
padding-left: 10px;
border-left: 1px solid #fff;
}
#breadcum {
_background: #e47025;
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
margin-bottom: 30px;
}
#accesspress-breadcrumb {
color: #E7700F;
font-size: 12px;
text-transform: lowercase;
width: 1140px;
margin: 0 auto;
border-bottom: 1px solid #666;
padding-bottom: 3px;
}
#accesspress-breadcrumb a {
color: #3a3a3a;
font-size: 12px;
font-weight: 600;
text-transform: capitalize;
}
#accesspress-breadcrumb span.current {
text-transform: capitalize;
} #primary {
float: right;
width: 66.66%;
}
#primary h1.content-title {
display: none;
}
#primary h1.nd-title {
font-size: 34px;
font-weight: 600;
text-transform: uppercase;
padding-left: 15px;
padding-right: 15px;
color: #3a3a3a;
font-family: arial;
margin-bottom: 30px;
text-align: center;
border-left: none;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/line.jpg) no-repeat center bottom;
padding-bottom: 20px;
}
#primary-full {
width: 100%%;
}
#primary-full #p12 {
display: none !important;
}
.cv {
text-align: center;
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 0px;
}
#primary-full h1.content-title {
font-size: 34px;
font-weight: 600;
text-transform: uppercase;
padding-left: 15px;
padding-right: 15px;
color: #3a3a3a;
font-family: arial;
margin-bottom: 30px;
text-align: center;
border-left: none;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/line.jpg) no-repeat center bottom;
padding-bottom: 20px;
} #primary-full section ul {
margin: 0;
padding: 0;
}
#primary-full section ul li {
list-style: none;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/line-h.png) no-repeat top 9px left;
padding-left: 15px;
}
#primary-full section h2 strong {
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
color: #3a3a3a;
font-family: arial;
margin-bottom: 0px;
border-left: none;
padding-bottom: 5px;
text-align: left;
}
#primary-full section h2.obv strong {
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
padding-left: 0px;
padding-right: 15px;
color: #3a3a3a;
font-family: arial;
margin-bottom: 0px;
border-left: none;
padding-bottom: 5px;
background: none;
text-align: left;
padding-left: 15px;
}
#primary-full section strong {
color: #E7700F;
}
#primary-full section p {
margin-bottom: 0px;
text-align: left;
padding-left: 15px;
}
.inner-images {
float: left;
margin: 0 15px 15px 0;
} h1#p10,
h1#p898 {
display: none;
}
section.about {
margin: 0 auto;
background: #FFF;
padding-top: 30px;
}
section.about #main {
width: 1140px;
padding-bottom: 20px;
text-align: center;
}
section.about #main a,
section.future a,
a.read-corprofile {
text-align: center;
border: 1px solid #E7700F;
padding: 10px;
color: #3a3a3a;
text-align: center;
font-size: 18px;
font-weight: bold;
}
section.about #main a:hover,
section.future a:hover,
a.read-corprofile:hover {
background: #E7700F;
color: #fff;
}
.about h1.nd-title {
font-size: 34px;
font-weight: 600;
text-transform: uppercase;
padding-left: 15px;
padding-right: 15px;
color: #3a3a3a;
font-family: arial;
margin-bottom: 30px;
text-align: center;
border-left: none;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/line.jpg) no-repeat center bottom;
padding-bottom: 20px;
}
section.vision {
width: 100%;
background: #FAFAFA;
clear: both;
}
section.vision #main {
width: 1140px;
margin: 0 auto;
padding-top: 20px;
padding-bottom: 20px;
}
section.vision #main h1 {
color: #3a3a3a;
font-size: 34px;
font-weight: 600;
border-left: 5px solid #E7700F;
padding-left: 12px;
text-transform: uppercase;
margin-bottom: 30px;
}
section.co-profile {
margin: 0 auto;
background: #FFF;
clear: both;
padding-top: 40px;
clear: both;
}
section.co-profile #main {
margin: 0 auto;
width: 1140px;
}
.co-profile h1.nd-title {
font-size: 34px;
font-weight: 600;
text-transform: uppercase;
padding-left: 15px;
padding-right: 15px;
color: #3a3a3a;
font-family: arial;
margin-bottom: 30px;
text-align: center;
border-left: none;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/line.jpg) no-repeat center bottom;
padding-bottom: 20px;
}
section.co-profile #main h3 {
font-size: 18px;
font-weight: bold;
}
section.co-profile .one-third img:hover {
opacity: 0.7;
}
section.future {
width: 1140px;
background: #FAFAFA;
clear: both;
margin: 0 auto;
padding-top: 30px;
}
section.future h1.nd-title {
font-size: 34px;
font-weight: 600;
text-transform: uppercase;
padding-right: 15px;
color: #3a3a3a;
font-family: arial;
margin-bottom: 30px;
text-align: left;
border-left: none;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/line.jpg) no-repeat bottom left;
padding-bottom: 20px;
}
section.future .first {
width: 42% !important;
;
}
section.future .one-half {
width: 55%;
}   #secondary {
width: 31%;
} .tab-header {
border-bottom: 1px solid #1eb0bc;
list-style: outside none none;
margin: 0 0 10px;
padding: 10px;
text-align: center;
}
.tab-header li {
display: inline-block;
margin-left: 44px;
}
.tab-header li:first-child {
margin-left: 0;
}
.tab-header li a {
line-height: 18px;
color: #818181;
text-transform: uppercase;
font-weight: 600;
font-size: 18px;
}
.tab-header li a.current,
.tab-header li a:hover {
color: #141414;
position: relative;
}
.tab-header li a.current:after {
background: url(//kinderworld.net/wp-content/themes/accesspress-root/images/tab-arrow.jpg) no-repeat scroll center center;
position: absolute;
left: 50%;
margin-left: -3px;
width: 6px;
height: 4px;
bottom: -14px;
content: "";
}
.tab-pic {
float: left;
width: 26%;
}
.tab-content {
float: right;
width: 72%;
}
.popular,
.recent {
padding: 10px;
}
.tab-title {
font-size: 14px;
line-height: 16px;
}
.tab-date {
color: #9a9a9a;
font-size: 12px;
font-style: italic;
}
.tab-desc {
color: #818181;
font-size: 12px;
line-height: 18px;
}
.tab-link {
font-size: 12px;
line-height: 16px;
}
.tags a {
background: none repeat scroll 0 0 #1eb0bc;
color: #ffffff;
display: inline-block;
margin-bottom: 3px;
margin-right: 0;
padding: 0 10px;
}
.tags a:hover {
background: #0C8D96;
}
#features .ak-container h1.main-title {
display: none;
} .widget { width: 25%;
float: left;
}
.secondary-left .widget,
.secondary-right .widget {
padding: 10px;
border-top: 5px solid #1EB0BC;
}
.widget-title {
font-size: 24px;
font-weight: 600;
text-align: center;
padding-right: 15px;
border-bottom: 2px solid 50% #e47025;
color: #3a3a3a;
font-family: arial;
margin-bottom: 15px;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/bg_line.jpg) no-repeat left bottom;
padding-bottom: 10px;
}
h1.content-title {
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
padding-left: 15px;
padding-right: 15px;
border-left: 3px solid #e47025;
color: #3a3a3a;
font-family: arial;
margin-bottom: 30px;
}
}
.textwidget {
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
font-size: 13px;
text-align: justify;
color: #6D6E71;
}
.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul {
padding-left: 10px;
list-style: none;
margin: 0;
}
.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_recent_comments li {
color: #3d3d3d;
font-size: 14px;
line-height: 32px;
position: relative;
padding-left: 22px;
-webkit-transition: color 0.3s ease 0s;
-moz-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
}
.widget a:hover,
.widget a:hover:before {
color: #E7700F;
}
.widget_archive a:before,
.widget_categories a:before,
.widget_recent_entries a:before,
.widget_meta a:before,
.widget_recent_comments li:before {
content: "\f187";
position: absolute;
top: -6px;
left: 0;
font-size: 14px;
color: #3d3d3d;
font-family: "FontAwesome";
-webkit-transition: color 0.3s ease 0s;
-moz-transition: color 0.3s ease 0s;
transition: color 0.3s ease 0s;
}
.widget_categories a:before {
content: "\f07b";
}
.widget_recent_entries a:before {
content: "\f101";
}
.widget_meta a:before {
content: "\f105";
}
.widget_recent_comments li:before {
content: "\f086";
top: 0;
}
.widget_search {
padding: 15px;
}
.newsletter-block.widget input[type="text"] {
background: none repeat scroll 0 0 #f2f2f2;
}
#suscribe form {
padding: 0 10px;
}
.widget-content {
font-size: 14px;
font-weight: 400;
line-height: 22px;
padding: 0 20px 0 10px;
}
.tagcloud {
padding-left: 30px;
}
.tagcloud a {
background: none repeat scroll 0 0 #1eb0bc;
color: #ffffff;
display: inline-block;
padding: 0px 10px;
-webkit-transition: background 0.3s ease 0s;
-moz-transition: background 0.3s ease 0s;
transition: background 0.3s ease 0s;
}
.tagcloud a:hover {
background: #109ba5;
color: #ffffff;
}
.widget_search input {
width: 100%;
padding: 0 32px 0 10px;
}
.widget_search button {
background: none;
border: none;
}
.widget_search .searchform {
position: relative;
}
.widget_search button {
background: none repeat scroll 0 0;
border: medium none;
color: #1eb0bc;
margin-top: -14px;
padding: 0;
position: absolute;
right: 10px;
top: 50%;
} #comments {
margin-top: 50px;
}
.comments-title {
font-weight: 600;
font-size: 24px;
position: relative;
background: #ffffff;
margin-bottom: 30px;
}
.comments-title:after {
border: 1px solid #2090b0;
content: "";
position: absolute;
bottom: 6px;
width: 100%;
left: 0;
}
.comment-title-wrap {
background: #fff;
position: relative;
z-index: 9;
padding-right: 10px;
padding-left: 35px;
}
.comment-title-wrap:before {
content: "\f0e6";
position: absolute;
top: 0;
left: 0;
background: #ffffff;
font-family: "FontAwesome";
}
.comment-list {
list-style: outside none none;
margin: 0;
padding: 0;
}
.comment-list .comment-author img {
height: 100px;
width: 100px;
position: absolute;
left: 15px;
top: 50%;
margin-top: -50px;
}
.comment-list .comment-meta {
margin-top: 0;
}
.comment-list .comment-body {
padding-left: 130px;
position: relative;
}
.comment-awaiting-moderation {
display: none;
}
.comment-metadata a {
color: #3d3d3d;
display: block;
font-size: 13px;
font-style: italic;
text-align: left;
}
.comment-list .url {
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
}
.comment-content {
font-size: 14px;
line-height: 24px;
margin-bottom: -15px;
}
.reply a {
font-size: 12px;
text-transform: uppercase;
position: relative;
display: block;
padding-left: 18px;
}
.reply a:before {
position: absolute;
content: "\f112";
left: 0;
top: 0;
font-family: "FontAwesome";
}
ol.comment-list li.comment .comment-body {
box-shadow: 0 0 3px #cccccc;
padding-bottom: 15px;
padding-top: 15px;
}
ol.comment-list li.comment ol.children {
list-style: outside none none;
margin: 1em 0 0 80px;
text-indent: 0;
}
.comments-area .comment {
width: 100%;
float: none;
margin-bottom: 20px;
}
#respond {
background: #f2f2f2;
padding: 15px;
position: relative;
margin-top: 40px;
}
.comment-form-author,
.comment-form-email {
width: 47%;
float: left;
margin-left: 3%;
}
.name-email-row {
margin-left: -3%;
}
#respond input,
#respond textarea {
width: 100%;
height: 40px;
border: none;
padding: 0 10px;
border-radius: none;
}
#respond textarea {
height: 135px;
resize: none;
padding: 10px;
}
#respond .comment-form-author input,
#respond .comment-form-email input {
width: 100%;
}
#respond input#submit {
padding: 0 20px;
width: auto;
background: #1eb0bc;
font-weight: 300;
text-transform: uppercase;
color: #ffffff;
cursor: pointer;
-webkit-transition: background 0.3s ease 0s;
-moz-transition: background 0.3s ease 0s;
transition: background 0.3s ease 0s;
}
#respond input#submit:hover {
background: #109ba5;
}
#reply-title {
font-weight: 600;
font-size: 18px;
margin-top: 10px;
} .entry-title {
font-weight: 400;
margin-bottom: 5px;
line-height: 25px;
text-align: left;
}
.entry-title a {
color: #393a3a;
font-weight: 300;
font-size: 18px;
text-align: left;
font-weight: bold;
text-transform: uppercase;
line-height: 15px;
}
.entry-title a:hover {
color: #E7700F;
}
.entry-meta {
color: #141414;
font-size: 14px;
font-style: italic;
font-weight: 400;
line-height: 18px;
margin: 10px 0 0;
}
.entry-thumbanil {
margin: 0 0 20px;
}
.entry-thumbanil img {
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.entry-thumbanil:hover img {
opacity: 0.8;
}
.entry-footer {
font-weight: 300;
margin-top: 10px;
}
.search article,
.hentry {
_border-bottom: 1px solid #ccc;
_padding-bottom: 25px;
}
.category-press-releases {
border-bottom: 1px solid #ccc;
}
.hentry:last-child {
border-bottom: 0;
}
.cat-links,
.tags-links {
display: inline-block;
margin: 0 20px 10px 0;
position: relative;
color: #141414;
padding-left: 20px;
}
.cat-links:before,
.tags-links:before {
position: absolute;
left: 0;
top: 0;
content: "\f07b";
font-family: "FontAwesome";
}
.tags-links:before {
content: "\f02c";
}
.cat-links a,
.tags-links a {
color: #141414;
}
.cat-links a:hover,
.tags-links a:hover {
color: #109BA5;
}
.edit-link a {
background: none repeat scroll 0 0 #1eb0bc;
color: #ffffff;
display: inline-block;
padding: 0 10px 0 30px;
position: relative;
border-radius: 3px;
font-size: 13px;
margin-right: 10px;
-webkit-transition: background 0.3s ease 0s;
-moz-transition: background 0.3s ease 0s;
transition: background 0.3s ease 0s;
}
.page_header_wrap .entry-date {
color: #FFF;
}
.page_header_wrap .entry-date:before {
color: #FFF;
}
.comments-link a,
.entry-date {
color: #666;
font-style: normal;
padding: 0 10px 0 20px;
position: relative;
margin-right: 10px;
font-size: 12px;
font-weight: normal;
}
.comments-link a:before,
.edit-link a:before,
.entry-date:before {
position: absolute;
content: "\f0e5";
left: 0;
top: 0;
font-family: "FontAwesome";
color: #808080;
}
.edit-link a:before {
content: "\f044";
color: #ffffff;
left: 10px;
}
.entry-date:before {
content: "\f017";
top: -1px;
}
.edit-link a:hover {
background: #109ba5;
} .oops {
color: #1eb0bc;
display: block;
float: left;
font-size: 170px;
padding: 70px 0;
text-align: right;
width: 50%;
}
.error404 .error-num {
float: right;
font-weight: 400;
padding-bottom: 100px;
width: 455px;
}
.error404 .error-num .num {
background: none repeat scroll 0 0 #1eb0bc;
border-radius: 100%;
color: #ffffff;
display: block;
font-size: 151px;
font-weight: 400;
height: 300px;
line-height: 300px;
margin-top: 70px;
text-align: center;
width: 300px;
}
.error404 .not_found {
color: #1eb0bc;
display: block;
font-size: 34.9px;
font-weight: 400;
padding-left: 30px;
}
.error404 #primary {
width: 100%;
} .nav-previous a,
.nav-next a {
height: 48px;
line-height: 48px;
background: #E7700F;
color: #ffffff;
position: relative;
padding: 0 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 98%;
}
.nav-previous a:hover,
.nav-next a:hover {
background: #393a3a;
color: #ffffff;
}
.nav-next a {
padding-right: 40px;
float: right;
}
.nav-previous a {
padding-left: 40px;
float: left;
}
.nav-previous a:before,
.nav-next a:before {
position: absolute;
font-family: "FontAwesome";
color: #ffffff;
top: 0;
}
.nav-previous a:before {
left: 10px;
content: "\f060";
}
.nav-next a:before {
right: 10px;
content: "\f061";
}
.nav-previous a:after,
.nav-next a:after {
background: rgba(255, 255, 255, 0.1);
height: 96px;
width: 80px;
z-index: 1;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: absolute;
content: "";
top: 0;
}
.nav-previous a:after {
left: 15px;
top: -25px;
-webkit-transform: rotate(70deg);
-moz-transform: rotate(70deg);
transform: rotate(70deg);
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.nav-next a:after {
right: 15px;
top: -25px;
-webkit-transform: rotate(-70deg);
-moz-transform: rotate(-70deg);
transform: rotate(-70deg);
-webkit-transform-origin: 100% 0 0;
-moz-transform-origin: 100% 0 0;
transform-origin: 100% 0 0;
} .newsletter-widget .newsletter-email,
.newsletter-widget .newsletter-email:focus {
margin-top: 20px;
width: 100%;
padding: 5px 5px !important;
border-radius: 0 !important;
border-right: none;
box-shadow: none;
}
.newsletter-widget p {
float: left;
}
.newsletter-submit {
background: #1eb0bc;
border: 1px solid #1eb0bc;
color: #ffffff;
margin-top: 20px;
padding: 5px 10px;
cursor: pointer;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.newsletter-submit:hover {
background: #109BA5;
} .more-link {
display: block;
margin-top: 5px;
}
.blog .entry-title {
font-size: 32px;
margin-bottom: 20px;
}
.blog_layout2 .entry-thumbanil {
float: left;
margin: 10px 20px 0 0;
width: 48%;
}
.blog_layout3 .entry-thumbanil {
float: left;
margin: 10px 20px 0px 0;
width: 48%;
}
.blog_layout3.even-post .entry-thumbanil {
float: right;
margin: 10px 0 0 20px;
}
.blog_layout2 .entry-meta,
.blog_layout3 .entry-meta {
margin-bottom: 5px;
} .ap_column {
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-background-clip: padding-box !important;
-webkit-background-clip: padding-box !important;
background-clip: padding-box !important;
}
.ap_column {
margin-left: 2%;
padding: 0 0%;
}
.ap-row .ap_column:first-child {
margin-left: 0;
}
.ap-span1 {
width: 15.0%;
}
.ap-span2 {
width: 32.0%;
}
.ap-span3 {
width: 49.0%;
}
.ap-span4 {
width: 66.0%;
}
.ap-span5 {
width: 83.0%;
}
.ap-span6 {
margin-left: 0;
width: 100%;
}
#text-13 {
position: relative;
_top: 36px;
}
#video_section {
background: #3a3a3a;
margin: 0 auto;
}
.logo-group {
background: #fff;
}
.main-logo {
width: 1140px;
border-top: 1px solid #E7700F;
margin: 0 auto;
padding-top: 20px;
text-align: center;
}
.main-logo img {
padding: 15px;
}
.kw-logo {
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}
#video {
width: 100%;
background: #3a3a3a;
padding: 40px;
}
#academic {
width: 100%;
background: #fff;
padding: 0;
text-align: center;
}
#academic h1 {
font-size: 34px;
font-weight: 600;
text-transform: uppercase;
padding-left: 15px;
padding-right: 15px;
color: #3a3a3a;
font-family: arial;
margin-bottom: 30px;
text-align: center;
border-left: none;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/line.jpg) no-repeat center bottom;
padding-bottom: 20px;
}
#home-about {
margin-top: 50px;
}
#home-about h1 {
font-size: 34px;
font-weight: 600;
text-transform: uppercase;
padding-left: 15px;
padding-right: 15px;
color: #3a3a3a;
font-family: arial;
margin-bottom: 30px;
text-align: center;
border-left: none;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/line.jpg) no-repeat center bottom;
padding-bottom: 20px;
}
#home-about .first {
width: 42% !important;
}
#home-about .one-half {
width: 54%;
}
#home-about a {
text-align: center;
border: 1px solid #E7700F;
padding: 10px;
color: #3a3a3a;
text-align: center;
font-size: 18px;
font-weight: bold;
}
#home-about a:hover {
background: #E7700F;
color: #fff;
}
#home-about img:hover {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
display: block;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
#home-about .first:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
#home-about .first {
overflow: hidden;
width: 482px;
height: 300px;
}
#home-about img {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
aspect-ratio: auto 482 / 300;
height: auto;
width: 100%;
}
#home-school {
margin-top: 10px;
margin-bottom: 40px;
}
#home-school #text-7 {
width: 33%;
background-image: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/For-KIK_edit.jpg);
position: relative;
z-index: 1;
float: left;
height: 490px; background-size: cover;
background-position: center;
text-align: center;
box-sizing: border-box;
}
#home-school #text-8 {
width: 33%;
background-image: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/For-KIK_edit.jpg);
position: relative;
z-index: 1;
float: left;
height: 490px; background-size: cover;
background-position: center;
text-align: center;
box-sizing: border-box;
}
#home-school #text-9 {
width: 33%;
background-image: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/For-SIS_edit.jpg);
position: relative;
z-index: 1;
float: left;
height: 490px; background-size: cover;
background-position: center;
text-align: center;
box-sizing: border-box;
}
#home-school #text-10 {
width: 33%;
background-image: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/For-SIS_edit.jpg);
position: relative;
z-index: 1;
float: left;
height: 490px; background-size: cover;
background-position: center;
text-align: center;
box-sizing: border-box;
}
#home-school #text-11 {
width: 33%;
background-image: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/For-SVIS_edit.jpg);
position: relative;
z-index: 1;
float: left;
height: 490px; background-size: cover;
background-position: center;
text-align: center;
box-sizing: border-box;
}
#home-school #text-12 {
width: 33%;
background-image: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/For-SVIS_edit.jpg);
position: relative;
z-index: 1;
float: left;
height: 490px; background-size: cover;
background-position: center;
text-align: center;
box-sizing: border-box;
}
#home-school #text-7:after,
#home-school #text-9:after,
#home-school #text-11:after {
content: '';
direction: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: opacity 0.3s;
}
#home-school #text-8:after,
#home-school #text-10:after,
#home-school #text-12:after {
content: '';
direction: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: opacity 0.3s;
}
#home-school #text-7:hover:after,
#home-school #text-9:hover:after,
#home-school #text-11:hover:after {
background: #E7700F;
opacity: 0.7;
}
#home-school #text-8:hover:after,
#home-school #text-10:hover:after,
#home-school #text-12:hover:after {
background: #E7700F;
opacity: 0.7;
}
#home-school #text-7 h1,
#home-school #text-9 h1,
#home-school #text-11 h1 {
position: relative;
_top: -290px;
color: #fff;
z-index: 2;
font-size: 20px;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/home-line.png) no-repeat center bottom;
padding-bottom: 15px;
font-weight: bold;
}
#home-school #text-8 h1,
#home-school #text-10 h1,
#home-school #text-12 h1 {
position: relative;
_top: -290px;
color: #fff;
z-index: 2;
font-size: 20px;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/home-line.png) no-repeat center bottom;
padding-bottom: 15px;
font-weight: bold;
}
#home-school .home-social {
position: relative;
_top: -290px;
color: #fff;
z-index: 2;
}
#home-school .textwidget {
padding-top: 200px;
}
i.fa.fa-facebook,
i.fa.fa-twitter,
i.fa.fa-instagram,
i.fa.fa-envelope,
i.fa.fa-globe {
border-radius: 100%;
font-size: 20px;
height: 34px;
line-height: 32px;
margin: 5px;
text-align: center;
width: 34px;
}
i.fa.fa-facebook {
border: 1px solid #fff;
color: #fff;
}
i.fa.fa-facebook:hover {
border: 1px solid #3B5998;
color: #fff;
background: #3B5998;
}
i.fa.fa-twitter {
border: 1px solid #00aced;
color: #00aced;
}
i.fa.fa-instagram {
border: 1px solid #833ab4;
color: #833ab4;
}
i.fa.fa-envelope {
border: 1px solid #fff;
color: #fff;
}
i.fa.fa-envelope:hover {
border: 1px solid #393a3a;
color: #fff;
background: #393a3a;
}
i.fa.fa-globe {
border: 1px solid #fff;
color: #fff;
}
i.fa.fa-globe:hover {
border: 1px solid #393a3a;
color: #fff;
background: #393a3a;
}
i.fa.fa-youtube:hover {
color:
}
#home-press {
margin-top: 50px;
margin-bottom: 30px;
display: none;
}
#home-press h1 {
font-size: 34px;
font-weight: 600;
text-transform: uppercase;
color: #3a3a3a;
font-family: arial;
margin-bottom: 30px;
text-align: left;
border-left: none;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/line.jpg) no-repeat bottom left;
padding-bottom: 20px;
}
#home-press ul li {
padding-bottom: 10px;
}
#home-press .rpbc_content {
margin-top: 10px;
width: 58%;
float: left;
}
#home-press .rpbc_content p {
text-align: justify;
}
#home-press .rpbc_content a {
color: #3a3a3a;
text-align: left;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
}
#home-press .rpbc_content p.read-more {
text-align: right;
margin-top: -20px;
}
#home-press .rpbc_content p.read-more a {
text-align: right;
text-transform: capitalize;
color: #E7700F;
font-weight: normal;
font-size: 14px;
}
#home-press .rpbc_content p.read-more a:hover {
text-decoration: underline;
}
#home-press .rpbc_content a:hover {
color: #E7700F;
}
#home-press .rpbc p {
margin-bottom: 0 !important;
margin-top: 30px;
}
#home-press ul.rpbc {
padding: 0;
margin: 0;
}
#home-press .rpbc_thumbnail_right img {
float: right;
margin: 10px 0px 0px 10px !important;
height: 220px;
width: 440px;
}
#home-press .rpbc_thumbnail_right img:hover {
opacity: 0.8;
}
#home-press .comments-link {
display: none;
}
#home-press .comments-link a,
#home-press .entry-date {
color: #808080;
font-style: normal;
padding: 0 10px 0 20px;
position: relative;
margin-right: 10px;
font-size: 14px;
text-transform: none;
font-weight: normal;
vertical-align: top;
}
#home-press .entry-date:before {
top: 0px;
}
.blog_layout2 {
clear: both;
padding-bottom: 30px;
}
.blog_layout2 .entry-thumbanil {
float: left;
margin: 10px 20px 0 0;
width: 42%;
}
.blog_layout2 .entry-content-blog {
text-align: justify;
width: 54%;
float: right;
}
.entry-content-blog {
text-align: justify;
}
.entry-footer {
display: none;
}
.comments-link {
display: none;
}
.entry-content-single {
text-align: justify;
}
.entry-content-single .entry-title {
font-weight: 400;
margin-bottom: 5px;
line-height: 25px;
text-align: left;
padding-bottom: 20px;
}
.widget_rpbc {
margin-top: 30px;
}
.widget_rpbc h1.widget-title {
font-size: 24px;
font-weight: 600;
text-align: left;
padding-left: 15px;
border-left: 2px solid #e47025;
color: #3a3a3a;
font-family: arial;
margin-bottom: 15px;
padding-bottom: 0;
background: none;
}
.widget_rpbc ul li a {
color: #393a3a;
font-weight: bold;
}
.widget_rpbc ul li a:hover {
color: #e47025;
font-weight: bold;
}
.rslides_container {
margin-bottom: 50px;
position: relative;
float: left;
width: 100%;
display: none;
} .table-responsive TABLE {
border: 1px solid #CCC;
}
.table-responsive td {
border-bottom: 1px solid #CCC;
padding: 10px;
}
.table-responsive th {
font-size: 14px;
padding: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
background-color: #6e6f72;
color: #fff;
}
h2.apply {
color: #E7700F;
border-bottom: 1px solid #ccc;
}
a.viewall {
padding: 15px;
color: #fff;
background: #E7700F;
}
a.viewall:hover {
background: #3a3a3a;
}
.intro-hidden {
display: none;
}
.has-post-thumbnail .view-pdf {}
.view-pdf {
border: 1px solid #E7700F;
padding: 10px 20px;
color: #333;
text-align: center;
font-weight: bold;
font-size: 17px;
float: right;
text-transform: uppercase;
}
.view-pdf:hover {
background: #E7700F;
color: #fff;
}
.nav-previous {
margin-top: 0px
}
#video iframe {
height: 450px;
}
.line-news {
border-bottom: 1px solid #e7700f;
margin-bottom: 30px;
}
.post-navigation {
margin-top: 70px !important;
}
img.line-award {
padding-top: 30px;
padding-bottom: 20px;
}
#post-1713 .entry-thumbanil img,
#post-1742 .entry-thumbanil img {
display: none;
} #cta-banner .wp-block-heading,
.nd-title2 {
font-family: arial !important;
font-weight: 600 !important;
font-size: 34px !important;
text-transform: uppercase !important;
text-align: center !important;
padding: 0 15px 20px 15px !important;
margin-bottom: 30px !important;
border-left: none !important;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/images/line.jpg) no-repeat center bottom !important;
}
#cta-banner .wp-block-heading {
color: #fff !important;
}@media (min-width: 1024px) and (max-width: 1366px) { .card.card-agnes.card-flex {
display: block;
}
.card.card-agnes.card-flex .card-img img {
object-position: 50% 25%;
}
} @media (max-width: 1170px) {
body.boxed #page {
width: 100%;
padding: 0 10px;
}
#main-slider .bx-controls .bx-controls-direction a {
display: none;
}
}
@media (max-width: 1140px) {
.ak-container,
#main {
padding: 0 10px;
width: 100%;
}
#top {
display: block;
background: none;
top: 40%;
position: absolute;
right: 10px;
}
}
@media (max-width: 1024px) and (min-width:900px) {
.newsletter-widget p {
width: 50%;
}
.blog-date {
font-size: 14px;
height: 60px;
line-height: 15px;
padding-top: 15px;
width: 60px;
}
#primary-wrap,
.both-sidebar #secondary.secondary-right {
float: none;
width: 100%;
margin-bottom: 30px;
}  .js-ready #nav {
display: block;
background: #393a3a;
}
#top .nav-btn {
float: right;
position: static;
background: #E7700F;
width: 40px;
height: 40px;
padding-top: 4px;
}
#top .block {
padding: 0;
}
#nav-open-btn .nav-row {
border: 2px solid #ffffff;
display: block;
margin: 5px auto 0;
width: 75%;
}
#nav ul {
margin: 0;
}
#nav ul ul a {
padding-left: 40px;
}
#nav li a {
padding: 10px 30px;
font-weight: 400;
color: #fff;
font-size: 14px;
}
#nav li a:focus,
#nav li a:hover,
#nav li.current-menu-item>a,
#nav li.current-menu-ancestor>a {
background: #E7700F;
color: #ffffff;
}
.js-ready #nav .close-btn {
text-indent: 0;
color: #fff;
font-size: 24px;
text-align: center;
padding: 0;
width: 30px;
height: 30px;
top: -50px;
left: 30px;
line-height: 25px;
border-radius: 100%;
border: 2px solid #fff;
background: #E7700F;
opacity: 1;
}
.right-header {
display: none;
}
#home-about .first {
width: 45% !important;
float: left !important;
}
#home-about .one-half {
width: 52%;
float: right;
}
#home-press .rpbc_thumbnail_right img {
height: 40%;
width: 40%;
}
#home-press .rpbc_content {
width: 55%;
}
#home-school .home-social {
top: -90px;
}
.main-logo {
width: 100%;
}
section.about #main {
width: 100%;
}
.about h1.nd-title {
font-size: 28px;
padding-top: 30px;
}
section.vision #main {
width: 100%;
}
section.vision #main h1 {
font-size: 28px;
}
section.co-profile #main {
margin: 0 auto;
width: 100%;
}
.co-profile h1.nd-title {
font-size: 28px;
}
section.future .first {
overflow: hidden;
width: 37% !important;
height: auto;
}
section.future .one-half {
width: 42%;
padding-left: 15px;
padding-right: 15px;
}
section.future .one-half h3 {
font-size: 18px;
}
section.future h1.nd-title {
font-size: 28px;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/css/images/line.jpg) no-repeat bottom center;
}
} @media (max-width: 899px) and (min-width:768px) {
.newsletter-widget p {
width: 50%;
}
.blog-date {
font-size: 14px;
height: 60px;
line-height: 15px;
padding-top: 15px;
width: 60px;
}
#primary-wrap,
.both-sidebar #secondary.secondary-right {
float: none;
width: 100%;
margin-bottom: 30px;
}  .js-ready #nav {
display: block;
background: #393a3a;
}
#top .nav-btn {
float: right;
position: static;
background: #E7700F;
width: 40px;
height: 40px;
padding-top: 4px;
}
#top .block {
padding: 0;
}
#nav-open-btn .nav-row {
border: 2px solid #ffffff;
display: block;
margin: 5px auto 0;
width: 75%;
}
#nav ul {
margin: 0;
}
#nav ul ul a {
padding-left: 40px;
}
#nav li a {
padding: 10px 30px;
font-weight: 400;
color: #fff;
font-size: 14px;
}
#nav li a:focus,
#nav li a:hover,
#nav li.current-menu-item>a,
#nav li.current-menu-ancestor>a {
background: #E7700F;
color: #ffffff;
}
.js-ready #nav .close-btn {
text-indent: 0;
color: #fff;
font-size: 24px;
text-align: center;
padding: 0;
width: 30px;
height: 30px;
top: -50px;
left: 30px;
line-height: 25px;
border-radius: 100%;
border: 2px solid #fff;
background: #E7700F;
opacity: 1;
}
.right-header {
display: none;
}
#home-about .first {
width: 45% !important;
float: left !important;
}
#home-about .one-half {
width: 52%;
float: right;
}
#home-press .rpbc_thumbnail_right img {
height: 100%;
width: 100%;
}
#home-press .rpbc_content {
width: 100%;
}
#home-school #text-7,
#home-school #text-8,
#home-school #text-9,
#home-school #text-10,
#home-school #text-11,
#home-school #text-12 {
width: 50%;
height: auto;
}
#home-school .home-social {
top: -90px;
}
#home-school #text-7 h1,
#home-school #text-8 h1,
#home-school #text-9 h1,
#home-school #text-10 h1,
#home-school #text-11 h1,
#home-school #text-12 h1 {
top: -90px;
}
.main-logo {
width: 100%;
}
section.about #main {
width: 100%;
}
.about h1.nd-title {
font-size: 28px;
padding-top: 30px;
}
section.vision #main {
width: 100%;
}
section.vision #main h1 {
font-size: 28px;
}
section.co-profile #main {
margin: 0 auto;
width: 100%;
}
.co-profile h1.nd-title {
font-size: 28px;
}
section.future {
width: 100%;
}
section.future .first {
overflow: hidden;
width: 100%;
height: auto;
}
section.future .one-half {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
section.future .one-half h3 {
font-size: 18px;
}
section.future h1.nd-title {
font-size: 28px;
padding-top: 30px;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/css/images/line.jpg) no-repeat bottom center;
text-align: center;
}
p.read {
text-align: center;
padding-top: 15px;
}
#accesspress-breadcrumb {
margin-top: 0px;
padding-left: 10px;
}
} @media (max-width: 767px) {
.service-block,
.feature-block {
width: 47%;
margin-bottom: 3%;
}
.blog-block {
width: 98%;
}
.widget-block {
width: 97%;
margin-bottom: 3%;
padding: 10px;
}
.blog-image {
text-align: center;
}
.blog-date {
font-size: 18px;
height: 80px;
line-height: 22px;
padding-top: 18px;
width: 80px;
}
.top-footer-block {
display: block;
float: none;
margin-bottom: 2%;
margin-left: 0 !important;
padding: 0 10px;
width: 100% !important;
}
#testimonial .testimonial-quote,
#testimonial .speaker-name {
padding: 0 10px;
}
.caption-content-wrapper .caption-content,
#main-slider .bx-controls-direction {
display: none;
}
.caption-content-wrapper {
width: 100%;
}
.slider-caption {
top: 50%;
}
.copyright,
.social-icon {
display: block;
float: none;
margin-bottom: 10px;
text-align: center;
}
.right-header {
display: none;
} .js-ready #nav {
display: block;
background: #393a3a;
}
#top .nav-btn {
float: right;
position: static;
background: #E7700F;
width: 40px;
height: 40px;
padding-top: 4px;
}
#top .block {
padding: 0;
}
#nav-open-btn .nav-row {
border: 2px solid #ffffff;
display: block;
margin: 5px auto 0;
width: 75%;
}
#nav ul {
margin: 0;
}
#nav ul ul a {
padding-left: 40px;
}
#nav li a {
padding: 10px 30px;
font-weight: 400;
color: #fff;
font-size: 14px;
}
#nav li a:focus,
#nav li a:hover,
#nav li.current-menu-item>a,
#nav li.current-menu-ancestor>a {
background: #E7700F;
color: #ffffff;
}
.js-ready #nav .close-btn {
text-indent: 0;
color: #fff;
font-size: 24px;
text-align: center;
padding: 0;
width: 30px;
height: 30px;
top: -50px;
left: 30px;
line-height: 25px;
border-radius: 100%;
border: 2px solid #fff;
background: #E7700F;
opacity: 1;
}
#primary,
#secondary {
float: none !important;
width: 100% !important;
margin-bottom: 30px !important;
} #home-about .first {
width: 100% !important;
height: auto;
}
#home-about .one-half {
width: 100%;
text-align: center;
}
#home-school #text-7,
#home-school #text-8,
#home-school #text-9,
#home-school #text-10,
#home-school #text-11,
#home-school #text-12 {
width: 50%;
height: auto;
}
#home-school .home-social {
top: -90px;
}
#home-school #text-7 h1,
#home-school #text-8 h1,
#home-school #text-9 h1,
#home-school #text-10 h1,
#home-school #text-11 h1,
#home-school #text-12 h1 {
top: -90px;
}
#home-press .rpbc_content {
width: 100%;
}
#cta-banner {
padding: 0;
}
.cta-banner-text.full-width {
width: 100%;
padding: 10px;
}
.page_header_wrap .entry-title {} #masthead {
height: auto;
}
#primary-full h1.content-title {
padding-top: 30px;
}
.page_header_wrap .entry-title {}
#primary-full section h2 {
text-align: left;
}
#primary-full section h2 strong {
font-size: 20px;
text-align: left;
}
.main-logo {
width: 100%;
}
.cv {
padding-top: 30px;
}
#home-press .rpbc_thumbnail_right img {
height: 100%;
width: 100%;
}
section.about #main {
width: 100%;
}
.about h1.nd-title {
font-size: 28px;
padding-top: 30px;
}
section.vision #main {
width: 100%;
}
section.vision #main h1 {
font-size: 28px;
}
section.co-profile #main {
margin: 0 auto;
width: 100%;
}
.co-profile h1.nd-title {
font-size: 28px;
}
section.future {
width: 100%;
}
section.future .first {
overflow: hidden;
width: 100% !important;
height: auto;
}
section.future .one-half {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
section.future .one-half h3 {
font-size: 18px;
}
section.future h1.nd-title {
font-size: 28px;
padding-top: 30px;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/css/images/line.jpg) no-repeat bottom center;
text-align: center;
}
#accesspress-breadcrumb {
margin-top: 0px;
padding-left: 10px;
}
p.read {
text-align: center;
padding-top: 15px;
}
.page_header_wrap {
padding: 0;
} .box,
.card-flex {
flex-direction: column;
align-items: center;
}
.left-list {
margin: 0;
}
.list-card,
.card-flex .card-img,
.card-flex .card-body {
width: 100%;
}
.list-card .card {
margin-bottom: 10px;
}
.card .card-img {
height: 300px;
}
.card .card-title {
font-size: 16px;
}
.card .card-content {
font-size: 14px;
}
.card .card-img img {
object-position: 50% 25%;
height: 100%;
}
.card.card-logo .card-img,
.card.card-logo .card-img img {
height: auto;
}
} @media (max-width: 580px) {
.service-block,
.feature-block {
width: 97%;
margin-bottom: 30px;
text-align: center;
}
.footer-menu {
float: none;
text-align: center;
}
.blog-block {
width: 98%;
}
.blog-image {
text-align: center;
}
.blog-date {
font-size: 14px;
height: 60px;
line-height: 15px;
padding-top: 15px;
width: 60px;
}
.cta-banner-text {
float: none;
width: 100%;
text-align: center;
}
.cta-banner-btn {
float: none;
margin: 0 auto;
width: 50%;
}
.slider-caption .caption-title {
font-size: 20px;
}
.blog_layout2 .entry-thumbanil,
.blog_layout3 .entry-thumbanil {
display: block;
float: none;
margin: 30px 0 !important;
width: 100%;
text-align: center;
}  #home-about .first {
width: 100% !important;
height: auto;
}
#home-about .one-half {
width: 100%;
text-align: center;
}
#home-school #text-7,
#home-school #text-8,
#home-school #text-9,
#home-school #text-10,
#home-school #text-11,
#home-school #text-12 {
width: 50%;
height: auto;
}
#home-school .home-social {
top: -90px;
}
#home-press .rpbc_content {
width: 100%;
}
#cta-banner {
padding: 0;
}
.cta-banner-text.full-width {
width: 100%;
padding: 10px;
}
.page_header_wrap .entry-title {}
#home-press .rpbc_thumbnail_right img {
height: 100%;
width: 100%;
}
section.about #main {
width: 100%;
}
.about h1.nd-title {
font-size: 28px;
padding-top: 30px;
}
section.vision #main {
width: 100%;
}
section.vision #main h1 {
font-size: 28px;
}
section.co-profile #main {
margin: 0 auto;
width: 100%;
}
.co-profile h1.nd-title {
font-size: 28px;
}
section.future {
width: 100%;
}
section.future .first {
overflow: hidden;
width: 100% !important;
height: auto;
}
section.future .one-half {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
section.future .one-half h3 {
font-size: 18px;
}
section.future h1.nd-title {
font-size: 28px;
padding-top: 30px;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/css/images/line.jpg) no-repeat bottom center;
text-align: center;
}
#accesspress-breadcrumb {
margin-top: 0px;
padding-left: 10px;
}
p.read {
text-align: center;
padding-top: 15px;
}
#home-about {
margin-top: 20px;
}
.frs-slideshow-container#home-engpjc {
margin-top: 93px !important;
}
} @media (max-width: 500px) {
.blog-date {
font-size: 11px;
height: 40px;
line-height: 14px;
padding-top: 5px;
width: 40px;
} .testimonial-thumb {
height: 70px;
margin-left: 20px;
width: 70px;
}
#main-slider .bx-controls .bx-controls-direction {
display: none;
}
#main-slider .bx-controls .bx-pager {
bottom: 0;
}
h1 {
font-size: 28px;
}
#accesspress-breadcrumb {
margin-top: 0px;
padding-left: 10px;
}
.comments-title {
font-size: 18px;
}
.slider-caption {
display: none;
}
#site-branding .site-logo {
margin-top: 8px;
} #home-about .first {
width: 100% !important;
height: auto;
}
#home-about .one-half {
width: 100%;
text-align: center;
}
section.vision {
width: 100%;
clear: both;
}
#home-school #text-7,
#home-school #text-8,
#home-school #text-9,
#home-school #text-10,
#home-school #text-11,
#home-school #text-12 {
width: 100%;
clear: both;
height: auto;
margin-bottom: 10px;
}
#home-school .home-social {
top: -90px;
}
#home-school #text-7 h1,
#home-school #text-8 h1,
#home-school #text-9 h1,
#home-school #text-10 h1,
#home-school #text-11 h1,
#home-school #text-12 h1 {
top: -90px;
}
#home-press .rpbc_thumbnail_right img {
height: 100%;
width: 100%;
}
#home-press .rpbc_content {
width: 100%;
TEXT-ALIGN: LEFT;
}
#home-press .rpbc p {
margin-bottom: 0 !important;
margin-top: 30px;
TEXT-ALIGN: JUSTIFY;
}
#cta-banner {
padding: 0;
width: 100%;
_background: #393a3a;
background: url(//kinderworld.net/wp-content/themes/accesspress-root/images/m-vision-bg.webp) no-repeat center center;
clear: both;
padding-top: 30px;
padding-bottom: 30px;
}
.cta-banner-text.full-width {
width: 100%;
}
.page_header_wrap .entry-title {
margin-top: 27px;
font-size: 20px;
}
section.about #main {
width: 100%;
}
.about h1.nd-title {
font-size: 28px;
padding-top: 30px;
}
section.vision #main {
width: 100%;
}
section.vision #main h1 {
font-size: 28px;
}
section.co-profile #main {
margin: 0 auto;
width: 100%;
}
.co-profile h1.nd-title {
font-size: 28px;
}
section.future {
width: 100%;
}
section.future .first {
overflow: hidden;
width: 100% !important;
height: auto;
}
section.future .one-half {
width: 100%;
padding-left: 15px;
padding-right: 15px;
clear: both;
margin: 0 auto;
}
section.future .one-half h3 {
font-size: 18px;
}
section.future h1.nd-title {
font-size: 28px;
padding-top: 30px;
background: url(https://kinderworld.net/wp-content/themes/accesspress-root/css/images/line.jpg) no-repeat bottom center;
text-align: center;
}
#primary h1.nd-title {
font-size: 28px;
}
p.read {
text-align: center;
padding-top: 15px;
}
.rslides_container {
position: relative;
float: left;
width: 100%;
display: block;
margin-top: 142px;
}
#main-slider {
display: none;
}
#home-press .rpbc_content a {
line-height: 18px;
}
.foogallery-masonry .item {
text-align: center;
}
#video iframe {
height: auto;
}
.frs-slideshow-container#home-engpjc {
margin-top: 128px !important;
}
#home-about {
margin-top: 30px;
}
} @media (max-width: 320px) {
section.vision #main h1 {
font-size: 25px;
}
.page_header_wrap .entry-title {
margin-top: 39px;
font-size: 28px;
} }.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
float: left;
margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
width: 48.717948717948715%;
}
.one-third,
.two-sixths {
width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
width: 65.81196581196582%;
}
.one-fourth {
width: 23.076923076923077%;
}
.three-fourths {
width: 74.35897435897435%;
}
.one-fifth {
width: 17.94871794871795%;
}
.two-fifths {
width: 38.46153846153846%;
}
.three-fifths {
width: 58.97435897435898%;
}
.four-fifths {
width: 79.48717948717949%;
}
.one-sixth {
width: 14.52991452991453%;
}
.five-sixths {
width: 82.90598290598291%;
}
.first {
clear: both;
margin-left: 0;
} @media only screen and (max-width: 800px) {
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
margin: 0;
width: 100%;
}
} .clearfix:before {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
content: " ";
display: table;
}
.vertical-spacer {
clear: both;
margin-bottom: 30px;
}
.columns-container {
clear: both;
overflow: hidden;
}.frs-slideshow-container {
margin-left: auto;
margin-right: auto;
}
.frs-slideshow-container .frs-slideshow-content {
background: #FFFFFF url(//kinderworld.net/wp-content/plugins/fluid-responsive-slideshow/css/frs/loading.gif) no-repeat center center; }
.frs-slideshow-container .frs-slideshow-content  > div >  div:first-child{
position: relative;    
}
.frs-slideshow-container .frs-slideshow-content  > div >  div > div.frs-caption {
height: 100% !important;
}
.frs-slideshow-container > .frs-wrapper > .frs-slider-nav {
position: static;
} .frs-slideshow-container div.frs-wrapper {
position: relative; }
.frs-slideshow-container div.frs-slideshow-content {
position: relative;
overflow: hidden;
}
.frs-slideshow-container > .frs-wrapper > .frs-slideshow-content > .frs-slide-img-wrapper {
position: absolute;
}
.frs-slideshow-container > .frs-wrapper > .frs-slideshow-content > .frs-slide-img-wrapper > .frs-slide-img {
position: absolute;
top: 0;
left: 0;
overflow: hidden !important; }
.frs-slideshow-content > img,
.frs-slideshow-content > div,
.frs-slideshow-content > a { display: none } .frs-slideshow-container div.frs-timer {
position: absolute;
width: 40px;
height: 40px;
top: 10px;
right: 10px;
opacity: 0.6;
cursor: pointer;
z-index: 99;
}
.frs-slideshow-container span.frs-timer-rotator {
position: absolute;
top: 0px;
left: -20px;
width: 40px;
height: 40px;
background-image: url(//kinderworld.net/wp-content/plugins/fluid-responsive-slideshow/css/frs/rotator-left.png);
z-index: 99;
}
.frs-slideshow-container span.frs-timer-mask {
position: absolute;
top: 0px;
right: 0px;
width: 20px;
height: 40px;
z-index: 99;
overflow: hidden;
}
.frs-slideshow-container span.frs-timer-move {
top: 0px;
position: absolute;
left: 0px;
}
.frs-slideshow-container span.frs-timer-mask-turn {
display: none;
position: absolute;
top: 0px;
right: 0px;
width: 40px;
height: 40px;
background-image: url(//kinderworld.net/wp-content/plugins/fluid-responsive-slideshow/css/frs/rotator-right.png);
z-index: 99;
}
.frs-slideshow-container span.frs-timer-pause {
display: block;
width: 40px;
height: 40px;
position: absolute;
top: 0;
left: 0;
background: url(//kinderworld.net/wp-content/plugins/fluid-responsive-slideshow/css/frs/pause-black.png) no-repeat;
z-index: 4;
opacity: 1;
}
.frs-slideshow-container span.frs-timer-pause.frs-timer-active { background: url(//kinderworld.net/wp-content/plugins/fluid-responsive-slideshow/css/frs/pause-black.png) no-repeat 0 -40px }
.frs-slideshow-container div.frs-timer:hover span.frs-timer-pause,
.frs-slideshow-container span.frs-timer-pause.frs-timer-active { opacity: 1 } .frs-slideshow-container span.frs-caption 
{
display: none;
height: 0px;
} .frs-slideshow-container{
width:100%; }
@media (max-width:320px){
.frs-slideshow-container{
min-height:150px;
}
}
.frs-slideshow-container h4{
font-weight:bold;
}
.frs-slideshow-container h4,
.frs-slideshow-container p
{
color:white;
line-height: 1;
} .frs-slideshow-container .frs-slideshow-content img {
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
.frs-slideshow-container .frs-timer, 
.frs-slideshow-container .frs-slider-nav, 
.frs-slideshow-container .frs-bullets-wrapper {
display: none;
line-height: normal;
}
.frs-slideshow-container .frs-bullets-wrapper .frs-bullets {
line-height: normal;
} .frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption .frs-caption-content{
width: 100% !important;
}
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption .frs-caption-content h4{
text-align: center !important;
font-size: 18px;
font-weight: normal;
}
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption .frs-caption-content p{
text-align: center !important;    
font-size: 12px !important;
}
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption .frs-caption-content p.frs-caption-button{
font-size: 12px;
display: none;
}
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption{
padding: 0px 70px !important;
}
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption .frs-caption-inner{
vertical-align: middle;
} .frs-slideshow-container .frs-wrapper.frs-responsive-mobile-medium .frs-caption .frs-caption-content{
width: 100% !important;
}
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-medium .frs-caption .frs-caption-content h4{
text-align: center !important;
font-size: 18px;
font-weight: normal;
}
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-medium .frs-caption .frs-caption-content p{
text-align: center !important;    
font-size: 14px;
}
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-medium .frs-caption .frs-caption-content p.frs-caption-button{
font-size: 12px;
}
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-medium .frs-caption{
padding: 0px 70px !important;
}
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-medium .frs-caption .frs-caption-inner{
vertical-align: middle;
}
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-medium .frs-timer{
display: none !important;
} p.frs-caption-button a span {  
white-space: nowrap;
} #frs-text-position-preview {
padding: 0px;
}
#frs-position-preview-outer {
height: 250px;    
background-color: #d9cb9e;
padding: 40px;
}
#frs-position-preview-padding-left {
position: absolute;
margin-top: 115px;
margin-left: 40px;
font-size: 16px;
left: 0;
width: 40px;
text-align: center;
}
#frs-position-preview-padding-top {
position: absolute;
margin-top: -28px;  font-size: 16px;
text-align: center;
left: 0;
right: 0;
margin-right: auto;
margin-left: auto;
}
#frs-position-preview-padding-right {
position: absolute; margin-top: 115px; 
margin-right: 40px; font-size: 16px;
right: 0;
width: 40px;
text-align: center;
}
#frs-position-preview-padding-bottom {
position: absolute; 
margin-top: 260px; font-size: 16px; text-align: center; left: 0; right: 0;
margin-left: auto; */ ;
margin-right: auto;
}
#frs-position-preview-inner {
width: 100%;
height: 100%;
border: 1px dashed #000;
}
#frs-position-preview-obj {
background-color: #2a2c2b;
height: 75px;
width: 200px;
color: #fff;
text-align: center;
padding-top: 40px;
font-size: 21px;
position: absolute;
left: 80px;
right: 80px;
overflow: hidden;
white-space: nowrap;
}
#frs-position-preview-obj span {
font-size: 16px
}.frs-wrapper .frs-caption .frs-caption-content {
color: #fff;
padding: 25px;
font-size: 13px;
min-width: 150px;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
} .frs-wrapper .frs-caption.frs-caption-position-left .frs-caption-inner {
vertical-align: middle;
}
.frs-wrapper .frs-caption.frs-caption-position-left .frs-caption-content {
margin-right: auto;
} .frs-wrapper .frs-caption.frs-caption-position-top-left .frs-caption-inner {
vertical-align: top;
}
.frs-wrapper .frs-caption.frs-caption-position-top-left .frs-caption-content {	
margin-right: auto;
} .frs-wrapper .frs-caption.frs-caption-position-top .frs-caption-inner {
vertical-align: top;
}
.frs-wrapper .frs-caption.frs-caption-position-top .frs-caption-content {	
margin: 0 auto;
} .frs-wrapper .frs-caption.frs-caption-position-top-right .frs-caption-inner {
vertical-align: top;
}
.frs-wrapper .frs-caption.frs-caption-position-top-right .frs-caption-content {
margin-left: auto;
} .frs-wrapper .frs-caption.frs-caption-position-right .frs-caption-inner {
vertical-align: middle;
}
.frs-wrapper .frs-caption.frs-caption-position-right .frs-caption-content {
margin-left: auto;
} .frs-wrapper .frs-caption.frs-caption-position-bottom-right .frs-caption-inner {
vertical-align: bottom;
}
.frs-wrapper .frs-caption.frs-caption-position-bottom-right .frs-caption-content {
margin-left: auto;
} .frs-wrapper .frs-caption.frs-caption-position-bottom .frs-caption-inner {
vertical-align: bottom;
}
.frs-wrapper .frs-caption.frs-caption-position-bottom .frs-caption-content {
margin: 0 auto;
} .frs-wrapper .frs-caption.frs-caption-position-bottom-left .frs-caption-inner {
vertical-align: bottom;
}
.frs-wrapper .frs-caption.frs-caption-position-bottom-left .frs-caption-content {
margin-right: auto;
} .frs-wrapper .frs-caption.frs-caption-position-center .frs-caption-inner {
vertical-align: middle;
}
.frs-wrapper .frs-caption.frs-caption-position-center .frs-caption-content {
margin: 0 auto;
} .frs-wrapper .frs-caption.frs-caption-position-sticky-top {
padding: 0px !important;
}
.frs-wrapper .frs-caption.frs-caption-position-sticky-top .frs-caption-inner {
vertical-align: top;
}
.frs-wrapper .frs-caption.frs-caption-position-sticky-top .frs-caption-content {	
margin-right: auto;
width: 100% !important; -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
} .frs-wrapper .frs-caption.frs-caption-position-sticky-bottom {
padding: 0px !important;
}
.frs-wrapper .frs-caption.frs-caption-position-sticky-bottom .frs-caption-inner {
vertical-align: bottom;
}
.frs-wrapper .frs-caption.frs-caption-position-sticky-bottom .frs-caption-content {
margin-right: auto;
width: 100% !important; -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}