/*
Theme Name: Writeup
Theme URI: http://alxmedia.se/themes/writeup/
Version: 1.4.2
Description: <a href="http://alxmedia.se/themes/writeup/">Writeup</a> is a responsive 100% high resolution theme for blogs and magazines. Unique toggle sidebars give a great browsing and reading experience on both tablet and mobile. The feature list is long: Unlimited accent colors, unlimited widget areas, 0-2 sidebars to the left or right that can be uniquely specified for each page or post, 300px / 300px fixed width sidebars, 0-4 footer widget columns, almost zero layout images, related posts and post nav, featured stories and carousel, 5 post formats, good SEO, 3 flexible custom widgets, localisation support, social links, logo upload and many more useful admin panel features.
Author: Alexander Agnarson
Author URI: http://alxmedia.se
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: writeup

	Copyright: (c) 2017 Alexander "Alx" Agnarson
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use the custom.css
file or a child theme to add your styles. You can copy a style from this file and paste it in custom.css
or the child theme's style.css and it will override the style in this file. You have been warned! :)
*/

/* ------------------------------------------------------------------------- *
 *  Table of contents

	1. Reset
	2. Base Styles
		- Fonts
		- Forms
		- Entry Text
		-- Image Position & Caption
		-- Table
		-- Default Gallery
		- Headings
	3. Base Structure
		- Layout
		- Layout Columns
		- Sidebar
		- Grid
	4. Common Elements
		- Responsive Videos
		- Responsive Image
		- Social Links
		- Page Title
		- Notebox
		- Pagination
		- Thumb Icon
		- Nav
	5. Header
		- Search
		- Nav Topbar
		- Nav Header
	6. Subheader
	7. Page
	8. Footer
		- Nav Footer
	9. Post Entry
	10. Post Formats
	11. Widgets
	12. Comments
	13. Child Menu
	14. Plugins
		- Contact Form 7
		- Social Count Plus
	15. Flexslider
	16. Owl Carousel
	17. Shortcodes

/* ------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- *
 *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 * ------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------------------- *
 *  Base Styles
/* ------------------------------------------------------------------------- */
html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	background: #fff;
	font-size: 16px;
	line-height: 1.5em;
	color: #555;
	font-weight: 300;
}

::selection {
	background: #3A8EC2;
	color: #fff;
}

::-moz-selection {
	background: #3A8EC2;
	color: #fff;
}

a {
	color: #3A8EC2;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #555;
}

img {
	max-width: 100%;
	height: auto;
}

a, a:before, a:after {
	transition: color 200ms, background-color 200ms, border-color 200ms, opacity 200ms;
}

a img {
	transition: opacity 200ms ease;
}

address, cite, em {
	font-style: italic;
}

strong {
	font-weight: 600;
}

.left, .alignleft {
	float: left;
}

.right, .alignright {
	float: right;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/*  base : clear
/* ------------------------------------ */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

/*  base : font awesome square size
/* ------------------------------------ */
.fa {
	width: 1em;
	text-align: center;
}

/*  base : fonts
/* ------------------------------------ */
body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

/*  base : forms
/* ------------------------------------ */
input, textarea, button, select, label {
	font-family: inherit;
}

.themeform input, .themeform select, .themeform textarea, .themeform button, .themeform label {
	font-size: 14px;
}

.themeform input::-moz-focus-inner, .themeform button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.themeform input[type="text"], .themeform input[type="password"], .themeform input[type="email"], .themeform input[type="url"], .themeform input[type="tel"], .themeform input[type="number"], .themeform input[type="search"], .themeform input[type="submit"], .themeform select, .themeform button, .themeform textarea {
	margin: 0;
	box-sizing: border-box;
	border-radius: 0;
}

.themeform input, .themeform select, .themeform textarea, .themeform button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	transition: all .2s ease;
}

.themeform select {
	appearance: initial;
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
}

.themeform input[type="checkbox"] {
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
}

.themeform input[type="radio"] {
	-moz-appearance: radio;
	-webkit-appearance: radio;
}

.themeform label {
	font-weight: 600;
	color: #333;
}

.themeform input[type="text"], .themeform input[type="password"], .themeform input[type="email"], .themeform input[type="url"], .themeform input[type="tel"], .themeform input[type="number"], .themeform input[type="search"], .themeform select, .themeform textarea {
	background: #fff;
	border: 2px solid #eee;
	color: #777;
	display: block;
	max-width: 100%;
	outline: none;
	padding: 7px 8px;
}

.themeform input[type="text"]:focus, .themeform input[type="password"]:focus, .themeform input[type="email"]:focus, .themeform input[type="url"]:focus, .themeform input[type="tel"]:focus, .themeform input[type="number"]:focus, .themeform input[type="text"]:focus, .themeform select:focus, .themeform textarea:focus {
	border-color: #ccc;
	color: #333;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.themeform label .required {
	color: #3A8EC2;
}

.themeform input[type="submit"], .themeform button[type="submit"] {
	background: #3A8EC2;
	color: #fff;
	padding: 8px 14px;
	font-weight: 600;
	display: inline-block;
	border: none;
	cursor: pointer;
	border-radius: 3px;
}

.themeform input[type="submit"]:hover, .themeform button[type="submit"]:hover {
	background: #333;
}

.themeform.searchform div {
	position: relative;
}

.themeform.searchform div input {
	padding-left: 26px;
	line-height: 20px;
}

.themeform.searchform div:after {
	color: #ccc;
	line-height: 24px;
	font-size: 14px;
	content: "\f002";
	position: absolute;
	left: 10px;
	top: 6px;
	font-family: FontAwesome;
}

/*  base : entry
/* ------------------------------------ */
.entry {
	font-size: 20px;
	line-height: 1.6;
}

.entry.excerpt {
	font-size: 16px;
	color: #333;
}

.entry p:not(:last-child),
.entry dd:not(:last-child) {
	margin-bottom: 1em;
}

.entry dt {
	color: #333;
}

.entry ol, .entry ul {
	margin: 0 0 15px 30px;
}

.entry ol ol, .entry ol ul, .entry ul ul, .entry ul ol {
	margin-bottom: 0;
}

.entry li {
	margin: 0;
}

.entry ul li, .entry ol ul li {
	list-style: square;
}

.entry ol li, .entry ol ul ol li {
	list-style: decimal;
}

.entry dt {
	font-weight: 600;
}

.entry address {
	margin-bottom: 1em;
}

.entry blockquote {
	position: relative;
	color: #777;
	font-style: italic;
	margin: 0 0 20px 0;
	padding-left: 50px;
}

.entry blockquote p {
	margin-bottom: 0.75em;
}

.entry blockquote:before {
	content: "\f10d";
	color: #ccc;
	font-size: 32px;
	font-style: normal;
	font-family: FontAwesome;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.entry blockquote.twitter-tweet:before {
	content: "\f099";
}

.entry code, .entry pre {
	font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
	font-size: 11px;
}

.entry pre {
	background: url(img/pre.png) repeat top;
	padding: 18px 20px;
	margin: 30px 0;
	border: 1px solid #ddd;
	line-height: 19px;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-x: auto;
	overflow-y: hidden;
}

.entry code {
	background: #f2f2f2;
	padding: 0 3px;
}

.entry ins {
	background: #fff486;
}

.entry sub, .entry sup {
	font-size: 62.5%;
}

.entry sub {
	vertical-align: sub;
}

.entry sup {
	vertical-align: super;
}

/* image position & caption */
.entry img.size-auto, .entry img.size-large, .entry img.size-medium, .entry attachment img {
	max-width: 100%;
	height: auto;
}

.entry img.alignleft {
	margin: 18px 20px 18px 0;
}

.entry img.alignright {
	margin: 18px 0 18px 20px;
}

.entry img.aligncenter {
	margin: 18px auto;
	clear: both;
	display: block;
}

.entry img .size-full {
	width: 100% !important;
}

.entry .gallery img, .entry img.wp-smiley {
	margin: 0;
}

.entry .wp-caption {
	max-width: 100%;
	margin-bottom: 14px;
	padding-top: 5px;
	text-align: center;
}

.entry .wp-caption-text {
	font-style: italic;
}

.entry .wp-caption a {
	border-bottom: none;
}

.entry .wp-caption img {
	margin: 0;
	max-width: 100%;
	height: auto;
}

.entry .wp-caption.alignleft {
	margin-right: 20px;
}

.entry .wp-caption.alignright {
	margin-left: 20px;
}

.entry .wp-caption.alignnone {
	width: 100% !important;
	overflow: hidden;
}

.entry .wp-caption.alignnone img {
	margin: 0 auto;
	max-width: 100% !important;
}

.entry .wp-caption-text {
	color: #999;
	font-size: 13px;
	padding: 0 0 8px 0;
	margin: 0;
}

/* table */
.entry table {
	font-size: 14px;
	margin-bottom: 1.5em;
	width: 100%;
	text-align: center;
}

.entry table tr.alt {
	background: #f2f2f2;
}

.entry table td {
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}

.entry table th {
	font-weight: 600;
	text-align: center;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 5px;
}

/* default gallery */
.entry .gallery {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 15px 0 !important;
}

.entry .gallery img {
	display: block;
	width: 100%;
	height: auto;
	border-width: 1px 2px !important;
	border-color: transparent !important;
}

.entry .gallery .gallery-item {
	position: relative;
	overflow: hidden;
	border-color: transparent;
	margin-top: 0 !important;
}

.entry .gallery .gallery-caption {
	background: rgba(255, 255, 255, 0.8);
	color: #333;
	font-size: 13px;
	line-height: 1.4em;
	padding: 10px 0;
	text-align: left;
	text-indent: 10px;
	font-style: normal;
	margin: 0;
	bottom: -44px;
	left: 2px;
	right: 2px;
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	transition: all .2s ease;
}

.entry .gallery .gallery-item:hover .gallery-caption {
	bottom: 0;
}

.entry .gallery-columns-5 .gallery-caption, .entry .gallery-columns-6 .gallery-caption, .entry .gallery-columns-7 .gallery-caption, .entry .gallery-columns-8 .gallery-caption, .entry .gallery-columns-9 .gallery-caption {
	display: none !important;
}

/*  base : headings
/* ------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 600;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span {
	color: #bbb;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin-bottom: 14px;
	font-weight: 600;
	line-height: 1.3em;
}

.entry h1 {
	font-size: 34px;
	letter-spacing: -1px;
}

.entry h2 {
	font-size: 30px;
	letter-spacing: -0.7px;
}

.entry h3 {
	font-size: 26px;
	letter-spacing: -0.5px;
}

.entry h4 {
	font-size: 22px;
	letter-spacing: -0.3px;
}

.entry h5 {
	font-size: 18px;
	font-weight: 600;
}

.entry h6 {
	font-size: 14px;
	font-weight: 600;
}

.heading, #reply-title {
	font-weight: normal;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 1em;
}

.heading i {
	font-size: 22px;
	margin-right: 6px;
}

/* ------------------------------------------------------------------------- *
 *  Base Structure
/* ------------------------------------------------------------------------- */

/*  base : layout
/* ------------------------------------ */
#wrapper {
	min-width: 1024px;
	height: 100%;
}

.container {
	position: relative;
	margin: 0 auto;
	max-width: 1230px;
}

.main {
	position: relative;
}

.main-inner {
	position: relative;
	min-height: 800px; /* instead of sticky footer */
}

