/*
Theme Name: Flythemes
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 3.4
Tested up to: 6.0
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns
Text Domain: twentyfourteen

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

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * 13.0 - Flytheme
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	scroll-padding-top: calc( var(--wp-admin--admin-bar--height, 0px) + 48px );
}

body,
button,
input,
select,
textarea {
	color: #8a8a8a;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}

body {
	background: #ffffff;
}

a {
	color: #16d1ac;
	text-decoration: none;
	transition: all .4s ease-in-out;
}

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

a:active,
a:hover {
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0 0 25px;
	color: #333333;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

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

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	min-width: inherit;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #16d1ac;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #16d1ac;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: linear-gradient(90deg, #05a7b3 0%, #1b6bbd 100%);
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: linear-gradient(90deg, #1b6bbd 0%, #05a7b3 100%);
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: linear-gradient(90deg, #1b6bbd 0%, #05a7b3 100%);
}

form.search-form{
	position: relative;
}

form.search-form .search-field{
	height: 40px;
	width: 100%;
}

form.search-form .search-submit{
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	padding: 10px 20px 11px;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

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

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
.site:before,
.site:after,
.site-header:before,
.site-header:after,
.site-description:before,
.site-description:after,
.site-navigation:before,
.site-navigation:after,
.site-main:before,
.site-main:after,
.main-content:before,
.main-content:after,
.featured-content:before,
.featured-content:after,
.featured-content-inner:before,
.featured-content-inner:after,
.content-area:before,
.content-area:after,
.site-content:before,
.site-content:after,
.page-content:before,
.page-content:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.content-sidebar:before,
.content-sidebar:after,
.site-footer:before,
.site-footer:after,
.site-info:before,
.site-info:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
.site:after,
.site-header:after,
.site-description:after,
.site-navigation:after,
.site-main:after,
.main-content:after,
.featured-content:after,
.featured-content-inner:after,
.content-area:after,
.site-content:after,
.page-content:after,
.entry-content:after,
.comment-content:after,
.content-sidebar:after,
.site-footer:after,
.site-info:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	position: relative;
}

.main-content {
	width: 100%;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	background-color: #ffffff;
	position: relative;
	width: 100%;
	z-index: 4;
}

.site-title {
	width: 120px;
	margin: 0 auto 0 0;
	padding: 10px 0;

	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width:         calc(100% - 86px);
}

.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Search in the header */

.search-toggle {
	cursor: pointer;
	text-align: center;
	margin: 0 38px 0 24px;
	border-left: 2px dashed #e0e0e0;
	border-right: 2px dashed #e0e0e0;
	padding: 5px 15px;
}

.search-toggle:before {
	color: #333333;
	content: "\f400";
	font-size: 24px;
}

.search-toggle.active::before{
	color: #16d1ac;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 2;
	width: 350px;
}

.search-box {
	padding: 10px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	padding: 8px 10px;
	width: 100%;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #333333;
	display: block;
}

.site-navigation a:hover {
	color: #16d1ac;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #16d1ac;
}

.site-navigation .current_page_item > a:before,
.site-navigation .current_page_ancestor > a:before,
.site-navigation .current-menu-item > a:before,
.site-navigation .current-menu-ancestor > a:before {
	width: 100%;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 16px;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
}

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}

.menu-toggle:focus {
	outline: 1px dotted;
}

.secondary-navigation .customize-partial-edit-shortcut button,
.footer-sidebar .widget:first-child .customize-partial-edit-shortcut button {
	left: 0;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */
.page-content {
	margin-bottom: 48px;
}


/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #41a62a;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

.entry-content .more-link {
	white-space: nowrap;
}

/* Mediaelements */

.hentry .mejs-container,
.widget .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.widget .mejs-mediaelement,
.hentry .mejs-container .mejs-controls,
.widget .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.widget .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.widget .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time,
.widget .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading,
.widget .mejs-overlay-loading {
	background: transparent;
}

.hentry .mejs-overlay-button,
.widget .mejs-overlay-button {
	background-color: #fff;
	background-image: none;
	border-radius: 2px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.8);
	color: #000;
	height: 36px;
	width: 48px;
}

.hentry .mejs-overlay-button:before,
.widget .mejs-overlay-button:before {
	-webkit-font-smoothing: antialiased;
	content: '\f452';
	display: inline-block;
	font: normal 32px/1.125 Genericons;
	position: relative;
	top: 1px;
	left: 10px;
}

.hentry .mejs-controls .mejs-button button:focus,
.widget .mejs-controls .mejs-button button:focus {
	outline: none;
}

.hentry .mejs-controls .mejs-button button,
.widget .mejs-controls .mejs-button button {
	-webkit-font-smoothing: antialiased;
	background: none;
	color: #fff;
	display: inline-block;
	font: normal 16px/1 Genericons;
}

.hentry .mejs-playpause-button.mejs-play button:before,
.widget .mejs-playpause-button.mejs-play button:before {
	content: '\f452';
}

.hentry .mejs-playpause-button.mejs-pause button:before,
.widget .mejs-playpause-button.mejs-pause button:before {
	content: '\f448';
}

.hentry .mejs-volume-button.mejs-mute button:before,
.widget .mejs-volume-button.mejs-mute button:before {
	content: '\f109';
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 0;
}

