@charset "utf-8";
/*
Theme ID: ecms120
Author: 懒鸟飞移植
Author QQ：1430826160
Author Email：1430826160@qq.com
Author URL: http://www.lazybirdfly.com/
*/

.page-link{
    width: 36px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    background: #ffffff;
    -webkit-box-shadow: 0 0 30px #dcdbff;
    -o-box-shadow: 0 0 30px #dcdbff;
    -moz-box-shadow: 0 0 30px #dcdbff;
    -ms-box-shadow: 0 0 30px #dcdbff;
    box-shadow: 0 0 30px #dcdbff;
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff;
    background: #6C62FF;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  outline: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family:Arial,"Microsoft YaHei","WenQuanYi Micro Hei","Open Sans","Hiragino Sans GB",Verdana,sans-serif;
    font-size: 16px;
    /* font-size: 1rem; */
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    /* margin-bottom: 1.5em; */
    line-height: 30px;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    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: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 1em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

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 {
    color: #666;
    border: 1px solid #eee;
    padding: 5px;
}

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 {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #285C8B;
}

a:visited {
    /*color: purple;*/
}

a:hover, a:focus, a:active {
  color: midnightblue;
  text-decoration: none;
  outline-style:none;
}

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

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.p-30 {
  padding: 30px;
}
/*--------------------------------------------------------------
## Menus & Header
--------------------------------------------------------------*/
.site-header {
    height: 100px;
    background: #6C62FF;
    color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  transition: all .5s;
}
.site-logo {
    padding: 25px 0;
  transition: all .5s;
}
.site-title {
    font-size: 28px;
    margin: 20px 0 0;
    line-height: 38px;
    transition: all .5s;
}
.site-title a,
.site-title a:visited {
  color: #ffffff;
}
.site-description {
    margin-bottom: 15px;
    transition: all .5s;
}
.fixed .site-title {
  font-size: 26px;
   margin: 15px 0 0;
}
.fixed .site-description {
  display: none;
}
.site-header.fixed{
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 99;
}

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

.fixed .site-logo {
  padding: 10px 0;
}

.fixed .site-logo {
  padding: 10px 0;
}

.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
  display: none;
}

