/*
Theme Name: Agnar
Theme URI: http://alx.media/themes/agnar/
Version: 2.3.4
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.0
Description: <a href="http://alx.media/themes/agnar/">Agnar</a> is a flexible theme for magazines and blogs. It comes packed with plenty of options to make it easy for you to customize it as you want. Demo: http://demo.alx.media/x/?theme=Agnar
Author: Alexander Agnarson
Author URI: http://alx.media
Tags: blog, one-column, two-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, custom-logo, custom-header, custom-background, news, entertainment, footer-widgets
Text Domain: agnar

	Copyright: (c) 2018 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 a child theme
to add your styles. You can copy a style from this file and paste it in 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 Mobile
		- Nav Topbar
		- Nav Header
	6. Featured
	7. Footer
		- Nav Footer
	8. Flex
	9. Post Entry
		- Single
	10. Post Formats
	11. Widgets
	12. Comments
	13. Child Menu
	14. Plugins
		- WP-Pagenavi
		- Contact Form 7
		- Social Count Plus
	15. Flexslider

	
/* ------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- *
 *  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
/* ------------------------------------------------------------------------- */
body { background: #e5e5e5; font-size: 15px; line-height: 1.5em; color: #444; font-weight: 300; }
::selection { background: #00b2d7; color: #fff; }
::-moz-selection { background: #00b2d7; color: #fff; }
a { color: #00b2d7; text-decoration: none; }
a:hover { color: #222; }
img { max-width: 100%; height: auto; }
a,
a:before,
a:after { transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease; }
a img { transition: opacity 0.2s ease; }
address,cite,em { font-style: italic; }
strong { font-weight: 600; }
ol, ul { box-sizing: content-box; }
.left,.alignleft { float: left; }
.right,.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; }
hr { border: 0; background: #eee; height: 3px; margin: 30px 0; }

/*  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, .fab, .fal, .far, .fas { width: 1em; text-align: center; }

/*  base : fonts
/* ------------------------------------ */
body { font-family: "Titillium", Arial, sans-serif; }

@font-face {
	font-family: 'Titillium';
	src: url('fonts/titillium-light-webfont.eot');
	src: url('fonts/titillium-light-webfont.svg#titillium-light-webfont') format('svg'),
		 url('fonts/titillium-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/titillium-light-webfont.woff') format('woff'),
		 url('fonts/titillium-light-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Titillium';
	src: url('fonts/titillium-lightitalic-webfont.eot');
	src: url('fonts/titillium-lightitalic-webfont.svg#titillium-lightitalic-webfont') format('svg'),
		 url('fonts/titillium-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/titillium-lightitalic-webfont.woff') format('woff'),
		 url('fonts/titillium-lightitalic-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Titillium';
	src: url('fonts/titillium-regular-webfont.eot');
	src: url('fonts/titillium-regular-webfont.svg#titillium-regular-webfont') format('svg'),
		 url('fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/titillium-regular-webfont.woff') format('woff'),
		 url('fonts/titillium-regular-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Titillium';
	src: url('fonts/titillium-regularitalic-webfont.eot');
	src: url('fonts/titillium-regularitalic-webfont.svg#titillium-regular-webfont') format('svg'),
		 url('fonts/titillium-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/titillium-regularitalic-webfont.woff') format('woff'),
		 url('fonts/titillium-regularitalic-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
    font-family: 'Titillium';
    src: url('fonts/titillium-semibold-webfont.eot');
    src: url('fonts/titillium-semibold-webfont.svg#titillium-semibold-webfont') format('svg'),
         url('fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-semibold-webfont.woff') format('woff'),
         url('fonts/titillium-semibold-webfont.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

/*  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="search"],
.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="submit"],
.themeform select,
.themeform button, 
.themeform textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; }
.themeform input, 
.themeform select,
.themeform textarea, 
.themeform button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.themeform select { appearance: normal; -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: #222; }
.themeform input[type="search"],
.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 select,
.themeform textarea { background: #fff; border: 1px solid #eee; color: #777; display: block; max-width: 100%; outline: none; padding: 7px 8px; }
.themeform input[type="search"]:focus,
.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 select:focus,
.themeform textarea:focus { border-color: #ddd; color: #222; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1); }
.themeform label .required { color: #00b2d7; }
.themeform input[type="button"],
.themeform input[type="reset"],
.themeform input[type="submit"],
.themeform button[type="button"],
.themeform button[type="reset"],
.themeform button[type="submit"] { background: #00b2d7; color: #fff; padding: 8px 14px; font-weight: 600; display: inline-block; border: none; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; }
.themeform input[type="button"]:hover,
.themeform input[type="reset"]:hover,
.themeform input[type="submit"]:hover,
.themeform button[type="button"]:hover,
.themeform button[type="reset"]:hover,
.themeform button[type="submit"]:hover { background: #222; }

.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: "Font Awesome 6 Free"; font-weight: 900; }

/*  base : entry
/* ------------------------------------ */
.entry { font-size: 17px; line-height: 1.6em; }
.entry a { text-decoration: underline; }
.entry p,
.entry dd { margin-bottom: 1em; }
.entry dt { color: #222; }
.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; 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: "Font Awesome 6 Free"; font-weight: 900; 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: #ddd; 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 { background: #fff; max-width: 100%; border-bottom: 1px solid #e5e5e5; 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: #eee; }
.entry table td { border-bottom: 1px solid #eee; text-align: center; padding: 5px; vertical-align: middle; }
.entry table th { font-weight: 600; text-align: center; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 10px 5px; }

/* default gallery */
.entry .gallery,
.widget .gallery { clear: both; overflow: hidden; width: 100%; margin: 15px 0!important; }
.entry .gallery img,
.widget .gallery img { display: block; width: 100%; height: auto; border-width: 1px 2px!important; border-color: transparent!important; }
.entry .gallery .gallery-item,
.widget .gallery .gallery-item { position: relative; overflow: hidden; border-color: transparent; margin-top: 0!important; }
.entry .gallery .gallery-caption,
.widget .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;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-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,
.widget .gallery-columns-2 .gallery-caption,
.widget .gallery-columns-3 .gallery-caption,
.widget .gallery-columns-4 .gallery-caption,
.widget .gallery-columns-5 .gallery-caption,
.widget .gallery-columns-6 .gallery-caption,
.widget .gallery-columns-7 .gallery-caption,
.widget .gallery-columns-8 .gallery-caption,
.widget .gallery-columns-9 .gallery-caption { display: none!important; }

/*  base : headings
/* ------------------------------------ */
h1, h2, h3, h4, h5, h6 { color: #000; 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: 400; line-height: 1.3em; }
.entry h1 { font-size: 38px; letter-spacing: -1px; }
.entry h2 { font-size: 34px; letter-spacing: -0.7px; }
.entry h3 { font-size: 28px; letter-spacing: -0.5px; }
.entry h4 { font-size: 24px; letter-spacing: -0.3px; }
.entry h5 { font-size: 20px; font-weight: 600; }
.entry h6 { font-size: 16px; font-weight: 600; }

.heading,
#reply-title { font-weight: normal; font-size: 16px; text-transform: uppercase; font-weight: 600; margin-bottom: 1em; }
.heading i { font-size: 22px; margin-right: 6px; }


/* ------------------------------------------------------------------------- *
 *  Gutenberg
/* ------------------------------------------------------------------------- */
.entry .wp-block-image figcaption,
.entry .wp-block-audio figcaption,
.entry .wp-block-embed figcaption { font-size: 14px; text-align: center; }
.entry .wp-block-gallery { padding: 0; margin-left: 0; }
.entry .wp-block-gallery .blocks-gallery-grid { margin: 0; padding: 0; }
.entry .wp-block-gallery .blocks-gallery-item figcaption { box-sizing: border-box; }
.entry .wp-block-quote { margin-bottom: 20px; }
.entry .wp-block-quote.is-large { padding-left: 50px; }
.entry .wp-block-pullquote.alignleft { margin-right: 2em; }
.entry .wp-block-pullquote.alignright { margin-left: 2em; }
.entry .wp-block-pullquote blockquote { padding-left: 50px; text-align: left; }
.entry .wp-block-pullquote blockquote p { line-height: 1.4em; }


/* ------------------------------------------------------------------------- *
 *  Base Structure
/* ------------------------------------------------------------------------- */

/*  base : layout
/* ------------------------------------ */
#wrapper { background: #f5f5f5; min-width: 1024px; height: 100%; margin: 0 auto; }
.container { position: relative; }
.container-inner { margin: 0 auto; max-width: 1400px; }
.pad { padding: 30px; }

/* boxed */
.boxed #wrapper { margin: 0 auto; box-shadow: 1px 0 0 rgba(0,0,0,0.1), -1px 0 0 rgba(0,0,0,0.1); }
.boxed #page { background: #f2f2f2; padding-bottom: 1px; }

/*  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; }
.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; 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; z-index: 2; }
.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: #222; font-size: 24px; display: inline; position: relative; z-index: 98; }
.social-links .social-tooltip:hover { color: #444; text-decoration: none; }
.social-links .social-tooltip:hover:after { top: -34px; background: #222; font-size: 14px; color: #eee; content: attr(title); display: block; right: 0; padding: 5px 15px; position: absolute; white-space: nowrap; 
border-radius: 3px; }
.social-links .social-tooltip:hover:before { top: -8px; right: 8px; border: solid; border-color: #222 transparent; border-width: 5px 5px 0 5px; content: ""; display: block; position: absolute; z-index: 1; }

/*  common : page title
/* ------------------------------------ */
.page-title { border: 1px solid #e5e5e5; position: relative; margin: 10px; color: #666; font-size: 18px; font-weight: 600; line-height: 1.4em; }
.page-title a { color: #888; }
.page-title a:hover { color: #222; }
.page-title span { color: #888; }
.page-title i { margin-right: 8px; }
.page-title h1,
.page-title h2,
.page-title h4 { color: #000; font-weight: 600; }
.page-title .meta-single li { float: left; margin-right: 14px; }
.page-title .meta-single li.comments { float: right; margin-right: 0; }
.page-title .pad { padding-top: 20px; padding-bottom: 20px; }

.category .page-title {  }
.category .page-title .pad { padding: 20px 30px!important; }
.category-description { font-size: 16px; font-weight: 300; line-height: 1.5em; }
.category-description:after { content:""; display: block; background: #fff; border-right: 1px solid #e5e5e5; position: absolute; left: 0; top: 0; bottom: 0; width: 60px; z-index: 2; }
.category-description i { color: #bbb; position: absolute; top: 50%; margin-top: -12px; left: 20px; font-size: 24px; z-index: 3; }
.category-description p { float: left; margin-left: 50px; }
.category-splitter { border-top: 1px solid #e5e5e5; margin: 10px; }

/*  common : notebox
/* ------------------------------------ */
.notebox { background: #eee; color: #888; border: 1px solid #ddd; font-size: 15px; font-weight: 300; position: relative; line-height: 1.5em; margin: 20px 10px 10px; }
.notebox .pad { padding-top: 20px; padding-bottom: 20px; }
.notebox span { font-weight: 600; }
.notebox .search-again { margin-top: 10px; }
.notebox input[type="text"] { width: 100%; }

/*  common : pagination
/* ------------------------------------ */
.pagination { margin: 30px 10px 50px; }
.pagination a { font-size: 18px; font-weight: 600; }

/*  common : thumb icon
/* ------------------------------------ */
.thumb-icon { background: rgba(0,0,0,0.7); color: #fff; text-align: center; display: block; width: 32px; height: 32px; position: absolute; bottom: 50%; left: 50%; margin-left: -16px; margin-bottom: -16px;
border-radius: 4px;
transition: all 0.7s ease;
box-shadow: 0 0 2px rgba(255,255,255,0.4);
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg); }
.thumb-icon i { font-size: 18px; padding: 7px 0;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
        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: 3px; }
.thumb-icon.small i { font-size: 12px; line-height: 16px; padding: 5px 0; }


/* ------------------------------------------------------------------------- *
 *  Section: Header
/* ------------------------------------------------------------------------- */
#header { background: #fff; position: relative; z-index: 9; }
#header-content { background: #fff; border-top: 6px solid #00b2d7; border-bottom: 1px solid #ddd; }
#header-content .pad { z-index: 9999; position: relative; }
#header .pad { padding-top: 0; padding-bottom: 0; }
#header .social-links { margin-top: 30px; }

#header-ads { background: #f5f5f5; padding: 5px 0; text-align: center; }
#header-ads .widget { padding-bottom: 0; font-size: 0; line-height: 0; }
#header-ads h3 { display: none; }

.site-title { font-size: 36px; font-weight: 600; letter-spacing: -0.5px; float: left; line-height: 60px; padding: 10px 0; position: relative; z-index: 2; }
.site-title a { display: block; color: #333; max-width: 100%; }
.site-title a img { display: block; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 auto; border-radius: 0; }
.site-description { font-size: 15px; color: #888; float: left; margin: 28px 0 0 20px; line-height: 1.5em; position: relative; z-index: 2; }
.site-image { display: block; margin: 0 auto; max-height: 400px; }

/*  header : social links
/* ------------------------------------ */
#header .social-links { margin-right: 80px; }
.header-search-disable #header .social-links { margin-right: 0; }
#header .social-links li { margin-left: 8px; }
#header .social-links .social-tooltip { font-size: 22px; }

/*  header : search
/* ------------------------------------ */
.toggle-search { background: transparent; border: 1px solid #f5f5f5; outline: none; border-radius: 3px; color: #555; font-size: 18px; line-height: 24px; cursor: pointer; padding: 14px 20px; display: block; position: absolute; right: 0; top: 10px; }
.toggle-search:hover .svg-icon,
.toggle-search.active .svg-icon { fill: #00b2d7; }
.search-expand { display: none; background: #fff; border: 1px solid #f5f5f5; position: absolute; top: 10px; right: 68px; width: 340px; z-index: 99; }
.search-expand-inner { padding: 10px; }
.search-expand .themeform input { background: #f5f5f5; width: 100%; border: 1px solid #eee; border-radius: 0; }
.search-expand .themeform input:focus { border-color: #ccc; }

.toggle-search.active { padding-top: 16px; padding-bottom: 17px; }
.toggle-search .svg-icon { fill: #333; margin: 0 auto; }
.toggle-search #svg-close { display: none; }
.toggle-search.active #svg-search { display: none; }
.toggle-search.active #svg-close { display: block; }
.toggle-search:focus { box-shadow: inset 0 0 20px rgba(0,0,0,0.06); }


/* ------------------------------------------------------------------------- *
 *  Section: Navigation
/* ------------------------------------------------------------------------- */

/* menu hamburger */
.menu-toggle-icon { float: right; width: 30px; height: 20px; position: relative; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; }
.menu-toggle-icon span { display: block; position: absolute; height: 2px; width: 100%; background: #333; border-radius: 2px; opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; }
.menu-toggle-icon span:nth-child(1) { top: 0px; transform-origin: left center; }
.menu-toggle-icon span:nth-child(2) { top: 8px; transform-origin: left center; }
.menu-toggle-icon span:nth-child(3) { top: 16px; transform-origin: left center; }
.toggled .menu-toggle-icon span:nth-child(1) { transform: rotate(45deg); top: -2px; left: 5px; }
.toggled .menu-toggle-icon span:nth-child(2) { width: 0%; opacity: 0; }
.toggled .menu-toggle-icon span:nth-child(3) { transform: rotate(-45deg); top: 19px; left: 5px; }

/* menu hide and display */
@media only screen and (min-width: 720px) {
	.mobile-menu #wrap-nav-mobile { display: none; }
}
@media only screen and (max-width: 719px) {
	.mobile-menu #wrap-nav-topbar,
	.mobile-menu #wrap-nav-header,
	.mobile-menu .toggle-search { display: none; } 
	#nav-mobile,
	#nav-topbar,
	#nav-header,
	#nav-footer { display: none; }
	.mobile #nav-mobile,
	.mobile #nav-topbar,
	.mobile #nav-header,
	.mobile #nav-footer { display: block; }
}

/* menu base */
.nav-menu > .menu-toggle { display: none; }
.nav-menu.mobile > .menu-toggle { display: block; }
.nav-menu.mobile > .menu-toggle ~ * { max-height: 4000px; overflow: hidden; width: 100%; transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
.nav-menu.mobile > .menu-toggle[aria-expanded="false"] ~ * { max-height: 0; transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1); }
.nav-menu .menu,
.nav-menu .menu ul { display: flex; list-style: none; list-style-type: none; margin: 0; padding: 0; }
.nav-menu a { display: block; text-decoration: none; width: 100%; }
.nav-menu.mobile ul { flex-direction: column; }
.nav-menu .menu ul { flex-direction: column; max-width: 0; max-height: 0; overflow: hidden; }
.nav-menu .menu ul.active,
.nav-menu:not(.mobile) .menu li.hover > ul { max-width: 100vw; max-height: 300vh; }
.nav-menu:not(.mobile) .menu .sub-menu { position: absolute; }
.nav-menu .screen-reader-text { display: none; }
.nav-menu .menu-item-wrapper { display: flex; }
.nav-menu { line-height: 20px; }
.nav-menu button { color: inherit; cursor: pointer; font-family: inherit; position: relative; text-align: inherit; user-select: none; background: none; border: none; box-shadow: none; border-radius: 0; font-size: inherit; font-weight: 400; letter-spacing: inherit; padding: 0; text-transform: none; }
.nav-menu.mobile .menu ul { transition: max-height 500ms; max-width: 100%; }

.nav-menu:not(.mobile) .menu { flex-wrap: wrap; justify-content: flex-start; }
.nav-menu:not(.mobile) .menu ul.active,
.nav-menu:not(.mobile) .menu li.hover > ul { overflow: visible; width: 200px; opacity: 1; transform: translateY(0); transition: opacity 0.15s linear, transform 0.15s linear; }
.nav-menu:not(.mobile) .menu ul .sub-menu { left: 220px; top: 0; }
.nav-menu:not(.mobile) .menu { position: relative; }
.nav-menu:not(.mobile) .menu ul { font-size: 15px; opacity: 0; padding: 10px 0; position: absolute; top: calc(100% + 20px); transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s; transform: translateY(6px); z-index: 1; }
.nav-menu:not(.mobile) .menu ul li { position: relative; }
.nav-menu:not(.mobile) .menu ul a { display: block; padding: 10px 20px; transition: all 0.3s ease; width: 100%; }
.nav-menu:not(.mobile) .menu li.menu-item-has-children.focus > ul {	min-width: 200px; max-width: 200px; max-height: 300vh; overflow: visible; opacity: 1; transform: translateY(0); transition: opacity 0.15s linear, transform 0.15s linear; }
.nav-menu:not(.mobile) .menu li.menu-item-has-children.focus > ul:focus-within { opacity: 1!important; }
.nav-menu:not(.mobile) .menu li ul.sub-menu:not(.active) { opacity: 0; }
.nav-menu:not(.mobile) .menu li.hover ul.sub-menu:not(.active) { opacity: 1; }
.nav-menu:not(.mobile) .menu li.focus ul ul.sub-menu:not(.active) { opacity: 0; }
.nav-menu:not(.mobile) .menu li.focus ul li.hover ul.sub-menu { opacity: 1; }

.nav-menu:not(.mobile) .menu ul:before,
.nav-menu:not(.mobile) .menu ul:after { content: ""; display: block; position: absolute; bottom: 100%; }
.nav-menu:not(.mobile) .menu ul:before { left: 0; right: 0; height: 20px; }
.nav-menu:not(.mobile) .menu ul:after { border: 8px solid transparent; border-bottom-color: transparent; left: 18px; }
.nav-menu:not(.mobile) .menu ul ul { left: calc(100% + 20px); top: -10px !important; }
.nav-menu:not(.mobile) .menu ul ul:before { bottom: 0; height: auto; left: auto; left: -20px; top: 0; width: 22px; }
.nav-menu:not(.mobile) .menu ul ul:after { border-bottom-color: transparent; bottom: auto; left: -16px; top: 20px; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:before { left: auto; right: -20px; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul { right: calc(100% + 20px); left: auto; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after { border-right-color: transparent; right: -16px; left: auto; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) ul ul button .svg-icon { transform: none; }

.nav-menu:not(.mobile) a,
.nav-menu:not(.mobile) span { transition: all 0.3s ease; }

.nav-menu.mobile { padding: 0; }
.nav-menu.mobile button:focus { outline: none; }
.nav-menu.mobile > button { padding: 16px 20px; float: right; }
.nav-menu.mobile button .svg-icon { transition: all 250ms; }
.nav-menu.mobile button.active .svg-icon { transform: rotate(180deg); }
.nav-menu.mobile ul { border: 0; }
.nav-menu.mobile ul li .menu-item-wrapper { justify-content: space-between; width: 100%; }
.nav-menu.mobile > div > ul > li:last-child { margin-bottom: 52px; }
.nav-menu.mobile ul li a { font-size: 16px; font-weight: 600; padding: 14px 20px; }
.nav-menu.mobile ul ul li a { font-size: 14px; }
.nav-menu.mobile ul ul li a { padding: 12px 0 12px 40px; }
.nav-menu.mobile ul ul ul li a { padding: 12px 0 12px 60px; }
.nav-menu.mobile ul button { margin: 10px 0; padding: 0 20px; }

/* menu mobile fix */
.nav-menu.mobile > div > ul.menu,
.nav-menu.mobile.toggled > div > ul.menu ul.sub-menu { visibility: hidden; transition: all 0.3s ease; }
.nav-menu.mobile.toggled > div > ul.menu,
.nav-menu.mobile.toggled > div > ul.menu ul.sub-menu.active { visibility: visible; }
.nav-menu.mobile button:focus,
.menu-toggle:focus { background: rgba(0,0,0,0.04); }

/* menu styling */
.nav-menu a { color: #fff; }
.nav-menu .svg-icon { fill: #333; }
.nav-menu:not(.mobile) .menu ul { background: #333; color: #fff; border-radius: 4px; }
.nav-menu:not(.mobile) .menu ul:after { border-bottom-color: #333; }
.nav-menu:not(.mobile) .menu ul ul:after { border-right-color: #333; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after { border-left-color: #333; }

.nav-menu:not(.mobile) { font-size: 16px; font-weight: 400; float: right; padding: 12px 0 20px 0; }
.nav-menu:not(.mobile) a { color: #666; }
.nav-menu:not(.mobile) a:hover { color: #333; }
.nav-menu:not(.mobile) ul ul a:hover { color: #ccc; }
.nav-menu:not(.mobile) ul ul > li:hover > span { background: rgba(255,255,255,0.1); }
.nav-menu:not(.mobile) ul ul a { color: #eee; }
.nav-menu:not(.mobile) button { background: none; color: #666; padding: 0 4px; margin-left: 2px; border-radius: 4px; }
.nav-menu:not(.mobile) button.active { background: #eee; color: #333; }
.nav-menu:not(.mobile) button .svg-icon { fill: #bbb; }
.nav-menu:not(.mobile) ul ul button { background: none; color: #eee; padding: 0 5px; margin: 0 10px 0 0; }
.nav-menu:not(.mobile) ul ul button.active { background: #444; color: #eee; }
.nav-menu:not(.mobile) ul ul button .svg-icon { transform: rotate(-90deg); }
.nav-menu:not(.mobile) .menu > li { margin: 16px 20px 0 0; position: relative; }
.nav-menu:not(.mobile) .menu > li:last-child { margin-right: 0; }
.nav-menu:not(.mobile) .menu a { padding: 0; }

.nav-menu:not(.mobile) li.current_page_item > span > a, 
.nav-menu:not(.mobile) li.current-menu-item > span > a, 
.nav-menu:not(.mobile) li.current-menu-ancestor > span > a, 
.nav-menu:not(.mobile) li.current-post-parent > span > a { color: #333; }
.nav-menu:not(.mobile) ul ul li.current_page_item > span > a, 
.nav-menu:not(.mobile) ul ul li.current-menu-item > span > a, 
.nav-menu:not(.mobile) ul ul li.current-menu-ancestor > span > a, 
.nav-menu:not(.mobile) ul ul li.current-post-parent > span > a { color: #aaa; }

.nav-menu.mobile button.active .svg-icon { fill: #333; }
.nav-menu.mobile ul ul { background: rgba(0,0,0,0.03); }
.nav-menu.mobile ul li .menu-item-wrapper,
.nav-menu.mobile ul ul li .menu-item-wrapper { border-bottom: 1px solid rgba(0,0,0,0.07); }
.nav-menu.mobile ul li a { color: #333; }
.nav-menu.mobile ul button,
.nav-menu.mobile ul ul button { border-left: 1px solid rgba(0,0,0,0.07); }
.nav-menu.mobile > div > ul { border-top: 1px solid rgba(0,0,0,0.07); }

/* menu mobile styling */
#wrap-nav-mobile .menu-toggle-icon span { background: #fff; }
#wrap-nav-mobile .nav-menu.mobile { background: #222; border-top: none; }
#wrap-nav-mobile .nav-menu.mobile .svg-icon { fill: #fff; }
#wrap-nav-mobile .nav-menu.mobile button.active .svg-icon { fill: #fff; }
#wrap-nav-mobile .nav-menu.mobile ul ul { background: rgba(255,255,255,0.04); }
#wrap-nav-mobile .nav-menu.mobile ul li .menu-item-wrapper,
#wrap-nav-mobile .nav-menu.mobile ul ul li .menu-item-wrapper { border-bottom: 1px solid rgba(255,255,255,0.07); }
#wrap-nav-mobile .nav-menu.mobile ul li a { color: rgba(255,255,255,0.7); }
#wrap-nav-mobile .nav-menu.mobile ul button,
#wrap-nav-mobile .nav-menu.mobile ul ul button { border-left: 1px solid rgba(255,255,255,0.07); }
#wrap-nav-mobile .nav-menu.mobile > div > ul { border-top: 1px solid rgba(255,255,255,0.07); }

/* menu topbar styling */
#wrap-nav-topbar { background: #222; }
#wrap-nav-topbar .nav-menu:not(.mobile) { font-size: 13px; text-transform: uppercase; float: none; padding: 0 30px 10px 30px; }
#wrap-nav-topbar .nav-menu:not(.mobile) a { color: rgba(255,255,255,0.65); }
#wrap-nav-topbar .nav-menu:not(.mobile) a:hover { color: rgba(255,255,255,0.9); }
#wrap-nav-topbar .nav-menu:not(.mobile) .menu > li { margin-top: 10px; }
#wrap-nav-topbar .nav-menu:not(.mobile) .menu ul { background: #222; font-size: 13px; z-index: 99999; top: calc(100% + 10px); border-radius: 0; box-shadow: 0 2px 2px rgba(0,0,0,0.15); }
#wrap-nav-topbar .nav-menu:not(.mobile) .menu ul:after { border-bottom-color: #222; }
#wrap-nav-topbar .nav-menu:not(.mobile) ul ul a { color: rgba(255,255,255,0.65); }
#wrap-nav-topbar .nav-menu:not(.mobile) ul ul a:hover { color: rgba(255,255,255,0.9); }
#wrap-nav-topbar .nav-menu:not(.mobile) .menu ul ul:after { border-right-color: #222; border-bottom-color: transparent; }
#wrap-nav-topbar .nav-menu:not(.mobile) .menu ul span { border-bottom: 1px solid rgba(255,255,255,0.06); }
#wrap-nav-topbar .nav-menu:not(.mobile) .menu ul li:last-child span { border-bottom: 0; }
#wrap-nav-topbar .nav-menu:not(.mobile) button .svg-icon { fill: rgba(255,255,255,0.2); }
#wrap-nav-topbar .nav-menu:not(.mobile) button.active { background: rgba(255,255,255,0.1); }
#wrap-nav-topbar .nav-menu:not(.mobile) ul ul button .svg-icon { fill: rgba(255,255,255,0.2); }
#wrap-nav-topbar .nav-menu:not(.mobile) ul ul button.active { background: rgba(255,255,255,0.05); }

#wrap-nav-topbar .nav-menu:not(.mobile) li.current_page_item > span > a, 
#wrap-nav-topbar .nav-menu:not(.mobile) li.current-menu-item > span > a, 
#wrap-nav-topbar .nav-menu:not(.mobile) li.current-menu-ancestor > span > a, 
#wrap-nav-topbar .nav-menu:not(.mobile) li.current-post-parent > span > a { color: rgba(255,255,255,0.9); }
#wrap-nav-topbar .nav-menu:not(.mobile) ul ul li.current_page_item > span > a, 
#wrap-nav-topbar .nav-menu:not(.mobile) ul ul li.current-menu-item > span > a, 
#wrap-nav-topbar .nav-menu:not(.mobile) ul ul li.current-menu-ancestor > span > a, 
#wrap-nav-topbar .nav-menu:not(.mobile) ul ul li.current-post-parent > span > a { color: rgba(255,255,255,0.9); }

#wrap-nav-topbar .menu-toggle-icon span { background: #fff; }
#wrap-nav-topbar .nav-menu.mobile { background: #222; border-top: none; }
#wrap-nav-topbar .nav-menu.mobile .svg-icon { fill: #fff; }
#wrap-nav-topbar .nav-menu.mobile button.active .svg-icon { fill: #fff; }
#wrap-nav-topbar .nav-menu.mobile ul ul { background: rgba(255,255,255,0.04); }
#wrap-nav-topbar .nav-menu.mobile ul li .menu-item-wrapper,
#wrap-nav-topbar .nav-menu.mobile ul ul li .menu-item-wrapper { border-bottom: 1px solid rgba(255,255,255,0.07); }
#wrap-nav-topbar .nav-menu.mobile ul li a { color: rgba(255,255,255,0.7); }
#wrap-nav-topbar .nav-menu.mobile ul button,
#wrap-nav-topbar .nav-menu.mobile ul ul button { border-left: 1px solid rgba(255,255,255,0.07); }
#wrap-nav-topbar .nav-menu.mobile > div > ul { border-top: 1px solid rgba(255,255,255,0.07); }

/* menu header styling */
#wrap-nav-header { border-bottom: 1px solid #ddd; }
#wrap-nav-header .nav-menu:not(.mobile) { font-size: 15px; font-weight: 600; padding: 0 30px; float: none; }
#wrap-nav-header .nav-menu:not(.mobile) a { color: rgba(0,0,0,0.8); }
#wrap-nav-header .nav-menu:not(.mobile) a:hover { color: #00b2d7; }
#wrap-nav-header .nav-menu:not(.mobile) .menu ul { background: #fff; top: 100%; border-radius: 0; font-size: 14px; box-shadow: 0 2px 2px rgba(0,0,0,0.15); z-index: 3; }
#wrap-nav-header .nav-menu:not(.mobile) .menu ul:after { border-bottom-color: transparent; }
#wrap-nav-header .nav-menu:not(.mobile) .menu ul ul:after { border-right-color: #fff; border-bottom-color: transparent; }
#wrap-nav-header .nav-menu:not(.mobile) .menu ul span { border-bottom: 1px solid rgba(0,0,0,0.06); }
#wrap-nav-header .nav-menu:not(.mobile) .menu ul li:last-child span { border-bottom: 0; }
#wrap-nav-header .nav-menu:not(.mobile) button .svg-icon { fill: rgba(0,0,0,0.2); }
#wrap-nav-header .nav-menu:not(.mobile) button.active { background: rgba(0,0,0,0.06); }
#wrap-nav-header .nav-menu:not(.mobile) ul ul button .svg-icon { fill: rgba(0,0,0,0.2); }
#wrap-nav-header .nav-menu:not(.mobile) ul ul button.active { background: rgba(0,0,0,0.05); }

#wrap-nav-header .nav-menu:not(.mobile) .menu > li { margin-top: 0; margin-right: 20px; }
#wrap-nav-header .nav-menu:not(.mobile) > div > ul > li > span { border-bottom: 3px solid transparent; padding: 14px 0; }
#wrap-nav-header .nav-menu:not(.mobile) > div > ul > li:hover > span {  }

#wrap-nav-header .nav-menu:not(.mobile) > div > ul > li.current_page_item > span > a:before, 
#wrap-nav-header .nav-menu:not(.mobile) > div > ul > li.current-menu-item > span > a:before, 
#wrap-nav-header .nav-menu:not(.mobile) > div > ul > li.current-menu-ancestor > span > a:before, 
#wrap-nav-header .nav-menu:not(.mobile) > div > ul > li.current-post-parent > span > a:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid transparent!important; border-bottom: 8px solid #00b2d7; position: absolute; bottom: 0; left: 50%; margin-left: -8px; }
#wrap-nav-header .nav-menu:not(.mobile) > div > ul > li.current_page_item > span, 
#wrap-nav-header .nav-menu:not(.mobile) > div > ul > li.current-menu-item > span, 
#wrap-nav-header .nav-menu:not(.mobile) > div > ul > li.current-menu-ancestor > span, 
#wrap-nav-header .nav-menu:not(.mobile) > div > ul > li.current-post-parent > span { border-bottom-color: #00b2d7; }
#wrap-nav-header .nav-menu:not(.mobile) > div > ul > li.current_page_item > span > a, 
#wrap-nav-header .nav-menu:not(.mobile) > div > ul > li.current-menu-item > span > a, 
#wrap-nav-header .nav-menu:not(.mobile) > div > ul > li.current-menu-ancestor > span > a, 
#wrap-nav-header .nav-menu:not(.mobile) > div > ul > li.current-post-parent > span > a { color: #00b2d7; }
#wrap-nav-header .nav-menu:not(.mobile) ul ul li.current_page_item > span > a, 
#wrap-nav-header .nav-menu:not(.mobile) ul ul li.current-menu-item > span > a, 
#wrap-nav-header .nav-menu:not(.mobile) ul ul li.current-menu-ancestor > span > a, 
#wrap-nav-header .nav-menu:not(.mobile) ul ul li.current-post-parent > span > a { color: #00b2d7; }

/* menu footer styling */
#wrap-nav-footer { background: transparent; border-top: 1px solid rgba(0,0,0,0.06); }
#wrap-nav-footer .nav-menu:not(.mobile) { font-size: 15px; font-weight: 600; border-top: 0; float: none; padding-top: 5px; padding-left: 30px; padding-right: 30px; position: relative; z-index: 2; }
#wrap-nav-footer .nav-menu:not(.mobile) a { color: rgba(0,0,0,0.8); }
#wrap-nav-footer .nav-menu:not(.mobile) a:hover { color: #00b2d7; }
#wrap-nav-footer .nav-menu:not(.mobile) button { transform: rotate(-180deg); }
#wrap-nav-footer .nav-menu:not(.mobile) .menu ul button { transform: none; }
#wrap-nav-footer .nav-menu:not(.mobile) .menu { justify-content: left; }
#wrap-nav-footer .nav-menu:not(.mobile) .menu ul { background: #fff; top: auto; bottom: calc(100% + 19px); }
#wrap-nav-footer .nav-menu:not(.mobile) .menu ul a { font-size: 13px; }
#wrap-nav-footer .nav-menu:not(.mobile) .menu ul span { border-bottom: 1px solid rgba(0,0,0,0.06); }
#wrap-nav-footer .nav-menu:not(.mobile) .menu ul li:last-child span { border-bottom: 0; }
#wrap-nav-footer .nav-menu:not(.mobile) .menu ul ul { bottom: auto; }
#wrap-nav-footer .nav-menu:not(.mobile) .menu > li > ul:before, 
#wrap-nav-footer .nav-menu:not(.mobile) .menu > li > ul:after { bottom: auto; top: 100%; }
#wrap-nav-footer .nav-menu:not(.mobile) .menu ul:after { border-bottom-color: transparent; border-top-color: #fff; }
#wrap-nav-footer .nav-menu:not(.mobile) .menu ul ul:after { border-right-color: #fff; border-top-color: transparent; }

#wrap-nav-footer .nav-menu:not(.mobile) li.current_page_item > span > a, 
#wrap-nav-footer .nav-menu:not(.mobile) li.current-menu-item > span > a, 
#wrap-nav-footer .nav-menu:not(.mobile) li.current-menu-ancestor > span > a, 
#wrap-nav-footer .nav-menu:not(.mobile) li.current-post-parent > span > a { color: #00b2d7; }
#wrap-nav-footer .nav-menu:not(.mobile) ul ul li.current_page_item > span > a, 
#wrap-nav-footer .nav-menu:not(.mobile) ul ul li.current-menu-item > span > a, 
#wrap-nav-footer .nav-menu:not(.mobile) ul ul li.current-menu-ancestor > span > a, 
#wrap-nav-footer .nav-menu:not(.mobile) ul ul li.current-post-parent > span > a { color: #00b2d7; }

#wrap-nav-footer .nav-menu:not(.mobile) button .svg-icon { fill: rgba(0,0,0,0.2); }
#wrap-nav-footer .nav-menu:not(.mobile) button.active { background: rgba(0,0,0,0.06); }
#wrap-nav-footer .nav-menu:not(.mobile) ul ul button .svg-icon { fill: rgba(0,0,0,0.3); }
#wrap-nav-footer .nav-menu:not(.mobile) ul ul button.active {  }
#wrap-nav-footer .nav-menu:not(.mobile) ul ul a { transition: all 0.3s ease; }
#wrap-nav-footer .nav-menu:not(.mobile) ul ul > li:hover > span { background: none; }

#wrap-nav-footer .menu-toggle-icon span { background: #333; }
#wrap-nav-footer .nav-menu.mobile { background: #eee; border-top: none; }
#wrap-nav-footer .nav-menu.mobile button.active .svg-icon { fill: #333; }
#wrap-nav-footer .nav-menu.mobile ul ul { background: rgba(0,0,0,0.03); }
#wrap-nav-footer .nav-menu.mobile ul li .menu-item-wrapper,
#wrap-nav-footer .nav-menu.mobile ul ul li .menu-item-wrapper { border-bottom: 1px solid rgba(0,0,0,0.07); }
#wrap-nav-footer .nav-menu.mobile ul li a { color: #333; }
#wrap-nav-footer .nav-menu.mobile ul button,
#wrap-nav-footer .nav-menu.mobile ul ul button { border-left: 1px solid rgba(0,0,0,0.07); }
#wrap-nav-footer .nav-menu.mobile > div > ul { border-top: 1px solid rgba(0,0,0,0.07); }


/* ------------------------------------------------------------------------- *
 *  Section: Featured
/* ------------------------------------------------------------------------- */
.category.paged .featured-posts { display: none; }
.featured-posts { height: 560px; padding: 17px 20px 5px; position: relative; }
.featured-item { background-color: #666; margin: 4px 0 0 4px; background-position: center; background-size: cover; position: relative; z-index: 2; overflow: hidden; width: calc(25% - 3px); float: left; height: calc(50% - 2px); position: relative; }
.featured-item:nth-child(1) { margin-left: 0; height: 100%; width: calc(50% - 2px); }
.featured-item:nth-child(2) { width: calc(50% - 2px); }
.featured-item:before { opacity: 0.7; background: url(img/image-gradient.png) repeat-x; background-size: 100% 100%; content: ""; position: absolute; display: block; height: 100%; width: 100%; bottom: 0; display: block; transition: all .4s ease; }
.featured-item:hover:before { opacity: 0.4; }

.featured-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px; }
.featured-category { color: #fff; opacity: 0.75; }
.featured-category a { color: #fff; font-size: 13px; display: inline-block; text-transform: uppercase; font-weight: 600; margin-bottom: 10px; }
.featured-date { color: #fff; font-size: 13px; opacity: 0.5; font-weight: 600; text-transform: uppercase; margin-top: 10px; }
.featured-title { color: #fff; font-weight: 600; line-height: 1.2em; }
.featured-item:nth-child(1) .featured-title { font-size: 38px; letter-spacing: -0.04em; }
.featured-item:nth-child(2) .featured-title { font-size: 28px; }
.featured-item:nth-child(3) .featured-title, 
.featured-item:nth-child(4) .featured-title { font-size: 20px; }
.featured-link { width: 100%; height: 100%; display: block; top: 0; left: 0; position: absolute; z-index: 5; opacity: 0 !important; color: transparent !important; }

.featured-item .thumb-icon { top: 20px; right: 20px; bottom: auto; left: auto; }
.featured-item:hover .thumb-icon { background: #fff; color: #222; }

.featured-category-title { background: #00b2d7; color: #fff; font-size: 36px; line-height: 40px; font-weight: 600; position: absolute; top: 41px; left: 10px; z-index: 2; }
.featured-category-title span { padding: 15px 25px 15px 30px; position: relative; display: block; z-index: 2; }
.featured-category-title span:before { content:''; display: block; border-left: 35px solid #00b2d7; border-right: 35px solid transparent; border-top: 35px solid #00b2d7; border-bottom: 35px solid #00b2d7; position: absolute; top: 0; right: -35px; z-index: -1; }
.featured-category-title span:after { content:''; display: block; border-left: 10px solid transparent; border-right: 10px solid #00b2d7; border-top: 10px solid transparent; border-bottom: 10px solid transparent; position: absolute; bottom: -10px; left: -10px; }

@media only screen and (min-width: 720px) {
	.featured-count-1 .featured-item:nth-child(1) { width: 100%; height: 100%; }
	
	.featured-count-2 .featured-item:nth-child(1) { width: calc(50% - 2px); height: 100%; }
	.featured-count-2 .featured-item:nth-child(2) { width: calc(50% - 2px); height: 100%; }
	.featured-count-2 .featured-item:nth-child(1) .featured-title,
	.featured-count-2 .featured-item:nth-child(2) .featured-title { font-size: 38px; letter-spacing: -0.04em; }
	
	.featured-count-3 .featured-item:nth-child(1) { width: calc(50% - 2px); height: 100%; }
	.featured-count-3 .featured-item:nth-child(2) { width: calc(50% - 2px); height: calc(50% - 2px); }
	.featured-count-3 .featured-item:nth-child(3) { width: calc(50% - 2px); height: calc(50% - 2px); }
	.featured-count-3 .featured-item:nth-child(2) .featured-title,
	.featured-count-3 .featured-item:nth-child(3) .featured-title { font-size: 28px; }
	
	.featured-count-5 .featured-item:nth-child(2) { width: calc(25% - 4px); }
	.featured-count-5 .featured-item:nth-child(3) { width: calc(25% - 4px); }
	.featured-count-5 .featured-item:nth-child(4) { width: calc(25% - 4px); }
	.featured-count-5 .featured-item:nth-child(5) { width: calc(25% - 4px); }
	.featured-count-5 .featured-item:nth-child(2) .featured-title,
	.featured-count-5 .featured-item:nth-child(3) .featured-title,
	.featured-count-5 .featured-item:nth-child(4) .featured-title,
	.featured-count-5 .featured-item:nth-child(5) .featured-title { font-size: 20px; }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px)   {
	.featured-count-3 .featured-item:nth-child(2) .featured-title,
	.featured-count-3 .featured-item:nth-child(3) .featured-title { font-size: 24px; }
	
	.featured-count-4 .featured-item:nth-child(2) .featured-title { font-size: 24px; }
	.featured-count-4 .featured-item:nth-child(3) .featured-title,
	.featured-count-4 .featured-item:nth-child(4) .featured-title { font-size: 17px; }
	
	.featured-count-5 .featured-item:nth-child(2) .featured-title,
	.featured-count-5 .featured-item:nth-child(3) .featured-title,
	.featured-count-5 .featured-item:nth-child(4) .featured-title,
	.featured-count-5 .featured-item:nth-child(5) .featured-title { font-size: 16px; }
}
@media only screen and (min-width: 720px) and (max-width: 1023px)   {
	.featured-count-5 .featured-item:nth-child(2) { width: calc(50% - 2px); }
	.featured-count-5 .featured-item:nth-child(3) { width: calc(50% - 2px); }
	.featured-count-5 .featured-item:nth-child(4) { width: calc(50% - 2px); margin-left: 0; }
	.featured-count-5 .featured-item:nth-child(5) { width: calc(50% - 2px); }
	
	.featured-count-5 .featured-item:nth-child(2) .featured-title,
	.featured-count-5 .featured-item:nth-child(3) .featured-title,
	.featured-count-5 .featured-item:nth-child(4) .featured-title,
	.featured-count-5 .featured-item:nth-child(5) .featured-title { font-size: 24px; }

}

/* ------------------------------------------------------------------------- *
 *  Section: Footer
/* ------------------------------------------------------------------------- */
#footer { background: #eee; color: #777; }
#footer .pad { padding-bottom: 20px; }

#footer-ads { border-top: 1px solid #ddd; padding: 5px 0; text-align: center; }
#footer-ads .widget { padding-bottom: 0; font-size: 0; line-height: 0; }
#footer-ads h3 { display: none; }

#footer-widgets { border-top: 1px solid #ddd; }
#footer-widgets .widget { padding: 20px 0; }

#footer-bottom { border-top: 1px solid #ddd; }
#footer-bottom .pad { padding-top: 20px; }
#footer-bottom a { color: #444; }
#footer-bottom a:hover { color: #222; }
#footer-bottom #footer-logo { display: block; margin-bottom: 20px; max-height: 50px; border-radius: 0; }
#footer-bottom #copyright,
#footer-bottom #credit { color: #777; font-size: 14px; line-height: 1.5em; }
#footer-bottom #back-to-top { background: #e5e5e5; color: #222; position: relative; top: -1px; overflow: hidden; text-align: center; width: 80px; height: 30px; display: block; margin: 0 auto; 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: #222; }
#footer-bottom .social-links { padding-top: 10px; }

/* ------------------------------------------------------------------------- *
 *  Section: Flex
/* ------------------------------------------------------------------------- */
.flex-wrapper { display: flex; flex-wrap: wrap; max-width: 100%; margin: 0 auto; }
.flex-group { overflow: hidden; }
.flex-group.flex-left { flex: 16 1 780px; padding: 10px; }
.flex-group.flex-right { flex: 5 1 250px; }
.flex-group .sidebar { max-width: 460px; margin: 0 auto; }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.flex-group.flex-left { flex: 10 1 420px; }
	.flex-group.flex-right { flex: 5 1 250px; }
}

.col-2cl .flex-group.flex-left { order: 1; }
.col-2cl .flex-group.flex-right { order: 3; border-left: 1px solid #ddd; }
.col-2cr .flex-group.flex-left { order: 3; }
.col-2cr .flex-group.flex-right { order: 1; border-right: 1px solid #ddd; }

/*  post : grid
/* ------------------------------------ */
.grid-contain { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 0; }
.flex-contain { display: flex; flex: 1 1 auto; flex-wrap: wrap; }
.flex-item { background: #fff; position: relative; border: 1px solid #ddd; flex: 1 1 240px; min-width: 240px; margin: 10px; transition: all .3s ease; }
.flex-item:hover { box-shadow: 0 10px 10px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.1); border-color: #ccc; }
.flex-item .post-content { padding: 20px; }
.flex-item .avatar { transition: all .5s ease; opacity: 0; width: 32px; height: 32px; border: 5px solid #eee; border-radius: 100%; position: absolute; right: 10px; bottom: 10px; z-index: 2; }
.flex-item:hover .avatar,
.flex-item:hover .format-circle { opacity: 1; }
.flex-item .avatar:hover { border-color: #00b2d7; }

.flex-inner { margin: 0 auto; max-width: 860px; padding: 50px 40px; width: 100%; }

/*  post : list
/* ------------------------------------ */
.flex-list .post-inner { margin-left: 310px; }
.flex-list .post-content { }
.flex-list .post-thumbnail { max-width: 300px; margin: 20px 0 20px -310px; float: left; }
.flex-list .post-title { font-size: 24px; }
.flex-list .post-meta { margin-bottom: 0; width: 100%; float: left; }
.flex-list .entry.excerpt { font-size: 16px; color: #666; width: 100%; float: left; margin-bottom: 10px; }
.flex-list .entry.excerpt:after { display: none; }

@media only screen and (min-width: 800px) and (max-width: 1024px) {
	.flex-list .post-inner { margin-left: 210px; }
	.flex-list .post-thumbnail { max-width: 200px; margin-left: -210px; }
}
@media only screen and (max-width: 799px) {
	.flex-list .post-inner { margin-left: 0; }
	.flex-list .post-thumbnail { max-width: 100%; margin-left: 0; }
	.flex-list .post-title { font-size: 20px; }
}


/* ------------------------------------------------------------------------- *
 *  Post Entry
/* ------------------------------------------------------------------------- */

/*  post : common
/* ------------------------------------ */
.post-thumbnail { position: relative;width: 100%; transition: all 1s ease; }
.post-thumbnail img { display: block; width: 100%; height: auto; }

.post-hover:hover .post-thumbnail { opacity: 0.75; }
.post-hover:hover .post-title a { color: #00b2d7; }
.post-hover:hover .thumb-icon { background: #fff; color: #222; }

.post-comments { background: #00b2d7; font-size: 12px; line-height: 20px; color: #fff; display: block; position: absolute; bottom: 7px; right: 7px; z-index: 6; border-radius: 2px; }
.post-comments > span { display: block; position: relative; padding: 2px 7px; }
.post-comments > span:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid #00b2d7; border-top: 8px solid transparent; border-bottom: 8px solid transparent; position: absolute; bottom: 4px; left: -14px; }
.post-comments i { margin-right: 6px; }
.post-comments:hover { color: #fff; padding-right: 4px; }

.post-title { font-size: 18px; line-height: 1.4em; font-weight: 600; margin-bottom: 0; }
.post-title a { color: #222; }
.post-title a:hover { color: #00b2d7; }

.post-meta { text-transform: uppercase; position: relative; padding-top: 10px; font-size: 13px; font-weight: 300; color: #aaa; }
.post-meta a {  }
.post-meta a:hover { color: #000; }
.post-meta li { width: 100%; }
.post-meta i { margin-right: 4px; }

.entry.excerpt { font-size: 14px; color: #bbb; margin-top: 10px; position: relative; }
.entry.excerpt:after { background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); content:""; position: absolute; left: 0; right: 0; bottom: 0; height: 30px; }

.more-link { font-weight: 600; }
article > .pad { padding-top: 50px; padding-bottom: 50px; }
.sticky {}

/*  post : content search
/* ------------------------------------ */
.search .type-page .post-comments,
.search .type-page .post-meta,
.search .type-page .avatar,
.search .type-page .format-circle { display: none; }

/*  post : circle icon
/* ------------------------------------ */
.format-circle { opacity: 0; transition: all .3s ease; background: #eee; position: absolute; width: 26px; height: 26px; border-radius: 100%; position: absolute; right: 47px; bottom: 18px; z-index: 1; }
.format-circle i:before { content: "\f303"; position: relative; display: block; color: #999; font-size: 11px; text-align: center; width: 26px; height: 26px; line-height: 26px; }
.page .format-circle i:before { content: "\f15c"; }
.sticky .format-circle i:before { content: "\f005"; }
.format-standard .format-circle i:before { content: "\f303"; }
.format-image .format-circle i:before { content: "\f030"; }
.format-video .format-circle i:before { content: "\f03d"; }
.format-quote .format-circle i:before { content: "\f10d"; }
.format-link .format-circle i:before { content: "\f0c1"; }
.format-chat .format-circle i:before { content: "\f086"; }
.format-status .format-circle i:before { content: "\f0a1"; }
.format-gallery .format-circle i:before { content: "\f03e"; }
.format-audio .format-circle i:before { content: "\f028"; }


/*  post : front widgets
/* ------------------------------------ */
.front-widgets { margin: 0; }
.front-widget-col { width: 50%; float: left; }
.front-widget-inner { margin: 10px; }
.front-widgets .widget { padding-bottom: 20px; }
.front-widgets .widget > h3 {  }


/* ------------------------------------------------------------------------- *
 *  Single
/* ------------------------------------------------------------------------- */
.post-header {}
.post-header .post-title { font-size: 48px; letter-spacing: -1px; line-height: 1.2em; }
.post-header .post-byline { text-transform: uppercase; font-size: 13px; font-weight: 400; color: #aaa; margin-bottom: 20px; }
.post-header .post-byline img { width: 32px; margin-right: 10px; border-radius: 100%; position: relative; bottom: -10px; }
.single .entry {  margin: 50px auto; max-width: 720px; }

/*  single : sharrre header
/* ------------------------------------ */
.sharrre-header { border-bottom: 1px solid #e5e5e5; }
.sharrre-header span { display: none; }
.sharrre-header .post-sharrre { margin-top: 30px; }
.sharrre-header .sharrre { width: 25%; float: left; }
.sharrre-header .sharrre .box { display: block; padding: 15px 20px; border-top: 2px solid #222; }
.sharrre-header .sharrre .count { width: 50%; background: #fff; color: #fff; text-transform: uppercase; display: block; font-size: 15px; font-weight: 900; line-height: 30px; position: relative; text-align: center; box-shadow: 0 1px 0 rgba(0,0,0,0.05); border-radius: 6px; }
.sharrre-header .sharrre .count:after { content:''; display: block; position: absolute; right: -12px; width: 0; height: 0; border: solid 6px transparent; border-left-color: #fff; bottom: 9px; }
.sharrre-header .sharrre .share { width: 30%; margin-left: 20%; display: block; font-size: 24px; font-weight: 600; line-height: 32px; padding: 0; text-align: center; text-decoration: none; }
.sharrre-header .sharrre .share,
.sharrre-header .sharrre .count,
.sharrre-header .sharrre .count:after { float: left; transition: all .3s ease; }
.sharrre-header .sharrre .box:hover .share {}
.sharrre-header .sharrre .box:hover .count { color: #fff!important; }

.sharrre-header .sharrre#twitter .box:hover { background: #eef6f9; }
.sharrre-header .sharrre#twitter .box { border-top-color: #24a5db; }
.sharrre-header .sharrre#twitter .box:hover .count:after { border-left-color: #24a5db; }
.sharrre-header .sharrre#twitter .count,
.sharrre-header .sharrre#twitter .share,
.sharrre-header .sharrre#twitter .box:hover .count { color: #24a5db; }
.sharrre-header .sharrre#twitter .box:hover .count { background: #24a5db; }

.sharrre-header .sharrre#facebook .box:hover { background: #f0f2f7; }
.sharrre-header .sharrre#facebook .box { border-top-color: #3b5998; }
.sharrre-header .sharrre#facebook .box:hover .count:after { border-left-color: #3b5998; }
.sharrre-header .sharrre#facebook .count,
.sharrre-header .sharrre#facebook .share,
.sharrre-header .sharrre#facebook .box:hover .count { color: #3b5998; }
.sharrre-header .sharrre#facebook .box:hover .count { background: #3b5998; }

.sharrre-header .sharrre#googleplus .box:hover { background: #fbf1f0; }
.sharrre-header .sharrre#googleplus .box { border-top-color: #cd483c; }
.sharrre-header .sharrre#googleplus .box:hover .count:after { border-left-color: #cd483c; }
.sharrre-header .sharrre#googleplus .count,
.sharrre-header .sharrre#googleplus .share,
.sharrre-header .sharrre#googleplus .box:hover .count { color: #cd483c; }
.sharrre-header .sharrre#googleplus .box:hover .count { background: #cd483c; }

.sharrre-header .sharrre#pinterest .box:hover { background: #fbf1f0; }
.sharrre-header .sharrre#pinterest .box { border-top-color: #ca2128; }
.sharrre-header .sharrre#pinterest .box:hover .count:after { border-left-color: #ca2128; }
.sharrre-header .sharrre#pinterest .count,
.sharrre-header .sharrre#pinterest .share,
.sharrre-header .sharrre#pinterest .box:hover .count { color: #ca2128; }
.sharrre-header .sharrre#pinterest .box:hover .count { background: #ca2128; }

.sharrre-header .sharrre#linkedin .box:hover { background: #f2f8fb; }
.sharrre-header .sharrre#linkedin .box { border-top-color: #0077b5; }
.sharrre-header .sharrre#linkedin .box:hover .count:after { border-left-color: #0077b5; }
.sharrre-header .sharrre#linkedin .count,
.sharrre-header .sharrre#linkedin .share,
.sharrre-header .sharrre#linkedin .box:hover .count { color: #0077b5; }
.sharrre-header .sharrre#linkedin .box:hover .count { background: #0077b5; }

/*  single : sharrre footer
/* ------------------------------------ */
.sharrre-footer { display: flex; flex: 0 1 auto; margin: 40px -10px 0; }
.sharrre-footer .sharrre { width: 50%; float: left; flex-basis: 50%; max-width: 50%; padding: 10px; }
.sharrre-footer .sharrre .box { display: block; padding: 10px 20px; color: #fff; font-size: 13px; border-radius: 3px; }
.sharrre-footer .sharrre .box:hover { opacity: 0.85; }
.sharrre-footer .sharrre#twitter-footer .box { background: #24a5db; }
.sharrre-footer .sharrre#facebook-footer .box { background: #3b5998; }

.sharrre-footer .sharrre .share { font-weight: 600; text-transform: uppercase; }
.sharrre-footer .sharrre .share span { color: rgba(255,255,255,0.7); }
.sharrre-footer .sharrre .share i { font-size: 22px; margin-right: 6px; float: left; position: relative; bottom: -2px; }
.sharrre-footer .sharrre .count { background: rgba(255,255,255,0.15); float: right; min-width: 10px; padding: 0 10px; text-align: center; border-radius: 3px; }
.sharrre-footer .sharrre .count i { font-size: 18px; margin: 3px 0 0; float: none;  }

/*  single : post pages
/* ------------------------------------ */
.post-pages { font-weight: 600; font-size: 24px; margin: 40px 0 20px; }

/*  single : tags
/* ------------------------------------ */
.post-tags { margin-bottom: 40px; }
.post-tags span { font-size: 15px; color: #222; font-weight: bold; display: inline-block; margin: 0 7px 0 0; }
.post-tags a { background: #fff; border: 1px solid #ddd; display: inline-block; line-height: 16px; white-space: nowrap; font-size: 12px; color: #999; padding: 3px 7px; margin: 0 5px 5px 0;
border-radius: 3px; }
.post-tags a:hover { background-color: #00b2d7; color: #fff; border-color: transparent; }

/*  single : author bio
/* ------------------------------------ */
.author-bio { background: #fff; border: 1px solid #ddd; position: relative; padding: 15px 15px 10px 95px; color: #777; margin-bottom: 40px; }
.author-bio:before { content:''; display: inline-block; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #ddd; position: absolute; top: -10px; left: 50%; margin-left: -10px; }
.author-bio:after { content:''; display: inline-block; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; position: absolute; top: -8px; left: 50%; margin-left: -10px; }
.author-bio .bio-avatar { float: left; margin: 0 0 8px -80px; width: 64px; height: auto; position: relative; }
.author-bio .bio-avatar:after { background: #00b2d7; position: absolute; right: 0; bottom: 0; padding: 4px 4px; content: "\f303"; color: #fff; font-size: 10px; line-height: 12px; width: 12px; font-style: normal; font-family: "Font Awesome 6 Free"; font-weight: 900; text-align: center; border-radius: 3px; }
.author-bio .bio-avatar img { display: block; width: 100%; height: auto; }
.author-bio p { margin-bottom: 8px; }
.author-bio .bio-name { color: #222; font-weight: 600; margin-bottom: 4px; }
.author-bio .bio-desc { color: #777; font-size: 14px; line-height: 1.5em; }

/*  single : related posts
/* ------------------------------------ */
.related-posts { border-bottom: 1px solid #e5e5e5; margin-bottom: 40px; }
.related-posts li { width: 33.3%; float: left; display: inline; }
.related-posts .post { border-right: 1px solid transparent; margin-bottom: 0; padding-bottom: 10px; }
.related-posts li:nth-child(4) article { display: none; }
.related-posts li:nth-child(3) article { border-right-color: transparent; }
.related-posts .related-inner { padding: 0 20px 0 0; }
.single .related-posts .post-title { margin: 10px 0; font-size: 15px; font-weight: 600; line-height: 1.5em; letter-spacing: 0; display: block; }

/*  single : post-nav
/* ------------------------------------ */
.post-nav li { width: 100%; display: inline; float: left; text-align: center; }
.post-nav li a { position: relative; min-height: 73px; 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: 12px; color: #aaa; letter-spacing: 0.5px; font-weight: normal; text-transform: uppercase; }
.post-nav li a span { font-size: 15px; font-weight: 600; color: #222; }
.post-nav li a:hover span,
.post-nav li a:hover i { color: #00b2d7; }
.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; transition-duration: 0.2s; transition-timing-function: ease-out; }

/* sidebar-specific */
.sidebar .post-nav { margin: 0 20px; }
.sidebar .post-nav li a { border-bottom: 1px solid #e5e5e5; }
.sidebar .post-nav li.previous a,
.sidebar .post-nav li.next a { border-bottom: 1px solid #e5e5e5; }

/* content-specific */
.flex-inner .post-nav { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; margin-bottom: 40px;  }
.flex-inner .post-nav li { width: 50%; }
.flex-inner .post-nav li.next { float: right; box-shadow: -1px 0 0 #e5e5e5, inset 1px 0 0 #e5e5e5; }
.flex-inner .post-nav li.next a { padding-left: 24px; }
.flex-inner .post-nav li.previous { float: left; box-shadow: 1px 0 0 #e5e5e5, inset -1px 0 0 #e5e5e5; }
.flex-inner .post-nav li.previous a { padding-right: 24px; }


/* ------------------------------------------------------------------------- *
 *  Post Formats
/* ------------------------------------------------------------------------- */
.post-format {  }

/*  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 { color: #222; font-weight: 600; }
.widget a:hover { color: #00b2d7; }
.widget > h3 { font-size: 13px; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; padding: 0; border-bottom: 1px solid #ddd; }
.sidebar .widget > h3 { border-color: #e5e5e5; }
.widget > h3 a,
.widget > h3 a:hover { color: #222; }
.widget > h3 a img { display: none; float: left; margin: 3px 7px 0 0; }
.widget select { border: 1px solid #ddd; color: #777; font-size: 15px; padding: 7px; width: 100%; max-width: 100%; }
.widget label.screen-reader-text { display: none; }

.sidebar .widget { padding: 20px; }

/*  widgets : icons
/* ------------------------------------ */
.widget > ul li:before,
.widget > ul li a:before,
.widget > div > ul li a:before,
.widget_calendar caption:before { font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 12px; margin-right: 6px; color: #ccc; display: inline-block!important; width: 1em; text-align: center; }
.widget > ul li a:hover:before { color: #00b2d7; }

.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: 1px solid #00b2d7; position: relative; bottom: -1px; }
.widget > h3:after { font-family: "Font Awesome 6 Free"; font-weight: 900; color: #00b2d7; font-size: 18px; text-align: center; float: right; }
.widget_archive > h3:after { content: "\f187"; }
.widget_categories > h3:after { content: "\f02e"; }
.widget_links > h3:after { content: "\f08e"; }
.widget_meta > h3:after { content: "\f138"; }
.widget_recent_comments > h3:after { content: "\f086"; }
.widget_recent_entries > h3:after { content: "\f017"; }
.widget_calendar > h3:after { content: "\f271"; }
.widget_rss > h3:after { content: "\f09e"; }
.widget_pages > h3:after { content: "\f067"; }
.widget_nav_menu > h3:after { content: "\f067"; }
.widget_agnar_posts > h3:after { content: "\f067"; }
.widget_agnar_tabs > h3:after { content: "\f067"; }
.widget_text > h3:after { content: "\f067"; }
.widget_search > h3:after { content: "\f002"; }
.widget_tag_cloud > h3:after { content: "\f0c2"; }

/*  widgets : common
/* ------------------------------------ */
.sidebar .widget_archive > ul, 
.sidebar .widget_categories > ul, 
.sidebar .widget_links > ul, 
.sidebar .widget_meta > ul, 
.sidebar .widget_recent_comments > ul, 
.sidebar .widget_recent_entries > ul,
.sidebar .widget_rss > ul,
.sidebar .widget_pages > ul ,
.sidebar .widget_nav_menu > ul,
.sidebar .calendar_wrap,
.sidebar .menu-topbar-menu-container,
.sidebar .textwidget,
.sidebar .tagcloud,
.sidebar .widget_search form > div { background: #fff; border: 1px solid #ddd; padding: 20px; }

.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: 10px 0; border-bottom: 1px solid #f5f5f5; }

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li { color: #bbb; }

.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; }

/*  widget : rss
/* ------------------------------------ */
.widget_rss ul li a { color: #00b2d7; display: block; }
.widget_rss ul li span.rss-date { color: #222; 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; }
.sidebar .widget_search .searchform div:after { top: 26px; left: 30px; }

/*  widget : text
/* ------------------------------------ */
.widget_text .textwidget p { margin-bottom: 1em; }

/*  widget : calendar
/* ------------------------------------ */
.widget_calendar a { color: #00b2d7; font-weight: 600; }
.widget_calendar a:hover { color: #222!important; }
.widget_calendar #wp-calendar { width: 100%; }
.widget_calendar caption { background: #00b2d7; 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: #e2e2e2; box-shadow: inset 0 -1px 0 #eee; }
.widget_calendar th { font-weight: 600; }
.widget_calendar th, 
.widget_calendar td { padding: 3px 0; text-align: center; border: 1px solid #e2e2e2; }
.widget_calendar .pad { padding: 0!important; }

/*  custom widget : alxtabs / alxposts
/* ------------------------------------ */
.alx-tabs-nav { text-align: center; margin-bottom: -1px; }
.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: 10px 0 12px; border-top: 1px solid transparent; border-color: transparent; }
.alx-tabs-nav li a:hover {  }
.alx-tabs-nav li.active a { background: #fff; color: #00b2d7; border: 1px solid #ddd; border-top-color: #00b2d7; border-bottom: 0; }
.alx-tabs-nav li a span { display: none; }

.alx-tabs-container { background: #fff; padding: 15px; border: 1px solid #ddd; }
.alx-posts li { background: #fff; border: 1px solid #ddd; margin-bottom: 15px; padding-top: 0; transition: all .3s ease; }
.alx-posts li:hover { box-shadow: 0 10px 10px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.1); border-color: #ccc; }
.alx-posts li .post-item-inner { padding: 10px 20px; }

.alx-tab li,
.alx-posts li { font-weight: 300; 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-category a,
.alx-posts .post-item-category a { font-weight: 300; }
.alx-tab .tab-item-title a,
.alx-tab .tab-item-comment a,
.alx-posts .post-item-title a { color: #222; }
.alx-tab .tab-item-category a:hover,
.alx-posts .post-item-category a:hover { color: #222!important; }
.alx-tab .tab-item-title,
.alx-tab .tab-item-comment,
.alx-posts .post-item-title { font-weight: 600; 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: #00b2d7; }

.alx-posts .post-item-thumbnail { margin-bottom: 10px; }
.alx-posts .post-item-title { font-size: 16px; line-height: 1.5em; }

.s1 .alx-posts .post-item-title { font-size: 18px; line-height: 1.4em; font-weight: 300; }
.s1 .alx-posts .post-item-category,
.s1 .alx-posts .post-item-date { font-size: 13px; }


/* ------------------------------------------------------------------------- *
 *  Widgets Footer
/* ------------------------------------------------------------------------- */
#footer .widget_archive ul li, 
#footer .widget_categories ul li, 
#footer .widget_links ul li, 
#footer .widget_meta ul li, 
#footer .widget_recent_comments ul li, 
#footer .widget_recent_entries ul li,
#footer .widget_rss ul li,
#footer .widget_pages ul li a,
#footer .widget_nav_menu ul li a,
#footer .alx-tab li,
#footer .alx-posts li { border-bottom: 1px solid #e5e5e5; }


/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
#comments { margin-top: 20px; }
#pinglist-container { display: none; }

.comment-tabs { border-bottom: 1px solid #e5e5e5; margin-bottom: 20px; }
.comment-tabs li { float: left; margin-bottom: -1px; }
.comment-tabs li a { font-weight: 600; padding: 0 10px 10px; display: block; color: #aaa; border-bottom: 1px solid #ddd; }
.comment-tabs li a:hover { color: #222; border-color: #ccc; }
.comment-tabs li span { background-color: #e5e5e5; padding: 0 6px; margin-left: 8px; border-radius: 4px; }
.comment-tabs li i { margin-right: 6px; }
.comment-tabs li.active a { color: #00b2d7; border-bottom-color: #00b2d7; }

.commentlist, .pinglist { margin-bottom: 20px; }
.commentlist li, .pinglist li { padding-left: 60px; font-size: 14px; line-height: 22px; font-weight: 400; }
.commentlist .comment-body, .pinglist li { clear: both; position: relative; padding-bottom: 15px; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation { font-size: 13px; display: inline-block; line-height: 20px; }
.commentlist .comment-author { margin-right: 6px; }
.commentlist .fn, .pinglist .ping-link { color: #222; font-size: 13px; font-style: normal; font-weight: 600; }
.commentlist .says { display: none; }
.commentlist .avatar { position: absolute; left: -60px; top: 0; width: 48px; height: 48px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist .comment-meta:before, .pinglist .ping-meta:before { color: #ccc; content: "\f017"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 10px; margin-right: 3px; vertical-align: 4%; } 
.commentlist .comment-meta a, .pinglist .ping-meta { color: #aaa; }
.commentlist .reply { font-size: 13px; line-height: 16px; font-weight: 300; }
.commentlist .reply a { color: #aaa; }
.commentlist .reply a:hover { color: #222; }
.comment-awaiting-moderation { color: #00b2d7; font-style: normal; }

/* pings */
.pinglist li { padding-left: 0; }

/* comment text */
.commentlist .comment-body { font-size: 14px; font-weight: 400; color: #777; line-height: 1.6em; }
.commentlist .comment-body p,
.commentlist .comment-body dd { margin-bottom: 8px; }
.commentlist .comment-body dt { color: #222; }
.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 { 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: "Font Awesome 6 Free"; font-weight: 900; 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: #eee; 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: #eee; }
.commentlist .comment-body table td { border-bottom: 1px solid #eee; text-align: center; padding: 5px; vertical-align: middle; }
.commentlist .comment-body table th { font-weight: 600; text-align: center; border-top: 1px solid #eee; border-bottom: 1px solid #eee; 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; }

/* post author & admin comment */
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { box-sizing: content-box; background: #00b2d7; display: block; position: absolute; content: "\f303"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: "Font Awesome 6 Free"; font-weight: 900; 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: 8px; 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 li ul {  }
.commentlist li li { padding-left: 48px; margin: 0; }
.commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; }
.commentlist li li .comment-meta { left: 70px; }

/*  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 { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
#cancel-comment-reply-link { color: #999; display: block; position: absolute; bottom: 26px; right: 20px; font-size: 12px; }
#cancel-comment-reply-link:hover { color: #777; }
#commentform { background: #eee; border: 1px solid #ddd; padding: 10px 20px 20px; margin-bottom: 15px; border-radius: 2px; }
#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; }
#commentform .comment-form-cookies-consent { padding: 10px 0; }
#commentform .comment-form-cookies-consent label { display: inline; }


/* ------------------------------------------------------------------------- *
 *  Child Menu
/* ------------------------------------------------------------------------- */
.child-menu { background: #fff; zoom: 1; position: relative; margin: 20px 20px 30px; }
.child-menu a { color: #666; font-weight: 600; display: block; padding: 0 44px; }
.child-menu a:hover,
.child-menu .current_page_item > a { color: #00b2d7; }

/* 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: 20px; display: block; padding: 15px 20px; border: 1px solid #ddd; border-bottom: 0; }

/* level 2 */
.child-menu > li > ul { border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.child-menu > li > ul > li > a { font-size: 15px; border-bottom: 1px solid #eee; border-left: 1px solid #ddd; border-right: 1px solid #ddd; padding: 11px 20px; }
.child-menu > li > ul > li > a:before { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f067"; font-size: 18px; margin-right: 8px; opacity: 0.3; }

/* level 3 */
.child-menu > li ul ul { padding: 6px 0; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #eee; }
.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: #f5f5f5; }


/* ------------------------------------------------------------------------- *
 *  Plugins
/* ------------------------------------------------------------------------- */

/*  plugin : wp-pagenavi
/* ------------------------------------ */
.wp-pagenavi { text-align: right; font-weight: 600; line-height: 20px; float: none; margin-right: -2px; text-align: center; }
.wp-pagenavi a,
.wp-pagenavi span { color: #aaa; font-size: 16px; padding: 7px 8px; display: inline-block; margin: 0 2px 10px; }
.wp-pagenavi span.pages { font-size: 17px; font-weight: 300; display: block; margin-bottom: 1em!important; border: none!important; }
.wp-pagenavi span.pages:before { content: "\f15c"; font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 6px; }
.wp-pagenavi span.extend { border: none!important; border-bottom: 3px solid transparent; border-top: 1px solid transparent; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { color: #222; }

.wp-pagenavi a { color: #00b2d7; border: none; border-bottom: 3px solid #e5e5e5; border-top: 1px solid #e5e5e5; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { background: none; border: none; border-bottom: 3px solid #00b2d7; border-top: 1px solid #e5e5e5; }

/*  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: "Font Awesome 5 Brands"; font-weight: 400; color: #fff; position: absolute; 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: "Font Awesome 6 Free"; font-weight: 900; content:"\f067"; opacity: 0.5; color: #fff!important; position: absolute; 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:after,
.social-count-plus > ul > li.count-posts > a:after,
.social-count-plus > ul > li.count-users > a:after { font-family: "Font Awesome 6 Free"; font-weight: 900; }

.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:"\f303"; }
.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"; }


/* ------------------------------------------------------------------------- *
 *  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; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; 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; 
-webkit-transition: all .3s ease; transition: all .3s ease;
-webkit-border-radius: 3px; 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; filter:alpha(opacity=30); cursor: default; }

/* direction nav arrows */
.flex-direction-nav a:before { color: #fff; font-family: "Font Awesome 6 Free"; font-weight: 900; 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;
-webkit-border-radius: 100%; 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; }
}


/* ------------------------------------------------------------------------- *
 *  Accessibility
/* ------------------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text{ border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute!important; width: 1px; word-wrap: normal!important; }
.screen-reader-text:focus { background-color: #fff; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); clip: auto!important; clip-path: none; color: #333; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
/* Do not show the outline on the skip link target. */
#page[tabindex="-1"]:focus{ outline: 0; }