.content {
	width: 100%;
	position: relative;
}

.content-container {
	margin: 0 auto;
	max-width: 780px;
}

.pad {
	padding: 30px 30px 20px;
}

/* boxed */
body.boxed {
	background: #ddd;
}

.boxed #wrapper {
	background: #fff;
	max-width: 1460px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.boxed .container {
	padding: 0;
}

.boxed #subheader {
	padding: 0;
}

/*  base : layout columns
/* ------------------------------------ */

/* 2 column, content left */
.col-2cl .main-inner {
	background: url(img/sidebar/s-right-s1.png) repeat-y right 0;
	padding-right: 340px;
}

.col-2cl .s1 {
	float: right;
	margin-right: -340px;
}

.col-2cl .content {
	float: left;
}

/* 2 column, content right */
.col-2cr .main-inner {
	background: url(img/sidebar/s-left.png) repeat-y left 0;
	padding-left: 340px;
}

.col-2cr .s1 {
	float: left;
	margin-left: -340px;
}

.col-2cr .content {
	float: right;
}

/* 3 column, content middle */
.col-3cm .main {
	background: url(img/sidebar/s-right-s2.png) repeat-y right 0;
}

.col-3cm .main-inner {
	background: url(img/sidebar/s-left.png) repeat-y left 0;
	padding-left: 340px;
	padding-right: 340px;
}

.col-3cm .s1 {
	float: left;
	margin-left: -340px;
}

.col-3cm .s2 {
	float: right;
	margin-right: -340px; /* ingenuity! */
	position: relative;
	right: -100%;
}

.col-3cm .content {
	float: right;
}

/* 3 column, content left */
.col-3cl .main {
	background-image: none;
}

.col-3cl .main-inner {
	background: url(img/sidebar/s-right-dual-full-expand.png) repeat-y right 0;
	padding-right: 680px;
}

.col-3cl .s1 {
	float: right;
	margin-right: -680px;
}

.col-3cl .s2 {
	float: right;
	margin-right: -340px;
}

.col-3cl .content {
	float: left;
}

/* 3 column, content right */
.col-3cr .main {
	background-image: none;
}

.col-3cr .main-inner {
	background: url(img/sidebar/s-left-dual-full-expand.png) repeat-y left 0;
	padding-left: 680px;
}

.col-3cr .s1 {
	float: left;
	margin-left: -680px;
}

.col-3cr .s2 {
	float: left;
	margin-left: -340px;
}

.col-3cr .content {
	float: right;
}

/*  base : sidebar
/* ------------------------------------ */
.sidebar {
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
}

.sidebar .pad {
	padding-left: 20px;
	padding-right: 20px;
}

.sidebar-toggle {
	background: #3A8EC2;
	display: none;
	text-align: center;
	cursor: pointer;
	width: 100%;
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

.sidebar-toggle i {
	font-size: 24px;
	color: #fff;
	padding: 13px 0;
}

.s1-expand .s1, .s2-expand .s2 {
	border-top: 0;
	transition: width .2s ease;
}

/* toggle icon */
.icon-sidebar-toggle:before {
	font-family: FontAwesome;
}

.col-2cl .s1 .icon-sidebar-toggle:before, .col-3cl .s1 .icon-sidebar-toggle:before, .col-3cm .s2 .icon-sidebar-toggle:before, .col-3cl .s2 .icon-sidebar-toggle:before {
	content: "\f060";
}

.col-2cr .s1 .icon-sidebar-toggle:before, .col-3cm .s1 .icon-sidebar-toggle:before, .col-3cr .s1 .icon-sidebar-toggle:before, .col-3cr .s2 .icon-sidebar-toggle:before {
	content: "\f061";
}

.col-2cl.s1-expand .s1, .col-3cl.s1-expand .s1, .col-3cm.s2-expand .s2, .col-3cl.s2-expand .s2 {
	border-left: 1px solid #eee;
}

.col-2cr.s1-expand .s1, .col-3cr.s1-expand .s1, .col-3cm.s1-expand .s1, .col-3cr.s2-expand .s2 {
	border-right: 1px solid #eee;
}

.sidebar-toggle {
	width: 60px;
	height: 50px;
	margin-top: 24px;
}

.col-2cr .s1 .sidebar-toggle {
	margin-left: 0;
	margin-right: -20px;
}

.col-2cr.s1-expand .sidebar-toggle {
	float: right;
	margin-right: 0;
}

.col-2cl .sidebar-toggle {
	margin-left: -10px;
}

.col-2cl.s1-expand .sidebar-toggle {
	margin-left: 0;
}

.col-3cl .sidebar-toggle {
	width: 60px;
	margin-left: -10px;
}

.col-3cl.s1-expand .sidebar-toggle {
	float: left;
	margin-left: 0;
}

.col-3cl.s2-expand .s2 .sidebar-toggle {
	margin-left: 0;
}

.col-3cr .sidebar-toggle {
	width: 60px;
	margin-right: -10px;
}

.col-3cr.s1-expand .sidebar-toggle, .col-3cr.s2-expand .sidebar-toggle {
	float: right;
	margin-right: 0;
}

.col-3cr.s2-expand .s1 .sidebar-toggle {
	margin-right: -10px;
}

.col-3cm .s1 .sidebar-toggle {
	margin-left: 0;
	margin-right: -20px;
}

.col-3cm.s1-expand .sidebar-toggle {
	float: right;
	margin-right: 0;
}

.col-3cm .s2 .sidebar-toggle {
	margin-left: -10px;
}

.col-3cm.s2-expand .sidebar-toggle {
	margin-left: 0;
}

/* sidebar primary */
.s1 {
	width: 340px;
	z-index: 2;
}

/* sidebar secondary */
.s2 {
	width: 340px;
	z-index: 1;
}

/*  base : grid
/* ------------------------------------ */
.grid {
	margin-right: 3.2%;
	float: left;
	display: inline;
	position: relative;
}

.last {
	clear: right;
	margin-right: 0 !important;
}

.one-full {
	margin-right: 0;
	width: 100%;
	overflow: hidden;
}

.one-half {
	width: 48.4%;
}

.one-third {
	width: 31.2%;
}

.two-third {
	width: 65.6%;
}

.one-fourth {
	width: 22.6%;
}

.three-fourth {
	width: 74.2%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifth {
	width: 38.1%;
}

.three-fifth {
	width: 58.7%;
}

.four-fifth {
	width: 79.4%;
}

/* ------------------------------------------------------------------------- *
 *  Common Elements
/* ------------------------------------------------------------------------- */

/*  common : responsive videos
/* ------------------------------------ */
embed, object, iframe {
	max-width: 100%;
}

.video-container {
	height: auto !important;
	max-width: 100% !important;
	text-align: center;
}

.video-container iframe {
	margin: 0 auto;
}

.video-container > div {
	margin: 0 auto;
}

/*  common : responsive image + caption
/* ------------------------------------ */
.image-container {
	position: relative;
}

.image-container img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.image-caption {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 13px;
	line-height: 1.3em;
	font-style: italic;
	padding: 8px 10px;
	position: absolute;
	z-index: 1;
	bottom: 8px;
	left: 8px;
	margin-right: 8px;
	border-radius: 2px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.03);
}

/*  common : social links
/* ------------------------------------ */
.social-links {
	float: right;
	position: relative;
	padding-top: 5px;
}

.social-links li {
	display: inline-block;
	margin-left: 8px;
	line-height: 16px;
	font-size: 0;
}

.social-links li a {
	display: block !important;
	position: relative;
	text-align: center;
}

.social-links .social-tooltip {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	font-size: 24px;
	display: inline;
	position: relative;
	z-index: 9;
}

.social-links .social-tooltip:hover {
	color: #fff;
	text-decoration: none;
}

.social-links .social-tooltip:hover:after {
	top: -36px;
	background: #fff;
	font-size: 14px;
	color: #666;
	content: attr(title);
	display: block;
	right: 0;
	padding: 5px 15px;
	position: absolute;
	white-space: nowrap;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.social-links .social-tooltip:hover:before {
	top: -10px;
	right: 8px;
	border: solid;
	border-color: #fff transparent;
	border-width: 5px 5px 0 5px;
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
}

/*  common : page title
/* ------------------------------------ */
.page-title {
	color: #333;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: -0.5px;
	position: relative;
	margin-bottom: 30px;
}

.archive.tag .page-title {
	margin-bottom: 8px;
}

.page-title span {
	font-weight: 400;
	color: #999;
}

.page-title a, .page-title a:hover {
	color: #333;
}

.page-title i {
	margin-right: 8px;
	color: #999;
}

.page-title h1, .page-title h2, .page-title h4 {
	color: #333;
	font-weight: 600;
}

/*  common : notebox
/* ------------------------------------ */
.notebox {
	background: #f5f5f5;
	position: relative;
	padding: 20px;
	margin-bottom: 30px;
	color: #777;
}

.category .notebox {
	background: transparent;
	padding: 0 0 30px;
	margin-top: -10px;
	margin-bottom: 0;
}

.notebox span {
	font-weight: 600;
}

.notebox .search-again {
	margin-top: 10px;
}

.notebox input[type="text"],
.notebox input[type="search"] {
	width: 100%;
}

/*  common : pagination
/* ------------------------------------ */
.pagination {
	margin: 30px 0;
}

.pagination a,
.commentlist .reply a {
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding: 8px 12px;
	background: #3a8ec2;
	color: #FFF;
	border-radius: 3px;
}
.commentlist .reply a {
	padding: 6px 12px;
	font-size: 14px
}
.pagination a:hover,
.commentlist .reply a:hover  {
	background: #333;
}
.pagination a:active,
.commentlist .reply a:active  {
	box-shadow: inset 0 0 0 4px #3a8ec2
}
.commentlist .reply a {
	display: inline-block;
	color: #FFF;
	margin: 8px 0
}

/*  common : thumb icon
/* ------------------------------------ */
.thumb-icon {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: 0 0 -16px -16px;
	border-radius: 3px;
	transition: all 0.7s ease;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
	transform: rotate(45deg);
}

.thumb-icon i {
	font-size: 18px;
	padding: 7px 0;
	transform: rotate(-45deg);
}

.thumb-icon .fa-play {
	margin: -1px 0 0 2px;
}

.thumb-icon.small {
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: 0 0 -12px -12px;
	border-radius: 2px;
}

.thumb-icon.small .fa {
	font-size: 14px;
	line-height: 16px;
	padding: 5px 0;
}

.thumb-icon.small .f-play {
	margin: -1px 0 0 2px;
}

/*  common : nav
/* ------------------------------------ */
.nav-container {
	background: #888;
	z-index: 99;
	position: relative;
}

.nav-toggle {
	display: none;
	background: #777;
	cursor: pointer;
	float: right;
	height: 50px;
	width: 60px;
	color: #fff;
	text-align: center;
}

.nav-toggle i {
	font-size: 29px;
	padding: 10px 0;
}

.nav-text {
	display: none;
	float: right;
	font-size: 16px;
	line-height: 24px;
	padding: 13px 20px;
}

.nav li > a:after, .nav > li > a:after {
	font-family: FontAwesome;
	display: inline-block;
}

@media only screen and (min-width:720px) {
	.nav-wrap {
		height: auto !important;
	}

	.entry--taxonomy {
		border-bottom: 1px solid #EEE;
		padding-bottom: 18px;
	}

	/* common */
	.nav {
		font-size: 0;
		position: relative;
	}

	.nav li a {
		color: #ccc;
		display: block;
		line-height: 20px;
	}

	/* dropdown arrows */
	.nav li > a:after {
		content: "\f0da";
		float: right;
		opacity: 0.4;
	}

	.nav > li > a:after {
		content: "\f0d7";
		float: none;
		margin-left: 6px;
		font-size: 14px;
		line-height: 1.2em;
	}

	.nav li > a:only-child:after {
		content: "";
		margin: 0;
	}

	#footer .nav li > a:after {
		content: "\f0da";
	}

	#footer .nav > li > a:after {
		content: "\f0d8";
	}

	#footer .nav li > a:only-child:after {
		content: "";
	}

	/* level 1 */
	.nav > li {
		font-size: 15px;
		text-transform: uppercase;
		border-right: 1px solid #999;
		display: inline-block;
		position: relative;
	}

	.nav > li > a {
		padding: 15px 14px;
	}

	.nav > li > a:hover, .nav > li:hover > a {
		background: #777;
	}

	.nav li > a:hover, .nav li:hover > a, .nav li.current_page_item > a, .nav li.current-menu-item > a, .nav li.current-menu-ancestor > a, .nav li.current-post-parent > a {
		color: #fff;
	}

	/* level 2 & 3 */
	.nav li:hover > ul {
		display: block;
	}

	.nav ul {
		display: none;
		background: #777;
		position: absolute;
		left: 0;
		top: 50px;
		width: 180px;
		padding: 10px 0;
		z-index: 2;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	}

	.nav ul li {
		font-size: 14px;
		position: relative;
		display: block;
		padding: 0;
	}

	.nav ul li a {
		padding: 10px 20px;
	}

	.nav ul li:last-child {
		border-bottom: 0 !important;
	}

	/* level 3 */
	.nav ul ul {
		position: absolute;
		top: -10px;
		left: 180px;
	}

	.blog .post-list, .single .post-list, .archive .post-list, .search .post-list {
		border-top: none !important;
	}

}