.widget .mejs-volume-button.mejs-unmute button:before,
.hentry .mejs-volume-button.mejs-unmute button:before {
	content: '\f109';
	left: 0;
	position: absolute;
	top: 0;
}

.hentry .mejs-fullscreen-button button:before,
.widget .mejs-fullscreen-button button:before {
	content: '\f474';
}

.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before,
.widget .mejs-fullscreen-button.mejs-unfullscreen button:before {
	content: '\f406';
}

.hentry .mejs-overlay:hover .mejs-overlay-button,
.widget .mejs-overlay:hover .mejs-overlay-button {
	background-color: #24890d;
	color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover,
.widget .mejs-controls .mejs-button button:hover {
	color: #41a62a;
}

.content-sidebar .wp-playlist-item .wp-playlist-caption {
	color: #000;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.widget-area .gallery-columns-2 .gallery-caption,
.widget-area .gallery-columns-3 .gallery-caption,
.widget-area .gallery-columns-4 .gallery-caption,
.widget-area .gallery-columns-5 .gallery-caption,
.widget-area .gallery-columns-6 .gallery-caption,
.widget-area .gallery-columns-7 .gallery-caption,
.widget-area .gallery-columns-8 .gallery-caption,
.widget-area .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
	flex: 0 0 49%;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #16d1ac;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-title,
.page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto 0;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Poppins, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */
.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #333333;
}

.widget a:hover {
	color: #16d1ac;
}

.widget .widget-title {
	font: 400 20px 'UniSansHeavyCAPS';
	margin: 0 0 30px 0;
	padding-bottom: 20px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
}

.widget .widget-title:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 50px;
	background-color: #16d1ac;
}

.widget-title,
.widget-title a {
	color: #333333;
}

.widget-title a:hover {
	color: #16d1ac;
}


/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #333333;
}

.content-sidebar .widget a:hover {
	color: #16d1ac;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer {
	background-color: #191919;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

.footer-sidebar {
	padding-top: 48px;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #41a62a;
}

.site-info span[role=separator] {
	padding: 0 0.25em 0 0.5em;
}

.site-info span[role=separator]::before {
	content: '\002f';
}

/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (min-width: 783px) {
	.site-title {
		/* Search-toggle width = 48px */
		max-width: -webkit-calc(100% - 48px);
		max-width:         calc(100% - 48px);
	}

	/* Fixed Header */

	.masthead-fixed .site-header {
		position: fixed;
		top: 0;
	}

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

	.masthead-fixed .site-main {
		margin-top: 48px;
	}

	/* Navigation */

	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #fff;
	}

	/* Primary Navigation */

	.primary-navigation {
		font-size: 16px;
		margin: 0 1px 0 -12px;
		padding: 0;
		text-transform: capitalize;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		position: relative;
		height: 110px;
		line-height: 110px;
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0 10px;
		white-space: nowrap;
		position: relative;
		margin: 0 2px;
	}

	.primary-navigation a:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 0;
		height: 3px;
		margin: 0 auto;
		background-color: #16d1ac;
		transition: all 0.4s ease-in-out;
	}

	.primary-navigation ul ul {
		background-color: #24890d;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 176px;
	}

	.primary-navigation li:hover > a:before,
	.primary-navigation li.focus > a:before {
		width: 100%;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}
}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}

/**
 * 13.0 Flytheme
 * -----------------------------------------------------------------------------
 */

 /*
 ** font-family: 'Poppins', sans-serif;
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

 /*
 ** font-family: 'UniSansHeavyCAPS';
 */
