/*
Theme Name: Gliu
Version: 3.0.6
Theme URI: https://theburnhambox.com/gliu
Description: Enjoy The Creativity
Author: Burnhambox
Text Domain: gliu
Author URI: https://theburnhambox.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*///////////////////////////////
////// TABLE OF CONTENTS ////////
/////////////////////////////////

1. Body & General / #gliu_body

2. Header / #gliu_header

	2.1. Top Search

3. Layout / #gliu_layout

4. Article / #gliu_article

	4.1. Post Style

5. Related Posts / #gliu_related_posts

6. Post Comments / #gliu_post_comments

7. Pages / #gliu_pages

	7.1. Archive Pages
	7.2. Page 404

8. Footer / #gliu_footer

9. Navigation / #gliu_navigation

	9.1. Primary Navigation
	9.2. Slicknav
	9.3. Page Navigation
	9.4. Post Navigation

10. Slider / #gliu_slider

11. Misc / #gliu_misc

12. Contact Form 7 / #gliu_contact_form_7

13. WP Defaults / #gliu_wp_defaults

14. Author Box / #gliu_author_box

15. Sidebar / #gliu_sidebar

	5.1. Widget Item Containers
	5.2. WP Default Widgets
		5.2.1. WP Tag Cloud
		5.2.2. WP Calendar Widget
		5.2.3. WP RSS Widget

16. Banner Management / #gliu_banner_management

/////////////////////////////////
/////////////////////////////////
///////////////////////////////*/

/*///////////////////////////////////////////////////////////////
/// 1. Body & General / #gliu_body STARTS
///////////////////////////////////////////////////////////////*/

/* Fix fonts that render as bold in Firefox */
html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 400;
}

@-moz-document url-prefix() {
	body {
		font-weight: lighter !important;
	}
}
/* */

body {
	width: 100%;
	min-width: 320px;
	overflow-x: hidden;
	margin-top: 0;
	margin-left: 0;
	-webkit-transition: margin 0.2s ease-out;
	-moz-transition: margin 0.2s ease-out;
	-o-transition: margin 0.2s ease-out;
	transition: margin 0.2s ease-out;
}

.body-margin {
	margin-left: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

address {
	margin-bottom: 1em;
}

code {
	font-size: 14px;
}

kbd {
	font-family: monospace;
	font-size: 14px;
}

pre {
	font-family: monospace;
	font-size: 14px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	padding: 20px;
	line-height: 1.4em;
}

q:before,
q:after {
	content: '"';
}

var {
	font-family: monospace;
	font-size: 14px;
}

table {
	border: 1px solid;
}

th, td {
	padding: 10px;
	border: 1px solid;
}

dt {
	font-weight: bold;
	text-align: left;
}

abbr {
	font-style: italic;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.9em;
}

em {
	font-style: italic;
}

hr {
	border: 1px solid;
}

a,
a:visited {
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	-o-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}

input {
	height: 40px;
	border: none;
	padding: 0 20px 0 20px;
	width: 100%;
	-webkit-border-radius: 0;
	font-weight: normal;
	border-left: 3px solid;
}

textarea {
	width: 100%;
	border: none;
	resize: none;
	padding: 20px;
	-webkit-border-radius: 0;
	font-weight: normal;
	border-left: 3px solid;
	height: 120px;
}

input.button, input[type="submit"], button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	font-weight: 500;
	font-size: 13px;
}

input[type="submit"] {
	margin-top: 20px;
	-webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	-o-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	border: 3px solid;
	width: auto;
	border-radius: 30px;
	padding: 10px 15px;
	height: auto;
}

input[type="checkbox"] {
	height: 30px;
	line-height: 30px;
}

select {
	width: 100%;
	border: none;
	padding: 0 10px;
	margin-top: 0 !important;
	height: 60px;
	white-space: pre-wrap;
	word-wrap: break-word;
	-webkit-border-radius: 0;
	font-weight: 500;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

blockquote {
	margin: 40px 0;
	padding: 15px;
	-webkit-transition: padding 0.2s ease-out;
	-moz-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
}

blockquote p {
	margin: 0;
	padding: 40px;
}

blockquote:hover {
	padding: 30px;
}

form label {
	font-size: 13px;
	font-weight: 500;
}

img {
	display: block;
}

label.screen-reader-text {
	display: none;
}

iframe {
	border: none;
}

video {
	width: 100%;
}

.site-mid {
	width: 100%;
	margin: 0 auto;
}

.main-container {
	font-size: 0;
}

h1, h2 {
	font-weight: 500;
}

h6 {
	font-size: 0.8em;
	margin: 0.8em 0;
}

#gliu-tracker {
	position: fixed;
	width: 100%;
	padding: 0 40px;
	top: -1000px;
	left: 0;
	z-index: -1;
	display: block;
	opacity: 0;
}

#gliu-tracker-bg {
	height: 340px;
}