@media only screen and (max-width:719px) {
	.nav {
		font-weight: 600;
	}

	.nav-container {
		text-transform: none;
	}

	.nav-toggle, .nav-text {
		display: block;
	}

	.nav-wrap {
		position: relative;
		float: left;
		width: 100%;
		height: 0;
		overflow: hidden;
	}

	.nav-wrap.transition {
		transition: height 0.35s ease;
	}

	.expand .nav-wrap {
		height: auto;
	}

	/* iphone fix */
	.safari .nav-wrap.transition {
		transition: none;
	}

	/* common */
	.nav {
		float: left;
		width: 100%;
	}

	.nav li a {
		line-height: 24px;
		display: block;
		padding: 8px 20px;
	}

	.nav li li a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* dropdown arrows */
	.nav li > a:after {
		content: '\f0d7';
		opacity: 0.5;
		margin-left: 6px;
	}

	.nav > li > a:after {
		content: '\f0d7';
		font-size: 14px;
	}

	.nav li > a:only-child:after {
		content: '';
	}

	/* level 1 */
	.nav > li {
		font-size: 15px;
	}

	.nav li > a:hover, .nav li.current_page_item > a, .nav li.current-menu-item > a, .nav li.current-post-parent > a {
		color: #fff;
	}

	/* level 2 & 3 */
	.nav ul {
		display: block !important;
		margin-left: 40px;
	}

	.nav ul li {
		font-weight: 300;
	}

	.nav ul li a {
		padding-top: 6px;
		padding-bottom: 6px;
	}

}

/* ------------------------------------------------------------------------- *
 *  Section: Header
/* ------------------------------------------------------------------------- */
#header {z-index: 10000;position: relative;}

#header-ads {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#header-ads:empty,
#footer-ads:empty {
	display: none;
}

#header-ads .widget {
	padding-bottom: 0;
	font-size: 0;
	line-height: 0;
}

#header-ads h3 {
	display: none;
}

#header-top {
	background: transparent;
	position: relative;
	z-index: 105;
}

#header .pad {
	padding-top: 0;
	padding-bottom: 0;
}

#header-bottom {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 2;
	position: relative;
}

@media only screen and (min-width:1025px) {
	#header-bottom.fixed {
		background: rgba(255, 255, 255, 0.95);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.admin-bar #header-bottom.fixed {
		top: 32px;
	}

}

#header-top .social-links {
	position: absolute;
	top: 24px;
	right: 100px;
}

#header-top .social-links li {
	margin: 0 6px;
}

#header-top .social-links .social-tooltip {
	color: rgba(255, 255, 255, 0.8);
}

#header-top .social-links .social-tooltip:hover {
	color: #fff;
}

#header-top .social-links .social-tooltip:hover:after, #header-top .social-links .social-tooltip:hover:before {
	display: none;
}

.site-title {
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	float: left;
	line-height: 48px;
}

.site-title a {
	display: block;
	padding: 10px 0;
	color: #fff;
	max-width: 100%;
}

.site-title a img {
	display: block;
	max-width: 100%;
	max-height: 60px;
	height: auto;
	width: 375px;
	padding: 0;
	margin: 0 auto;
}

.site-description {
	font-size: 14px;
	font-style: italic;
	color: rgba(255, 255, 255, 0.9);
	float: left;
	margin-left: 20px;
	line-height: 60px;
	padding: 10px 0;
}

.site-image {
	display: block;
	margin: 0 auto;
	max-height: 400px;
}

/*  header : search
/* ------------------------------------ */
.toggle-search {
	z-index: 101;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
	padding: 28px 16px 29px;
	display: block;
	position: absolute;
	right: 30px;
	top: 0;
	transition: all 0.2s ease;
}

.toggle-search:hover, .toggle-search.active {
	background: #eee;
	color: #333;
}

.toggle-search.active .fa.fa-search:before {
	content: "\f00d";
	font-size: 22px;
}

.search-expand {
	display: none;
	z-index: 101;
	background: #eee;
	position: absolute;
	top: 81px;
	right: 30px;
	width: 340px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.search-expand-inner {
	padding: 11px 11px 10px;
}

.search-expand .themeform input {
	width: 100%;
	border: 0;
	border-radius: 0;
}

.search-expand .themeform input:focus {
}

/*  topbar : nav topbar
/* ------------------------------------ */
#nav-topbar.nav-container {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	position: relative;
	z-index: 104;
}

#nav-topbar .nav-toggle {
	background: transparent;
	color: #fff;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
}

#nav-topbar .nav-text {
	color: #bbb;
}

@media only screen and (min-width:720px) {

	/* common */
	#nav-topbar .nav {
		margin: 0;
	}

	#nav-topbar .nav li a {
		color: rgba(255, 255, 255, 0.9);
		font-weight: 400;
		text-transform: none;
	}

	#nav-topbar .nav li a:hover {
		color: rgba(255, 255, 255, 0.9);
	}

	/* level 1 */
	#nav-topbar .nav > li {
		border-right: none;
		border-left: 1px solid rgba(255, 255, 255, 0.15);
		font-size: 14px;
	}

	#nav-topbar .nav > li > a {
		padding: 8px 12px;
	}

	#nav-topbar .nav > li > a:hover, #nav-topbar .nav > li:hover > a {
		background: rgba(0, 0, 0, 0.05);
		color: rgba(255, 255, 255, 0.9);
	}

	#nav-topbar .nav > li.current_page_item > a, #nav-topbar .nav > li.current-menu-item > a, #nav-topbar .nav > li.current-menu-ancestor > a, #nav-topbar .nav > li.current-post-parent > a {
		background: rgba(0, 0, 0, 0.05);
		color: rgba(255, 255, 255, 0.9) !important;
	}

	#nav-topbar .nav li.current_page_item > a, #nav-topbar .nav li.current-menu-item > a, #nav-topbar .nav li.current-menu-ancestor > a, #nav-topbar .nav li.current-post-parent > a {
		color: #333;
	}

	/* level 2 & 3 */
	#nav-topbar .nav ul {
		top: 48px;
		width: 190px;
		background: #fff;
		border-radius: 3px;
	}

	#nav-topbar .nav ul:before {
		content: '';
		display: inline-block;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid transparent;
		border-bottom: 8px solid #fff;
		position: absolute;
		top: -16px;
		left: 20px;
	}

	#nav-topbar .nav ul li {
		font-size: 13px;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
	}

	#nav-topbar .nav ul li a {
		color: #777;
	}

	#nav-topbar .nav ul li a:hover {
		color: #333;
	}

	#nav-topbar .nav ul li:last-child {
		box-shadow: none;
	}

	#nav-topbar .nav ul ul {
		top: -10px;
		left: 190px;
	}

	#nav-topbar .nav ul ul:before {
		display: none;
	}

}

@media only screen and (max-width:719px) {

	/* common */
	#nav-topbar .container {
		padding-left: 0;
	}

	#nav-topbar .nav li a {
		color: rgba(255, 255, 255, 0.85);
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}

	#nav-topbar .nav > li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		margin-bottom: 50px;
	}

	/* level 1 */
	#nav-topbar .nav li > a:hover {
		background: rgba(0, 0, 0, 0.04);
		color: #fff;
	}

	#nav-topbar .nav li.current_page_item > a, #nav-topbar .nav li.current-menu-item > a, #nav-topbar .nav li.current-post-parent > a {
		background: rgba(0, 0, 0, 0.04);
		color: #fff;
	}

}

/*  header : nav header
/* ------------------------------------ */
#nav-header.nav-container {
	background: transparent;
}

#nav-header .nav-toggle {
	background: transparent;
	color: #666;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05);
}

#nav-header .nav-text {
	color: #999;
}

@media only screen and (min-width:720px) {

	/* common */
	#nav-header .nav {
		margin: 10px 0 0;
	}

	#nav-header .nav li a {
		color: #777;
		font-weight: 600;
		text-transform: uppercase;
	}

	#nav-header .nav li a:hover {
		color: #333;
	}

	/* level 1 */
	#nav-header .nav > li {
		border-right: none;
		margin-right: 20px;
		padding-bottom: 10px;
		font-size: 14px;
		text-transform: none;
	}

	#nav-header .nav > li:last-child {
		margin-right: 40px;
	}

	#nav-header .nav > li > a {
		padding: 7px 0;
		border: 1px solid transparent;
	}

	#nav-header .nav > li > a:hover, #nav-header .nav > li:hover > a {
		background: transparent;
		color: #333;
	}

	#nav-header .nav > li.current_page_item > a, #nav-header .nav > li.current-menu-item > a, #nav-header .nav > li.current-menu-ancestor > a, #nav-header .nav > li.current-post-parent > a {
		color: #333 !important;
	}

	#nav-header .nav li.current_page_item > a, #nav-header .nav li.current-menu-item > a, #nav-header .nav li.current-menu-ancestor > a, #nav-header .nav li.current-post-parent > a {
		color: #333;
	}

	/* level 2 & 3 */
	#nav-header .nav ul {
		top: 40px;
		width: 190px;
		background: #fff;
		border-radius: 3px;
	}

	#nav-header .nav ul:before {
		content: '';
		display: inline-block;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid transparent;
		border-bottom: 8px solid #fff;
		position: absolute;
		top: -16px;
		left: 20px;
	}

	#nav-header .nav ul li {
		font-size: 13px;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
	}

	#nav-header .nav ul li:last-child {
		box-shadow: none;
	}

	#nav-header .nav ul ul {
		top: -10px;
		left: 190px;
	}

	#nav-header .nav ul ul:before {
		display: none;
	}

}