.main-navigation,
.main-navigation ul,
.main-navigation ul li,
.main-navigation ul li a,
.main-navigation #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-navigation:after,
.main-navigation > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.main-navigation #menu-button {
  display: none;
}
.main-navigation {
  width: auto;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.main-navigation > ul > li {
  float: left;
  padding: 0 12px;
}
.main-navigation.align-center > ul {
  font-size: 0;
  text-align: center;
}
.main-navigation.align-center > ul > li {
  display: inline-block;
  float: none;
}
.main-navigation.align-center ul ul {
  text-align: left;
}
.main-navigation.align-right > ul > li {
  float: right;
}
.main-navigation.align-right ul ul {
  text-align: right;
}
.main-navigation > ul > li > a {
  padding: 42px 0;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transition: all .5s;
}
.fixed .main-navigation > ul > li > a {
  padding: 27px 0;

}
.main-navigation > ul > li > a::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width .5s;
}
.main-navigation > ul > li > a:hover::before,
.main-navigation > ul > li.current-menu-item > a::before {
  width: 100%;
}
.main-navigation > ul > li.has-sub > a::after {
  position: absolute;
  top: 45px;
  right: -8px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.fixed .main-navigation > ul > li.has-sub > a::after {
  position: absolute;
  top: 30px;
  right: -8px;
}

.main-navigation ul ul {
  position: absolute;
  left: -9999px;
  z-index: 999;
  background-color: #6C62FF;
}
.main-navigation li:hover > ul {
  left: auto;
}
.main-navigation.align-right li:hover > ul {
  right: 0;
}
.main-navigation ul ul ul {
  margin-left: 100%;
  top: 0;
}
.main-navigation.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.main-navigation ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.main-navigation ul li:hover > ul > li {
  height: 41px;
}
.main-navigation ul ul li a {
  padding: 14px 20px;
  width: auto;
  min-width: 160px;
  font-size: 14px;
  background: rgb(108, 98, 255, .85);
  text-decoration: none;
  color: #f2f2f2;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.main-navigation ul ul li:hover > a,
.main-navigation ul ul li a:hover {
  color: #ffffff;
}
.main-navigation ul ul li.has-sub > a::after {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.main-navigation.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}
.main-navigation ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .main-navigation {
    width: 100%;
  }
  .main-navigation ul {
    width: 100%;
    display: none;
  }
  .main-navigation.align-center > ul,
  .main-navigation.align-right ul ul {
    text-align: left;
  }
  .main-navigation ul li,
  .main-navigation ul ul li,
  .main-navigation ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.5);
  }
  .main-navigation > ul > li {
    padding: 0;
  }
  .main-navigation > ul > li > a {
    padding: 18px 20px;
  }
  .main-navigation ul li a,
  .main-navigation ul ul li a {
    width: 100%;
  }
  .main-navigation > ul > li > a:hover::before,
  .main-navigation > ul > li.current-menu-item > a::before {
    width: 0;
  }
  .main-navigation > ul > li,
  .main-navigation.align-center > ul > li,
  .main-navigation.align-right > ul > li {
    float: none;
    display: block;
  }
  .main-navigation ul ul li a {
    padding: 20px 20px 20px 30px;
    color: #ddd;
    background: none;
  }
  .main-navigation ul ul li:hover > a,
  .main-navigation ul ul li a:hover {
    color: #fff;
  }
  .main-navigation ul ul ul li a {
    padding-left: 40px;
  }
  .main-navigation ul ul,
  .main-navigation ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  .main-navigation > ul > li.has-sub > a::after,
  .main-navigation ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  .main-navigation #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  .main-navigation #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  .main-navigation #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  .main-navigation .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #4E5763;
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  .main-navigation .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #4E5763;
    z-index: 99;
  }
  .main-navigation .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #4E5763;
    z-index: 99;
  }
  .main-navigation .submenu-button.submenu-opened:after {
    display: none;
  }
}

/**
 * Off Canvas Mobile menu
 * -----------------------------------------------------------------------------
 */

#wrapper {
  background: #24364E;
}

.inner-wrapper {
  background-color: #fff;
}

#slide-out {
    position: absolute;
    display: block;
    left: 0;
    top: 100px;
    z-index: 1;
    height: auto;
    min-height: 100%;
    width: 80%;
    color: #ddd;
    -webkit-transform: translate3d(-101%, 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;
    background:#6C62FF;
}

#slide-out-open {
    display: none;
    margin: 0;
    position: absolute;
    top: 25px;
    left: 0;
    opacity: 1;
    height: 40px;
    width: 40px;
}

#slide-out-open span {
    left: 6px;
}

#slide-out-open span,
#slide-out-open span:after,
#slide-out-open span:before {
    top: 5px;
    position: absolute;
    content: ' ';
    display: block;
    height: 3px;
    width: 28px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#slide-out-open span:before {
    top: 8px;
}

#slide-out-open span:after {
    top: 16px;
}

#open-slide-overlay {
    position: fixed;
    top: 0;
    left: 80%;
    z-index: 500;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


/* open and Close the SlideOut panel */

.js-nav .inner-wrapper {
    left: 80%;
}

.js-nav #mobile-menu {
    display: block;
}

.inner-wrapper,
#slide-out {
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    -moz-transition: -moz-transform 500ms ease, opacity 500ms ease;
    -o-transition: -o-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
}

