/*!
Theme Name: MeMeMe Theme
Theme URI: https://veno.es/mememe/
Author: Nicola Franchini
Author URI: https://veno.es/
Description: Versatile WordPress theme with extended customizer, based on BootStrap 4
Version: 1.0
License: Item Sold on ThemeForest
License URI: https://codecanyon.net/licenses/standard
Text Domain: mememe-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Details URI: https://veno.es/updates/themes/mememe-theme-details.html

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, body{
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 14px;
}

body {
	margin: 0;
	max-width: 100%;
	background: #fff;
	color: #191919;
	overflow-x: hidden;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.admin-bar .sticky.is-sticky,
.admin-bar .fixed-top {
	top: 46px;
}

@media screen and (min-width: 783px) {
	.admin-bar .sticky.is-sticky,
	.admin-bar .fixed-top {
		top: 32px;
	}
}

.navbar{
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	width: 100%;
}

@media screen and (max-width: 600px) {

	.admin-bar .sticky.is-sticky {
	  position: relative;
	  top: 0;
	}
	.admin-bar .sticky-wrapper{
		position: absolute;
	}
}

.img-full{
	width: 100%;
	height: auto;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

body {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    letter-spacing: -0.04em;
   	clear: both;
	font-weight: 400;
}
h1 {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 300;
}
h2 {
    font-size: 1.8rem;
    line-height: 1.25;
}
h3 {
    font-size: 1.6rem;
    line-height: 1.3;
}
h4 {
    font-size: 1.4rem;
    line-height: 1.35;
}
h5 {
    font-size: 1rem;
    line-height: 1.5;
}
h6 {
    font-size: .8rem;
    line-height: 1.6;
}

@media (min-width: 768px) {

	body {
		font-size: 16px;
	}
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    h4 {
        font-size: 1.4rem;
    }
    h5 {
        font-size: 1.2rem;
    }
    h6 {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.6rem;
    }
    h5 {
        font-size: 1.4rem;
    }
    h6 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 4rem;
    }
    h2 {
        font-size: 2.8rem;
    }
    h3 {
        font-size: 2.4rem;
    }
    h4 {
        font-size: 2rem;
    }
    h5 {
        font-size: 1.6rem;
    }
    h6 {
        font-size: 1.4rem;
    }
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
	padding-left: 1em;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.btn.focus, .btn:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, 
.show > .btn-outline-primary.dropdown-toggle:focus {
	outline: 0;
	box-shadow: none;
}

.form-control,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.modal-content,
.input-group > .form-control,
.input-group-lg > .form-control, 
.input-group-lg > .input-group-append > .btn, 
.input-group-lg > .input-group-append > .input-group-text, 
.input-group-lg > .input-group-prepend > .btn, 
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn, 
.input-group-sm > .input-group-append > .input-group-text, 
.input-group-sm > .input-group-prepend > .btn, 
.input-group-sm > .input-group-prepend > .input-group-text{
	border-radius: 0;
}

.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #495057;
	background-color: #fff;
	border-color: #CAE8DC;
	outline: none;
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(175,211,247,1);
	-moz-box-shadow: inset 0px 0px 6px 0px rgba(175,211,247,1);
	box-shadow: inset 0px 0px 6px 0px rgba(175,211,247,1);
}

select {
	border: 1px solid #ccc;
	height: calc(2.25rem + 2px);
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Default colors
--------------------------------------------------------------*/
body, .general-color, .general-color .dropdown-menu{
	background-color: #fff;
}
body, .general-color, .general-color .dropdown-menu{
	color: #191919;
}

.main-color{ 
	color: #151515;
	background-color: #fff;
}

.main-color > a{ color: #333; }
.button, #infinite-handle span{
	background-color: transparent;
}