@media only screen and (max-width:719px) {

	/* common */
	#nav-header .container {
		padding-left: 0;
	}

	#nav-header .nav li a {
		color: #666;
		border-top: 1px solid #f5f5f5;
	}

	#nav-header .nav > li:last-child {
		margin-bottom: 20px;
	}

	/* level 1 */
	#nav-header .nav li > a:hover {
		background: rgba(0, 0, 0, 0.04);
		color: #333;
	}

	#nav-header .nav li.current_page_item > a, #nav-header .nav li.current-menu-item > a, #nav-header .nav li.current-post-parent > a {
		background: rgba(0, 0, 0, 0.04);
		color: #333;
	}

}

/* ------------------------------------------------------------------------- *
 *  Section: Subheader
/* ------------------------------------------------------------------------- */
#subheader {
	background: #f5f5f5;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}

#subheader .pad {
	padding-top: 0;
	padding-bottom: 0;
}

.category.paged #subheader {
	display: none;
}
.owl-carousel {
	padding-bottom: 6px;
}

.owl-wrapper {
}

.owl-wrapper-outer {
	background: #333;
}

.owl-item .post {
	margin: 0 2px 0 !important;
}

.owl-item .post-title {
	z-index: 2;
	position: relative;
	min-height: 100px;
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;
	padding: 0 15px;
	margin: 0;
}

#owl-featured .owl-buttons {
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -42px;
}

#owl-featured .owl-buttons div {
	pointer-events: auto;
	font-family: FontAwesome;
	background: #ddd;
	width: 40px;
	opacity: 1;
	text-indent: -9999px;
	position: relative;
	transition: all 0.2s ease;
}

#owl-featured .owl-buttons .owl-prev {
	float: left;
	margin-left: -15px;
}

#owl-featured .owl-buttons .owl-prev:hover {
	padding-left: 40px;
}

#owl-featured .owl-buttons .owl-prev:after {
	font-size: 16px;
	color: #fff;
	content: "\f053";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-indent: 0;
	line-height: 30px;
	display: block;
}

#owl-featured .owl-buttons .owl-next {
	float: right;
	margin-right: -15px;
}

#owl-featured .owl-buttons .owl-next:hover {
	padding-right: 40px;
}

#owl-featured .owl-buttons .owl-next:after {
	font-size: 16px;
	color: #fff;
	content: "\f054";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-indent: 0;
	line-height: 30px;
	display: block;
}

.post-thumbnail {
	position: relative;
	overflow: hidden;
}

.featured-wrap {
	background: #262626;
	float: left;
	width: 100%;
	border-bottom: 10px solid #3A8EC2;
}

.featured-large:nth-child(1) {
	position: relative;
	width: 75%;
	float: left;
	overflow: hidden;
}

.featured-large {
	position: relative;
	width: 25%;
	float: left;
	overflow: hidden;
}

.featured-small {
	overflow: hidden;
}

.featured-large img, .featured-small img {
	width: 100%;
	display: block;
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}

.featured-large:hover img, .featured-small:hover img {
	transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}

.featured-o-thumb a:first-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.featured-o-thumb a:first-child {
	display: block;
	z-index: 1;
	position: relative;
	height: 0;
	padding-bottom: calc(100% * 9 / 16);
}

.featured-o {
	pointer-events: none;
	color: #fff;
	position: absolute;
	padding: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	text-shadow: 0 0 50px rgba(0,0,0,.6), 0 0 10px rgba(0,0,0,.7);
}

.featured-o-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3em;
}

.featured-o-date {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.featured-large:nth-child(1) .featured-o-title {
	font-size: 42px;
}

.featured-o-title {
	font-size: 14px;
}

.featured-small .featured-o-title {
	font-size: 18px;
}

/* ------------------------------------------------------------------------- *
 *  Section: Page
/* ------------------------------------------------------------------------- */
#page {
}

/* ------------------------------------------------------------------------- *
 *  Section: Footer
/* ------------------------------------------------------------------------- */
#footer {
	background: #282828;
	color: #777;
	width: 100%;
}

#footer .pad {
	padding-bottom: 30px;
}

#footer-ads {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #333;
}

#footer #footer-ads .widget {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0;
	line-height: 0;
}

#footer-ads h3 {
	display: none;
}

#footer-top {
	border-bottom: 1px solid #333;
}

#footer-widgets .pad {
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer-bottom {
	border-top: 1px solid #333;
}

#footer-bottom .pad {
	padding-top: 30px;
}

#footer-bottom a {
	color: #fff;
	color: rgba(255, 255, 255, 0.9);
}

#footer-bottom a:hover {
	color: #fff;
}

#footer-bottom #footer-logo {
	display: block;
	margin-bottom: 20px;
	max-height: 50px;
	box-shadow: none;
	border-radius: 0;
}

#footer-bottom #copyright, #footer-bottom #credit {
	color: #fff;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 1.5em;
}

#footer-bottom #back-to-top {
	background: #333;
	color: #777;
	overflow: hidden;
	text-align: center;
	width: 120px;
	height: 30px;
	display: block;
	margin: 0 auto -30px;
	border-radius: 0 0 3px 3px;
}

#footer-bottom #back-to-top i {
	font-size: 38px;
	position: relative;
	top: -7px;
}

#footer-bottom #back-to-top:hover {
	color: #ccc;
}

#footer-bottom .social-links {
	padding-top: 10px;
}

#footer-bottom .social-links a {
	color: rgba(255, 255, 255, 0.6);
}

#footer-bottom .social-links a:hover {
	color: #fff;
}

#footer-bottom .social-links .social-tooltip {
	font-size: 24px;
}

/*  footer : nav footer
/* ------------------------------------ */
#nav-footer.nav-container {
	background: #222;
	border-bottom: 1px solid #333;
}

#nav-footer .container {
	padding: 0 30px;
}

#nav-footer .nav-toggle {
	background: transparent;
	color: #fff;
}

#nav-footer .nav-text {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width:720px) {

	/* common */
	#nav-footer .nav {
		font-weight: 600;
	}

	#nav-footer .nav li a {
		color: #fff;
		color: rgba(255, 255, 255, 0.7);
		text-transform: uppercase;
	}

	/* level 1 */
	#nav-footer .nav > li {
		border-right: none;
		border-left: 1px solid rgba(255, 255, 255, 0.05);
		font-size: 13px;
	}

	#nav-footer .nav > li > a:hover, #nav-footer .nav > li:hover > a {
		background: transparent;
		color: #fff;
	}

	#nav-footer .nav li > a:hover, #nav-footer .nav li:hover > a, #nav-footer .nav li.current_page_item > a, #nav-footer .nav li.current-menu-item > a, #nav-footer .nav li.current-menu-ancestor > a, #nav-footer .nav li.current-post-parent > a {
		color: #fff;
	}

	/* level 2 & 3 */
	#nav-footer .nav ul {
		background: #222;
		bottom: 49px;
		top: auto;
		text-align: left;
		box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
	}

	#nav-footer .nav ul li {
		font-size: 13px;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
	}

	#nav-footer .nav ul li:last-child {
		box-shadow: none;
	}

	/* level 3 */
	#nav-footer .nav ul ul {
		position: absolute;
		top: auto;
		bottom: -10px;
	}

}

@media only screen and (max-width:719px) {

	/* common */
	#nav-footer.nav-container {
		border-left: 0;
		border-right: 0;
	}

	#nav-footer .container {
		padding: 0;
	}

	#nav-footer .nav li a {
		color: #fff;
		color: rgba(255, 255, 255, 0.8);
		border-top: 1px solid rgba(255, 255, 255, 0.06);
	}

	#nav-footer .nav > li:last-child {
		margin-bottom: 20px;
	}

	/* level 1 */
	#nav-footer .nav li > a:hover {
		background: rgba(0, 0, 0, 0.06);
		color: #fff;
	}

	#nav-footer .nav li.current_page_item > a, #nav-footer .nav li.current-menu-item > a, #nav-footer .nav li.current-post-parent > a {
		background: rgba(0, 0, 0, 0.06);
		color: #fff;
	}

}

/* ------------------------------------------------------------------------- *
 *  Post Entry
/* ------------------------------------------------------------------------- */

/*  post : common
/* ------------------------------------ */
.post-thumbnail {
	width: 100%;
	transition: opacity 350ms;
}

.post-thumbnail {
	position: relative;
	margin-bottom: 1em;

}

.post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}
.related-posts .post-thumbnail {
	height: 0;
	padding-bottom: calc(100% * (9 / 16));
	background: #F5F5F5;
}
.related-posts .post-thumbnail img {
	position: absolute;
}

.post-hover:hover .post-thumbnail {
	opacity: 0.75;
}

.post-hover:hover .post-title a {
	color: #3A8EC2;
}

.post-hover:hover .thumb-icon {
	background: #fff;
	color: #333;
}

.post-comments {
	background: #fff;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 9;
	border-radius: 15px;
}

.post-comments > span {
	display: block;
	position: relative;
	padding: 2px 7px;
}

.post-comments i {
	margin-right: 3px;
}

.post-comments:hover {
	color: #666;
	padding-right: 4px;
}

.post-date {
	background: #fff;
	color: #595959;
	position: absolute;
	bottom: -1px;
	left: 0;
	float: left;
	padding: 10px 14px 0 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.post-date i {
	margin-right: 4px;
}

.post-date .date-divider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 4px;
}

.post-title {
	font-size: 24px;
	letter-spacing: -0.5px;
	line-height: 1.3em;
	font-weight: 600;
	margin-bottom: 20px;
}

.post-title a {
	color: #333;
}

.post-title a:hover {
	color: #3A8EC2;
}

/* sticky */
.sticky-icon {
	color: #999;
}

.post-list .sticky-icon {
	position: absolute;
	left: 0;
	top: 54px;
}

.post-standard .sticky-icon, .post-grid .sticky-icon {
	float: left;
	padding: 9px;
	border-right: 1px solid #e5e5e5;
}

.featured-o-thumb .sticky-icon {
	color: #fff;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
}