.gliu-tracker-alive {
	opacity: 1 !important;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.gliu-content-size {
	max-width: 740px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.gliu-content-size-rp {
	max-width: 780px;
	margin: 0 auto;
}

/*////////// #gliu_body ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 2. Header / #gliu_header STARTS
///////////////////////////////////////////////////////////////*/

.site-top {
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}

.site-menu-outer {
	display: inline-block;
	vertical-align: middle;
}

h1.logo-text {
	margin: 0;
	font-weight: bold;
}

.mobile-header h1.logo-text {
	font-size: 25px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.site-top-container-outer {
	display: none;
}

.site-top-container {
	width: 100%;
	vertical-align: middle;
	font-size: 0;
}

.header-social {
	display: inline-block !important;
	width: auto;
	text-align: left;
	line-height: 1em;
	vertical-align: middle;
}

.site-logo-outer {
	font-size: 0;
}
/* */

/* 2.1. Top Search */
.top-extra-outer {
	float: right;
	vertical-align: middle;
	text-align: right;
	width: auto;
}

.top-extra {
	display: table;
}

.top-extra-inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.top-extra-inner li.empty {
	margin-top: -10px !important;
}

.top-search {
	position: absolute;
	margin-right: 30px;
	margin-top: -30px;
	display: block;
	z-index: 10;
	right: 0;
}

.top-search input {
	width: 150px;
	height: 40px;
	padding: 0;
	background: none;
	font-weight: bold;
	border: none;
}

.top-search-touch {
	margin-bottom: 15px;
	margin-top: -10px;
}

.top-search-touch input {
	padding-left: 0;
	width: 240px;
	height: 40px;
	border: none;
}

.top-search-touch i {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	line-height: 40px;
}

.top-search-button {
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
	cursor: pointer;
}
/* */

/*////////// #gliu_header ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 3. Layout / #gliu_layout STARTS
///////////////////////////////////////////////////////////////*/

.posts-wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

[class*="col-"] {
	vertical-align: top;
}

.col-1-2,
.col-1-3 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.seo-h1 {
	display: block;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	font-size: 0;
}

.seo-h1-as {
	padding-top: 20px;
	padding-bottom: 120px;
}

.seo-h1-as.no-slider {
	margin-bottom: 60px;
	padding-bottom: 0 !important;
}

.seo-h1-bs {
	margin: 0 auto 60px auto;
}

.seo-h1-bs.no-slider {
	padding-top: 20px;
}

.seo-h1-bottom {
	margin: 80px auto 0 auto;
}

.seo-h1-title {
	width: 100%;
	padding: 0 20px 0 20px;
	display: block;
	vertical-align: top;
}

.seo-h1-title h1 {
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
}

.seo-h1-text {
	width: 100%;
	padding: 20px;
	display: block;
	line-height: 1.4em;
	vertical-align: top;
}

.seo-h3 {
	display: block;
	width: 100%;
	margin-top: 80px;
}

.seo-h3-inner {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 60px 20px;
	font-size: 0;
}

.seo-h3 h3 {
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
	max-width: 480px;
	margin-bottom: 40px;
}

.seo-h3-text {
	line-height: 1.6em;
	column-count: 1;
	column-gap: 40px;
}

/*////////// #gliu_layout ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 4. Article / #gliu_article STARTS
///////////////////////////////////////////////////////////////*/

.article-content-outer {
	padding: 0;
}

article {
	overflow: hidden;
	margin: 0 auto;
	font-size: 0;
	width: 100%;
	margin-bottom: 0;
	background: none;
	position: relative;
}

article img {
	max-width: 100%;
	height: auto;
	border: none !important;
}

.col-1-2 article,
.posts-wrapper article {
	margin-bottom: 40px;
}

.col-1-3 article {
	margin-bottom: 40px;
}

article ul {
	list-style-type: disc;
	list-style-position: outside;
}

article.type-attachment img {
	display: inline-block;
}

article.type-attachment {
	width: 100%;
	min-height: 400px;
	padding: 40px;
	display: table;
	text-align: center;
}

.article-featured-video {
	position: relative;
	z-index: 1000;
	margin: 0 auto -40px auto;
}

.article-featured-image {
	width: 100%;
	position: relative;
	z-index: 1000;
  margin: 0 auto -40px auto;
}

.article-featured-image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.page .article-featured-image {
  margin: 0 auto;
}

.single-hero {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	margin-bottom: 0 !important;
	-webkit-transition: background-position-x 0.2s ease-out;
	-moz-transition: background-position-x 0.2s ease-out;
	-o-transition: background-position-x 0.2s ease-out;
	transition: background-position-x 0.2s ease-out;
}

.hero-margin {
	background-position-x: center;
}

.single-cover {
	margin-bottom: 0 !important;
}

.article-title {
	white-space: pre-wrap;
	word-wrap: break-word;
	line-height: 1.1em;
	padding: 40px 20px;
	text-align: center;
	font-weight: normal;
}

.article-title span,
.article-title a {
	display: inline;
}

.article-title.pt20 {
  padding-top: 0;
}

article.page.has-post-thumbnail {
	margin-top: -40px;
}

.single-no-fea .article-title {
	padding-bottom: 0;
}

.article-content-inner {
	margin: 0 auto;
	max-width: 100%;
}

.article-excerpt-outer {
	padding: 40px 0 15px 0;
}

.article-excerpt-outer.aeoc {
	padding-top: 80px;
}

.article-date-outer {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 30px;
}

.article-date {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 500;
}

.article-author-outer {
	display: inline-block;
	margin-bottom: 30px;
}

.article-author-outer img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	-webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	-o-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	border-radius: 50%;
}

.article-author {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 500;
}

.article-excerpt-text {
	line-height: 1.4em;
	padding-bottom: 25px;
}

.article-pure-content-outer {
	padding: 40px 0 40px 0;
}

.article-pure-content {
	line-height: 1.6em;
	margin-bottom: 30px;
}

.article-pure-content .to_fit_vids {
		margin: 40px 0 40px 0;
}

.article-pure-content h1 {
	font-size: 2em;
}

.article-pure-content a {
	font-weight: bold;
	text-decoration: underline;
}

.category-bar {
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 20px;
}

.category-bar a {
	display: inline-block;
	border-radius: 30px;
	padding: 10px 15px;
	margin: 0 10px 10px 0;
	border: 3px solid;
}

.category-bar.tag-only {
	margin-right: 0;
}

.category-bar.pager-only {
	margin-bottom: 20px;
}

.category-bar.pager-only.pager-single {
	margin-top: 20px;
	margin-bottom: 0;
}

.category-bar.pager-only a {
	margin-right: 0;
}

.category-bar.pager-only .pager-separator {
	margin-left: 15px;
	display: inline-block;
}

.pager-hdr-mr {
	margin-right: 20px;
	display: inline-block;
}

.gliu_widget_social {
	text-align: left;
}

.gliu_widget_social ul {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
  padding-left: 0;
	display: inline-block;
}

.gliu_widget_social li {
	float: left;
	margin-right: 30px;
	line-height: 36px;
  list-style: none;
}

.gliu_widget_social li a {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.share-hdr {
	font-size: 13px;
	font-weight: 500;
	float: left;
	margin-right: 30px;
	line-height: 36px;
}

.category-bar .share-hdr {
	line-height: 40px;
}

li.share-google {
	margin-right: 0 !important;
	display: none !important;
}

/* 4.1. Post Style */
.post-styleZ {
	width: 100%;
	min-width: 260px;
	display: block;
	float: none;
	height: 130px;
	margin: 0;
	padding: 20px;
	background: none;
	position: relative;
}

.post-styleZ img,
.gliu-first-letter {
	width: 84px;
	height: 84px;
	top: 23px;
	left: 23px;
	float: none;
	position: absolute;
	border-radius: 50%;
}

.gliu-first-letter {
	background-color: #daffff;
	color: #333;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	line-height: 84px;
}

.gliu-hover-outer {
	position: absolute;
}

.gliu-hover {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	overflow: hidden;
}

.gliu-hover .circle {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.gliu-hover .circle:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 84px;
	height: 84px;
	border-radius: 100%;
}

.gliu-hover .circle span {
	position: absolute;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.gliu-hover .circle span em {
	position: absolute;
	border-radius: 999px;
	width: 100%;
	height: 100%;
	-webkit-transition: transform .1s linear;
	-moz-transition: transform .1s linear;
	-o-transition: transform .1s linear;
	transition: transform .1s linear;
}

.gliu-hover .circle span:first-child {
	left: 0%;
}

.gliu-hover .circle span:first-child em {
	left: 100%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	transform-origin: 0% 50%;
}

.gliu-hover .circle span:last-child {
	left: 50%;
}

.gliu-hover .circle span:last-child em {
	left: -100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	transform-origin: 100% 50%;
	transition-delay: .1s;
}

.post-styleZ:hover .gliu-hover .circle span:first-child em {
	transform: rotate(-180deg);
	-webkit-transition: transform .2s ease-out;
	-moz-transition: transform .2s ease-out;
	-o-transition: transform .2s ease-out;
	transition: transform .2s ease-out;
	transition-delay: .1s;
}

.post-styleZ:hover .gliu-hover .circle span:last-child em {
	transform: rotate(-180deg);
	-webkit-transition: transform .1s linear;
	-moz-transition: transform .1s linear;
	-o-transition: transform .1s linear;
	transition: transform .1s linear;
}

.post-styleZ .post-styleZ-inner,
.post-styleZ .post-styleZ-inner-with-t {
	float: none;
	height: 90px;
	display: table;
	width: 100%;
}

.post-styleZ .post-styleZ-inner-with-t {
	padding-left: 110px;
}

.post-styleZ-title {
	margin: 0;
	line-height: 1.4em;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-weight: 500;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	max-width: 220px;
}

.related-posts .post-styleZ-title {
	font-size: 16px !important;
}
/* */

/*////////// #gliu_article ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 5. Related Posts / #gliu_related_posts STARTS
///////////////////////////////////////////////////////////////*/

.related-posts {
	display: inline-block;
	width: 100%;
	text-align: left;
	overflow: hidden;
	font-size: 0;
	padding: 40px 0 20px 0;
}

.gliu-small-title {
	margin: 0;
	line-height: 1em;
	display: block;
	padding: 0 0 20px 20px;
	font-size: 13px;
	font-weight: 500;
}

.gliu-small-title i {
	margin-right: 10px;
}

.related-posts .posts-wrapper {
	padding-right: 0;
}

.gliu-small-title.comments-title {
	padding: 0 0 40px 0;
}

/*////////// #gliu_related_posts ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 6. Post Comments / #gliu_post_comments STARTS
///////////////////////////////////////////////////////////////*/

.comments {
	display: inline-block;
	width: 100%;
	text-align: left;
	overflow: hidden;
	font-size: 13px;
	padding: 40px 0 40px 0;
}

.comments-container {
	max-width: 100%;
	margin: 0 auto;
}

.comments-outer .comments-inner {
	padding: 0 0 20px 0;
}

.comments ul,
.comments ol {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.comment.depth-2,
.comment.depth-3 {
	padding-left: 0;
}

.comment {
	width: 100%;
}

.comment img.avatar {
	display: inline-block;
	margin-right: 20px;
	border-radius: 50%;
}

.commenter-info {
	display: inline-block;
	vertical-align: top;
}

.commenter-info-inner {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

.comment-date {
	padding-bottom: 5px;
	opacity: 0.6;
}

.commenter-name {
	font-weight: 500;
}

.comment-awaiting {
	padding-top: 20px;
}

.comment-edit-link,
.comment-reply-link {
	font-weight: 500;
}

.comment-reply-link {
	margin-right: 20px;
}

.comment-reply-link i {
	font-size: 11px;
	margin-right: 6px;
}

.comment-edit-link i {
	font-size: 12px;
	margin-right: 6px;
}

.comment-text {
	margin-top: 20px;
	margin-bottom: 40px;
	border-bottom: 2px dashed;
	padding-bottom: 40px;
}

.comments li.comment:last-child .comment-text {
	border-bottom: none;
	padding-bottom: 0;
}

.comment-text-w-a {
	margin-left: 0;
	margin-top: 20px;
}

.comment-text ul {
	list-style: inside;
	padding-left: 0;
	margin: 0;
}

.comment-text ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 0;
	margin: 0;
}

.comment-text ul li li,
.comment-text ol li li {
	padding-left: 30px;
}

.comments-pagenavi {
	margin: 0 0 40px 0;
	text-align: center;
}

.comments-pagenavi .page-numbers {
	display: inline-block;
}

.comments-pagenavi a.next.page-numbers,
.comments-pagenavi a.prev.page-numbers {
	display: none;
}

.comment-reply-title {
	margin: 0 0 20px 0;
	font-weight: 500;
	display: block;
	cursor: pointer;
}

.comment-reply-title i {
	margin-right: 10px;
}

.comment-form {
	font-size: 0;
	display: none;
}

.comment-form label {
	display: block;
	margin-bottom: 10px;
	opacity: 0.6;
}

.comment-form textarea {
	margin-bottom: 20px;
	width: 100%;
	font-size: 13px;
}

.comment-form input[type="text"] {
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
	font-size: 13px;
}

.comment-form input[type="submit"] {
	margin-top: 0;
}

.comments-outer .comment-form-name-outer {
	display: inline-block;
	width: 100%;
	padding-right: 0;
}

.comments-outer .comment-form-email-outer {
	display: inline-block;
	width: 100%;
	padding-left: 0;
}

.comment-subscription-form label {
	line-height: 30px;
	margin-left: 5px;
	vertical-align: top;
}

#cancel-comment-reply-link {
	display: block;
	margin-top: 20px;
}

#cancel-comment-reply-link i {
	margin-right: 10px;
}

.logged-in-as {
	margin-bottom: 20px;
}

.comment-respond-opened {
	margin-left: 65px;
	margin-bottom: 50px;
}

.children .comment-respond-opened {
	margin-left: 145px;
	margin-bottom: 50px;
}

.comment-respond-closing {
	opacity: 0;
}

/*////////// #gliu_post_comments ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 7. Pages / #gliu_pages STARTS
///////////////////////////////////////////////////////////////*/

/* 7.1. Archive Pages */
.filter-bar {
	margin: 70px 0;
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.filter-bar-inner {
	border-radius: 30px;
	padding: 10px 15px;
	border: 3px solid;
	display: inline;
}

.filter-bar-inner i {
	margin: 0 10px;
	font-size: 16px;
}
/* */

/* 7.2. Page 404 */
.page-404 {
	display: table;
	width: 100%;
	height: 500px;
	padding: 50px;
	text-align: center;
	font-weight: bold;
}

.warning-404 {
	display: block;
	font-size: 13px;
	margin: 20px auto 0 auto;
	max-width: 300px;
	line-height: 1.5em;
	font-weight: normal;
}

.nothing-found {
	padding: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.text-404 {
	font-size: 120px;
	display: block;
	margin-bottom: 0;
	letter-spacing: -0.07em;
	margin-left: -10px;
	margin-top: -20px;
}

.nothing-found i {
	margin-right: 10px;
}
/* */

/*////////// #gliu_pages ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 8. Footer / #gliu_footer STARTS
///////////////////////////////////////////////////////////////*/

.footer-box-outer {
	width: 100%;
}

.footer-box-inner {
	width: 100%;
	max-width: 1180px;
	padding: 50px 20px 0 20px;
	margin: 0 auto;
	display: block;
}

.footer-bottom-outer {
	width: 100%;
	margin: 0 auto;
}

.footer-bottom {
	padding: 80px 20px 40px 20px;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}

.footer-nav {
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	font-size: 12px;
}

#footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-menu li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

#footer-menu li:last-child {
	margin-right: 0;
}

.footer-btt-outer {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 35px;
}

.footer-social {
	width: 100%;
	text-align: left;
}

.social-menu-item {
	margin-right: 40px;
}

.social-menu-item:last-child {
	margin-right: 0;
}

.social-menu-item i {
	font-size: 13px;
	vertical-align: middle;
}

.footer-social .social-menu-item i {
	display: inline-block;
}

.footer-social .social-menu-item span {
	display: none;
}

.footer-social .social-menu-item {
	margin-right: 40px;
}

.footer-social .social-menu-item:last-child {
	margin-right: 0;
}

/*////////// #gliu_footer ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 9. Navigation / #gliu_navigation STARTS
///////////////////////////////////////////////////////////////*/

/* 9.1. Primary Navigation */
#site-menu {
	display: none;
	padding-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.site-nav {
	float: right;
	overflow: hidden;
}

.site-nav ul:before,
.site-nav ul:after {
	content: '';
	display: table;
}

.site-nav ul:after {
	clear: both;
}

.site-nav ul {
	list-style: none;
	z-index: 9999;
}

.site-nav #site-menu li a {
	line-height: 60px;
}

.site-nav #site-menu .sub-menu li a {
	line-height: 1.3em;
	margin-bottom: 15px;
}

.site-nav .sub-menu {
	border-bottom: 3px solid;
}

.site-nav li {
	float: left;
	list-style: none;
	line-height: 1.8em;
}

.site-nav li a {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.site-nav #site-menu {
	margin-left: -20px;
}

.site-nav li:last-child a {
	margin-right: 0;
}

.site-nav li ul li:last-child a {
	margin-right: 20px;
}

.site-nav li ul {
	position: absolute;
	display: none;
	height: auto;
	width: 240px;
	text-align: left;
	padding-left: 0;
	margin-top: 5px;
}

.site-nav li:hover > ul {
	display: block;
}

.site-nav li li {
	position: relative;
	display: block;
	float: none;
	width: 240px;
}

.site-nav li li a {
	padding: 0;
}

.site-nav li ul a {
	display: block;
	margin-bottom: 5px;
}

.site-nav li ul li:first-child {
	margin-top: 20px;
}

.site-nav li ul li:last-child {
	margin-bottom: 20px;
}

.site-nav li li ul {
	position: absolute;
	top: 0;
	left: 100%;
	padding-left: 0;
	margin-top: -10px;
}

.site-nav li li li ul {
	padding-left: 0;
}
/* */

/* 9.2. Slicknav */
.mobile-header {
	position: fixed;
	z-index: 999999;
	width: 100%;
	top: 0;
	border-bottom: 3px solid;
}

.mobile-logo-outer {
	display: inline-table;
	height: 50px;
	margin-left: 20px;
}

.mb10 {
	margin-bottom: 12px;
}

.mobile-logo-container {
	display: table-cell;
	vertical-align: middle;
}

.mobile-logo-container img {
	height: 30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.mobile-menu-button {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 50px;
	cursor: pointer;
	float: right;
	margin-right: 10px;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.mlc-opened {
  margin-top: 25px !important;
}

.mlc-closed {
  margin-top: 0;
}

.mmb-rotate {
  transform: rotate(180deg);
}

.mmb-rotate-down {
  transform: rotate(0deg);
}

.slicknav_menu {
	display: block;
	min-width: 280px;
	padding-left: 20px;
	font-weight: bold;
}

.slicknav_menu .slicknav_btn {
	display: none;
}

.slicknav_menu .slicknav_nav {
	margin-left: -20px !important;
	margin-top: 10px;
}
/* */

/* 9.3. Page Navigation */
.page-numbers {
	display: none;
	width: 44px;
	height: 44px;
	border-radius: 0;
	line-height: 44px;
	text-align: center;
	font-weight: 500;
}

.page-numbers.current {
	border-radius: 50%;
}

.gliu_loadmore {
	cursor: pointer;
	width: 90px;
	height: 90px;
	line-height: 84px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	border: 3px solid;
	text-align: center;
	margin: 20px auto 0 auto;
	padding: 0 !important;
}

.posts-navigation {
	font-size: 13px;
	font-weight: 500;
	line-height: 60px;
	margin: 0 20px;
}
/* */

/* 9.4. Post Navigation */
.gliu-post-navi-prev,
.gliu-post-navi-next {
	position: absolute;
	top: -100px;
	margin-top: -30px;
	left: 0;
	z-index: 1000;
	opacity: 0;
	-webkit-transition: margin-left 0.2s ease-out, margin-right 0.2s ease-out;
	-moz-transition: margin-left 0.2s ease-out, margin-right 0.2s ease-out;
	-o-transition: margin-left 0.2s ease-out, margin-right 0.2s ease-out;
	transition: margin-left 0.2s ease-out, margin-right 0.2s ease-out;
}

.gliu-post-navi-text {
	font-size: 13px;
	font-weight: 500;
	line-height: 60px;
	vertical-align: middle;
	padding: 5px;
	display: inline-block;
}

.gliu-post-navi-prev.gpn-mobile,
.gliu-post-navi-next.gpn-mobile,
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
	top: 0 !important;
	position: relative !important;
	width: 50%;
	display: inline-block;
	margin-top: 0 !important;
	opacity: 1;
}

.gpn-full {
	opacity: 1;
}

.gliu-post-navi-next.gpn-mobile,
.posts-navigation .nav-next {
	text-align: right;
}

.navi-margin-prev {
	margin-left: 0;
}

.navi-margin-next {
	margin-right: 0;
}

.gliu-post-navi-next {
	left: auto;
	right: 0;
}

.gliu-post-navi-prev i,
.gliu-post-navi-next i {
	font-size: 16px;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: padding 0.1s ease-out;
	-moz-transition: padding 0.1s ease-out;
	-o-transition: padding 0.1s ease-out;
	transition: padding 0.1s ease-out;
}

.gliu-post-navi-prev i {
	padding: 0 10px 0 24px;
}

.gliu-post-navi-next i {
	padding: 0 24px 0 10px;
}

.gliu-post-navi-prev img,
.gliu-post-navi-next img {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	border: 3px solid;
	-webkit-transition: border 0.1s ease-out;
	-moz-transition: border 0.1s ease-out;
	-o-transition: border 0.1s ease-out;
	transition: border 0.1s ease-out;
}

.gliu-post-navi-prev.gpn-mobile img,
.gliu-post-navi-next.gpn-mobile img {
	display: none;
}

.gliu-post-navi-title {
	font-size: 13px;
	font-weight: 500;
	position: fixed;
	display: none;
	border: 3px solid;
	border-radius: 30px;
	padding: 10px 15px;
}

.gliu-post-navi-prev:hover img,
.gliu-post-navi-next:hover img {
	border: 6px solid;
}

.gliu-post-navi-prev:hover i,
.gliu-post-navi-next:hover i {
	padding: 0 17px 0 17px;
}

.gliu-post-navi-prev:hover .gliu-post-navi-title,
.gliu-post-navi-next:hover .gliu-post-navi-title {
	display: block;
}

.gliu-post-navi-prev.gpn-mobile .gliu-post-navi-title,
.gliu-post-navi-next.gpn-mobile .gliu-post-navi-title {
	display: none !important;
}
/* */

/*////////// #gliu_navigation ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 10. Slider / #gliu_slider STARTS
///////////////////////////////////////////////////////////////*/

.single-format-gallery .swiper-container {
  margin-bottom: -40px;
}

.single-format-gallery .swiper-slide {
  cursor: pointer;
  width: auto;
  height: 200px;
  -webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.single-format-gallery .swiper-slide img {
  width: auto;
  height: 200px;
}

.single-format-gallery .swiper-slide:hover {
  opacity: 0.8;
}

.single-format-gallery .swiper-slide-active {
  opacity: 1 !important;
}

.gliu-slider-container {
  margin: -17px 0 200px 0;
  position: relative;
}

.home .swiper-container {
  overflow: visible;
	opacity: 0;
}

.home .swiper-slide {
  width: 260px;
  height: 260px;
}

.home .swiper-slide:hover img,
.home .swiper-slide:hover .null_slide_image {
  border-width: 10px;
}

.home .swiper-slide-active {
	z-index: 1;
}

.home .swiper-slide-active:hover img {
  border-width: 0;
}

.home .swiper-slide:hover .slide-number {
  top: -12px;
}

.swiper-button-mask {
  width: 260px;
  height: 260px;
  display: block;
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.slide-number {
  width: 40px;
  height: 40px;
  border: 3px solid;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 10;
}

.slide-temp-title {
  display: none;
}

.slide-lens {
  top: -40px;
  left: -40px;
  height: 340px;
  width: 340px;
  border-radius: 50%;
  position: absolute;
}

.slide-lens-active {
  transform: scale(1);
  -webkit-transition: transform 0.2s ease-out 0.2s, top 0.1s ease-out;
	-moz-transition: transform 0.2s ease-out 0.2s, top 0.1s ease-out;
	-o-transition: transform 0.2s ease-out 0.2s, top 0.1s ease-out;
	transition: transform 0.2s ease-out 0.2s, top 0.1s ease-out;
}

.slide-lens-passive {
  transform: scale(0);
  -webkit-transition: transform 1s ease-out;
	-moz-transition: transform 1s ease-out;
	-o-transition: transform 1s ease-out;
	transition: transform 1s ease-out;
}

.slide-number-passive {
  transform: scale(0);
  -webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.slide-image,
.null_slide_image {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid;
	display: block;
  width: 260px;
	height: 260px;
  -webkit-transition: border 0.1s ease-out;
	-moz-transition: border 0.1s ease-out;
	-o-transition: border 0.1s ease-out;
	transition: border 0.1s ease-out;
}

.slider-title-box {
  width: 100%;
  font-weight: 500;
  padding: 30px;
  position: absolute;
	opacity: 0;
	margin-top: 30px;
  z-index: 100;
	-webkit-transition: left 0.2s ease-out, top 0.2s ease-out, margin-top 0.2s ease-out;
	-moz-transition: left 0.2s ease-out, top 0.2s ease-out, margin-top 0.2s ease-out;
	-o-transition: left 0.2s ease-out, top 0.2s ease-out, margin-top 0.2s ease-out;
	transition: left 0.2s ease-out, top 0.2s ease-out, margin-top 0.2s ease-out;
}

.stb-animate {
	opacity: 1;
	margin-top: 0;
}

.swiper-pagination-fraction {
  font-size: 13px;
  width: auto !important;
  position: relative !important;
  bottom: 0 !important;
  margin-bottom: 5px;
  text-align: left !important;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 30px;
	font-size: 20px;
	-webkit-transition: right 0.1s ease-out;
	-moz-transition: right 0.1s ease-out;
	-o-transition: right 0.1s ease-out;
	transition: right 0.1s ease-out;
}

.slider-title {
  max-width: 260px;
	padding-right: 20px;
}

.slider-background {
  width: 0;
  padding: 0;
  position: absolute;
  top: -20px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.sb-animate {
	width: 100%;
}

.slider-background-inner {
  height: 300px;
	position: relative;
	z-index: -99999;
}

.slider-preloader {
	width: 100%;
	top: -20px;
	height: 340px;
	left: 0;
	background: transparent;
	position: absolute;
	z-index: 110;
	text-align: center;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.sp-animate {
	left: 3000px;
}

.sp-animate-fin {
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	display: none !important;
}

.slider-preloader-inner {
	margin: 0 auto;
	line-height: 340px;
}

svg {
  margin: 0 auto;
  overflow: hidden;
}

#wave {
  stroke-dasharray: 0 16 101 16;
  animation: moveTheWave 2400ms linear infinite;
}

@keyframes moveTheWave {
  0% {
    stroke-dashoffset: 0;
    transform: translate3d(0, 0, 0);
  }
  100% {
    stroke-dashoffset: -133;
    transform: translate3d(-90px, 0, 0);
  }
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.animate-sparkles {
	-webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sparkle-circle {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.sparkle-square {
	position: absolute;
	width: 30px;
	height: 30px;
	border: 7px solid;
}

.sparkle-triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid;
}

.sparkle-star {
	position: absolute;
	width: 0;
	height: 0;
	border-right: 100px solid transparent;
	border-bottom: 70px solid;
	border-left: 100px solid transparent;
}

.sparkle-star:before {
	border-right: 30px solid transparent;
	border-bottom: 80px solid;
	border-left: 30px solid transparent;
	position: absolute;
	height: 0;
	width: 0;
	top: -45px;
	left: -65px;
	display: block;
	content: '';
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);

}

.sparkle-star:after {
	position: absolute;
	display: block;
	top: 3px;
	left: -105px;
	width: 0;
	height: 0;
	border-right: 100px solid transparent;
	border-bottom: 70px solid;
	border-left: 100px solid transparent;
	-webkit-transform: rotate(-70deg);
	-moz-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	-o-transform: rotate(-70deg);
	content: '';
}

.sparkle-heart {
	position: absolute;
	width: 100px;
	height: 90px;
}

.sparkle-heart:before,
.sparkle-heart:after {
	position: absolute;
	content: '';
	left: 50px;
	top: 0;
	width: 50px;
	height: 80px;
	-moz-border-radius: 50px 50px 0 0;
	border-radius: 50px 50px 0 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.sparkle-heart:after {
	left: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin :100% 100%;
}

.sparkle-infinity {
	position: absolute;
	width: 212px;
	height: 100px;
}

.sparkle-infinity:before,
.sparkle-infinity:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border: 20px solid;
	-moz-border-radius: 50px 50px 0 50px;
	border-radius: 50px 50px 0 50px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sparkle-infinity:after {
	left: 60px;
	right: 0;
	-moz-border-radius: 50px 50px 50px 0;
	border-radius: 50px 50px 50px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*////////// #gliu_slider ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 11. Misc / #gliu_misc STARTS
///////////////////////////////////////////////////////////////*/

.fading {
	-webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	-o-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}

.table-cell-middle {
	display: table-cell;
	vertical-align: middle;
}

.icon-set {
	position: absolute;
	top: 10px;
	right: 10px;
}

.sticky-icon,
.new-icon,
.hot-icon,
.sponsored-icon {
	font-size: 9px;
	font-weight: bold;
	border-radius: 5px;
	padding: 2px 5px;
	display: inline-block;
	text-transform: uppercase;
	margin-left: 10px;
	vertical-align: middle;
}

.format-icon {
	font-size: 14px;
	vertical-align: top;
	margin-left: 10px;
	display: inline-block;
	margin-top: -1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left:after,
.right:after {
	content: "";
	display: table;
	clear: both;
}

.hiddenInfo {
	display: none;
}

.cancel-display-block {
	display: block;
	margin-top: 10px;
}

.site-nav #site-menu li.menu-item-passive a,
.slicknav_menu li.menu-item-passive a,
#footer-menu li.menu-item-passive {
	opacity: 0.6;
}

.fs10 {
	font-size: 10px;
}

p.comment-form-cookies-consent input#wp-comment-cookies-consent {
	height: 16px;
	line-height: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
	margin-right: 10px;
	vertical-align: top;
	margin-bottom: 20px;
}

p.comment-form-cookies-consent label[for="wp-comment-cookies-consent"] {
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
	margin-bottom: 20px;
}

/*////////// #gliu_misc ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 12. Contact Form 7 / #gliu_contact_form_7 STARTS
///////////////////////////////////////////////////////////////*/

.wpcf7-form p {
	margin: 10px 0 10px 0;
}

.wpcf7-form input {
	max-width: 300px;
	margin-top: 10px;
}

.wpcf7-form input[type="submit"] {
	max-width: 100%;
	margin-top: 3px;
}

.wpcf7-form textarea {
	max-width: 100%;
	margin-top: 10px;
}

.wpcf7-form .wpcf7-submit:after {
	content: "";
	display: table;
	clear: both;
}

.wpcf7-form .wpcf7-form-control-wrap span {
	font-size: 12px;
	font-weight: normal;
}

.wpcf7-form .wpcf7-response-output {
	font-size: 12px;
	border: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.wpcf7-form .ajax-loader {
	display: none !important;
}

/*////////// #gliu_contact_form_7 ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 13. WP Defaults / #gliu_wp_defaults STARTS
///////////////////////////////////////////////////////////////*/

span.post-date {
	display: block;
}

.wp-caption {
	max-width: 100%;
	position: relative;
	margin-bottom: 40px;
}

.gliu-gallery-caption {
  padding: 20px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  left: 20px;
	display: none;
}

.wp-caption:hover .wp-caption-text {
	margin: -25px 0 0 -25px;
}

.wp-caption.alignright:hover .wp-caption-text {
	margin: -25px -5px 0 0;
}

.wp-caption img {
	display: block;
}

.wp-caption-text {
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	padding: 20px;
	display: inline;
	margin: -20px 0 0 -20px;
	position: absolute;
	font-weight: 500;
	-webkit-transition: padding 0.1s ease-out, margin 0.1s ease-out;
	-moz-transition: padding 0.1s ease-out, margin 0.1s ease-out;
	-o-transition: padding 0.1s ease-out, margin 0.1s ease-out;
	transition: padding 0.1s ease-out, margin 0.1s ease-out;
}

.alignright .wp-caption-text {
	right: -20px;
}

.sidebar .wp-caption {
	margin: 0 0 20px 0 !important;
}

.sidebar .wp-caption-text {
	padding: 0;
	position: relative;
	margin: 0;
}

.sidebar .wp-caption:hover .wp-caption-text {
	margin: 0;
}

.alignnone,
.aligncenter {
	max-width: 100%;
	margin: 40px 0 40px 0;
}

.alignleft {
	margin: 40px 0 40px 0;
	float: none;
	width: 100% !important;
}

.alignright {
	margin: 40px 0 40px 0;
	float: none;
	width: 100% !important;
}

.wp-caption.alignnone,
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 80px;
}

.wp-caption.alignnone img,
.wp-caption.aligncenter img,
img.alignnone,
img.aligncenter {
	min-width: auto;
}

.sidebar img.alignnone,
.sidebar img.aligncenter,
.sidebar img.alignright,
.sidebar img.alignleft,
.sidebar .wp-caption.alignnone img,
.sidebar .wp-caption.aligncenter img,
.sidebar .wp-caption.alignleft img,
.sidebar .wp-caption.alignright img {
	min-width: auto;
}

.wp-caption-text a {
	border-bottom: none;
}

.instagram-media {
	margin: 80px auto !important;
	position: relative;
}

.twitter-tweet {
	margin: 40px auto !important;
	padding-left: 0 !important;
	position: relative !important;
}

.twitter_effect {
	position: absolute;
	width: 100%;
	max-width: 740px;
	height: 0;
	margin-top: 25px;
	display: none;
}

.gallery-caption { margin-top: 5px; }
.bypostauthor { font-weight: bold; }
.alignright { float: right; }
.alignright img,
.alignleft img { width: 100%; }
.alignleft { float: left; }
img.alignright:after,
div.alignright:after,
img.alignleft:after,
div.alignleft:after,
.alignright:after,
.alignleft:after {
	content: "";
	display: table;
	clear: both;
}

.more-link {
	display: none;
}

.wp-video {
	width: 960px !important;
	height: auto !important;
	margin-bottom: 1em;
}

/*////////// #gliu_wp_defaults ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 14. Author Box / #gliu_author_box STARTS
///////////////////////////////////////////////////////////////*/

.author-box {
	margin-bottom: 50px;
	margin-left: 0;
	margin-right: 0;
}

.author-box .gliu-content-size {
	padding: 40px 30px;
}

.author-box img.avatar {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	border-radius: 50%;
}

.author-box-name {
	line-height: 40px;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	margin-right: 30px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box a {
	display: inline-block;
	padding: 0;
}

.author-box-links {
	margin-bottom: 20px;
	font-weight: 500;
	display: inline-block;
	margin-top: 0;
	font-size: 13px;
}

.author-box-links a {
	margin-right: 30px;
}

/*////////// #gliu_author_box ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 15. Sidebar / #gliu_sidebar STARTS
///////////////////////////////////////////////////////////////*/

.sidebar-outer {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	right: -380px;
	z-index: auto;
	padding-bottom: 0;
	margin-top: 80px;
	-webkit-transition: right 0.2s ease-out;
	-moz-transition: right 0.2s ease-out;
	-o-transition: right 0.2s ease-out;
	transition: right 0.2s ease-out;
}

.sidebar-lens {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.4);
	z-index: -1;
	display: none;
}

.sidebar-button {
	height: 60px;
	width: 60px;
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	box-sizing: border-box;
	line-height: 60px;
	display: none;
	-webkit-transition: right 0.2s ease-out;
	-moz-transition: right 0.2s ease-out;
	-o-transition: right 0.2s ease-out;
	transition: right 0.2s ease-out;
}

.sidebar-button:before,
.sidebar-button:after {
	transform: rotate(0deg);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -12px;
	border-radius: 4px;
	display: block;
	height: 4px;
	width: 24px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.sidebar-button:after {
	transform: rotate(0deg);
	margin-top: 3px;
}

.sidebar-button:hover:before {
	transform: rotate(90deg);
	margin-top: -2px;
}

.sidebar-button:hover:after {
	margin-top: -2px;
}

.sidebar-button.sb-opened:before {
	transform: rotate(135deg);
	margin-top: -2px;
}

.sidebar-button.sb-opened:after {
	transform: rotate(45deg);
	margin-top: -2px;
}

.sidebar-button.sb-opened:hover:before {
	transform: rotate(0deg);
}

.sidebar-button.sb-opened:hover:after {
	transform: rotate(0deg);
}

.sidebar-active {
	right: 0;
}

.sidebar-active .sidebar-button {
	right: 380px;
}

.sidebar-active .sidebar-lens {
	display: none;
}

.sidebar {
	width: auto;
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: content-box;
	padding: 80px 20px 40px 20px;
}

.sidebar a {
	font-weight: 500;
}

.sidebar li {
	list-style: none;
}

/* 5.1. Widget Item Containers */
.widget-item {
	text-align: left;
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.widget-item:last-child {
	margin-right: 0;
}

.widget-item h2 {
	display: block;
	line-height: 1em;
	margin: 0 0 25px 0;
	padding: 15px;
	text-align: center;
}

.widget-item img {
  max-width: 100%;
	height: auto;
}

.widget-item ul {
  padding-left: 0;
	margin: 0;
}

.widget-item ul li li {
	padding-left: 20px;
}
/* */

/* 5.2. WP Default Widgets */
.widget_categories a,
.widget_archive a,
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_recent_comments li {
	display: inline-block;
	margin-bottom: 10px;
}

.widget_categories ul,
.widget_archive ul,
.widget_calendar ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_search ul,
.widget_tag_cloud ul,
.widget_text ul,
.widget_rss ul {
	line-height: 1.4em;
}

.widget_text h2 {
	margin-bottom: 0;
}

.textwidget {
	margin-top: 20px;
}
/* */

/* 5.2.1. WP Tag Cloud */
.tagcloud {
	margin-bottom: -10px;
	font-size: 0;
}

.tagcloud a {
	font-size: 13px !important;
	border-radius: 30px;
	padding: 10px 15px;
	margin: 0 10px 10px 0;
	display: inline-block;
	border: 3px solid;
}
/* */

/* 5.2.2. WP Calendar Widget */
#wp-calendar {
	border-collapse: collapse;
	border: none;
	width: 100%;
}

#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar caption {
	padding: 7px 0 0 0;
	height: 40px;
	text-align: center;
}

#wp-calendar thead,
#wp-calendar tfoot {
	line-height: 40px;
}

#wp-calendar tbody {
	line-height: 40px;
}

#wp-calendar #prev,
#wp-calendar #next {
	padding: 0 10px;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar th,
#wp-calendar td {
	padding: 0;
	border: none;
}
/* */

/* 5.2.3. WP RSS Widget */
.widget_rss img {
	display: none;
}

.rss-date {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

.rssSummary {
	margin-bottom: 10px;
	line-height: 1.6em;
}

.widget_rss li a {
	display: block;
	line-height: 1.4em;
}

.widget_rss cite {
	font-size: 12px;
	display: block;
	padding-bottom: 20px;
}

.widget_rss li:last-child cite {
	padding-bottom: 0;
}
/* */

/*////////// #gliu_sidebar ENDS //////////*/

/*///////////////////////////////////////////////////////////////
/// 16. Banner Management / #gliu_banner_management STARTS
///////////////////////////////////////////////////////////////*/

.gliu-leaderboard-banner {
	width: 100%;
	margin: 0;
	text-align: center;
}

.gliu-leaderboard-banner.pages-below-page-comments,
.gliu-leaderboard-banner.post-pages-below-post-comments {
	margin: 20px 0 0 0;
}

.gliu-leaderboard-banner.pages-below-the-page {
	margin: 40px 0 0 0;
}

.gliu-leaderboard-banner.post-pages-below-the-post {
	margin: 40px 0 20px 0;
}

.gliu-leaderboard-banner.pages-above-the-page,
.gliu-leaderboard-banner.post-pages-above-the-post {
	margin: 0 0 40px 0;
}

.gliu-leaderboard-banner.homepage-below-blog-posts {
	margin: 80px 0 0 0;
}

.leaderboard-static .leaderboard-inner {
	width: 740px;
	font-size: 0;
	padding: 6px;
	margin: 0 auto;
}

.leaderboard-responsive .leaderboard-inner {
	width: 100%;
	max-width: 1140px;
	font-size: 0;
	padding: 0;
	margin: 0 auto;
}

.leaderboard-inner img {
	width: 100%;
	margin: 0 auto;
}

.leaderboard-static,
.leaderboard-responsive {
	display: none;
}

.leaderboard-responsive {
	padding: 0 20px;
}

.gliu-leaderboard-banner.pages-below-the-page.leaderboard-responsive,
.gliu-leaderboard-banner.post-pages-below-the-post.leaderboard-responsive,
.gliu-leaderboard-banner.pages-above-the-page.leaderboard-responsive,
.gliu-leaderboard-banner.post-pages-above-the-post.leaderboard-responsive {
	padding: 0;
}

/*////////// #gliu_banner_management ENDS //////////*/

.mobile-header .mobile-menu-button { display: block !important; }
