/*!
Theme Name: Kai
Theme URI: https://aperturewp.com/downloads/kai/
Author: Afrothemes
Author URI:https://aperturewp.com
Description: Kai is a simple 4 column grid WordPress theme for photography portfolio, use it for a travel, food or photography bloging & portfolio. kai can also be use be used for creative agency or photo studio. Try it out for free today.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kai
Tags: one-column, grid-layout, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, threaded-comments, translation-ready, blog, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kai is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
	margin: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * 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: 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;
}

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/ */
}

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 {
	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 {
	/* 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-radius: 30px;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 1em 2em;
}

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 #ccc;
	border-radius: 3px;
	padding: 3px;
}

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%;
}
/*--------------------------------------------------------------
# Fonts & Typography
--------------------------------------------------------------*/
body {
	font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', 'sytem-ui', sans-serif;
}
h1.entry-title {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	padding-left: 2;
}
.entry-header a {
	text-decoration: none;
}
/*--------------------------------------------------------------
# Header & Navigation
--------------------------------------------------------------*/
#masthead {
	text-align: center;
}
.site-branding h1,
.site-branding h1 a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 22px;
}
.site-description {
	color: #888;
	font-size: 13px;
}

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

@media all and (max-width: 420px) {
	.site-branding {
		text-align: center;
	}
}

.intro {
	width: 75%;
    padding: 6em 0 5em;
}
.intro h1 {
	font-weight: 300;
    color: #000;
    font-size: 50px;
    text-align: left;
    line-height: 60px;
    text-transform: capitalize;
}
/*Menu */

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#cssmenu {
  background: transparent;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#cssmenu ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  float: none;
  text-align: right;
  padding-top: 15px;
}

#cssmenu ul:after,
#cssmenu:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

#cssmenu a {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;

}

#cssmenu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

#cssmenu ul li a {
display: inline-block;
}
#cssmenu ul li a:after {
content: '';
display: block;
height: 2px;
width: 0;
margin: 10px 0 0;
background: transparent;
transition: width .5s ease, background-color .5s ease;
}
#cssmenu ul li a:hover:after {
width: 100%;
background: #eee;
}


#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 9999;
}

#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}

#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}

#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}

#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}

#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}

#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
  text-align: left;
}

#cssmenu ul li ul li:hover>a,
#cssmenu ul li ul li.active>a {
  color: #777;
}

#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #eee;
}

#cssmenu ul li ul li:hover>ul {
  left: 100%;
  top: 0;
}

#cssmenu ul li ul li:hover>ul>li {
  max-height: 72px;
  position: relative;
}

#cssmenu>ul>li {
  display: inline-block;
}

#cssmenu.align-center>ul>li {
  float: none;
  display: inline-block;
}

#cssmenu.align-center>ul {
  text-align: center;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right>ul {
  float: right;
}

#cssmenu.align-right>ul>li:hover>ul {
  left: auto;
  right: 0;
}

#cssmenu.align-right ul ul li:hover>ul {
  right: 100%;
  left: auto;
}

#cssmenu.align-right ul ul li a {
  text-align: right;
}

#cssmenu>ul>li:after {
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  z-index: 0;
  border-bottom: 1px solid #000;
  background: transparent;
  -webkit-transition: border-bottom .2s;
  -moz-transition: border-bottom .2s;
  -ms-transition: border-bottom .2s;
  -o-transition: border-bottom .2s;
  transition: border-bottom .2s;
}

#cssmenu>ul>li.has-sub>a {
  padding-right: 40px;
}

#cssmenu>ul>li.has-sub>a:after {
  display: block;
  content: '';
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}

#cssmenu>ul>li.has-sub>a:before {
  display: block;
  content: '';
  border: 4px solid transparent;
  border-top-color: #eee;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}

#cssmenu>ul>li>a {
  color: #000;
  padding:15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  z-index: 2;
  position: relative;
}

#cssmenu>ul>li:hover:after,
#cssmenu>ul>li.active:after {
  height: 100%;
}

#cssmenu>ul>li:hover>a {
  color: #eee;
}
#cssmenu>ul>li.active>a {
}

#cssmenu>ul>li:hover>a:after,
#cssmenu>ul>li.active>a:after {
}

#cssmenu>ul>li:hover>a:before,
#cssmenu>ul>li.active>a:before {
  border-top-color: #eee;
}

#cssmenu>ul>li:hover>ul {
  left: 0;
}

#cssmenu>ul>li:hover>ul>li {
  max-height: 72px;
  position: relative;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu>ul>li>a {
  width: auto;
  display: inline-block;
}

#cssmenu>ul>li {
  width: auto;
}

#cssmenu>ul>li>ul {
  width: 170px;
  display: block;
}

#cssmenu>ul>li>ul>li {
  width: 170px;
  display: block;
}
.main-navigation {

}

@media all and (max-width: 800px),
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) {
  #cssmenu>ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu>ul>li>ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu>ul>li>ul>li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu>ul>li>ul>li>a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center>ul {
    text-align: left;
  }
  #cssmenu.align-center>ul>li {
    display: block;
  }
  #cssmenu>ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul>li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 40px;
    text-align: center;
  }
  #cssmenu ul>li:after {
    display: none;
  }
  #cssmenu ul li.has-sub>a:after,
  #cssmenu ul li.has-sub>a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover>ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover>ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover>ul>li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px;
    color: #333;
    text-align: center;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px;
    text-align: center;
  }
  #cssmenu ul li ul li:hover>a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    cursor: pointer;
    border: 1px solid #333;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    right: 20px;
    top: 26px;
  }
}