/* password form */
.post-password-form {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.post-password-form p {
	float: left;
	width: 100%;
}

.post-password-form label {
	float: left;
}

.post-password-form input[type="password"] {
}

.post-password-form input[type="submit"] {
	display: inline-block;
	margin: 28px 0 0 6px;
}

/*  post : no thumbnails
/* ------------------------------------ */
.post-standard .no-thumbnail .post-date {
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	width: auto;
}

.post-standard .no-thumbnail .post-thumbnail {
	background: #f2f2f2;
}

.post-standard .no-thumbnail .post-comments {
	top: 9px;
}

.post-grid .no-thumbnail .post-date {
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	width: auto;
}

.post-grid .no-thumbnail .post-thumbnail {
	background: #f2f2f2;
}

.post-grid .no-thumbnail .post-comments {
	top: 9px;
}

.post-list .no-thumbnail .post-date {
	position: static;
	width: 110px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	padding-right: 0;
	float: left;
}

.post-list .no-thumbnail.post-inner {
	padding-left: 140px;
}

.post-list .no-thumbnail .post-thumbnail {
	margin-left: -140px;
	overflow: visible;
}

.post-list .no-thumbnail .post-comments {
	background: #eee;
	position: absolute;
	right: 0;
	top: 54px;
}

/*  post : search loop
/* ------------------------------------ */
.search .page .post-thumbnail {
	display: none;
}

.search .page .post-content {
	margin: 0;
}

.search .page.post-standard {
	padding-bottom: 0;
}

/*  post : standard loop
/* ------------------------------------ */
.post-standard {
}

.post-standard .post-inner {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.post-standard .post-title {
	font-size: 42px;
	margin-bottom: 10px;
}

.post-standard .post-category {
	margin-bottom: 10px;
}

.post-standard .entry {
	color: #666;
}

/*  post : grid loop
/* ------------------------------------ */
.post-grid {
}

.post-grid .post-row {
	padding: 0 0 10px;
	margin-right: -30px;
	margin-bottom: 30px;
	float: left;
	position: relative;
}

.post-grid .post-row:last-child {
	border: none;
	margin-bottom: 0;
}

.post-grid .post, .post-grid .page {
	width: 50%;
	float: left;
	border: none;
}

.post-grid .post-inner {
	margin-right: 30px;
}

.post-grid .post-title {
	padding-top: 10px;
	margin-bottom: 0;
}

.post-grid .post-category {
	padding-top: 10px;
	padding-bottom: 10px;
}

.post-grid .entry {
	color: #666;
}

/*  post : list loop
/* ------------------------------------ */
.single .post-list, .archive .post-list, .search .post-list {
	padding: 0 0 10px;
	border-top: 1px solid #eee;
}

.page.post-list .post-inner {
	padding-left: 0;
}

.page.post-list .post-thumbnail {
	display: none;
}

.post-list .post-thumbnail {
	width: auto;
}

.post-list .post-inner {
	padding: 30px 0 20px 330px;
	float: left;
	width: 100%;
}

.post-list .post-thumbnail {
	margin-left: -330px;
	max-width: 300px;
	margin-bottom: 0;
	float: left;
}

.post-list .post-content {
	float: left;
	width: 100%;
}

.post-list .post-title {
	margin-bottom: 10px;
}

.post-category {
	color: #ccc;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.post-list .entry {
	color: #666;
}

/*  post : front widgets
/* ------------------------------------ */
.front-widgets {
	margin-right: -30px;
	margin-bottom: 30px;
}

.front-widget-col {
	width: 50%;
	float: left;
}

.front-widget-inner {
	margin-right: 30px;
}

.front-widgets .widget {
	padding-bottom: 20px;
}

/* ------------------------------------------------------------------------- *
 *  Single
/* ------------------------------------------------------------------------- */
.single .post {
}

.single .post-category {
	margin-bottom: 10px;
}

.single .post-title {
	font-size: 32px;
	letter-spacing: -0.5px;
	font-weight: 600;
	color: #333;
	line-height: 1.3em;
	margin-bottom: 0;
}

.single .post-byline {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 0 24px;
	color: #bbb;
}

.single .post-byline img {
	width: 32px;
	margin-right: 10px;
	border-radius: 100%;
	position: relative;
	bottom: -10px;
}

.post-byline .comments-link {
	white-space: nowrap;
}

.single .entry {
	margin-bottom: 40px;
	overflow: hidden;
}

.single .entry-inner,
#commentlist-container {
	margin: 0 auto;
	max-width: 720px;
}

/*  single : sharrre
/* ------------------------------------ */
.sharrre-container {
	padding: 10px 0;
	margin-bottom: 10px;
}

.sharrre-container span {
	float: left;
	color: #aaa;
	display: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
}

.sharrre {
	padding: 0;
	float: none;
	margin: 0;
	display: inline-block;
}

.sharrre .box {
	display: block;
}

.sharrre .count {
	float: left;
	width: 40px;
	background: #eee;
	color: #333;
	text-transform: uppercase;
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	position: relative;
	text-align: center;
	border-radius: 4px;
}

.sharrre .count:after {
	content: '';
	display: block;
	position: absolute;
	right: -12px;
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-left-color: #eee;
	margin-left: -6px;
	bottom: 9px;
}

.sharrre .share {
	float: left;
	width: 50px;
	display: block;
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

.sharrre .share i {
	position: relative;
	top: -2px;
}

.sharrre .box .share, .sharrre .box .count {
	transition: all .3s ease;
}

.sharrre .box:hover .share, .sharrre .box:hover .count {
	color: #333 !important;
}

.sharrre#twitter .share, .sharrre#twitter .box .count {
	color: #00acee;
}

.sharrre#facebook .share, .sharrre#facebook .box .count {
	color: #3b5999;
}

.sharrre#googleplus .share, .sharrre#googleplus .box .count {
	color: #cd483c;
}

.sharrre#pinterest .share, .sharrre#pinterest .box .count {
	color: #ca2128;
}

.sharrre#linkedin .share, .sharrre#linkedin .box .count {
	color: #0077b5;
}
#shr-btns {
	display: flex;
	margin: 16px 0;
}
#shr-btns li {
	margin-right: 16px;
}
#shr-btns .shr-gplus-btn {
	margin-right: 28px;
}
#shr-btns li a {
	font-size: 36px;
	display: block;
}
#shr-btns .title {
	display: none;
}
#shr-btns .shr-fb-btn a::before {
	color: #3B5998;
}
#shr-btns .shr-twt-btn a::before {
	color: #4099FF;
}
#shr-btns .shr-gplus-btn a::before {
	color: #DD4B39;
}
#shr-btns .shr-pckt-btn a::before {
	color: #ED4055;
}
#shr-btns .shr-pntrst-btn a::before {
	color: #AA2529;
}
#shr-btns .shr-tlgrm-btn a::before {
	color: #54B3E6;
}
#shr-btns .shr-whtspp-btn a::before {
	color: #25D366;
}
#shr-btns li a:hover::before {
	color: #000;
}

/*  single : post pages
/* ------------------------------------ */
.post-pages {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 20px;
}

/*  single : tags
/* ------------------------------------ */
.post-tags {
	margin-bottom: 40px;
}

.post-tags span {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin: 0 7px 0 0;
}

.post-tags a {
	background: #eee;
	display: inline-block;
	line-height: 16px;
	white-space: nowrap;
	font-size: 12px;
	color: #999;
	padding: 3px 7px;
	margin: 0 5px 2px 0;
	border-radius: 2px;
}

.post-tags a:hover {
	background-color: #3A8EC2;
	color: #fff;
}

/*  single : author bio
/* ------------------------------------ */
.author-bio {
	background: #f5f5f5;
	border-top: 10px solid #3A8EC2;
	position: relative;
	padding: 20px 30px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	font-size: 19px;
	line-height: 1.5;
	display: flex;
}

.author-bio .bio-avatar {
	float: left;
	margin: 0 20px 0 0;
	width: 90px;
	height: auto;
	position: relative;
	flex: 0 0 90px;
}

.author-bio .bio-avatar img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 100%;
}

.author-bio p {
	margin-bottom: 8px;
}

.author-bio .bio-name {
	color: #333;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.author-bio .bio-desc {
	color: #777;
}

/*  single : related posts
/* ------------------------------------ */
.related-posts {
	margin-bottom: 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.related-posts li {
	width: 32.5%;
	float: left;
	display: inline;
	position: relative;
}

.related-posts .post {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.related-posts li:nth-child(3) article {
	border-right-color: transparent;
}

.related-posts .related-inner {
	padding: 0 15px;
}

.single .related-posts .post-title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4em;
	border: 0;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	display: block;
}

/*  single : recent posts
/* ------------------------------------ */

.recent-posts {
	font-size: 14px;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr;
	margin-bottom: 32px;
}

.recent-posts li {
	display: flex;
}

.recent-posts a {
	display: block;
	padding: 8px;
	background-color: #F5F5F5;
	color: #333;
	font-weight: 600;
	line-height: 1.4;
	width: 100%;
}

.recent-posts__heading {
	font-size: 24px;
	margin-bottom: 18px;
	clear: both;
}

.recent-posts__heading .fa {
	margin-right: 0.3em;
}

@media (hover: hover) {

	.recent-posts a:hover {
		background-color: #3A8EC2;
		color: #fff
	}
}

@media screen and (min-width: 568px) {

	.recent-posts {
		grid-template-columns: 1fr 1fr;
	}
}


@media screen and (min-width: 720px) {

	.recent-posts {
		font-size: 16px;
	}

	.recent-posts a {
		padding: 12px;
	}
}

/*  single : post-nav
/* ------------------------------------ */
.post-nav li {
	padding: 0 30px 0;
	width: 100%;
	display: inline;
	float: left;
	text-align: center;
}

.post-nav li a {
	position: relative;
	line-height: 1.4em;
	display: block;
	padding: 16px 40px 24px;
}

.post-nav li i {
	color: #ccc;
	font-size: 18px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.post-nav li a strong {
	display: block;
	font-size: 14px;
	color: #3a8ec2;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.post-nav li a span {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.post-nav li a:hover span, .post-nav li a:hover i {
	color: #3A8EC2;
}

.post-nav li.previous i {
	left: 10px;
}

.post-nav li.next i {
	right: 10px;
}

.post-nav li a span, .post-nav li a i {
	transition-property: background-color, color;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}

/* sidebar-specific */
.sidebar .post-nav {
	padding-top: 20px;
}

.sidebar .post-nav li a {
	border-bottom: 1px solid #f2f2f2;
}

/* content-specific */
.content .post-nav {
	float: left;
	width: 100%;
	border-top: 10px solid #3a8ec2;
	margin-bottom: 40px;
	background: #f5f5f5;
}

.content .post-nav li {
	width: 50%;
}

.content .post-nav li.next {
	float: right;
	box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee;
}

.content .post-nav li.next a {
	padding-left: 24px;
}

.content .post-nav li.previous {
	float: left;
	box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee;
}

.content .post-nav li.previous a {
	padding-right: 24px;
}

/* ------------------------------------------------------------------------- *
 *  Post Formats
/* ------------------------------------------------------------------------- */
.post-format {
	position: relative;
	margin-bottom: 20px;
}

.post-format img {
	display: block;
	width: 100%;
	height: auto;
}

/*  format : image
/* ------------------------------------ */

/*  format : gallery
/* ------------------------------------ */

/*  format : video
/* ------------------------------------ */

/*  format : audio
/* ------------------------------------ */
.format-audio .post-format iframe {
	height: 166px;
	width: 100%;
}

/* ------------------------------------------------------------------------- *
 *  Widgets
/* ------------------------------------------------------------------------- */
.widget {
	color: #777;
	font-size: 14px;
	overflow: hidden;
}

.widget a {
	font-weight: 600;
	color: #333;
}

.widget a:hover {
	color: #3A8EC2;
}

.widget > h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 2px solid #f2f2f2;
}

.widget > h3 a, .widget > h3 a:hover {
	color: #333;
}

.widget > h3 a img {
	display: none;
	float: left;
	margin: 3px 7px 0 0;
}

.widget select {
	border: 1px solid #eee;
	color: #777;
	font-size: 15px;
	padding: 7px;
	width: 100%;
	max-width: 100%;
}

.widget label.screen-reader-text {
	display: none;
}

.sidebar .widget {
	padding: 30px 30px 20px;
}

#ad-qm-sidebar-oben,
#ad-qm-sidebar-unten {
	padding: 0;
}