@font-face {
    font-family: 'UniSansHeavyCAPS';
    src:url('fonts/UniSansHeavyCAPS.ttf.woff') format('woff'),
        url('fonts/UniSansHeavyCAPS.ttf.svg#UniSansHeavyCAPS') format('svg'),
        url('fonts/UniSansHeavyCAPS.ttf.eot'),
        url('fonts/UniSansHeavyCAPS.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

.container{
	width: 1170px;
	margin: 0 auto;
	position: relative;
}

.flexbox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-row {
    flex-direction: row;
}

.flex-reverse {
    flex-direction: row-reverse;
}

.flex-column {
    flex-direction: column;
}

.flex-col-revers {
    flex-direction: column-reverse;
}

.align-flex-vert {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.align-flex-hori {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.align-flex-center {
    justify-content: center;
}

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

.col,
.col-auto,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.img-responsive{
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0px 0px 6px 0px #ccc;
}

.img-scroller{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: 5s ease-in-out;
	transition: 5s ease-in-out;
}

.img-scroller:hover{
	transform: translateY(calc(-100% + 400px));
}

.gradient-bg{
	background: linear-gradient(90deg, #05a7b3 0%, #1b6bbd 100%);
	text-align: center;
}

.btn-hover{
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.btn-hover:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .6s ease-in;
	background: linear-gradient(90deg, #1b6bbd 0%, #05a7b3 100%);
	z-index: -1;
	border-radius: 100%;
	opacity: 0.5;
}

.btn-hover:hover::before {
	width: calc(100% * 2.25);
	padding-top: calc(100% * 2.25);
	opacity: 1;
}

.simple-btn{
	display: inline-block;
	padding: 6px 24px;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
	margin-left: 20px;
}

.simple-btn:first-child{
	margin-left: 0 !important;
}

.simple-btn:hover{
	color: #ffffff;
}

.section-space{
	padding: 100px 0;
}

/**************************
** Section Title
**************************/
.section-title-head{
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

h2.section-title{
	font: 400 30px/1 'UniSansHeavyCAPS';
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

h2.section-title span{
	color: #16d1ac;
}

.section-title-head p{
	font: 300 14px/1 'Poppins';
	color: #a3a3a3;
}

/**************************
** Header
**************************/
.header-button a{
	border-radius: 30px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	padding: 8px 50px;
	display: block;
}

/**************************
** Theme Banner
**************************/
.theme-banner{
	position: relative;
	background-image: url(images/theme-display-flythemes.png);
	background-color: #333333;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: scroll;
	background-position: bottom center;
	text-align: center;
	padding: 10em 0 15em;
}

.theme-banner:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
}

.theme-banner-caption{
	position: relative;
}

.theme-banner-caption p{
	font: 300 22px 'Poppins';
	color: #ffffff;
	letter-spacing: 2px;
}

.theme-banner-caption h1{
	font: 400 98px/1 'UniSansHeavyCAPS';
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 5px;
}

.theme-banner-caption h1 span{
	display: inline-block;
	position: relative;
	color: #16d1ac;
	background-image: url('images/flytheme-text.gif');
	background-size: contain;
	background-position: center;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
}

.theme-banner-caption ul{
	margin: 0 auto 50px;
	padding: 0;
	display: table;
	font: 600 24px 'Poppins';
	color: #ffffff;
}

.theme-banner-caption ul li{
	display: table-cell;
	padding: 0 50px;
	position: relative;
}

.theme-banner-caption ul li:before{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.theme-banner-caption ul li:last-child::before{
	content: none;
}

.theme-banner-caption .banner-CTA > a{
	font: 500 16px 'Poppins';
	padding: 14px 50px;
	display: inline-block;
	margin: 0 5px;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 50px;
}

/**************************
** Features Theme Post
**************************/
.featured-theme{
	position: relative;
	margin-top: -60px;
	padding-bottom: 50px;
}

.featured-theme-box{
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.inner-featured-theme-box{
	padding: 60px;
}

.feat-tag{
	position: absolute;
	right: -46px;
	top: 22px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 30px;
	transform: rotate(45deg);
	width: 180px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	z-index: 1;
}

.featured-theme-thumb{
	position: relative;
	height: 300px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.featured-theme-box:hover .img-scroller{
	transform: translateY(calc(-100% + 300px));
}

.featured-theme-title-cat{
	margin-bottom: 15px;
}

.featured-theme-title-cat h3{
	font: 500 28px 'UniSansHeavyCAPS';
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 5px;
}

.featured-theme-cat{
	line-height: 1.5;
}

.featured-theme-desc p{
	line-height: 1.8;
}

.featured-theme-prie-meta ul{
	margin: 0 0 20px;
	padding: 0;
}

.featured-theme-prie-meta ul li{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	position: relative;
}

.featured-theme-prie-meta ul li span.woocommerce-Price-amount{
	color: #16d1ac;
	font-weight: 600;
}

.featured-theme-prie-meta ul li:not(:last-child){
	margin-right: 25px;
	padding-right: 25px;
}

.featured-theme-prie-meta ul li:not(:last-child)::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #dfdfdf;
}

.featured-theme-prie-meta ul li i{
	margin-right: 10px;
	color: #16d1ac;
}

.featured-theme-btn > a{
	display: inline-block;
	padding: 10px 35px;
	border-radius: 30px;
	font-weight: 600;
	color: #ffffff;
	margin: 10px 10px 0 0;
}

/**************************
** Theme Listing Post
**************************/
.theme-listing{
	position: relative;
	background-color: #f9f9f9;
}

.theme-listing-box{
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	transition: all .4s ease-in-out;
}

.theme-listing-box:hover{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.theme-listing-thumb{
	position: relative;
	height: 300px;
	overflow: hidden;
}

.theme-listing-thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.theme-listing-title{
	padding: 22px;
	position: relative;
	border-top: 1px solid #e5e5e5;
}

.theme-listing-title h2.woocommerce-loop-product__title{
	font: 400 16px 'UniSansHeavyCAPS' !important;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 2px;
	padding: 0 !important;
	margin-bottom: 5px !important;
}

.theme-listing-title p{
	font: 300 12px 'poppins';
	margin-bottom: 0;
}

.theme-listing-title .price{
	position: absolute;
	right: 22px;
	top: -27px;
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	background-color: #16d1ac;
	color: #fff !important;
	border-radius: 5px;
	font-weight: 700 !important;
	font-size: 16px !important;
}

.theme-listing-meta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #202020;
	text-align: center;
	z-index: 0;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.theme-listing-box:hover .theme-listing-meta{
	opacity: 1;
}

.theme-listing-meta:before{
	content: '';
	position: absolute;
	inset: 16px;
	border: 1px solid #ffffff;
	z-index: -1;
}

.woocommerce ul.products .theme-listing-meta ul{
	margin: 0;
	padding: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woocommerce ul.products .theme-listing-meta ul li{
	display: inline-block;
	margin: 0 5px;
}

.woocommerce ul.products .theme-listing-meta ul li a{
	color: #ffffff;
	border: 1px solid;
	border-radius: 5px;
	padding: 6px 20px;
	display: block;
}

.woocommerce ul.products .theme-listing-meta ul li a:hover{
	border-color: transparent;
	background-color: #16d1ac;
}

.woocommerce ul.products li .theme-listing-box ul.theme-listing-info{
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	border-radius: 2px;
	overflow: hidden;
}

.woocommerce ul.products li .theme-listing-box ul.theme-listing-info li{
	flex: 1;
	text-align: center;
	background-color: #333333;
	color: #ffffff;
	padding: 8px 10px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.5;
	position: relative;
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.woocommerce ul.products li .theme-listing-box ul.theme-listing-info li:nth-child(even)::after{
	content: '';
	position: absolute;
	inset: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: -1;
}

.woocommerce ul.products li .theme-listing-box ul.theme-listing-info li i{
	margin-right: 5px;
}

.theme-listing-box:hover ul.theme-listing-info li{
	background-color: #16d1ac !important;
}

.theme-listing-more{
	text-align: center;
}

.theme-listing-more a{
	display: inline-block;
	padding: 10px 30px;
	border-radius: 30px;
	font-weight: 600;
	color: #ffffff;
}

/**************************
** Theme Features
**************************/
.feat-box {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	text-align: center;
	position: relative;
	margin: 15px 0;
}

.inner-feat-box {
	padding: 50px 34px 26px;
}

.feat-box-thumb {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	margin: 0 auto 25px;
	border: 2px solid #16d1ac;
	border-radius: 50px;
	color: #333333;
	font-size: 30px;
}

.feat-box-content h3 {
	font: 400 22px 'UniSansHeavyCAPS';
	color: #333;
	letter-spacing: 2px;
}

.feat-box-content p{
	line-height: 2;
}

/**************************
** CTA
**************************/
.cta-section{
	background-color: #2c2c2c;
}

.cta-text{
	text-align: center;
}

.cta-text h2{
	font: 400 24px 'Poppins';
	color: #ffffff;
}

.cta-text a{
	display: inline-block;
	padding: 12px 40px;
	border-radius: 30px;
	font-weight: 600;
	color: #ffffff;
}

.popup-video {
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	margin: 0 auto 80px;
}

.popup-video a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #05a7b3 0%, #1b6bbd 100%);
    color: #ffffff;
    font-size: 30px;
    border-radius: 60px;
    z-index: 0;
}

.popup-video a:hover {
    color: #ffffff;
}

.popup-video a:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(90deg, #05a7b3 0%, #1b6bbd 100%);
    z-index: -1;
    opacity: 0.6;
    width: 110px;
    height: 110px;
    top: 50%;
    left: 50%;
    right: 0px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.popup-video a:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(90deg, #05a7b3 0%, #1b6bbd 100%);
    z-index: -1;
    animation: video-toggle-animate 1.9s linear 0s infinite;
    left: 50%;
    margin: 0 auto;
    top: 50%;
    right: 0px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@-webkit-keyframes video-toggle-animate {
	0% {
	  width: 70px;
	  height: 70px;
	  opacity: 0.8; 
	}
	100% {
		width: 150px;
		height: 150px;
		opacity: 0; 
	}
  }
  @keyframes video-toggle-animate {
	0% {
	  width: 70px;
	  height: 70px;
	  opacity: 0.8; 
	}
	100% {
		width: 150px;
		height: 150px;
		opacity: 0; 
	}
  }

/**************************
** Features Theme Post
**************************/
ul.check-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.check-list li{
	position: relative;
	padding: 5px 0 5px 30px;
	font-weight: 700;
	color: #333333;
}

ul.check-list li::before {
	content: '\f00c';
	color: #16d1ac;
	font-family: 'Font Awesome 5 pro';
	font-weight: 700;
	position: absolute;
	left: 0;
	font-size: 18px;
}

ul.inline-list li{
	display: inline-block;
	width: 49.5%;
}

/**************************
** Testimonials
**************************/
.testimonials{
	background-color: #fbfbfb;
}

.testimonial-item{
	border: 1px solid #e7e7e7;
	text-align: center;
	padding: 60px 30px 30px;
	position: relative;
	margin-top: 45px;
}

.testimonial-thumb{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
	background-color: #ffffff;
	padding: 3px;
	position: absolute;
	left: 0;
	right: 0;
	top: -48px;
}

.testimonial-thumb img{
	border-radius: 50%;
}

.testimonial-content p{
	font: 300 14px/25px 'Poppins';
	font-style: italic;
}

.testimonial-content h5{
	font: 600 16px 'poppins';
	color: black;
	letter-spacing: 1px;
}

.testi-rating{
	color: #ffca25;
	letter-spacing: 6px;
	font-size: 12px;
}

.testimonial.owl-theme .owl-nav.disabled + .owl-dots{
	margin-top: 50px;
}

.testimonial.owl-theme .owl-dots .owl-dot span{
	border: none;
	background: #000000;
	width: 14px;
	height: 14px;
	transition: all .4s ease-in-out;
}

.testimonial.owl-theme .owl-dots .owl-dot.active span,
.testimonial.owl-theme .owl-dots .owl-dot:hover span{
	background: #16d1ac;
}

/**************************
** Footer
**************************/
.footer-strip {
	background-color: #16d1ac;
	position: relative;
	transform: translateY(-23px);
	margin-top: -20px;
}

.inner-footer-strip {
	padding: 20px 50px;
}

.inner-footer-strip h3{
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.footer-strip .payments {
	font-size: 46px;
	text-align: right;
	color: #fff;
	letter-spacing: 8px;
}

.footer-strip .payments i{
	display: inline-block;
}

.footer-strip .payments i:nth-child(1){
	color: #00457C;
}

.footer-strip .payments i:nth-child(2){
	color: #016FD0;
}

.footer-strip .payments i:nth-child(3){
	color: #1A1F71;
}

.footer-strip .payments i:nth-child(4){
	color: #EB001B;
}

.footer-sidebar .widget-title{
	color: #ffffff;
}

.footer-sidebar a{
	color: #ffffff;
}

.footer-sidebar .widget_product_categories ul{
	margin:0;
	padding:0;
	list-style:none;
}

.footer-sidebar .widget_product_categories ul li{
	width: 49%;
	display: inline-block;
	position: relative;
	margin: 7px 0;
	vertical-align: top;
	font-size: 12px;
	font-weight: 700;
	padding: 0 !important;
	line-height: 1.2 !important;
}

.footer-sidebar .widget_product_categories ul li a{
	padding-left:15px;
	display:block;
}

.footer-sidebar .widget_product_categories ul li a:before{
	content:'\f061';
	font-family:'Font Awesome 5 pro';
	position:absolute;
	left:0;
	top: 0;
	font-size:12px;
}

.foo-post-row{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.foo-post-row:not(:last-child){
	margin-bottom: 29px;
}

.foo-post-thumb{
	flex: 0 1 80px;
}

.foo-post-content{
	flex: 0 1 calc(100% - 95px);
}

.foo-post-content h4{
	font: 600 14px 'Poppins';
	line-height: 1.5 !important;
	margin: 0 0 5px;
}

.foo-post-content p{
	line-height: 1.3;
	margin-bottom: 0;
	font-size: 12px;;
}

.social-icons{
	margin-bottom: 50px;
}

.social-icons > a{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	font-size: 18px;
}

.social-icons > a:hover{
	color: #ffffff;
}

.social-icons > a:not(:last-child){
	margin-right: 15px;
}

.social-icons > a.fb {
	background-color: #3b5998;
}

.social-icons > a.tw {
	background-color: #0084b4;
}

.social-icons > a.in {
	background-color: #C13584;
}

.social-icons > a.rss {
	background-color: #ee802f;
}

.newsletter form {
    position: relative;
}

.newsletter input[type="email"] {
    border-radius: 0;
    width: 100%;
    border: none;
    padding: 5px 15px;
    height: 45px;
    font-family: 'Poppins';
    background-color: #ffffff;
}

.newsletter input[type="submit"] {
    background-color: #16d1ac;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    height: 45px;
    padding: 0 16px;
    font-family: 'Poppins';
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	border-radius: 0;
}

.newsletter input[type="submit"]:hover {
    background-color: #202020;
}

.copyright {
    padding: 20px 0;
    color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.copy-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.copy-menu ul li {
    display: inline-block;
    margin: 0 10px;
}

.copy-menu ul li a {
    color: #ffffff;
}

.copy-menu ul li a:hover {
    color: #16d1ac;
}

/**************************
** Innerpage
**************************/
.innerpage-title{
	text-align: center;
	padding: 50px;
}

.innerpage-title span{
	font: 600 26px 'Poppins';
	margin-bottom: 0;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.innerpage{
	padding: 70px 0;
}

/************************
** Sidebar
************************/
.content-sidebar .widget_nav_menu li a,
ul.product-categories li a {
    position: relative;
    padding-left: 25px;
}

.content-sidebar .widget_nav_menu li a:before,
ul.product-categories li a:before {
    content: '\f352';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 16px;
    font-weight: 700;
	color: #16d1ac;
}

.pagination {
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

.pagination .page-numbers {
    display: inline-block;
    border-radius: 30px;
    background-color: #0a2237;
    color: #ffffff;
    padding: 5px 15px;
    margin: 0 5px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background-color: #16d1ac;
}

.primary-sidebar li,
ul.product-categories li {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 8px 0 9px !important;
}

.primary-sidebar li:first-child,
ul.product-categories li:first-child {
    border-top: none !important;
}

.primary-sidebar li a {
    position: relative;
    padding-left: 25px;
}

.primary-sidebar li a:before {
    content: '\f352';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 16px;
    font-weight: 700;
}

#recentcomments li a:before {
    content: none;
}

.tagcloud a {
    padding: 0 6px;
    background-color: #16d1ac;
    color: #fff;
    display: inline-block;
    font-size: 12px !important;
    margin: 2px 0;
}

.tagcloud a:hover {
    background-color: #3d3d3d;
}

/************************
** Woocommerce
************************/
.woocommerce .woocommerce-result-count {
    margin: 1em 0 3em;
}

.woocommerce .woocommerce-ordering {
    margin-bottom: 0;
    position: relative;
}

.woocommerce-ordering:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    top: 10px;
    right: 20px;
}

form.woocommerce-ordering select {
    padding: 10px 30px 10px 10px;
    color: #242423;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(...);
	font-weight: 300;
}

/************************
** Forum
************************/
.bbp-logged-in{
	background-color: #333333;
	padding: 15px;
}

.bbp-logged-in a{
	color: #ffffff !important;
}

.bbp-logged-in h4{
	text-transform: capitalize;
}

.bbp-login-form fieldset.bbp-form {
    background-color: #333333;
    border: none;
    padding: 5px 15px 15px;
    color: #ffffff;
}

.bbp-login-form label {
    width: 100%;
    display: block;
}

.bbp-login-form input[type="text"],
.bbp-login-form input[type="password"]{
	width: 100%;
    border-radius: 0;
    height: 35px;
}

.bbp-login-form .bbp-remember-me input[type="checkbox"]{
	display: inline-block;
    vertical-align: middle;
}

.bbp-login-form .bbp-remember-me label{
	width: auto;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.bbp-login-form .bbp-submit-wrapper{
	float: none;
	text-align: center;
}

.bbp-login-form .bbp-submit-wrapper button{
	width: 100%;
}

.bbp-login-form .bbp-login-links a{
	float: none;
	color: #ffffff;
}

.bbp-login-form .bbp-login-links a:last-child{
	float: right;
}

.bbp-login-form .bbp-login-links{
	margin-top: 10px;
}

#bbpress-forums div.bbp-search-form{
	float: none;
	margin-bottom: 20px;
}

#bbpress-forums #bbp-search-form {
	clear: left;
	position: relative;
}

#bbpress-forums #bbp-search-form #bbp_search {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 8px 116px 7px 10px;
}

#bbpress-forums #bbp-search-form #bbp_search_submit{
	position: absolute;
	top: 0;
	right: 0;
}

#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header{
	background: linear-gradient(90deg, #05a7b3 0%, #1b6bbd 100%);
	color: #ffffff;
	padding: 20px;
	text-transform: uppercase;
	font: 400 14px 'UniSansHeavyCAPS';
	letter-spacing: 2px;
}

#bbpress-forums li.bbp-body{
	font-size: 14px;
	font-weight: 400;
	color: #191919;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
	background-color: #f4f4f4;
}

#bbpress-forums li.bbp-body ul.forum{
	padding: 20px;
}

#bbpress-forums li.bbp-body ul li > a{
	color: #191919;
}

#bbpress-forums a,
#bbpress-forums a:hover{
	transition: all .4s ease-in-out;
}

#bbpress-forums li.bbp-body ul li > a:hover{
	color: #16d1ac;
}

.bbp-pagination {
    margin: 30px 0;
}

#bbpress-forums .bbp-pagination-links a,
#bbpress-forums .bbp-pagination-links span.current,
#bbpress-forums .bbp-pagination-links span.dots {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    border: none;
}

.bbp-pagination-count {
    line-height: 40px;
}

#bbpress-forums .bbp-pagination-links span.current,
#bbpress-forums .bbp-pagination-links a:hover {
    background-color: #16d1ac;
    color: #ffffff;
}

#bbpress-forums .bbp-pagination-links a {
    background-color: #0a2237;
    color: #ffffff;
}

#bbpress-forums .bbp-pagination-links a.next.page-numbers,
#bbpress-forums .bbp-pagination-links a.prev.page-numbers {
    font-size: 18px;
}

/************************
** Theme Details Page
************************/
.compensate-for-scrollbar{
    padding-right: 0 !important;
}

body.page-template-theme-details{
	background-color: #eeeeee;
}

.white-area{
	padding: 15px;
	background-color: #ffffff;
	margin-bottom: 22px;
}

.theme-details-thumb{
	position: relative;
}

.image-expand {
	width: 60px;
	height: 60px;
	text-align: center;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 30px;
	line-height: 60px;
	transition: all .4s ease-in-out;
}

.image-expand a{
	display: block;
	color: #ffffff;
	cursor: pointer;
}

.theme-details-demo-doc {
	position: absolute;
	bottom: 15px;
	left: 14px;
	right: 15px;
	text-align: center;
	background-color: rgba(0,0,0,.6);
	padding: 12px;
}

.theme-details-demo-doc a {
	color: #ffffff;
	padding: 5px 30px;
	display: inline-block;
	border-radius: 50px;
	margin: 0 10px;
	font-weight: 600;
	vertical-align: middle;
}

.theme-details-desc p{
	margin-bottom: 15px;
}

.theme-details-price h4{
	font: 400 24px 'UniSansHeavyCAPS';
	margin: 0;
	letter-spacing: 2px;
	color: #333333;
}

.theme-details-price h4 span{
	float: right;
	color: #05a7b3;
}

.theme-details-buy *{
	display: block;
}

.theme-details-buy > a{
	padding: 10px;
	border-radius: 50px;
	font-weight: 600;
	color: #ffffff;
}

.theme-details-buy > span{
	background-color: #333333;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-weight: 600;
	color: #ffffff;
	margin: 15px auto;
}

.theme-details-feat h2{
	font: 400 24px 'UniSansHeavyCAPS';
	letter-spacing: 1px;
}

.theme-details-feat ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.theme-details-feat ul li{
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
}

.theme-details-feat ul li:not(:last-child){
	margin-bottom: 25px;
}

.theme-details-feat ul li:before {
    content: '\f352';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
	top: 1px;
    font-size: 16px;
    font-weight: 700;
    color: #16d1ac;
}

/************************
** Blog Page
************************/
.blog-post-repeat {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin-bottom: 30px;
}

.blog-post-head{
	margin-bottom: 15px;
}

.blog-post-head h2{
	font: 400 24px 'UniSansHeavyCAPS';
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.blog-post-head h2 a{
	color: #333333;
}

.blog-post-head h2 a:hover{
	color: #16d1ac;
}

.blog-post-thumb{
	margin-bottom: 15px;
}

.post-meta span{
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
}

.post-meta span,
.post-meta span a{
	color: #333333;
}

.post-meta span a:hover{
	color: #16d1ac;
}

.post-meta span:not(:last-child){
	margin-right: 25px;
}

.post-meta span i{
	margin-right: 10px;
	color: #16d1ac;
}

.blog-post-content a{
	display: inline-block;
	color: #fff;
	padding: 8px 40px;
	border-radius: 40px;
}

/************************
** Single Post
************************/
.white-area.single-post{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/************************
** Contact Page
************************/
.contact-page-form p.name,
.contact-page-form p.mail {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.contact-page-form p.mail {
    margin-right: 0;
}

.contact-page-form input[type="text"],
.contact-page-form input[type="email"],
.contact-page-form textarea {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 11px 12px;
    border: 1px solid #EBEBEB;
    outline: 0;
    resize: none;
    background-color: #ffffff;
    color: #000000;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-page-form textarea {
    height: 250px;
}

.contact-page-form input[type="text"]:focus,
.contact-page-form input[type="email"]:focus,
.contact-page-form textarea:focus {
    border-color: #16d1ac !important;
}

/************************
** Woocommerce
************************/
body.woocommerce-cart .site-main {
    width: 100%;
    float: none;
}

body.woocommerce-cart #sidebar {
    display: none;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce .woocommerce-cart-form table.shop_table.cart th {
    background-color: #f5f5f5;
    color: #000000;
    line-height: 40px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 50px;
}

.woocommerce table.shop_table tr td:first-child {
    border-left: none;
}

.woocommerce table.shop_table td {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-cart-form__cart-item.cart_item .product-remove,
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    text-align: center;
}

.woocommerce-cart-form__cart-item.cart_item .product-remove a,
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a {
    display: inline-block;
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity input[type="number"] {
    -moz-appearance: revert;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 150px;
    height: 38px;
}

.woocommerce .cart-collaterals {
    margin-top: 50px;
}

.woocommerce-cart table.cart td.product-name,
.wishlist-items-wrapper td.product-name {
    font-weight: 700;
    font-size: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr th {
    border-right: 1px solid #cfd0d2;
    background-color: #f5f5f5;
    color: #000000;
}

.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal,
.woocommerce-cart .cart-collaterals .cart_totals .order-total {
    font-size: 18px;
}

.woocommerce .woocommerce-cart-form button.button {
    margin: 0;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 60%;
    float: right;
}

.shop_table tr td:last-child,
.shop_table tr th:last-child {
    text-align: right;
}

.woocommerce a.remove {
    line-height: 21px;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    text-align: right;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    font-weight: normal;
    text-transform: capitalize;
    font-size: 16px;
}

/*===============================================
** Checkout Page Css
*===============================================*/
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100%;
	max-width: 100% !important;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2{
	display: none;
}
body.woocommerce-checkout .site-main {
    width: 100%;
    float: none;
}

body.woocommerce-checkout #sidebar {
    display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce-MyAccount-content {
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    padding: 20px 30px;
}

.woocommerce .col2-set .woocommerce-billing-fields h3,
.woocommerce .col2-set .woocommerce-shipping-fields h3 {
    text-transform: uppercase;
    font-size: 20px;
}

.woocommerce .col2-set .form-row label {
    color: #000000;
}

.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
    height: 10em;
    line-height: 1.5em;
    display: block;
}

#order_review_heading {
    margin: 30px 0 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 18px;
}

.woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce table.shop_table th {
    color: #000000;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    background: #f5f5f5;
    color: #000;
}

.woocommerce table.shop_table tfoot th {
    background-color: transparent;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: transparent;
}

.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
    border: 1px solid #ebebeb;
    list-style: outside none none;
    margin: 0;
    padding: 30px;
    text-align: left;
}

.woocommerce #payment ul.payment_methods li {
    list-style: none;
}

.woocommerce #payment ul.payment_methods img {
    width: auto;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 48%;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.reset_variations {
    background: linear-gradient(90deg, #05a7b3 0%, #1b6bbd 100%);
    color: #ffffff;
    padding: 8px 12px;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    font-weight: normal;
    line-height: normal;
    border-radius: 0;
    overflow: hidden;
    z-index: 0;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.reset_variations:hover {
    background: linear-gradient(90deg, #1b6bbd 0%, #05a7b3 100%);
    color: #ffffff;
}

/************************
** 404 Not Found
************************/
.not-found{
	text-align: center;
	width: 600px;
	margin: 0 auto;
}

.not-found h1{
	font: 400 24px 'UniSansHeavyCAPS';
}

/************************
** Responsive
************************/
@media screen and ( max-width: 767px ) {
	.flexbox{
		display:block;
	}

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.search-toggle{
		display: none;
	}

	.header-button{
		margin: 20px 0;
	}

	.section-space {
		padding: 60px 0;
	}

	.theme-banner{
		padding: 6em 0 12em;
	}

	.theme-banner-caption h1{
		font-size: 14vw;
		line-height: 1.2;
	}

	.theme-banner-caption ul{
		font-size: 16px;
	}

	.theme-banner-caption ul li{
		padding: 0 18px;
	}

	.featured-theme{
		margin-top: 0;
		padding: 50px 0;
	}

	.feat-tag{
		z-index: 1;
	}

	.inner-featured-theme-box{
		padding: 20px;
	}

	.featured-theme-thumb{
		margin-bottom: 30px;
	}

	.featured-theme-content{
		text-align: center;
	}

	.featured-theme-prie-meta ul li:not(:last-child) {
		margin-right: 15px;
		padding-right: 15px;
	}

	.featured-theme-prie-meta ul li i {
		margin-right: 5px;
	}

	.theme-offers img{
		margin: 30px 0 20px;
	}

	ul.inline-list li{
		display: block;
		width: 100%;
	}

	.footer-strip,
	.footer-strip .payments{
		text-align: center;
		white-space: nowrap;
	}

	.inner-footer-strip {
		padding: 20px;
	}

	.footer-strip h3{
		text-align: center;
		margin-bottom: 20px;
	}

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product{
		width: 100%;
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering,
	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count{
		float: none;
		text-align: center;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.woocommerce .woocommerce-ordering select{
		width: 100%;
	}

	.innerpage-title{
		padding: 20px;
	}

	.theme-details-demo-doc{
		padding: 10px;
	}

	.theme-details-demo-doc a{
		padding: 5px 20px;
		font-size: 12px;
		margin: 0 6px;
	}

	#bbpress-forums li.bbp-footer,
	#bbpress-forums li.bbp-header{
		font-size: 10px;
		padding: 10px;
	}

	#bbpress-forums li.bbp-body {
		font-size: 10px;
	}

	div.bbp-search-form button,
	div.bbp-search-form input {
		font-size: inherit;
		padding: 10px 30px 11px;
	}

	.pagination{
		margin: 50px 0;
	}

	.pagination .page-numbers{
		margin: 5px;
	}

	.site-content .entry-content,
	.site-content .entry-summary,
	.page-content{
		padding: 12px 0 0;
	}

	.post-navigation a,
	.image-navigation a{
		flex: 0 0 100%;
	}

	.not-found{
		width: 100%;
	}
}

@media screen and ( min-width: 481px ) and ( max-width: 767px ) {
	.container{
		width: 450px !important;
	}

	.theme-banner-caption h1 {
		font-size: 9vw;
	}
}

@media screen and ( min-width: 768px ) and ( max-width: 999px ) {
	.header-main .flexbox{
		display: block;
	}

	.search-toggle{
		display: none;
	}

	.header-button{
		margin: 20px 0;
	}

	.featured-theme-box .flexbox{
		display: block;
	}

	.featured-theme-box .col-7,
	.featured-theme-box .col-5{
		max-width: 100%;
	}
	
	.featured-theme-thumb{
		margin-bottom: 30px;
	}

	.inner-feat-box {
		padding: 50px 26px 26px;
	}

	.woocommerce ul.products li .theme-listing-box ul.theme-listing-info{
		display: block;
	}

	.woocommerce ul.products .theme-listing-meta ul li{
		display: block;
		margin: 10px 30px;
	}

	.woocommerce ul.products .theme-listing-meta ul li a{
		display: block;
		font-size: 12px;
		padding: 4px 12px;
	}

	.theme-offers .flexbox .col-6{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.theme-offers .flexbox .col-6 img{
		margin-top: 30px;
	}

	.footer-sidebar .widget_product_categories ul li{
		width: 100%;
		display: block;
	}

	.footer-sidebar .widget_product_categories ul li:not(:last-child){
		margin: 0 0 10px;
	}

	.foo-post-content {
		flex: 0 1 100%;
		margin-top: 10px;
	}

	.social-icons > a:not(:last-child){
		margin-right: 8px;
	}

	.newsletter input[type="submit"]{
		position: relative;
		width: 100%;
		margin-top: -24px;
	}

	.theme-details-buy > a{
		font-size: 12px;
	}

	.i-pad-block{
		display: block;
	}

	.i-pad-block .w-100{
		max-width: 100%;
	}
}

@media screen and ( min-width: 1000px ) and ( max-width: 1167px ) {
	.header-button a{
		padding: 8px 30px;
	}
	
	.search-toggle{
		padding: 0 26px 0 16px;
	}

	.featured-theme-btn > a{
		padding: 10px 18px;
		margin: 10px 5px 0 0;
	}

	.woocommerce ul.products .theme-listing-meta ul li a{
		padding: 6px 12px;
		font-size: 12px;
	}

	.woocommerce ul.products li .theme-listing-box ul.theme-listing-info li{
		padding: 8px 4px;
	}
	.woocommerce ul.products li .theme-listing-box ul.theme-listing-info li i{
		margin-right: 0;
	}
}

@media screen and (max-width: 1169px) {
	.container{
		width: 100%;
		padding: 0 15px;
	}
}