#infinite-handle span{
	border: 1px solid #000;
}
*::-moz-selection { color: #fff }
*::selection,
.product .onsale,
.label-color, a.label-color, a.label-color:hover, .label-color a, .label-color a:hover, 
.label-color .dropdown-menu,
.btn-primary, .main-color .btn-primary, 
.btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, 
.badge-secondary, a.badge-secondary:hover, a.badge-secondary:focus,
.button:hover, .button:active, .button:not(:disabled):not(.disabled).active{ 
	color: #fff;
}
.call-to-action, .call-to-action:hover, .call-to-action:active, .call-to-action:focus{
	color: #fff !important;
}

*::-moz-selection { background-color: #000 }
*::selection,
.product .onsale, 
.label-color, a.label-color, a.label-color:hover, .label-color a, .label-color a:hover, 
.label-color .dropdown-menu,
.btn-primary, .main-color .btn-primary, 
.btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, 
.btn-outline-primary:not(:disabled):hover, .btn-outline-primary:not(:disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, 
.badge-secondary, a.badge-secondary:hover, a.badge-secondary:focus,
.button:hover, .button:active, .button:not(:disabled):not(.disabled).active{ 
	background-color: #000;
}
.call-to-action, .call-to-action:hover, .call-to-action:active, .call-to-action:focus{
	background-color: #000 !important;
}

.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle,
.button, .button:hover, .button:active, .button:not(:disabled):not(.disabled).active, #infinite-handle span
{ 
	border-color: #000;
}
.btn-outline-primary, .btn-outline-primary.disabled, .btn-outline-primary:disabled,
.button, .button.disabled, .button:disabled, #infinite-handle span{
	color: #000;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar{
	-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
	box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
}

.dropdown-menu{
	border-radius: 0;
	border: none;
	background-color: #fff;
	min-width: 180px;
	text-align: inherit;
}

.dropdown-item:focus, .dropdown-item:hover{
	background-color: transparent;
}
.dropdown-item{
	position: relative;
}
.navbar-nav .nav-link{
	padding: .5rem 1rem;
}
.navbar-nav .call-to-action{
	border-radius: 4px;
}

/*
* ==========================================
* SMATRMENUS
* ==========================================
*/

.navbar-nav:not(.sm-collapsible) .dropdown-menu {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05);
}

.navbar-nav:not(.sm-collapsible) .mega-menu .dropdown-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.navbar-nav.sm-collapsible .dropdown-menu{
	border: none;
	padding: 0;
}
.dropdown-menu > li{
	transform: translateY(20px);
	opacity: 0;
	transition: .5s ease all;
}
.dropdown-menu.open > li{
	transform: translateY(0px);
	opacity: 1;
}
/* Carets in collapsible mode (make them look like +/- buttons) */
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.text-right .navbar-nav.sm-collapsible .sub-arrow {
	right: auto;
	left: 0;
	margin: -0.7em 0 0 0.5em;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible a.highlighted > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
/* make sure there's room for the carets */
/*.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}*/
/* keep the carets properly positioned */
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}

/* Nav carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
/* point the arrows up for .fixed-bottom navbars */
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}

/* Dropdown carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
/* make sure there's room for the carets */
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}

.navbar-nav:not([data-sm-skip]) .dropdown-menu.mega-menu .dropdown-toggle{
	text-transform: uppercase;
	cursor: default;
}
.navbar-nav:not([data-sm-skip]) .dropdown-menu.mega-menu .dropdown-toggle:hover{
	opacity: 1;
}
.navbar-nav:not([data-sm-skip]) .dropdown-menu.mega-menu .dropdown-toggle::after{
	display: none;
}

.navbar-nav.sm-collapsible .dropdown-menu.mega-menu > li > ul{
	transform: none !important;
}

/* Scrolling arrows for tall menus */
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}

/* Add some spacing for 2+ level sub menus in collapsible mode */
/*.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
*/

/* Fix SmartMenus sub menus auto width (subMenusMinWidth/subMenusMaxWidth options) */
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}