.js-nav .inner-wrapper {
    left: 0 !important;
    /*opacity: .5;*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.js-nav #slide-out-open span {
    top: 15px;
    -webkit-animation: fa-spin .2s 2 linear;
    animation: fa-spin .2s 2 linear;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.js-nav #slide-out-open span:after {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.js-nav #slide-out-open span:before {
    opacity: 0;
}

.js-nav .inner-wrapper {
    -webkit-transform: translate3d(80%, 0, 0);
    -moz-transform: translate3d(80%, 0, 0);
    -ms-transform: translate3d(80%, 0, 0);
    -o-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}

.js-nav #slide-out {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
@media only screen and (max-width: 768px) {
  .site-logo {
    text-align: center;
  }
  #slide-out-open {
    display: block;
  }
  #slide-out .main-navigation ul {
    display: block;
  }
  .js-nav #slide-out-open {
    top: 35px;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    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%;
}

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

.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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.box-shadow {
  background: #ffffff;
    -webkit-box-shadow: 0 0 35px rgba(220, 219, 255, 0.57);
    -o-box-shadow: 0 0 35px rgba(220, 219, 255, 0.57);
    -moz-box-shadow: 0 0 35px rgba(220, 219, 255, 0.57);
    -ms-box-shadow: 0 0 35px rgba(220, 219, 255, 0.57);
    box-shadow: 0 0 35px rgba(220, 219, 255, 0.57);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    padding: 30px;
    margin-bottom: 30px;
    color: #666666;
}

.widget .widget-title {
    font-size: 22px;
    margin: 0 0 20px -30px;
    padding-left: 25px;
    border-left: 5px solid #6C62FF;
    color: #333333;
}

.widget select {
    max-width: 100%;
}

.widget a {
    color: #404040;
}
.widget a:hover {
    color: #6C62FF;
}

.widget ul,
.widget ol {
    padding-left: 18px;
    margin-bottom: 0;
}

.widget ul li,
.widget ol li {
    margin-bottom: 10px;
    line-height: 26px;
}

.widget ul li:last-child,
.widget ol li:last-child {
    margin-bottom: 0;
}

.widget-posts ul,
.widget-readers ul,
.widget-new-comments ul {
    padding-left: 0;
    list-style: none;
}

.widget-posts ul li {
    min-height: 54px;
    margin-bottom: 15px;
}

.widget-posts ul li:last-child{
  margin-bottom: 0;
}

.widget-posts ul li a{
  display: block;
  height: 52px;
  overflow: hidden;
}

.widget-posts .post-thumbnail {
    width: 90px;
    float: left;
    margin-right: 15px;
}

.widget-posts a {

}

.widget_links ul {
    display: inline-block;
    margin-top: 0;
}

.widget_links a{
display: inline-block;
margin-right: 15px;
margin-bottom: 10px;
}

.widget-readers ul li{
    width: 20%;
    float: left;
}

.widget-new-comments ul li {
    min-height: 54px;
    margin-bottom: 15px;
}

.widget-new-comments .comment-author {
    font-weight: 600;
}

.widget-new-comments img {
    float: left;
    margin-right: 15px;
    border-radius: 30px;
}

.widget-readers img {
    border-radius: 30px;
}

.widget .search-form {
    border: 1px solid #eeeeee;
    position: relative;
}
#divSearchPanel{
    border:0px !important;
}
#divSearchPanel .keyword{
    height: 36px;
    padding: 0px 0px 0px 8px;
    margin: 0px;
    border: 1px solid #666;
    border-radius: 5px;
}
#divSearchPanel .searchButton{
    height: 36px;
    padding: 0px 10px;
    margin: 0px;
    border: 1px solid #666;
    border-radius: 5px;
}
.widget .search-form label {
    margin-bottom: 0;
    width: 100%;
}
.widget .search-form input {
    border: 0;
}
.widget .search-form input.search-field {
    font-size: 14px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 80px;
    width: 100%;
}
.widget .search-form input.search-submit {
    position: absolute;
    top: -1px;
    right: 0;
    background: #6C62FF;
    opacity: .85;
    color: #ffffff;
    border-radius: 0;
    width: 80px;
    padding: 11px;
    font-size: 14px;
}
.widget .search-form input.search-submit:hover {
    opacity: 1;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
    margin: 20px 0 60px;
}
.home .site-content {
    margin: 60px 0;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post-box {
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.entry-content a{
    font-weight: bold;
}
.entry-content li a{
    font-weight: 400;
}
.entry-content p {
  margin: 20px 0px;
}
.entry-content img {
  max-width: 100%;
  height: auto !important;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

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

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

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


.display-none {
  display: none;
}

.slider-item {
  position: relative;
}

.slider-item .entry-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: 15px 10px;
  line-height: 22px;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
}

.slider-item .entry-title a{
  color: #fff;
  font-size: 24px;
}

.slick-prev {
    z-index:99;
    left: -25px;
}

.slick-next {
    right: -15px;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px;
    color: #6C62FF;
}


.slick-slider .slick-dots {
  bottom: -25px;
}


.page-header p {
    margin-bottom: 0;
}

.page-header .page-title {
    margin: 0;
    font-size: 26px;
}

.page-header .archive-description {
    margin-top: 10px;
}

.entry-title {
    margin: 0 0 20px;
    font-size: 26px;
}

.archives .entry-title a {
    font-size: 24px;
    color: #333333;
}

.archives .entry-content{
    margin: 25px 0 0 0;
}

.archives .entry-content p{
    margin-bottom: 0;
}

.archives .post-thumbnail {
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 3%;
    width: 31.3%;
}

.archives .post-thumbnail-last {
    margin-right: 0;
    clear:right;
}

.archives .post-thumbnail img{
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s; 
}

.archives:hover .post-thumbnail img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); 
}

.archives .read-more {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.archives .read-more a {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    display: none;
}

.archives:hover .read-more a {
    color: #FF7008;
    display: block;
}

.big-thumb .entry-content{
    margin: 0;
}

.big-thumb .post-thumbnail {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    height: 350px;
    margin-right: 0;
    float: none;
}

@media all and (max-width: 768px) {

.big-thumb .post-thumbnail {
  height: 200px;
}

}

.big-thumb .entry-header {
    margin: -90px auto 0 auto;
    width: 90%;
    position: relative;
    background: #ffffff;
}

.big-thumb .entry-header .entry-title {
    padding: 18px;
    text-align: center;
}

.entry-footer {
    margin-top: 20px;
}

.entry-meta span{
    margin-right: 5px;
}
.entry-meta span a{
    font-size: 16px;
    color: #333333;
}
.entry-meta .glyphicon {
    padding: 5px;
    font-size: 12px;
    border-radius: 15px;
}
.entry-meta .glyphicon-calendar {
    color: #FE6061;
    background: #FFD7D7;
}
.entry-meta .glyphicon-user {
    color: #6C62FF;
    background: #DAD8FF;
}
.entry-meta .glyphicon-book {
    color: #FF7008;
    background: #ffd6b9;
}
.entry-meta .glyphicon-eye-open {
    color: #9C27B0;
    background: #f8ccff;
}
.entry-meta .glyphicon-comment {
    color: #3FB750;
    background: #CDECD2;
}
.entry-meta .glyphicon-edit {
    color: #248EFA;
    background: #a7ebff;
}


.site-footer {
    padding: 60px;
    background: #3729FF;
    color: #ffffff;
}
.site-footer a{
    color: #ffffff;
}

/*--------------------------------------------------------------
## Pagenavi
--------------------------------------------------------------*/
.wpkj-pagenavi {
  position: relative;
}
.wpkj-pagenavi ul {
  margin: 0;
  padding: 0;
}
.wpkj-pagenavi ul li {
  display: inline-block;
  margin: 0 5px;
}
.wpkj-pagenavi .page-item a{
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px #dcdbff;
  -o-box-shadow: 0 0 30px #dcdbff;
  -moz-box-shadow: 0 0 30px #dcdbff;
  -ms-box-shadow: 0 0 30px #dcdbff;
  box-shadow: 0 0 30px #dcdbff;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.wpkj-pagenavi .first,
.wpkj-pagenavi .last,
.wpkj-pagenavi .page-item a:hover,
.wpkj-pagenavi .current,
.wpkj-pagenavi .prevlink,
.wpkj-pagenavi .nextlink {
  color: #ffffff;
  background: #6C62FF;
}

.wpkj-pagenavi .pages {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}
.wpkj-pagenavi .first,
.wpkj-pagenavi .last {
  width: 64px;
  font-size: 14px;
}

/*--------------------------------------------------------------
 Breadcrumbs
--------------------------------------------------------------*/
.wpkj-breadcrumb {
    margin: 0;
    padding: 8px 0 16px 0;
    font-size: 14px;
    color: #666;
    line-height: 14px;
    height: 40px;
    display: block;
}
.wpkj-breadcrumb a {
    color: #666;
}

.wpkj-breadcrumb i {
  margin-right: 3px;
}
/*--------------------------------------------------------------
 Post Navigation 
--------------------------------------------------------------*/\

.post-navigation {
  clear: both;
  overflow: hidden;
  margin: 0 0 20px;
}
.post-navigation div {
  position: relative;
  display: block;
  color: #999;
  font-size: 14px;
}
.post-previous {
  float: left;
  padding-left: 40px;
}
.post-next {
  float: right;
  padding-right: 40px;
  text-align: right;
}
.post-navigation div span {
  display: block;
  color: #666;
  font-size: 80%;
}
.post-navigation a {
  color: #666;
}
.post-navigation div a:after {
  position: absolute;
  top: 34%;
  margin-top: -11px;
  height: 22px;
  color: #6C62FF;
  opacity: .8;
  font-size: 60px;
  line-height: 24px;
}
.post-navigation div a:after:hover {
  opacity: 1;
}
.post-previous a:after {
  left: 0;
  content: '«';
}
.post-next a:after {
  right: 0;
  content: '»';
}

/*********returnTop**************/

.returnTop{
  position: fixed;
  right: 20px;
  bottom: 15%;
  z-index: 99;
  display: none;
  width: 48px;
  height: 48px;
  background: #323841;
  box-shadow: 0 0 10px rgba(220, 219, 255, 0.57);
  text-indent: -9999px;
  cursor:pointer;
  border-radius: 30px;
}
.returnTop .s{
  position:absolute;
  top: 2px;
  left: 14px;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: dashed dashed solid;
  border-width: 10px;
}
.returnTop .b{
  position: absolute;
  top: 22px;
  left: 20px;
  width: 8px;
  height: 12px;
  background: #fff;
}

/******************Mobile*********************/

@media all and (max-width: 768px) {
  .site-branding {
    text-align: center;
  }
  .site-content {
    margin: 20px 0;
  }
  .home .site-content {
    margin: 30px 0;
  }
  .slider-home-wrap.p-30 {
    padding: 0;
    line-height: 0;
    margin-bottom: 30px;
  }

  .slider-item .entry-title {
    padding: 5px;
  } 
  .slider-item .entry-title a {
    font-size: 16px;
  }
  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 12px;
  }
  .wpkj-breadcrumb {
    line-height: 20px;
    height: auto;
  }
  .page-header,
  .post-box {
    padding: 20px;
  }
  .entry-title {
    font-size: 22px;
  }
  .archives .post-thumbnail {
    max-width: 100%;
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .archives .entry-title a {
    font-size: 22px;
  }
  .archives .read-more {
    display: none;
  }
  .big-thumb .entry-header {
    margin: 0 auto;
    width: 100%;
  }

  .big-thumb .entry-header .entry-title {
    padding: 0;
    text-align: left;
  }
  .wpkj-pagenavi {
    margin-bottom: 30px;
  }
  .wpkj-pagenavi ul li {
    margin-bottom: 5px;
  }
  .wpkj-pagenavi .page-item a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .wpkj-pagenavi .pages {
    display: none;
  }
  .wpkj-pagenavi .first, .wpkj-pagenavi .last {
    width: 50px;
  }
  .widget {
    padding: 20px;
  }

  .widget .widget-title {
    margin: 0 0 20px -20px;
    padding-left: 15px;
  }
  .site-footer {
    padding: 20px;
  }
}