/*  widgets : icons
/* ------------------------------------ */
.widget > ul li:before, .widget > ul li a:before, .widget > div > ul li a:before, .widget_calendar caption:before {
	font-family: FontAwesome;
	font-weight: 400;
	font-size: 12px;
	margin-right: 6px;
	color: #ccc;
	display: inline-block !important;
	width: 1em;
	text-align: center;
}

.widget > ul li a:hover:before {
	color: #3A8EC2;
}

.widget_archive > ul > li a:before {
	content: "\f073";
}

.widget_categories > ul > li a:before {
	/* content: "\f07c"; */
}

.widget_links > ul > li a:before {
	content: "\f08e";
}

.widget_meta > ul > li a:before {
	content: "\f0da";
}

.widget_recent_comments > ul > li:before {
	content: "\f075";
}

.widget_recent_entries > ul > li a:before {
	content: "\f017";
}

.widget_calendar caption:before {
	content: "\f073";
}

.widget_pages ul li a:before, .widget_nav_menu ul li a:before {
	/* content: "\f068"; */
}

/*  widgets : title icons
/* ------------------------------------ */
.widget > h3 {
	position: relative;
}

.widget > h3 > span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #3A8EC2;
	position: relative;
	bottom: -2px;
}

/*  widgets : common
/* ------------------------------------ */
.widget_search > h3, .widget_text > h3, .widget_tag_cloud > h3, .widget_calendar > h3 {
	margin-bottom: 1em;
}

.widget_archive ul li, .widget_categories ul li, .widget_links ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_pages ul li a, .widget_nav_menu ul li a, .alx-tab li, .alx-posts li {
	padding: 8px 0;
	border-bottom: 1px solid #f2f2f2;
	line-height: 1.4;
}
#footer-widgets .widget_nav_menu ul li a {
	padding: 8px;
}
#footer-widgets .textwidget {
	padding: 0 8px;
}
.widget_archive ul li, .widget_categories ul li, .widget_links ul li {
	color: #888;
}

.widget_recent_comments ul li, .widget_recent_entries ul li {
	color: #666;
}

.widget_recent_entries .post-date {
	display: block;
}

/*  widget : pages / custom menu
/* ------------------------------------ */
.widget_pages ul li a, .widget_nav_menu ul li a {
	display: block;
}

.widget_pages li li a, .widget_nav_menu li li a {
	padding-left: 15px;
}

.widget_pages li li li a, .widget_nav_menu li li li a {
	padding-left: 30px;
}

.widget_pages ul ul, .widget_pages ul ul ul, .widget_nav_menu ul ul, .widget_nav_menu  ul ul ul {
	border: 0;
}

/*  widget : categories
/* ------------------------------------ */
.widget_categories li li {
	padding-left: 15px;
	border-bottom: 0;
	padding-bottom: 0;
}

.widget_categories li li li {
	padding-left: 15px;
	border-bottom: 0;
}

.widget_categories li li a {
	font-size: 13px;
	font-weight: 400;
}

/*  widget : rss
/* ------------------------------------ */
.widget_rss ul li a {
	color: #3A8EC2;
	display: block;
}

.widget_rss ul li span.rss-date {
	color: #333;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}

.widget_rss ul li cite {
	color: #999;
}

/*  widget : search
/* ------------------------------------ */
.widget_search input.search {
	color: #999;
	padding-left: 26px;
	width: 100%;
}

.widget_search .screen-reader-text, .widget_search #searchsubmit {
	display: none;
}

/*  widget : text
/* ------------------------------------ */
.widget_text .textwidget p {
	margin-bottom: 1em;
}

/*  widget : calendar
/* ------------------------------------ */
.widget_calendar a {
	color: #3A8EC2;
	font-weight: 600;
}

.widget_calendar a:hover {
	color: #333 !important;
}

.widget_calendar #wp-calendar {
	width: 100%;
}

.widget_calendar caption {
	background: #3A8EC2;
	color: #fff;
	padding: 5px 10px;
}

.widget_calendar caption:before {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
}

.widget_calendar thead {
	background: #f2f2f2;
	box-shadow: inset 0 -1px 0 #e5e5e5;
}

.widget_calendar th {
	font-weight: 600;
}

.widget_calendar th, .widget_calendar td {
	padding: 3px 0;
	text-align: center;
	border: 1px solid #f2f2f2;
}

.widget_calendar .pad {
	padding: 0 !important;
}

/*  custom widget : alxtabs / alxposts
/* ------------------------------------ */
.alx-tabs-nav {
	padding: 0;
	text-align: center;
}

.alx-tabs-nav.tab-count-1 li {
	width: 100%;
}

.alx-tabs-nav.tab-count-2 li {
	width: 50%;
}

.alx-tabs-nav.tab-count-3 li {
	width: 33.333%;
}

.alx-tabs-nav.tab-count-4 li {
	width: 25%;
}

.alx-tabs-nav li {
	display: block;
	float: left;
}

.alx-tabs-nav li a {
	font-size: 18px;
	display: block;
	padding: 8px 0;
	border-bottom: 2px solid #ddd;
}

.alx-tabs-nav li:last-child a {
	border-right: 0;
}

.alx-tabs-nav li a:hover {
}

.alx-tabs-nav li.active a {
	color: #3A8EC2;
	border-bottom-color: #3A8EC2;
}

.alx-tabs-nav li a span {
	display: none;
}

.alx-tab li, .alx-posts li {
	font-weight: 400;
	line-height: 1.4em;
	overflow: hidden;
}

.alx-tab a, .alx-posts a {
	transition: all 0.2s ease;
}

.alx-tab img, .alx-posts img {
	display: block;
	width: 100%;
	height: auto;
}

.alx-tab img {
}

.alx-tab.thumbs-enabled li {
	padding-left: 94px;
}

.alx-tab .tab-item-thumbnail {
	width: 80px;
	margin-left: -94px;
	float: left;
}

.alx-tab .tab-item-thumbnail, .alx-posts .post-item-thumbnail {
	position: relative;
	transition: all 1s ease;
}

.alx-tab.avatars-enabled li {
	padding-left: 62px;
}

.alx-tab .tab-item-avatar {
	margin-left: -62px;
	width: 48px;
	float: left;
	transition: all 1s ease;
}

.alx-tab .tab-item-category, .alx-posts .post-item-category {
	color: #aaa;
	text-transform: uppercase;
	font-size: 12px;
}

.alx-tab .tab-item-title a, .alx-tab .tab-item-comment a, .alx-posts .post-item-title a {
	font-weight: 600;
	color: #333;
}

.alx-tab .tab-item-category a:hover, .alx-posts .post-item-category a:hover {
	color: #333 !important;
}

.alx-tab .tab-item-title, .alx-tab .tab-item-comment, .alx-posts .post-item-title {
	font-size: 14px;
	line-height: 1.4em;
	margin: 2px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.alx-tab .tab-item-date, .alx-tab .tab-item-name, .alx-posts .post-item-date {
	text-transform: uppercase;
	color: #aaa;
	font-size: 13px;
}

.alx-tab li:hover .tab-item-thumbnail, .alx-tab li:hover .tab-item-avatar, .alx-posts li:hover .post-item-thumbnail {
	opacity: 0.75;
}

.alx-tab li:hover .thumb-icon, .alx-posts li:hover .thumb-icon {
	background: #fff;
	color: #111;
}

.alx-tab .tab-item-category a, .alx-posts .post-item-category a, .alx-tab li:hover .tab-item-title a, .alx-tab li:hover .tab-item-comment a, .alx-posts li:hover .post-item-title a {
	color: #3A8EC2;
}

.alx-posts .post-item-thumbnail {
	margin-bottom: 10px;
}

.alx-posts .post-item-title {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 400;
}

.alx-posts .post-item-category, .alx-posts .post-item-date {
	font-size: 12px;
}

.alx-posts li {
	background: #fff;
	padding-top: 0;
	margin-bottom: 8px;
}

.alx-posts li:last-child {
	margin-bottom: 0;
}

.alx-posts .post-item-inner {
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 0 8px 0;
}

.alx-posts .post-item-thumbnail + .post-item-inner {
	margin: -40px 20px 0;
	padding: 8px 16px 0;
}

.alx-posts .post-item-inner:before {
	position: absolute;
	width: 100%;
	top: -4px;
	left: 0;
	right: 0;
	padding-top: 4px;
}

/*  custom widget : alxvideo
/* ------------------------------------ */
.widget_alx_video h3 {
	margin-bottom: 14px;
}

/* ------------------------------------------------------------------------- *
 *  Dark Widgets
/* ------------------------------------------------------------------------- */
.dark .widget {
	color: #999;
	padding: 20px 0;
}

.dark .widget a {
	color: #bbb;
}

.dark .widget a:hover {
	color: #3A8EC2;
}

.dark .widget > h3 {
	border-color: #333;
}

.dark .widget > h3, .dark .widget > h3 a, .dark .widget > h3 a:hover {
	color: #fff;
}

.dark .widget select {
	background: transparent;
	border-color: #333;
	color: #777;
}

/*  widgets : icons
/* ------------------------------------ */
.dark .widget > ul li:before, .dark .widget > ul li a:before, .dark .widget > div > ul li a:before {
	color: #777;
	opacity: 0.5;
}

.dark .widget_calendar caption:before, .dark .widget > ul li a:hover:before {
	color: #fff;
}

/*  widgets : common
/* ------------------------------------ */
.dark .widget_archive ul li, .dark .widget_categories ul li, .dark .widget_links ul li, .dark .widget_meta ul li, .dark .widget_recent_comments ul li, .dark .widget_recent_entries ul li, .dark .widget_rss ul li, .dark .widget_pages ul li a, .dark .widget_nav_menu ul li a, .dark .alx-tab li, .dark .alx-posts li, .dark .widget_calendar th, .dark .widget_calendar td {
	border-color: #333;
}

.dark .widget_archive ul li, .dark .widget_categories ul li, .dark .widget_links ul li, .dark .widget_recent_comments ul li, .dark .widget_recent_entries ul li {
	color: #999;
}

/*  widget : pages / custom menu
/* ------------------------------------ */

/*  widget : rss
/* ------------------------------------ */
.dark .widget_rss ul li a {
	color: #3A8EC2;
}

.dark .widget_rss ul li span.rss-date {
	color: #ccc;
}

/*  widget : search
/* ------------------------------------ */
.dark .widget_search input.search {
	background: transparent;
	border: 1px solid #333;
}

.dark .widget_search input.search:focus {
	color: #ccc;
}

/*  widget : calendar
/* ------------------------------------ */
.dark .widget_calendar a:hover {
	color: #ccc !important;
}

.dark .widget_calendar a {
	color: #3A8EC2;
}

.dark .widget_calendar thead {
	background: #333;
	color: #ccc;
	box-shadow: inset 0 -1px 0 #333;
}

.dark .widget_calendar caption {
	background: #3A8EC2;
}

/*  custom widget : alxtabs / alxposts
/* ------------------------------------ */
.dark .alx-tabs-nav li a {
	border-color: #333;
}

.dark .alx-tabs-nav li.active a {
	color: #3A8EC2;
	border-bottom-color: #3A8EC2;
}

.dark .alx-tab .tab-item-category a, .dark .alx-posts .post-item-category a, .dark .alx-tab li:hover .tab-item-title a, .dark .alx-tab li:hover .tab-item-comment a, .dark .alx-posts li:hover .post-item-title a {
	color: #3A8EC2;
}

.dark .alx-tab .tab-item-category a:hover, .dark .alx-posts .post-item-category a:hover {
	color: #ccc !important;
}

.dark .alx-tab .tab-item-date, .dark .alx-tab .tab-item-name, .dark .alx-posts .post-item-date {
	color: #777;
}

.dark .alx-posts li, .dark .alx-posts .post-item-inner {
	background: #282828;
}

/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
#comments:not(:empty) {
	margin-top: 20px;
}