.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%;
}
.comment-author img {
	border-radius: 30px;
}
.comment-author .fn {
	text-transform: capitalize;
}
.comment-metadata {
	font-size: 12px;
}
.navigation a {
	line-height: 1;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

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

.nav-previous {
	padding: 10px 20px;
}
.nav-next {
	padding: 10px 20px;
}
.posts-navigation .nav-previous {
	text-align: right;
}
.posts-navigation .nav-links .nav-next {
	text-align: left;
}
.posts-navigation .nav-previous:before {
	content: "\2190";
}
.posts-navigation .nav-next:after {
	content: "\2192";
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #d35400;
}

a:visited {
	color: #777;
}

a:hover, a:focus, a:active {
	color: #000;
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-info,
.site-info,
.site-info a {
	font-size: 13px;
	color: #888;
	text-align: center;
}
.site-footer {
	padding: 2em 0 1em;
}
.intro h1 {
	font-size: 34px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
	padding-right: 0;
	padding-left: 20px;
	margin-top: 3em;
}
.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget ul li {

}

.widget ul li a{
	text-decoration: none;
}
.widget,
.widget a {
	color: #888;
	text-transform: capitalize;
}
.widget h2 {
	color: #000;
	font-size: 17px;
}
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}
.rightwidget {
	text-align: right;
}
.cat-links,
.cat-links a {
	font-size: 13px;
    color: #888;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.entry-meta,
.entry-meta a {
	font-size: 13px;
	color: #888;
	text-decoration: none;
	text-transform: capitalize;
}
.post-thumb {
	line-height: 0;
	background: #000;
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
@media all and (max-width: 420px) {
	.post-thumb { height: 350px; }
}
.post-thumb img {
	width: 100%;
}
.post-thumb a {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.post-thumb a:hover {
	opacity: 0.8;
}

.single .post-thumbnail {
	margin-top: 2em;
}

/*--------------------------------------------------------------
# Post Item
--------------------------------------------------------------*/
.post-item .entry-title {
	text-transform: capitalize;
	color: #000;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    padding: 0.5em 1em;
    line-height: 1.4;
}
.post-item {
	margin-bottom: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.post-item a.post-cat {
	color: #000;
	text-transform: capitalize;
}
.post-item .post-cat {
    background: #fff;
    padding: 2% 5% 2%;
}
.post-item .entry-header {
	position: absolute;
	bottom: 3em;
	left: 2em;
	line-height: 0;
	max-width: 90%;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.post-item:hover .post-thumb {
	opacity: 0.7;
}
.post-item:hover .entry-header {
	opacity: 1;
}
.post-item .entry-header a {
	line-height: 1.3;
}
.single-portfolio h1.entry-title {
	margin-top: 0;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
}
.post-item {
	padding: 0em;
	margin: 0;
	margin-bottom: 10px;
	width: 24.0%;
}

@media all and (max-width: 768px) {
	.post-item { width: 49%; }
}
.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;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .portfolio-gallery {
 	list-style: none;
 	padding: 0;
 	margin: 0;
 }
 .portfolio-gallery li img {
 	width: 100%;
 }
 .single-portfolio h1.entry-title {
 	text-align: center;
 }

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#masonry {
	width: 100% !important;
}

.adri-social {
	display: inline-block;
    text-align: left;
    width: 100%;
}
.adri-social a {
	border-bottom: 3px solid;
    text-decoration: none;
    margin-right: 1em;
}
#preloader {
	width: 100%;
	text-align: center;
	font-weight: bold;
}
/*--------------------------------------------------------------
## 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;
}
/*fenlei style*/
.erphpdown_2 .down-detail{float: inherit;width: inherit;padding: inherit;margin-left: auto;}
.erphpdown_2 p.down-ordinary{color: #28B78D;}
.erphpdown_2 p{margin:3px !important;padding: 5px 15px 5px 0px;border-bottom: 1px solid #E2E2E2;text-indent: 0;}
.erphpdown_2 p span{padding:0 5px;color: #F74840;font-weight: bold;font-size: 110%;}
/*xiazai style*/
.erphpdown p span{padding:0 5px;color: #F74840;font-weight: bold;font-size: 110%;}
.post-content p {margin-bottom:25px;line-height:1.8;font-size:16px}
.downimg{
  float:left;
  position:relative;
  width: 200px;
  height: 200px;
  overflow:hidden;
  /* margin-bottom: 20px; */
  /* padding: 20px; */
  }
 
.downimgp{
    height:45px;
    text-align: center;
    line-height: 45px;
    color:#fff;
    margin: 0 auto;
    font-size:18px;
    background: linear-gradient(90deg, #FF512F 10%, #DD2476 90%);
    margin-bottom: 15px;
}
.erphpdown .down-detail{float: inherit;width: inherit;padding: inherit;margin-left: auto;}
.erphpdown{padding: 5px;border: 2px dashed #ff5f33;}
.downimgp{
    height: 35px;
    text-align: center;
    line-height: 35px;
    color:#fff;
    margin: 0 auto;
    font-size: 18px;
    background: linear-gradient(90deg, #FF512F 10%, #DD2476 90%);
    margin-bottom: 10px;
} 
.down-hidden a {position: relative;}  
.down-hidden a::before {  
border-left: 5px solid transparent;  
border-right: 5px solid transparent;  
border-top: 5px solid #fd4e34;  
position: absolute;  
left: 10px;  
content: "";  
height: 0;  
width: 0;  
opacity: 0;  
margin:0 0 20px 15px;  
-moz-transform:scaleY(-1);
-webkit-transform:scaleY(-1);
-o-transform:scaleY(-1);
transform:scaleY(-1);
 filter:FlipV;
}  
.down-hidden a::after {  

background: linear-gradient(90deg, #FF512F 10%, #DD2476 90%);
color: #fff;  
position: absolute;  
left: -25px;
font-size: 12px;   
content: attr(data-tooltip);  
white-space: nowrap;  
padding: 5px 15px;  
margin-bottom: 15px;  
opacity: 0;  

}  
.down-hidden a:hover::before {top:31px;}  
.down-hidden a:hover::after {top: 36px;}  
.down-hidden a:hover::after, .down-hidden a:hover::before {opacity: 1;}  
.erphpdown p.down-ordinary{color: #28B78D;}
.erphpdown p{margin:3px !important;padding: 5px 15px 5px 0px;border-bottom: 1px solid #E2E2E2;text-indent: 0;}
/*tags style*/
#article-tag { clear: both; border: 1px dotted #ccc; padding: 5px; margin-bottom: 5px; }
#article-tag,
#article-cnt #article-tag a { text-decoration: none; color: #666; }
#article-cnt #article-tag a:hover { text-decoration: underline; }
/*文章分页*/
.wp-pagenavi {
    margin: 30px 0;
    font-size: 12px;
}
.wp-pagenavi{
    text-align: center;
    line-height: 24px;
}
.wp-pagenavi{
    width: 100%;
}
.wp-pagenavi > span,
.wp-pagenavi > a{
    margin: 4px 6px 4px 0;
    padding: 2px 10px;
    text-decoration: none;
    background-color: #eee;
    color: #666;
    display: inline-block;
}
.wp-pagenavi a:hover,
.wp-pagenavi > .current{
    background-color: #cf2079;
    color: #fff !important;
}
/*--------------------------------------------------------------
底部
--------------------------------------------------------------*/
body.night .footer{background: #2a2a32;color: #666e8e;}
body.night .footer-widget h3{color:#b3b3b3}
body.night .footer-widget.widget-commentlist .sidebar-comments-comment{background: #393f56}
body.night .footer-widget.widget-commentlist .sidebar-comments-comment:before{border-bottom-color: #393f56;}
body.night .footer-widget.widget-tags .items a{background: #393f56;color:#bdcadb;}
body.night .footer-widget .footer-widget-content p{color:#bdcadb}
body.night .footer-links{border-color: #393f56;color: #bdcadb;}
body.night .footer-fixed-nav, body.night .footer-fixed-nav .footer-nav-trigger{background: #212533;color: #bdcadb;}
.footer-links ul li{padding:0px 5px}
.footer-links{padding:20px 0;opacity:0.85}
.container{position:relative;margin:0 auto;width:100%}
@media (min-width:768px){.container{overflow:visible;max-width:8in}
}@media (min-width:1024px){.container{max-width:1200px}
}.container:after,.container:before{clear:both;display:block;visibility:none;height:0;content:"";line-height:0}
.container .row{margin:0 -7.3333px}
.container .col-1-4,.container .col-2-4,.container .col-3-4{float:left;box-sizing:border-box;padding:0 7.3333px;width:100%}
@media (min-width:768px){.container .col-1-4{width:50%}
}@media (min-width:1024px){.container .col-1-4{width:25%}
}@media (min-width:768px){.container .col-2-4{width:100%}
}@media (min-width:1024px){.container .col-2-4{padding-right:8px;width:50%}
}@media (min-width:768px){.container .col-3-4{width:100%}
}@media (min-width:1024px){.container .col-3-4{padding-right:8.6666px;width:75%}
}.footer-links{border:0;justify-content:flex-start}
.footer-links{opacity:.5;text-align:center;display:flex;border-radius:3px;position:relative}
.footer .wrapper{padding-bottom:25px}

@media screen and (max-width:720px){.footer-bottom{width:100%}
.site-footer-nav .footer-links h6{margin:0 .5em}
}@media (max-width:1023px){.hide_sm{display:none !important}
}.site-footer-nav{position:relative;background:#121212}
.site-footer-nav .container{padding-top:20px;letter-spacing:.02px}
.site-footer-nav .footer-colors{position:absolute;width:100%;height:4px;background-color:#333;background-image:-webkit-repeating-linear-gradient(to right,#68103b,#68103b 50px,#703f28 50px,#703f28 100px,#a16b13 100px,#a16b13 150px,#a5a02c 150px,#a5a02c 200px,#5e812d 200px,#5e812d 250px,#1c6075 250px,#1c6075 300px,#403161 300px,#403161 350px);background-image:repeating-linear-gradient(to right,#68103b,#68103b 50px,#703f28 50px,#703f28 100px,#a16b13 100px,#a16b13 150px,#a5a02c 150px,#a5a02c 200px,#5e812d 200px,#5e812d 250px,#1c6075 250px,#1c6075 300px,#403161 300px,#403161 350px);background-position:0 0;background-repeat:repeat;animation:animate-colors 200s infinite linear;animation-play-state:paused}
.site-footer-nav .colors-shadow{position:absolute;top:4px;right:0;left:0;height:50px}
.site-footer-nav .colors-shadow:after{display:block;width:100%;height:100%;background:linear-gradient(to bottom,hsla(0,0%,7%,.8),#121212);content:''}
@keyframes animate-colors{0%{background-position:0 0}
to{background-position:7000px 0}
}.site-footer-nav .friendlinks{margin:0 -.5em 20px;color:#4f4f4f;font-size:9pt;line-height:2;word-break:keep-all}
.site-footer-nav .footer-links h6{display:inline;margin:2px .5em;color:#848484;font-weight:400;font-size:9pt}
.site-footer-nav .footer-links ul{display:inline}
.site-footer-nav .footer-links li{display:inline;margin:0 .1em;color:#fff}
.site-footer-nav .footer-links a{color:#4f4f4f}
.site-footer-nav .footer-links a:hover{color:#acacac}
.site-footer-nav .copyright{color:#7f7f7f;text-align:center;font-size:9pt;line-height:1.5;padding-top:6px;padding-bottom: 6px;margin-bottom: -20px;}
@media (min-width:768px){.footer .copyright{color:#545454}
}.site-footer-nav .copyright .asline{display:inline;font-style:normal}
@media (min-width:768px){.footer .copyright .asline{display:inline;color:#c8c8c8}
}.site-footer-nav .copyright p{padding:.5em 0}
@media (min-width:768px){.site-footer-nav .copyright p{display:inline-block;padding:.5em 3em;background:#000}
}@media screen and (max-width:720px){.footer-fav{display:none}
}.site-footer-nav .copyright a{color:#808080}
@media (min-width:768px){.site-footer-nav .copyright a{color:#888}
}.site-footer-nav .copyright a:hover{color:#589fc4}
.site-footer-nav:hover .footer-colors{animation-play-state:running}
.footer-navi{position:relative;z-index:20;padding:15px 0;background:#2a2a32;color:#999;line-height:1.9286}
@media (min-width:768px){.footer-navi{display:block}
}@media (min-width:1024px){.footer-navi{padding:40px 0}
}@media (min-width:1330px){.footer-navi{overflow:visible}
}.footer-navi .container{overflow:visible}
.footer-navi a{color:#949498;font-size:15px}
.footer-navi a:hover{color:#fff}
.footer-navi .title{margin-bottom:14px;color:#999;font-weight:400;font-size:18px;line-height:1.38889;border:0}
.footer-navi .widget{position:relative;box-sizing:border-box}
@media (min-width:1024px){.footer-navi .widget:before{right:0;border-left:1px solid #33333c}
.footer-navi .widget:after,.footer-navi .widget:before{position:absolute;top:5px;width:0;height:95%;content:''}
.footer-navi .widget:after{right:1px;border-right:1px solid #222229}
}.footer-navi .about{margin:15px 0 30px}
@media (min-width:1024px){.footer-navi .about{margin:0;padding-right:15px;width:32.1538%;font-size:13px}
}@media (min-width:1330px){.footer-navi .about{float:left;padding:0 40px 0 0;padding-right:40px;font-size:14px;color:#7d7d7d}
}@media (min-width:768px){.footer-navi .container-bq{padding-top:2pc}
}.footer-navi .navis{display:box;display:-ms-flexbox;display:flex;box-sizing:border-box;margin-bottom:30px;width:100%;justify-content:space-between;flex-wrap:nowrap;justify-content:space-around}
@media (min-width:768px){.footer-navi .navis{margin-bottom:0;width:60%}
}@media (min-width:1024px){.footer-navi .navis{width:40%}
}.footer-navi .navis .navi{text-align:center;flex:1}
@media (min-width:1330px){.footer-navi .navis{float:left;width:45%}
.footer-navi .navis .navi{padding-left:60px;text-align:left}
}.footer-navi .ewms{margin:0 auto}
@media (min-width:768px){.footer-navi .ewms{float:left;margin:0;padding:0 0 0 50px;width:270px}
}.footer-navi .ewms:after,.footer-navi .ewms:before{right:auto;left:0}
.footer-navi .ewms:before{left:1px}
.footer-navi .ewms .like{text-align:center}
.footer-navi .ewms .like strong{font-weight:400;font-size:54px;font-family:Impact;line-height:0.24;background: linear-gradient(-30deg,#36cbff 10%,#1784ff) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.footer-navi .ewms .like h3{color: #999;font-weight:400;font-size:14px;line-height:3.1}
.footer-navi .ewms ul{display:block;margin-bottom:25px;height:35px;text-align:center}
.footer-navi .ewms li{position:relative;float:left;display:inline;box-sizing:border-box;margin-top:0;width:33.3333%;line-height:1.3}
.footer-navi .ewms li:hover .ewm-content{bottom:100%;visibility:visible;opacity:1}
.footer-navi .ewms .ico{font-size:46px;cursor:pointer;transition:all .2s}
.footer-navi .ewms .ico:hover{color:#fff}
.footer-navi .ewms .ico i{display:block}
.footer-navi .ewms h4{color: #999;margin:0;font-weight:400;font-size:9pt}
.footer-navi .ewms .ewm-content{position:absolute;bottom:200%;left:50%;box-sizing:border-box;width:140px;border-radius:3px;background:#fff;box-shadow:0 1pc 2pc 0 rgba(0,0,0,.1);transform:translate(-50%,0)}
.footer-navi .ewms .ewm-content:before{position:absolute;top:100%;left:50%;display:block;margin-left:-6px;width:0;height:0;border-top:6px solid #fff;border-right:6px solid transparent;border-left:6px solid transparent;content:''}
@media (max-width:1600px){.footer-navi .ewms .ewm-content.ewm-douyin,.footer-navi .ewms .ewm-content.ewm-wechat{right:0;left:auto;transform:translate(0,0)}
.footer-navi .ewms .ewm-content.ewm-douyin:before,.footer-navi .ewms .ewm-content.ewm-wechat:before{right:30px;left:auto}
.footer-navi .ewms .ewm-content.ewm-douyin{transform:translate(70px,0)}
.footer-navi .ewms .ewm-content.ewm-douyin:before{right:75pt}
}.footer-navi .ewms .ewm-content.ewm-douyin{width:25pc}
.footer-navi .ewms .ewm-content.ewm-douyin .ewm-main .thumb-div{width:10pc}
.footer-navi .ewms .ewm-main{display:flow-root;padding:10px;text-align:left}
.footer-navi .ewms .hide{visibility:hidden;opacity:0;transition:all .2s}
.footer-navi .ewms .ewm-main .fl{float:left}
.footer-navi .ewms .ewm-main .fr{float:right}
.footer-navi .ewms .ewm-main .thumb-div{width:90pt}
.footer-navi .ewms .ewm-main .thumb{position:relative;display:block;overflow:hidden;padding-top:100%;width:100%;height:0;background-color:transparent;background-position:center;background-size:cover;background-repeat:no-repeat;transition:all .2s}
.footer-navi .ewms .ewm-main h4{margin-top:4px;color:#333;font-weight:400;font-size:14px;line-height:1.714}
.footer-navi .ewms .ewm-main h4 span{color:#47c333}
.footer-navi .ewms .ewm-main a{color:#ff3401}
.footer-navi .ewms .ewm-main a:hover{color:#ff5c00}
.footer-navi .ewms .ewm-main h5{color:#888;font-weight:400;font-size:9pt}
.footer-navi .ewms .ewm-douyin .ewm-main{display:inline-block;padding-right:0;padding-left:0;text-align:center}
.footer-navi .ewms .ewm-douyin .ewm-main .thumb-div{margin:0 auto}
.footer-navi .ewms .ewm-douyin .ewm-douyin-1,.footer-navi .ewms .ewm-douyin .ewm-douyin-2{width:50%}
.footer-navi .ewms .ewm-douyin .ewm-douyin-1{position:relative}
.footer-navi .ewms .ewm-douyin .ewm-douyin-1:after{position:absolute;top:10%;right:0;display:block;width:1px;height:80%;background:#f3f3f3;content:''}
@media (min-width:768px){.footer-navi .bands{float:left;width:100%}
}@media (min-width:1024px){.footer-navi .bands{width:76%}
}.footer-navi .bands ul{list-style:none;display:box;display:-ms-flexbox;display:flex;margin:0 8px 0 -40px;justify-content:space-between;flex-wrap:wrap}
.footer-navi .bands ul li{list-style:none;position:relative;box-sizing:border-box;padding:0 0px 15px 7px;width:33.3333%}
@media (min-width:768px){.footer-navi .bands ul li{position:relative;width:16.6667%}
}.footer-navi .bands .band{padding-top:52px;border-radius:5px;transition:all .2s}
.footer-navi .bands .band:after{position:absolute;top:0;right:0;left:0;display:block;width:100%;height:100%;background:rgba(0,0,0,.7);content:'';transition:all .2s}
.footer-navi .bands .band:hover{background-color:#0b0b0b}
.footer-navi .bands .band:hover:after{background:0 0}
.footer-navi .bands .band-uisdc{background-image:url(../ogma-blog/img/svip.png);background-size:134px 47px}
.footer-navi .bands .band-uiii{background-image:url(../ogma-blog/img/yongjiu.png);background-size:134px 47px}
.footer-navi .bands .band-uisdc-xue{background-image:url(../ogma-blog/img/liuyan.png);background-size:134px 47px}
.footer-navi .bands .band-uisdc-hao{background-image:url(../ogma-blog/img/mima.png);background-size:134px 47px}
.footer-navi .bands .band-uisdc-hunter{background-image:url(../ogma-blog/img/yaoqing.png);background-size:134px 47px}
.footer-navi .bands .band-uisdc-basic{background-image:url(../ogma-blog/img/shuoming.png);background-size:134px 47px}
.footer-navi .qqgroup{float:right;width:100%}
@media (min-width:1024px){.footer-navi .qqgroup{width:24%;}
}.footer-navi .qqgroup a{display:block;margin:0 auto;width:220px;height: 52px;background: #0c0c0f;text-align:center;line-height: 52px;font-size: 16px;border-radius: 5px;}
.footer-fav{position:relative;overflow:hidden;width:100%;background:#f7fafc}
@media (min-width:768px){.footer-fav{overflow:visible;width:auto;background:#edf3f9}
}.footer-fav .container{overflow:visible;padding-top:36px;padding-bottom:36px}
.footer-fav .site-info{width:60%}
@media (min-width:768px){.footer-fav .site-info{display:inline-block;width:auto}
}.footer-fav .site-info h2{margin-bottom:10px;text-transform:uppercase;font-size:20px;line-height:1.4}
@media (min-width:768px){.footer-fav .site-info h2{font-size:26px}
}.footer-fav .site-info h2 a{color:#000}
.footer-fav .site-info .site-p{margin-bottom:10px}
.footer-fav .site-info .site-p p:first-child:after{content:','}
@media (min-width:768px){.footer-fav .site-info .site-p{margin-bottom:0}
.footer-fav .site-info .site-p p:first-child:after{content:''}
}.footer-fav .site-info p{display:inline;margin-bottom:10px;color:#797979;font-size:9pt;line-height:1.8}
@media (min-width:768px){.footer-fav .site-info p{display:block;margin-bottom:0;font-size:14px}
}.footer-fav .site-fav{padding-top:5px}
@media (min-width:768px){.footer-fav .site-fav{float:right;display:block;padding-top:24px}
}.footer-fav .site-fav .btn-orange{padding:0 1.2em;font-size:14px;line-height:2.5}
@media (min-width:768px){.footer-fav .site-fav .btn-orange{padding:0 2em;color:#fff;font-size:1pc;line-height:3.5}
}.footer-fav .site-girl{position:absolute;bottom:0;left:42%}
.footer-fav .site-girl .girl{position:absolute;bottom:0;left:0;width:180px;transition:all .3s}
@media (min-width:768px){.footer-fav .site-girl .girl{left:-50px}
}.footer-fav .site-girl .girl:after{position:absolute;top:40%;left:100%;display:block;visibility:hidden;color:#a7a7a7;content:'Hi~';font-size:20px;opacity:0;transition:all .2s;transition:all .3s;width:35px}
.footer-fav .site-girl .thumb{display:block;padding-top:100%}
.footer-fav .site-girl .girl-info{margin-bottom:55px;margin-left:150px}
.footer-fav .site-girl h4{color:#797979;font-weight:400;font-size:14px;line-height:1.8}
.footer-fav .site-girl a{color:#797979}
.footer-fav .site-girl a:hover{color:#ff5c00}
@media (min-width:768px){.footer-fav:hover .site-girl .girl{left:-5pc}
.footer-fav:hover .site-girl .girl:after{visibility:visible;opacity:1;transition:all .2s}
}@media (max-width:767px){.footer-fav .btn-group>.btn:last-child{border-radius:3px}
}@media (max-width:767px){.home .footer-fav{display:none}
}.fixed-right{position:fixed;right:15px;bottom:15px;z-index:20}
@media (min-width:1440px){.fixed-right{right:auto;bottom:50px;left:50%;margin-left:665px}
}@media (min-width:768px){.fixed-right .menus{margin-bottom:10px}
}.fixed-right .menus .item{border-bottom:none}
.fixed-right .menus .item:last-child{border-bottom:1px solid hsla(0,0%,59%,.2)}
.fixed-right .item{position:relative;display:block;box-sizing:border-box;width:50px;height:50px;border:1px solid hsla(0,0%,59%,.2);background:hsla(0,0%,100%,.8);color:#999;text-align:center;font-size:26px;line-height:50px;cursor:pointer}
@media (min-width:768px){.fixed-right .item{background:hsla(0,0%,59%,.01)}
}.fixed-right .item:hover{color:#ff5c00}
.fixed-right .item a{color:#999}
.fixed-right .item a:hover{color:#ff5c00}
.fixed-right .ewm:hover .code-div{display:block}
.fixed-right .code-div{position:absolute;right:100%;bottom:-50px;display:none;margin-right:-20px;padding-right:30px}
.fixed-right .code-div .ewmDiv{padding:15px;border:1px solid #e8e8e8;border-radius:5px;background:#fff;box-shadow:0 0 8px rgba(0,0,0,.1)}
.fixed-right .code-div .ewm-item{overflow:hidden;width:200px}
.fixed-right .code-div .ewm-item .code-wrap{float:left;width:40%}
.fixed-right .code-div .ewm-item .ewm-main{margin-left:45%;text-align:center}
.fixed-right .code-div .ewm-wechat{margin-bottom:10px;border-bottom:1px dashed #eaeaea}
.fixed-right .code-div .ewm-wechat h5{color:#47c333}
.fixed-right .code-div .ewm-weibo a h5{color:#f30}
.fixed-right .code-div .ewm-weibo a:hover h5{text-decoration:underline}
.fixed-right .code-div .code{margin-bottom:10px;padding-top:100%;width:100%;height:0;background-position:center;background-size:contain;background-repeat:no-repeat}
.fixed-right .code-div h5{color:#f30;font-size:9pt}
.fixed-right .code-div p{margin:5px 0 8px;font-size:9pt;line-height:1.3}
.fixed-right .code-div a{color:#525252}
.fixed-right .code-div .item{float:left;box-sizing:border-box;padding:5pc 40px 15px;width:202px;height:250px;background-position:center top;background-size:contain;background-repeat:no-repeat;text-align:center;font-size:9pt}
.fixed-right .code-div .wechat{background-image:url(https://image.uisdc.com/wp-content/uploads/2019/01/wechat2x.png)}
.fixed-right .code-div .weibo{background-image:url(https://image.uisdc.com/wp-content/uploads/2019/01/weibo2x.png)}
.fixed-right .item:hover .icon-comme:before{content:'\e845'}
.fixed-right .item .icon-comme{font-size:22px}
.fixed-right .item:hover .icon-comme{font-size:26px}
@media (min-width:1440px){.usercenter-body .fixed-right{right:15px;bottom:15px;left:auto;margin-left:0}
}.footer-post-sets{position:relative;z-index:20;padding:60px 0 75px;background:#fff}
.footer-post-sets .section-content{display:box;display:-ms-flexbox;display:flex;justify-content:space-between;flex-wrap:wrap}
.footer-post-sets .item{overflow:hidden;margin-bottom:20px;width:50%;height:23px;line-height:22px;flex-grow:1}
@media (min-width:768px){.footer-post-sets .item{width:25%}
}@media (min-width:1024px){.footer-post-sets .item{width:16.6667%}
}.footer-post-sets .item a:hover strong{color:#ff5c00}
.footer-post-sets .item a:hover .num{border-color:#ff5c00;background:0 0;color:#ff5c00}
.footer-post-sets .item .num{display:inline-block;margin-right:10px;width:18px;text-align:center;font-style:normal;font-size:11px;line-height:18px}
.footer-post-sets .item strong{margin-right:9px;color:#666;font-weight:400;font-size:1pc}
.footer-post-sets .item span{display:none;color:#cacaca;font-size:9pt}
@media (min-width:768px){.footer-post-sets .item span{display:inline}
}.footer-post-sets .item:nth-child(1) .num,.footer-post-sets .item:nth-child(2) .num,.footer-post-sets .item:nth-child(3) .num,.footer-post-sets .item:nth-child(4) .num{border-color:#ff5c00;background:#ff5c00;color:#fff}
.home .footer-navi{display:block}
.footer-fav .site-info h2 a{font-size:26px}
.btn-orange{display:block;outline:0;border:none;border-radius:50px;background:#ff5c00;color:#fff;text-align:center;line-height:2.4;cursor:pointer}
.thumb1{position:relative;display:block;overflow:hidden;padding-top:66.7%;width:100%;height:0;background-color:transparent;background-position:center;background-size:cover;background-repeat:no-repeat;transition:all .2s;border-radius:5px}
.footer a,.footer h2,.footer-bottom-right{color:#7d7d7d}
/*--------------------------------------------------------------
下载样式
--------------------------------------------------------------*/
.widget-pay .pay--rateinfo {
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    background: #FFF;
}

.widget-pay .pay--rateinfo b {
    margin: 0 10px;
}

.widget-pay .pay--rateinfo b .price {
    font-size: 28px;
    margin-right: 5px;
}

.widget-pay .pay--rateinfo b .ua {
    color: #8c8c8c;
}

.widget-pay .pay--rateinfo b sup {
    font-size: 14px;
    margin-left: 3px;
}

.widget-pay .pay--rateinfo .desc {
    color: #626a71;
}
.widget-pay .pay--content {
    position: relative;
    padding-bottom: 10px;
}

.widget-pay .pay-box {
}
.btn--block {
    width: 100% !important;
}
.btn--primary {
    color: #ffffff;
    background: #34495e;
    background: -webkit-gradient(linear,left top,right top,from(#34495e),to(#475f77));
    background: -webkit-linear-gradient(left,#34495e,#475f77);
    background: linear-gradient(90deg,#34495e,#475f77);
    -webkit-box-shadow: 0 3px 5px rgba(52, 73, 94, .5));
    box-shadow: 0 3px 5px rgba(52, 73, 94, .5));
}
.btn {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 36px;
    outline: none;
    padding: 0 18px;
    text-align: center;
    position: relative;
}
.widget-pay .agent--contact {
    overflow: hidden;
    border-radius: 4px;
}
.widget-pay .pay--rateinfo b .price {color: #fd721f;}
sup {top: 0; }
.agent--contact .list-paybody {background-color: rgb(246,246,246);}
.agent--contact .list-paybody .shoujijieya {display:none;}
.agent--contact ul li span a {padding-left: 5px;font-size: 10px;}
.list-paybody a {color: #fd721f;}
.agent--contact ul li:after,.agent--contact ul li:not(:last-of-type):before{content: "";position: absolute;top: calc((1em - -5px)/ 2)}
.agent--contact ul li:after{left: 0;display: inline-block;-webkit-box-sizing: border-box;box-sizing: border-box;width: 7px;height: 7px;border: 1px solid #fd721f;border-radius: 50%;background-color: #fff;-ms-flex-negative: 0;flex-shrink: 0;}
.agent--contact ul li{font-size: 11px;list-style: none;position: relative;padding: 1px 0 5px 20px;-ms-flex-preferred-size: 100%;flex-basis: 100%;color: currentColor;white-space: nowrap;text-overflow: ellipsis}
.agent--contact ul li:not(:last-of-type):before{height: 100%;width: 1px;left: 3px;background: linear-gradient(-180deg,#ffb386 0,#fd721f 98%);}
.agent--contact .list-paybody span{font-style: inherit;letter-spacing: 0;letter-spacing: .025em;color: #8a92a9;padding-right: 10px}
.agent--contact .list-paybody span:nth-child(1){font-style: inherit;letter-spacing: .075em;margin-top: 0;text-transform: uppercase;display: block;font-weight: 600;color: currentColor}
.ripro-dark .agent--contact ul li:after{border: 1px solid #fff;background-color: rgb(35, 36, 37);;}
.widget-pay .boosvip-abs {
    text-align: left;
    font-size: 11px;
}
.widget-pay .boosvip-abs {
    padding: 4px 12px;
    text-align: center;
    background-color: #eee;
    color: #fd721f;
    font-size: 14px;
}
.agent--contact ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8c8c8c;
    font-size: 13px;
}

/*--------------------------------------------------------------
图文
--------------------------------------------------------------*/
.imglistt{ margin-left:-10px}
.imglistt li{ float:left; width:142px; margin-left:5px;border-bottom:none !important; padding:0 !important;min-height: 145px;}
.imglistt li h4{ margin:8px 0 10px 0;height:34px; overflow:hidden}
.imglistt li img{ width:140px; height:185px}
h4{
    font-family: inherit;
    font-size: 80%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
/* blockquote样式  */
blockquote {
color: #333;
background-color: #f5f5f5;
border-left: 5px solid #666666;
border-radius: 5px;
margin: 5px;
background-position: 15px 10px;
background-repeat: no-repeat;
line-height: 1.5;
padding-left: 2ch;
}
/* content图片样式  */
.entry-content img {
    /*     width: 100%; */
    border-radius: 5px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    margin:10px;
}
/* h2样式  */
.site-branding h2,
.site-branding h2 a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 22px;
}
/*--------------------------------------------------------------
灯箱高度
--------------------------------------------------------------*/
.lg-outer {
    position: fixed;
    top: 32px; /* wpadminbar 的默认高度 */
    left: 0;
    z-index: 1080;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s;
}

/* 如果是小屏幕，wpadminbar 高度可能不同 */
@media screen and (max-width: 782px) {
    .lg-outer {
        top: 46px;
    }
}
/*--------------------------------------------------------------
下载样式
--------------------------------------------------------------*/
.xydown{width:615px;height:45px; border:1px dashed #ddd; padding:10px; margin:10px 0;line-height:24px;border-radius: 3px;}
.xydown a{text-decoration:none;}
.xydown .downbtn{width: 88px;height:50px;padding: 10px 35px 10px 55px;background: url(../img/down.jpg) repeat-x;color: #ffffff;font-size: 20px;display: block;}
.xydown .xydowntext{padding-left:10px;font-size:12px;}
.xydown_downlinks{width:500px;}
.xydown_down_link{background: none repeat scroll 0 0 #FFFCEF; border: 1px solid #FFBB76; border-radius: 2px; color: #DB7C22; font-size: 14px; margin-bottom: 10px; padding: 5px 10px;}
.xydown_views{color:red;}
.xydown_box{border-bottom:1px solid #aaa; padding:10px 0;}
.xydown_box_content{line-height:18px; padding:0 0 0 10px;}
.xydown_box_content p{margin:5px 0;}
.xydown_box_content a{color:#D54E21;}
.xydown_box_content a:hover{color:#1d1d1d;}
.xydown_left{float:left; width:320px;}
.xydown_right{width:160px; float:right; margin:0 auto;}
.xydown_right img{max-width:160px;}
.xydown_notice{padding-top:10px; text-align:center;}
#facebox .content{width:600px; background:none repeat scroll 0 0 #E0E2E4; color:#333;}
#facebox .popup{border:6px solid #ff7d00;}
.downbtn{background: none repeat scroll 0 0 #1BA1E2; border: 0 none; border-radius: 2px; color: #FFFFFF; cursor: pointer; font-family: "Open Sans","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,Verdana,Tahoma,sans-serif; font-size: 14px; margin: -4px 20px 0 0; padding: 3px 30px;text-transform:none;text-decoration:none;}
.downlink a:link{color: #ffffff;}
.downlink a:visited{color: #ffffff;}
.downlink a:hover{color: #ffffff;}
.downlink a:active{color: #ffffff;}
.downbtn{background: none repeat scroll 0 0 #1BA1E2; border: 0 none; border-radius: 2px; color: #FFFFFF !important; cursor: pointer; font-family: "Open Sans","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,Verdana,Tahoma,sans-serif; font-size: 14px; margin: -4px 20px 0 0; padding: 3px 30px;}
.yanshibtn{background: none repeat scroll 0 0 #d33431; border: 0 none; border-radius: 2px; color: #FFFFFF!important; cursor: pointer; font-family: "Open Sans","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,Verdana,Tahoma,sans-serif; font-size: 14px; margin: -4px 20px 0 0; padding: 3px 30px;text-transform:none;text-decoration:none;}
.downbtn a:hover,.yanshibtn a:hover{background: none repeat scroll 0 0 #9B59B6; border: 0 none; border-radius: 2px; color: #FFFFFF; cursor: pointer; font-family: "Open Sans","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,Verdana,Tahoma,sans-serif; font-size: 14px; margin: -4px 20px 0 0; padding: 3px 30px;}
.paydown{margin-bottom: 20px;width: auto;border: 1px solid #CFCFCF;;background: #E7E7E7;;}
.paydown p{margin:3px;padding:3px 15px;border-bottom: 1px solid #f8f8f8;text-indent: 0;}
.paydown p span{padding:0 5px;color: #E14D43;font-weight: bold;font-size: 120%;}
.paydown .down-title{float: left;width:9%;color: #666;text-align: center;font-weight: bold;font-size: 16px;}
.paydown .down-detail{float: right;min-height: 140px;width: 90%;border-left:1px solid #eee;background: #fff;}
.paydown p.down-ordinary{color: #28B78D;}
.paydown p.down-vip{color: #E14D43;}
.paydown p a{margin-left: 10px;font-weight: bold;text-decoration: none;}
.paydown p.down-tip{border-bottom: none;}
.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
/* 免费+编号  */
.post-viewsss {/* display:none;*/position:absolute;font-style:normal;font-size:10px;-webkit-user-select:none;TOP:10PX;left:10PX;padding:2px;background:rgba(255,0,0,0.7);color:#FDFFFF;text-align:center;z-index:1;width: 36px;height: 18px;border-radius:50px;background:linear-gradient(90deg,#FF512F 10%,#DD2476 90%);}
.post-viewsss a {color:#FDFFFF;z-index:1;}
.girl-num {position:absolute;right:0PX;padding:12px 12px;background:rgba(255,0,0,0.7);color:#FDFFFF;text-align:center;z-index:1;width:65px;text-align:center;border-radius:10px;height:20px;background:linear-gradient(90deg,rgba(255,81,47,0.8) 10%,#DD2476 90%);}
.girl-nums {position:absolute;font-style:normal;font-size:16px;-webkit-user-select:none;TOP:3PX;right:10PX;color:#FDFFFF;z-index:1;text-align:center;}
.girl-numss {position:absolute;font-style:normal;font-size:14px;-webkit-user-select:none;TOP:22PX;right:11PX;color:#FDFFFF;z-index:1;text-align:center;}
.girl-n-num {position:absolute;font-style:normal;font-size:10px;-webkit-user-select:none;TOP:-20PX;left:-20PX;padding:12px 12px;background:rgba(255,0,0,0.7);color:#FDFFFF;text-align:center;z-index:1;width:40px;line-height:30px;text-align:center;display:block;border-radius:10px;transform:rotate(45deg);height:40px;background:linear-gradient(90deg,rgb(255,81,47) 10%,rgba(221,36,118,0.8) 90%);}
.girl-n-nums {position:absolute;font-style:normal;font-size:16px;-webkit-user-select:none;TOP:1PX;left:9PX;color:#FDFFFF;z-index:1;text-align:center;}
.girl-n-numss {position:absolute;font-style:normal;font-size:13px;-webkit-user-select:none;TOP:18PX;left:10PX;color:#FDFFFF;z-index:1;text-align:center;}
/* 免费+编号  */
/* 蓝色下载 */
.clearfix:after{content:"" !important;height:0;clear:both;display:block;visibility:hidden}
.erphpdown-box .down{display:inline-block;background:linear-gradient(-30deg,#36cbff 10%,#1784ff) no-repeat;color:#fff !important;border-radius:5px;padding:8px 15px;text-align:center;text-decoration:none;line-height:1.7;min-width:100px;margin-left:10px;}
.erphpdown-box, .erphpdown-box + .article-custom-metas{display:block;}
.erphpdown-box{padding:20px;background: #f5f5f5;border:none;margin:30px 0;font-size:14px;line-height:1.5;position:relative;border-radius: 5px;color: #333}
.erphpdown-box .erphpdown-title{padding: 0 5px;color: var(--theme-color);position: absolute;top: -14px;left: 15px;background: #fff;font-size: 17px;font-weight: bold;}
.erphpdown-box .erphpdown-price{float: left;line-height: 39px;}
.erphpdown-box .erphpdown-price span{font-size:26px;color:#1784ff;line-height: 1;margin-left: 10px;}
.erphpdown-box .erphpdown-cart{float: right;}
.erphpdown-box .vip{display: inline-block;}
.erphpdown-box .vip a{display:inline-block;margin-left:10px;background:linear-gradient(-30deg,#36cbff 10%,#1784ff) no-repeat;color:#fff !important;color:#4e342e;border-radius:5px;padding:8px 15px;text-align:center;text-decoration:none;line-height:1.7;min-width:100px;}
@media (max-width:480px){
	.erphpdown-box .erphpdown-price{float: none;text-align: center;}
	.erphpdown-box .erphpdown-cart{float: none;text-align: center;}
	.erphpdown-box .erphpdown-cart .vip{display: block;}
	.erphpdown-box .vip a{padding: 3px 15px;min-width: 80px;}
	.erphpdown-box .down{margin-left: 0;display: block;margin-top: 10px;}
}
/* 蓝色下载  */
/* a去下划线样式  */
a{ text-decoration: none; }
/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
.xControl {
    padding-left: 32px;
}
/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
@media all and (max-width: 600px) {
    .post-item { 
        width: 48%; /* 稍微减少宽度以留出一些间距 */
        box-sizing: border-box; /* 确保padding和border不会增加元素的总宽度 */
        margin-bottom: 20px; /* 添加上下间隔 */
    }

    /* 如果有父容器，确保它的宽度是100% */
    .post-item-container {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; /* 确保项目之间有间距 */
    }
}