/* Mega menus */
/* make mega menus take the full width of .main-nav */
.navbar-nav,
.navbar-nav > .has-mega-menu {
  position: static !important;
}

.navbar-nav > .has-mega-menu .scroll-up,
.navbar-nav > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
  width: 100% !important;
}

/* clear any floats inside the mega menus */
.navbar .mega-menu {
	overflow: hidden;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1140px !important;
}

.navbar-expand .mega-menu > li {
  float: left;
}
.navbar-expand .mega-menu > li.cols-1 {
	width: 100%;
}
.navbar-expand .mega-menu > li.cols-2 {
	width: 50%;
}
.navbar-expand .mega-menu > li.cols-3 {
	width: 33.333%;
}
.navbar-expand .mega-menu > li.cols-4 {
	width: 25%;
}
.navbar-expand .mega-menu > li.cols-5 {
	width: 20%;
}
.navbar-expand .mega-menu > li.cols-6 {
	width: 16.666%;
}
.navbar-expand .mega-menu > li.cols-7 {
	width: 14.285%;
}
.navbar-expand .mega-menu > li.cols-8 {
	width: 12.5%;
}
.navbar-expand .mega-menu > li.cols-9 {
	width: 11.111111%;
}
.navbar-expand .mega-menu > li.cols-10 {
	width: 10%;
}