#pinglist-container {
	display: none;
}

.comment-tabs {
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
	display: none;
}

.comment-tabs li {
	float: left;
	margin-bottom: -2px;
}

.comment-tabs li a {
	font-size: 14px;
	font-weight: 600;
	padding: 0 10px 10px;
	display: block;
	color: #aaa;
	border-bottom: 2px solid #eee;
}

.comment-tabs li a:hover {
	color: #333;
	border-color: #ccc;
}

.comment-tabs li span {
	background-color: #eee;
	padding: 0 6px;
	margin-left: 8px;
	border-radius: 4px;
}

.comment-tabs li i {
	margin-right: 6px;
}

.comment-tabs li.active a {
	color: #3A8EC2;
	border-bottom-color: #3A8EC2;
}
#comments {
	margin-top: 30px;
}
div[id^="comments"] h3 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 24px;
}

.commentlist, .pinglist, .comments {
	margin-bottom: 20px;
}

.commentlist .comment-header {
	display: flex;
	margin-bottom: 8px;
}

.commentlist .comment-avatar {
	flex: 0 0 48px;
	margin-right: 8px;
}
.commentlist .comment-avatar:empty {
	display: none;
}


.commentlist li, .pinglist li, .comments .commentbox {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	position: relative;
}
.commentlist .children {
	padding: 0 8px;
	border-left: 3px solid #f5f5f5;
	margin: 8px 0;
}
.comments .commentbox p {
	margin-bottom: 1.35em;
}

.commentlist .comment-author, .commentlist .comment-meta, .commentlist .comment-awaiting-moderation, .comments span[class^="meta"] {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 8px;
}

.commentlist .comment-author,
.comments .meta-user {
	margin-right: 6px;
}

.commentlist .fn, .pinglist .ping-link, .comments span.meta-user {
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}

.commentlist .says {
	display: none;
}

.commentlist .avatar,
.comments .comment-useravatar {
	width: 48px;
	height: 48px;
	border-radius: 3px;
}


.comments .comment-useravatar {
	left: 0;
	top: 6px;
}

.commentlist .comment-meta:before, .pinglist .ping-meta:before  {
	color: #999;
	content: "\f017";
	font-family: 'FontAwesome', sans-serif;
	font-size: 13px;
	margin-right: 4px;
	vertical-align: 4%;
}

.commentlist .comment-meta a, .pinglist .ping-meta {
	color: #aaa;
}

.commentlist .reply {
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
}


.comment-awaiting-moderation {
	color: #3A8EC2;
	font-style: normal;
}

/* pings */
.pinglist li {
	padding-left: 0;
}

/* comment text */
.commentlist .comment-body {
	font-size: 14px;
	font-weight: 300;
	color: #777;
	line-height: 1.6em;
}

.commentlist .comment-body p, .commentlist .comment-body dd {
	margin-bottom: 1em;
}
.commentlist p a {
	word-break: break-all;
}
.commentlist .comment-body dt {
	color: #333;
}

.commentlist .comment-body ol, .commentlist .comment-body ul {
	margin: 0 0 15px 30px;
}

.commentlist .comment-body ol ol, .commentlist .comment-body ol ul, .commentlist .comment-body ul ul, .commentlist .comment-body ul ol {
	margin-bottom: 0;
}

.commentlist .comment-body li {
	font-weight: 300;
	margin: 0;
}

.commentlist .comment-body ul li, .commentlist .comment-body ol ul li {
	list-style: square;
	padding: 0;
}

.commentlist .comment-body ol li, .commentlist .comment-body ol ul ol li {
	list-style: decimal;
	padding: 0;
}

.commentlist .comment-body dt {
	font-weight: 600;
}

.commentlist .comment-body address {
	margin-bottom: 1em;
}

.commentlist .comment-body blockquote {
	position: relative;
	color: #777;
	font-style: italic;
	margin: 0 0 20px 0;
	padding-left: 50px;
}

.commentlist .comment-body blockquote p {
	margin-bottom: 0.75em;
}

.commentlist .comment-body blockquote:before {
	content: "\f10d";
	color: #ccc;
	font-size: 32px;
	font-style: normal;
	font-family: FontAwesome;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.commentlist .comment-body code, .commentlist .comment-body pre {
	font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
	font-size: 11px;
}

.commentlist .comment-body pre {
	background: url(img/pre.png) repeat top;
	padding: 18px 20px;
	margin: 30px 0;
	border: 1px solid #ddd;
	line-height: 19px;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-x: auto;
	overflow-y: hidden;
}

.commentlist .comment-body code {
	background: #f2f2f2;
	padding: 0 3px;
}

.commentlist .comment-body ins {
	background: #fff486;
}

.commentlist .comment-body sub, .commentlist .comment-body sup {
	font-size: 62.5%;
}

.commentlist .comment-body sub {
	vertical-align: sub;
}

.commentlist .comment-body sup {
	vertical-align: super;
}

.commentlist .comment-body table {
	font-size: 13px;
	margin-bottom: 1.5em;
	width: 100%;
	text-align: center;
}

.commentlist .comment-body table tr.alt {
	background: #f2f2f2;
}

.commentlist .comment-body table td {
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}

.commentlist .comment-body table th {
	font-weight: 600;
	text-align: center;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 5px;
}

.commentlist .comment-body h1, .commentlist .comment-body h2, .commentlist .comment-body h3, .commentlist .comment-body h4, .commentlist .comment-body h5, .commentlist .comment-body h6 {
	margin-bottom: 14px;
	font-weight: 600;
	line-height: 1.3em;
}

.commentlist .comment-body h1 {
	font-size: 24px;
}

.commentlist .comment-body h2 {
	font-size: 22px;
}

.commentlist .comment-body h3 {
	font-size: 20px;
}

.commentlist .comment-body h4 {
	font-size: 18px;
}

.commentlist .comment-body h5 {
	font-size: 16px;
}

.commentlist .comment-body h6 {
	font-size: 14px;
}

/* pingback text */
.ping-content {
	color: #777;
	font-weight: 300;
}

/* post author & admin comment */
.commentlist li.bypostauthor > .comment-body:after, .commentlist li.comment-author-admin > .comment-body:after {
	box-sizing: content-box;
	background: #3A8EC2;
	display: block;
	position: absolute;
	content: "\f040";
	color: #fff;
	line-height: 12px;
	width: 12px;
	font-style: normal;
	font-family: FontAwesome;
	text-align: center;
}

.commentlist li.comment-author-admin > .comment-body:after {
	content: "\f005"; /* star for admin */
}

.commentlist li.bypostauthor > .comment-body:after, .commentlist li.comment-author-admin > .comment-body:after {
	top: 32px;
	left: -28px;
	font-size: 10px;
	padding: 2px;
	border-radius: 3px;
}

.commentlist li li.bypostauthor > .comment-body:after, .commentlist li li.comment-author-admin > .comment-body:after {
	top: 22px;
	left: -26px;
	font-size: 8px;
	padding: 1px;
	border-radius: 2px;
}

/* child comment */

.commentlist .children .comment-avatar {
	flex-basis: 36px;
	transform: translateY(5px)
}
.commentlist .children .avatar {
	width: 36px;
	height: 36px;
	left: -48px;
	top: 0;
}

/*  comments : nav
/* ------------------------------------ */
.comments-nav {
	margin-bottom: 20px;
}

.comments-nav a {
	font-weight: 600;
}

.comments-nav .nav-previous {
	float: left;
}

.comments-nav .nav-next {
	float: right;
}

/*  comments : form
/* ------------------------------------ */
.logged-in-as, .comment-notes, .form-allowed-tags {
	display: none;
}

#respond {
	position: relative;
}

#reply-title {
	margin-bottom: 20px;
}

li #reply-title {
	height:0;
	font-size: 0;
	margin: 0 !important;
}

#cancel-comment-reply-link {
	color: #3a8ec2;
	position: absolute;
	padding: 8px;
	margin-bottom: 8px;
	font-size: 14px;
	right: 0;
	top: 0;
	transform: translateY(-100%) translateY(-8px);
	background: #FFF;
	border: 1px solid #3a8ec2;
	border-radius: 3px;
}

#cancel-comment-reply-link:hover {
	color: #FFF;
	background: #333;
}
#cancel-comment-reply-link:active  {
	box-shadow: inset 0 0 0 3px #3a8ec2
}

#commentform {
	background: #f5f5f5;
	padding: 16px;
	margin-bottom: 15px;
	border-radius: 2px;
	border-top: 10px solid #3a8ec2;
}

#commentform p.comment-form-author {
	width: 48%;
	float: left;
}

#commentform p.comment-form-email {
	width: 48%;
	float: right;
}

#commentform p.comment-form-url, #commentform p.comment-form-comment {
	clear: both;
}

#commentform label {
	padding: 6px 0;
	font-weight: 600;
	display: block;
}

#commentform input[type="text"], #commentform textarea {
	max-width: 100%;
	width: 100%;
}

#commentform textarea {
	height: 100px;
}

#commentform p.form-submit {
	margin-top: 10px;
}

.logged-in #reply-title {
	margin-bottom: 20px;
}

.logged-in #commentform p.comment-form-comment {
	margin-top: 10px;
}

.logged-in #commentform p.comment-form-comment label {
	display: none;
}

/* ------------------------------------------------------------------------- *
 *  Child Menu
/* ------------------------------------------------------------------------- */
.child-menu {
	zoom: 1;
	position: relative;
	padding: 30px;
}

.child-menu a {
	color: #666;
	font-weight: 600;
	display: block;
	padding: 0 44px;
}

.child-menu a:hover {
	color: #3A8EC2;
}

.child-menu .current_page_item > a {
	color: #3A8EC2;
}

/* show only current page items */
.child-menu > li {
	display: none;
}

.child-menu > li.current_page_item, .child-menu > li.current_page_parent, .child-menu > li.current_page_ancestor {
	display: block;
}

.child-menu > li.current_page_item > ul ul, .child-menu > li.current_page_parent > ul ul, .child-menu > li.current_page_ancestor > ul ul {
	display: none;
}

.child-menu > li ul li.current_page_item ul, .child-menu > li ul li.current_page_parent ul, .child-menu > li ul li.current_page_ancestor ul {
	display: block;
}

/* level 1 */
.child-menu > li > a {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	padding: 0 0 15px;
}

/* level 2 */
.child-menu > li > ul {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.child-menu > li > ul > li > a {
	font-size: 15px;
	border-bottom: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	padding: 11px 20px;
}

.child-menu > li > ul > li > a:before {
	font-family: FontAwesome;
	content: "\f067";
	font-weight: normal;
	font-size: 18px;
	margin-right: 8px;
	opacity: 0.3;
}

/* level 3 */
.child-menu > li ul ul {
	padding: 6px 0;
	border-left: 10px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.child-menu > li ul ul a {
	font-size: 15px;
	font-weight: 300;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 1px;
}

.child-menu > li ul ul a:hover, .child-menu > li ul ul li.current_page_item > a {
	background: #f2f2f2;
}

/* ------------------------------------------------------------------------- *
 *  Gradients
/* ------------------------------------------------------------------------- */
#header, #owl-featured .owl-buttons div, .sidebar-toggle, .post-date .date-divider, .alx-posts .post-item-inner:before, .themeform input[type="submit"], .themeform button[type="submit"], .post-tags a:hover, .widget_calendar caption, .dark .widget_calendar caption, .commentlist li.bypostauthor > .comment-body:after, .commentlist li.comment-author-admin > .comment-body:after {
	background-color: #3A8EC2;
	background: linear-gradient(to right, #3A8EC2, #3A8EC2 85%);
}

/* ------------------------------------------------------------------------- *
 *  Plugins
/* ------------------------------------------------------------------------- */


/*  plugin : contact form 7
/* ------------------------------------ */
.wpcf7 p {
	font-weight: 600;
	margin-bottom: 10px;
}

.wpcf7 span {
	display: block;
	margin-top: 10px;
}

.wpcf7 textarea {
	width: 100%;
}

.wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 select, .wpcf7 textarea {
	background: #eee;
}

/*  plugin : social count plus
/* ------------------------------------ */
.social-count-plus > ul {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}

.social-count-plus > ul > li {
	display: block;
	float: none;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.social-count-plus > ul > li:last-child {
	margin-bottom: 0;
}

.social-count-plus > ul > li > a.icon {
	height: 40px;
	background: #999;
	display: block;
	width: 100%;
	border-radius: 2px;
}

.social-count-plus > ul > li > a.icon:hover {
	opacity: 0.8;
}

.social-count-plus > ul > li > span.items {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	pointer-events: none;
}

.social-count-plus > ul > li > span.items > span.count {
	font-size: 16px;
	display: inline-block;
	margin: 8px 0 8px 50px;
	padding-left: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff !important;
}

.social-count-plus > ul > li > span.items > span.label {
	margin-left: 10px;
	color: #fff;
	position: relative;
	top: -1px;
}

.social-count-plus > ul > li > a:after {
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	font-weight: 400;
	font-size: 18px;
	left: 14px;
	text-align: center;
	width: 20px;
	top: 0;
	bottom: 0;
	line-height: 40px;
}

.social-count-plus > ul > li > a:before {
	font-family: FontAwesome;
	content: "\f067";
	opacity: 0.5;
	color: #fff !important;
	position: absolute;
	font-weight: 400;
	font-size: 18px;
	right: 6px;
	text-align: center;
	width: 20px;
	top: 0;
	bottom: 0;
	line-height: 40px;
}

.social-count-plus > ul > li > a:hover:before {
	opacity: 1;
}

.social-count-plus > ul > li.count-comments > a {
	background: #bbb;
}

.social-count-plus > ul > li.count-comments > a:after {
	content: "\f086";
}

.social-count-plus > ul > li.count-facebook > a {
	background: #516eab;
}

.social-count-plus > ul > li.count-facebook > a:after {
	content: "\f09a";
}

.social-count-plus > ul > li.count-github > a {
	background: #2a2b2d;
}

.social-count-plus > ul > li.count-github > a:after {
	content: "\f09b";
}

.social-count-plus > ul > li.count-googleplus > a {
	background: #dc4e41;
}

.social-count-plus > ul > li.count-googleplus > a:after {
	content: "\f0d5";
}

.social-count-plus > ul > li.count-instagram > a {
	background: #674538;
}

.social-count-plus > ul > li.count-instagram > a:after {
	content: "\f16d";
}

.social-count-plus > ul > li.count-linkedin > a {
	background: #0077b5;
}

.social-count-plus > ul > li.count-linkedin > a:after {
	content: "\f0e1";
}

.social-count-plus > ul > li.count-pinterest > a {
	background: #bd081c;
}

.social-count-plus > ul > li.count-pinterest > a:after {
	content: "\f0d2";
}

.social-count-plus > ul > li.count-posts > a {
	background: #bbb;
}

.social-count-plus > ul > li.count-posts > a:after {
	content: "\f040";
}

.social-count-plus > ul > li.count-soundcloud > a {
	background: #ff8800;
}

.social-count-plus > ul > li.count-soundcloud > a:after {
	content: "\f1be";
}

.social-count-plus > ul > li.count-steam > a {
	background: #222222;
}

.social-count-plus > ul > li.count-steam > a:after {
	content: "\f1b6";
}

.social-count-plus > ul > li.count-tumblr > a {
	background: #35465c;
}

.social-count-plus > ul > li.count-tumblr > a:after {
	content: "\f173";
}

.social-count-plus > ul > li.count-twitch > a {
	background: #6441a5;
}

.social-count-plus > ul > li.count-twitch > a:after {
	content: "\f1e8";
}

.social-count-plus > ul > li.count-twitter > a {
	background: #29c5f6;
}

.social-count-plus > ul > li.count-twitter > a:after {
	content: "\f099";
}

.social-count-plus > ul > li.count-users > a {
	background: #bbb;
}

.social-count-plus > ul > li.count-users > a:after {
	content: "\f0c0";
}

.social-count-plus > ul > li.count-vimeo > a {
	background: #00acee;
}

.social-count-plus > ul > li.count-vimeo > a:after {
	content: "\f27d";
}

.social-count-plus > ul > li.count-youtube > a {
	background: #cd201f;
}

.social-count-plus > ul > li.count-youtube > a:after {
	content: "\f167";
}

/*  plugin : woocommerce
/* ------------------------------------ */

/* ------------------------------------------------------------------------- *
 *  Flexslider
/* ------------------------------------------------------------------------- */

/*  flexslider : resets
/* ------------------------------------ */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*  flexslider : necessary styles
/* ------------------------------------ */
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html {
	-webkit-font-smoothing: antialiased; /* safari font rendering issue fix */
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

/*  flexslider : default theme
/* ------------------------------------ */
.flexslider {
	margin: 0;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides > li {
	position: relative;
}

.carousel li {
	margin-right: 5px;
}

/* direction nav */
.flex-direction-nav {
	*height: 0;
	position: absolute;
	top: 50%;
	right: 10px;
	left: 10px;
	margin-top: -20px;
	z-index: 2;
}

.flex-direction-nav li {
	float: left;
	margin-left: 4px;
}

.flex-direction-nav li:first-child {
	float: left;
}

.flex-direction-nav li:last-child {
	float: right;
}

.flex-direction-nav a {
	background: rgba(0, 0, 0, 0.7);
	opacity: 0.6;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 0 0;
	display: block;
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
	transition: all .3s ease;
	border-radius: 3px;
}

.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
	opacity: 0.8;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: .3 !important;
	cursor: default;
}

/* direction nav arrows */
.flex-direction-nav a:before {
	color: #fff;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 9px;
	text-indent: 0;
}

.flex-direction-nav .flex-next:before {
	content: "\f054";
}

.flex-direction-nav .flex-prev:before {
	content: "\f053";
}

/* control nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-nav li a {
	background: rgba(0, 0, 0, 0.15);
	width: 10px;
	height: 10px;
	display: block;
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
	border-radius: 100%;
}

.flex-control-nav li a:hover {
	background: rgba(0, 0, 0, 0.15);
}

.flex-control-nav li a.flex-active {
	background: rgba(0, 0, 0, 0.25);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width:860px) {
	.flex-direction-nav .flex-prev {
		opacity: .7;
		right: 0;
	}

	.flex-direction-nav .flex-next {
		opacity: .7;
		right: 0;
	}

}

/* ------------------------------------------------------------------------- *
*  Owl Carousel v1.3.3
/* ------------------------------------------------------------------------- */

/* owl carousel */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	overflow: hidden;
	float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
	cursor: pointer;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/* owl theme */
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	border-radius: 30px;
	background: #869791;
	opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 30px;
}

.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center;
}

/* ------------------------------------------------------------------------- *
*  Shortcodes
/* ------------------------------------------------------------------------- */

/*  shortcode : dropcap
/* ------------------------------------ */
.dropcap {
	color: #333;
	display: block;
	float: left;
	font-size: 94px;
	line-height: 0.8em;
	font-weight: 600;
	margin: 0 10px 0 0;
}

/*  shortcode : pullquotes
/* ------------------------------------ */
.pullquote-left {
	color: #333;
	border-left: 6px solid #eee;
	float: left;
	margin: 0.78em 1em 0.78em 0;
	padding: 0 0 0 20px;
	font-weight: 600;
	width: 40%;
}

.pullquote-right {
	color: #333;
	border-right: 6px solid #eee;
	float: right;
	margin: 0.78em 0 0.78em 1em;
	padding: 0 20px 0 0;
	font-weight: 600;
	width: 40%;
}

/*  shortcode : highlights
/* ------------------------------------ */
.highlight {
	font-weight: 700;
}

/*  shortcode : hr
/* ------------------------------------ */
hr, .hr {
	border: 0;
	background: #eee;
	height: 3px;
	margin: 30px 0;
}

#respond #comment-form-comment textarea {
	font-size: 16px;
}

.sce-textarea {
    background: #f5f5f5;
    padding: 16px;
    border-top: 10px solid #3a8ec2;
    margin-top: 8px;
}
.sce-textarea .sce-comment-text {
    display: block;
    width: 100%;
    font-size: 16px;
}

.sce-comment-edit-buttons button {
    background: #3A8EC2;
    border: none;
    margin: 8px 8px 8px 0;
    padding: 8px 16px;
    display: inline-block;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
}
.sce-comment-edit-buttons .sce-comment-cancel,
.sce-comment-edit-buttons .sce-comment-delete {
	background: #FFF;
	color: #3A8EC2;
}
.sce-comment-edit-buttons button:hover {
    background: #333;
	color: #FFF;
}
#nav-topbar .nav li.huawei-hub a {
    background: #FFF;
    color: #333 !important;
}
#nav-topbar .nav li.huawei-hub a::before {
    content: '';
    width: 26px;
    height: 26px;
    background: url("img/huawei-logo.svg") center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: bottom;
    margin: -3px 8px -3px 0;
}
#nav-topbar .nav li.huawei-hub a:hover {
    background: #F5F5F5;
}

body:not(.logged-in) .edit-comment-admin-links-no-icon {
    display: none;
}


.video-404 {
	max-width: 100%;
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	.post-group div {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.post-group div article {
		flex: 0 0 49%;
		flex-basis: calc(50% - 16px);
		margin-bottom: 30px;
	}
	.post-group .post-grid .post-inner {
		margin: 0;
	}
	.post-group .post-title {
		font-size: 20px;
	}
	.video-404 {
		float: right;
		max-width: 50%;
		margin: 0 0 16px 32px;
	}
	.error404 .entry,
	.search-no-results .entry {
		overflow: hidden;
	}
}

@media screen and (min-width: 1170px) {
	.post-group div::after {
		content: '';
		flex-basis: calc(33% - 16px);
	}
	.post-group div article {
		flex: 0 0 24.5%;
		flex-basis: calc(33% - 16px);
		margin-bottom: 30px;
	}
	.post-group .post-title {
		font-size: 18px;
	}
}