@media (min-width: 576px) {
	.navbar .mega-menu {
		max-width: 540px !important;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.navbar-expand-sm .mega-menu > li {
	  float: left;
	}
	.navbar-expand-sm .mega-menu > li.cols-1 {
		width: 100%;
	}
	.navbar-expand-sm .mega-menu > li.cols-2 {
		width: 50%;
	}
	.navbar-expand-sm .mega-menu > li.cols-3 {
		width: 33.333%;
	}
	.navbar-expand-sm .mega-menu > li.cols-4 {
		width: 25%;
	}
	.navbar-expand-sm .mega-menu > li.cols-5 {
		width: 20%;
	}
	.navbar-expand-sm .mega-menu > li.cols-6 {
		width: 16.666%;
	}
	.navbar-expand-sm .mega-menu > li.cols-7 {
		width: 14.285%;
	}
	.navbar-expand-sm .mega-menu > li.cols-8 {
		width: 12.5%;
	}
	.navbar-expand-sm .mega-menu > li.cols-9 {
		width: 11.111111%;
	}
	.navbar-expand-sm .mega-menu > li.cols-10 {
		width: 10%;
	}
}

@media (min-width: 768px) {
	.navbar .mega-menu {
		max-width: 720px !important;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.navbar-expand-md .mega-menu > li {
	  float: left;
	}
	.navbar-expand-md .mega-menu > li.cols-1 {
		width: 100%;
	}
	.navbar-expand-md .mega-menu > li.cols-2 {
		width: 50%;
	}
	.navbar-expand-md .mega-menu > li.cols-3 {
		width: 33.333%;
	}
	.navbar-expand-md .mega-menu > li.cols-4 {
		width: 25%;
	}
	.navbar-expand-md .mega-menu > li.cols-5 {
		width: 20%;
	}
	.navbar-expand-md .mega-menu > li.cols-6 {
		width: 16.666%;
	}
	.navbar-expand-md .mega-menu > li.cols-7 {
		width: 14.285%;
	}
	.navbar-expand-md .mega-menu > li.cols-8 {
		width: 12.5%;
	}
	.navbar-expand-md .mega-menu > li.cols-9 {
		width: 11.111111%;
	}
	.navbar-expand-md .mega-menu > li.cols-10 {
		width: 10%;
	}
}

@media (min-width: 992px) {
	.navbar .mega-menu {
		max-width: 960px !important;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.navbar-expand-lg .mega-menu > li {
	  float: left;
	}
	.navbar-expand-lg .mega-menu > li.cols-1 {
		width: 100%;
	}
	.navbar-expand-lg .mega-menu > li.cols-2 {
		width: 50%;
	}
	.navbar-expand-lg .mega-menu > li.cols-3 {
		width: 33.333%;
	}
	.navbar-expand-lg .mega-menu > li.cols-4 {
		width: 25%;
	}
	.navbar-expand-lg .mega-menu > li.cols-5 {
		width: 20%;
	}
	.navbar-expand-lg .mega-menu > li.cols-6 {
		width: 16.666%;
	}
	.navbar-expand-lg .mega-menu > li.cols-7 {
		width: 14.285%;
	}
	.navbar-expand-lg .mega-menu > li.cols-8 {
		width: 12.5%;
	}
	.navbar-expand-lg .mega-menu > li.cols-9 {
		width: 11.111111%;
	}
	.navbar-expand-lg .mega-menu > li.cols-10 {
		width: 10%;
	}

}

@media (min-width: 1200px) {
	.navbar .mega-menu {
		max-width: 1140px !important;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.navbar-expand-xl .mega-menu > li {
	  float: left;
	}
	.navbar-expand-xl .mega-menu > li.cols-1 {
		width: 100%;
	}
	.navbar-expand-xl .mega-menu > li.cols-2 {
		width: 50%;
	}
	.navbar-expand-xl .mega-menu > li.cols-3 {
		width: 33.333%;
	}
	.navbar-expand-xl .mega-menu > li.cols-4 {
		width: 25%;
	}
	.navbar-expand-xl .mega-menu > li.cols-5 {
		width: 20%;
	}
	.navbar-expand-xl .mega-menu > li.cols-6 {
		width: 16.666%;
	}
	.navbar-expand-xl .mega-menu > li.cols-7 {
		width: 14.285%;
	}
	.navbar-expand-xl .mega-menu > li.cols-8 {
		width: 12.5%;
	}
	.navbar-expand-xl .mega-menu > li.cols-9 {
		width: 11.111111%;
	}
	.navbar-expand-xl .mega-menu > li.cols-10 {
		width: 10%;
	}
}

.navbar-nav .mega-menu ul {
	position: static !important;
	display: block;
	margin: 0.83em 0;
	border: 0;
	padding: 0;
	width: auto;
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-nav .mega-menu ul li {
	display: list-item;
	list-style: none;
	border: 0;
	opacity: 1;
	transform: none;
}
.navbar-nav.sm-collapsible .mega-menu ul {
	margin: 0.25em 0;
}

/*--------------------------------------------------------------
## Offcanvas
--------------------------------------------------------------*/
.bs-canvas-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 998;
	background-color: rgba(0,0,0,0.7);
}

.bs-canvas-overlay.show {
	opacity: 0.85;
	visibility: visible;
}

.bs-canvas-overlay {
	transition: all .4s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}

.bs-canvas {
	top: 0;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: auto;
	width: 330px;
	transition: margin .4s ease-out;
	-webkit-transition: margin .4s ease-out;
	-moz-transition: margin .4s ease-out;
	-ms-transition: margin .4s ease-out;
}

.bs-canvas-left {
	left: 0;
	margin-left: -330px;
}

.bs-canvas-right {
	right: 0;
	margin-right: -330px;
}
.bs-canvas.open{
	margin: 0;
}
.toggle-offcanvas{
	position: fixed;
	top: 10px;
	z-index: 997;
}
.toggle-canvas-left{
	right: 10px;
}
.toggle-canvas-right{
	left: 15px;
}
.bs-canvas-close{
	position: absolute;
	top: 4px;
	font-size: .8em;
}
.bs-canvas-left .bs-canvas-close{
	right: 4px;
}
.bs-canvas-right .bs-canvas-close{
	left: 4px;
}
.modal-backdrop, .pswp__bg{
	background-color: rgba(0,0,0,0.7);
}
.modal-backdrop.show{
	opacity: 1;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a{
	transition: opacity .3s ease-out;
}
a, a:hover, a:focus, a:active, a:visited,
.dropdown-item:focus, .dropdown-item:hover{
	color: #333333;
	text-decoration: none;
}

a:visited {
	opacity: 0.9;
}

a:hover, a:focus, a:active,
.badge-secondary:hover, .badge-secondary:focus{
	opacity: 0.8;
	box-shadow: none;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}
.entry-content a{
	font-weight: bold;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget{
	margin-bottom: 1em;
}
#secondary .widget {
	margin: 0 0 1.5em;
	border-radius: 0;
}

.shadow-widget .widget{
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.19);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 3px 0 rgba(0,0,0,.19);
}
.padding-widget .widget{
	padding: 1rem;
}

.widget ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget ul li{
	list-style: square inside none;
	padding: .2em;
}

.widget select {
	max-width: 100%;
}
.widget-title{
	display: inline-block;
	font-size: 1em;
	padding: .2rem .6rem;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-title{
	margin-top: 2rem;
}
.cat-links, .comments-link, .edit-link, .posted-on, .byline{
	margin-right: 6px;
	font-size: 80%;
}
.site-info{
	font-size: 80%;
}
.search-highlight{
	background-color: #EFFF48;
}
.entry-content p{
	line-height: 2;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-title, .page-title{
	display: inline-block;
	padding: 0;
	max-width: 100%;
}

.entry-title.main-color, .page-title.main-color{
	padding: .2em .4em;
}

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
.site-main{
	padding-bottom: 2rem;
	position: relative;
}
#infinite-handle {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: auto;
}
#infinite-handle span{
	display: inline-block;
}

.infinite-wrap {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Sticky footer
--------------------------------------------------------------*/
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.site{
  flex: 1;
}

/*--------------------------------------------------------------
## Masonry fade in
--------------------------------------------------------------*/
.grid-item article{
	opacity: 0;
	transform: translateY(30px) scale(0.8);
}

.grid-item.masonry-brick .mason-item{
	transition: opacity .6s ease-in-out, transform .6s;
	transform: translateY(0px) scale(1);
	opacity: 1;
}


.grid-item .w-100 > img, .grid-item .w-100 > a > img{
	width: 100%;
}
.archive-description{
	clear: both;
}
.archive-description p{
	margin: 0;
}
.inside-header, .site-header.no-header-image .custom-header{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: calc( ( 576 / 1200 ) * 350px );
}

@media(min-width: 768px){
	.inside-header, .site-header.no-header-image .custom-header{
		height: calc( ( 768 / 1200 ) * 350px );
	}
}
@media(min-width: 992px){
	.inside-header, .site-header.no-header-image .custom-header{
		height: calc( ( 992 / 1200 ) * 350px );
	}
}
@media(min-width: 1200px){
	.inside-header, .site-header.no-header-image .custom-header{
		height: calc( ( 1200 / 1200 ) * 350px );
	}
}
@media(min-width: 1400px){
	.inside-header, .site-header.no-header-image .custom-header{
		height: calc( ( 1400 / 1200 ) * 350px );
	}
}
@media(min-width: 1600px){
	.inside-header, .site-header.no-header-image .custom-header{
		height: calc( ( 1600 / 1200 ) * 350px );
	}
}
@media(min-width: 1800px){
	.inside-header, .site-header.no-header-image .custom-header{
		height: calc( ( 1800 / 1200 ) * 350px );
	}
}
/*.inside-header .header-overlay, .site-header.has-header-image .header-overlay*/
.header-overlay{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
/*	mix-blend-mode: hard-light;
*/	opacity: .7;
	mix-blend-mode: multiply;

}

.mememe-img-preload{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	overflow:hidden;
}
.mememe-img-preload .preload-img{
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	filter: blur(10px);
	-webkit-filter: blur(10px);
}
.mememe-img-preload.loaded{
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.over-text{
	z-index: 3;
}
