/*
Theme Name: Ilanga Catering
Theme URI: 
Author: RIACS
Author URI: 
Description: 
Version: 2.0
Text Domain: riacs
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html{
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body{
	margin: 0;
}

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

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;
}

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

b,
strong{
	font-weight: bold;
}

dfn{
	font-style: italic;
}

mark{
	background: #ff0;
	color: #2f3032;
}

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;
	text-align: center;
}

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"]{
	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;
	margin-right: 10px;
}

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;
}

th{
	padding: 0.3em;
	border: 1px solid #f5f5f5;
	background: #f9f9f9;
}
td{
	padding: 0.3em;
	border: 1px solid #f5f5f5;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea{
	color: #302e2e;
	font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	transition: color .3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6{
	color: #302e2e;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 20px;
	transition: color .3s ease;
}

h1{
	font-size: 32px;
}

h2{
	font-size: 24px;
}

h3{
	font-size: 21px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 21px;
}

h6{
	font-size: 22px;
}

p{
	margin: 0 0 15px;
}

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

blockquote{
	margin: 0;
}

address{
	margin: 0 0 15px;
}

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{
	background-color: #f2f2f2;
	padding: 0.125em 0.25em;
}

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;
}

*,
*:before,
*:after{ /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body{
	background: #302e2e; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 0;
	font-size: 150%;
	text-align: center;
	width: 60px;
	height: 100%;
	background: rgba(0,0,0,.05);
}
blockquote:before{
	content: "\f10d";
	left: 0;
}
blockquote:after{
	content: "\f10e";
	right: 0;
}

q:before{
	content: "\"";
	position: absolute;
	top: -.25em;
	left: 0;
	font-size: 2em;
	font-style: italic;
}
q:after{
	content: "\"";
	position: absolute;
	top: -.25em;
	right: 0;
	font-size: 2em;
	font-style: italic;
}

blockquote{
	quotes: "" "";
	position: relative;
	font-style: italic;
	font-size: 105%;
	font-weight: 500;
	padding: 10px 70px 10px 70px;
	background: #f9f9f9;
	border-radius: 2px;
}

q{
	quotes: "" "";
	position: relative;
	padding: 0 .75em;
}

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

ul,
ol{
	margin: 0 0 15px 20px;
	padding: 0;
}

ul{
	list-style: disc;
}

ol{
	list-style: decimal;
}

li > ul,
li > ol{
	margin-bottom: 0;
	margin-left: 15px;
}

dt{
	font-weight: bold;
}

dd{
	margin: 0 15px 15px;
}

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

table{
	margin: 0 0 15px;
	width: 100%;
	border: 1px solid #f5f5f5;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus,
#infinite-handle span button:active,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover,
.edd-submit.button.riacs,
.mini-account .edd-submit,
.mini-account [type="submit"].edd-submit{
	font-weight: initial;
	text-transform: uppercase;
	background: transparent;
	padding: .4em 1em;
	background: #302e2e;
	color: #fff;
	line-height: 1;
	transition: all .3s ease;
	width: 100%;
	border: 0;
	margin-top:15px;
}

.button:hover,
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#infinite-handle span button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.added_to_cart,
.woocommerce a.added_to_cart:hover,
.edd-submit.button.riacs:hover{
	background: #6e6968;
	
	transition: all .3s ease;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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{
	color: #2f3032;
	border: 1px solid #2d2d2d;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	padding: .4em 1em;
	width: 100%;
}

input[type="search"] {
	color: #2f3032;
	border: 1px solid #858585;
	border-radius: 2px;
	padding: 0.4em;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	/* padding: .618em 1em; */
	width: 100%;
}

select{
	border: 1px solid #565656;
	padding: 3px 40px 3px 8px;
	height: 36px;
	background-color: #fff;
	line-height: 100%;
	background-image: url("images/select-arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
}
select::-ms-expand {
	display: none;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
textarea:focus{
	outline: 1px solid #565656;
}

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,
select:focus{
	border: 1px solid #565656;
	background-color: #fbfbfb;
	outline: 1px solid #2f3032;
}

textarea{
	width: 100%;
	min-height: 100px;
}

input[type="search"]{
	width: 65%;
	max-width: 100%;
	border-radius: 8px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a{
	color: #da9e27;
	text-decoration: none;
}

a:visited{
	opacity: 0.8;
}

a:hover,
a:focus,
a:active{
	text-decoration: underline dotted #2f3032;
}

a.button,
.single-entry-content a.button{
	color: #fff;
	display: inline-block;
	text-decoration: none;
}

a.button:focus{
	outline: 2px dotted #2f3032;
}

a.read-more{
	font-size: 90%;
}

a.more-tag{
	display: none;
}

.tag-read-more a.more-tag{
	display: inline-block;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
# 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;
}

.screen-reader-text:focus{
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	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. */
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.clearfix:before,
.clearfix: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,
.nav-links:before,
.nav-links:after{
	content: "";
	display: table;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget{
	margin: 0 0 30px;
}

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

.widget ul ul{
	margin-left: 10px;
}

.widget .post-date{
	font-size: 80%;
	color: #bbb;
	padding-right: 50%;
	white-space: nowrap;
}

#colophon .widget{
	margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select{
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit{
	display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#grid-loop,
#main.infinite-grid .infinite-wrap,
.woocommerce ul.products,
.woocommerce-page ul.products,
.edd_downloads_list{
	margin: 0 -5px 10px -5px;
	display: grid;
}

#grid-loop.layout-1,
#main.infinite-grid.layout-1 .infinite-wrap,
.woocommerce ul.products.columns-1,
.woocommerce-page ul.products.columns-1,
.edd_download_columns_0,
.edd_download_columns_1{
	grid-template-columns: 100%;
}

#grid-loop.layout-2,
#main.infinite-grid.layout-2 .infinite-wrap,
.woocommerce ul.products.columns-2,
.woocommerce-page ul.products.columns-2,
.edd_download_columns_2{
	grid-template-columns: 50% 50%;
}

#grid-loop.layout-3,
#main.infinite-grid.layout-3 .infinite-wrap,
.woocommerce ul.products.columns-3,
.woocommerce-page ul.products.columns-3,
.edd_download_columns_3{
	grid-template-columns: 33.333333% 33.333333% 33.333333%;
}

#grid-loop.layout-4,
#main.infinite-grid.layout-4 .infinite-wrap,
.woocommerce ul.products.columns-4,
.woocommerce-page ul.products.columns-4,
.edd_download_columns_4{
	grid-template-columns: 25% 25% 25% 25%;
}

.woocommerce ul.products.columns-5,
.woocommerce-page ul.products.columns-5,
.edd_download_columns_5{
	grid-template-columns: 20% 20% 20% 20% 20%;
}

.woocommerce ul.products.columns-6,
.woocommerce-page ul.products.columns-6,
.edd_download_columns_6{
	grid-template-columns: 16.666666% 16.666666% 16.666666% 16.666666% 16.666666% 16.666666%;
}

.woocommerce ul.products.columns-7,
.woocommerce-page ul.products.columns-7,
.edd_download_columns_7{
	grid-template-columns: 14.285714% 14.285714% 14.285714% 14.285714% 14.285714% 14.285714% 14.285714%;
}

.woocommerce ul.products.columns-8,
.woocommerce-page ul.products.columns-8,
.edd_download_columns_8{
	grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
}

.hentry{
	margin-bottom: 0 0 30px;
}

#grid-loop article,
#main.infinite-grid .infinite-wrap article,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.edd_download{
	margin: 5px;
	padding: 5px;
	background: #f9f9f9;
	transition: all .3s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 auto;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.edd_download{
	text-align: center;
}

#grid-loop article:hover,
#main.infinite-grid .infinite-wrap article:hover,
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
.edd_download:hover{
	background: #f9f9f9;
	transition: all .3s ease;
}

.edd_download_inner{
	font-size: 16px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 auto;
}

.edd_download_inner > *:not(.edd_download_image){
	padding: 0 10px;
}

.edd_download_image img{
	width: 100%;
}

.edd_download_full_content{
	text-align: left;
}

.product-wrap{
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 auto;
}

#grid-loop article:hover,
#main.infinite-grid .infinite-wrap article:hover,
#grid-loop article:hover .entry-header .entry-title,
#grid-loop article:hover .entry-header .entry-title a,
#grid-loop article:hover .archive-header .archive-title,
#grid-loop article:hover .archive-header .archive-title a,
#main.infinite-grid .infinite-wrap article:hover .entry-header .entry-title,
#main.infinite-grid .infinite-wrap article:hover .entry-header .entry-title a,
#main.infinite-grid .infinite-wrap article:hover .archive-header .archive-title,
#main.infinite-grid .infinite-wrap article:hover .archive-header .archive-title a,
.woocommerce ul.products li.product:hover,
.woocommerce ul.products li.product:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover h3,
.woocommerce ul.products li.product:hover .price,
.edd_download:hover,
.edd_download:hover h3,
.edd_download:hover .edd_download_title a,
.edd_download:hover .edd_price{
	color: #e0b015;
	transition: all .3s ease;
}

.edd_download_purchase_form{
	margin-bottom: 10px;
}

#grid-loop article:hover a.button:hover,
#main.infinite-grid .infinite-wrap article:hover a.button:hover,
.woocommerce ul.products li.product:hover a.button:hover,
.woocommerce ul.products li.product:hover button.button:hover,
.woocommerce ul.products li.product:hover input.button:hover,
.woocommerce ul.products li.product:hover a.button.alt:hover,
.woocommerce ul.products li.product:hover button.button.alt:hover,
.woocommerce ul.products li.product:hover input.button.alt:hover,
.woocommerce ul.products li.product:hover a.added_to_cart,
.woocommerce ul.products li.product:hover a.added_to_cart:hover,
.edd_download:hover .edd-submit.button.riacs:hover{
	background: #fff;
	color: #2f3032;
}

#grid-loop article .entry-content,
#grid-loop article .entry-meta,
#main.infinite-grid .infinite-wrap article .entry-content,
#main.infinite-grid .infinite-wrap article .entry-meta{
	padding: 0 10px 0 10px;
}

#grid-loop article .entry-footer,
#main.infinite-grid .infinite-wrap article .entry-footer{
	padding: 0 10px 10px 10px;
}

.sticky{
	border-top: 5px solid #2d364c;
}

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

.single-entry-content{
	font-size: 16px;
}

.page-links{
	clear: both;
	margin: 0 0 15px;
}

#primary{
	width: 72.5%;
	float: left;
}

.sidebar-left #primary{
	float: right;
}

#primary.full-width{
	width: auto;
	float: none;
}

#secondary{
	width: 25%;
	float: right;
	margin-bottom: 30px;
}

.sidebar-left #secondary{
	float: left;
}

article{
	position: relative;
	margin-bottom: 20px;
}

.container.entry-header{
	padding: 0;
}

.entry-header{
	text-align: left;
	margin-bottom: 5px;
	overflow: hidden;
}

.entry-header.with-image,
.archive-header.with-image{
	margin-top: 0;
	margin-bottom: 30px;
	min-height: 25rem;
	background-size: cover;
	background-position: center center;
	background-color: rgba(62, 70, 89, 0.5);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex: 1 1 auto;
	position: relative;
}

.entry-header.with-image.full:before,
.archive-header.with-image.full:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(45,54,76,.5);
}

.entry-header .title-meta-wrapper,
.archive-header .title-meta-wrapper{
	background: rgba(45,54,76,.7);
}

.entry-header.full .title-meta-wrapper,
.archive-header.full .title-meta-wrapper{
	background: transparent;
	position: relative;
}

.entry-header .entry-title,
.archive-header .archive-title{
	position: relative;
	font-weight: 400;
	padding: 10px;
	margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	hyphens: none;
}

.single .entry-header .entry-title,
.page .entry-header .entry-title,
.archive-header .archive-title,
.archive-header .archive-title{
	font-size: 30px;
	padding: 0;
	margin-bottom: 20px;
}

.search-results .page .entry-header .entry-title{
	font-size: 30px;
	padding: 10px;
	margin-bottom: 0;
}

.related-posts .entry-header .entry-title,
.single .related-posts .entry-header .entry-title{
	font-size: 30px;
	padding: 10px;
}

.entry-excerpt,
.taxonomy-description{
	text-align: center;
}

.post-thumbnail{
	margin-bottom: 20px;
}

#grid-loop article .post-thumbnail{
	margin-bottom: 0;
}

#grid-loop article .post-thumbnail img{
	width: 100%;
}

.entry-content p{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	hyphens: none;
}

.entry-header .entry-title,
.entry-header .entry-title a,
.archive-header .archive-title,
.archive-header .archive-title a,
.edd_download_title a{
	text-decoration: none;
	color: #2f3032;
}

.entry-header.with-image .entry-title,
.entry-header.with-image .entry-title a,
.archive-header.with-image .archive-title,
.archive-header.with-image .archive-title a{
	text-decoration: none;
	color: #fff;
	margin: 10px 0 10px 15px;
}

.entry-meta,
.entry-footer{
	font-size: 14px;
	font-style: normal;
}

.single .entry-meta{
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
}

.single .entry-header.with-image .entry-meta{
	margin-top: 10px;
}

.entry-footer .author-name-wrap,
.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .edit-link{
	display: block;
	clear: both;
}

.entry-footer span.author-name-wrap,
.entry-footer span.author-description{
	margin-bottom: 10px;
}

.entry-footer span.author-description p{
	margin-bottom: 10px;
}

.entry-footer span.tags-links{
	margin-top: 10px;
}

.entry-meta .author{
	font-weight: bold;
}

.entry-meta .author img,
.archive-title .author img{
	border-radius: 50%;
	margin-right: 10px;
}

.archive.author .archive-description{
	margin: 0 0 15px;
}

.single:not(.single-download) .entry-footer{
	margin: 15px 0;
	padding: 15px;
	
	font-size: 16px;
	color: #333;
}

.single:not(.single-download) .entry-footer a{
	color: #333;
}

.entry-footer .author-name{
	font-weight: bold;
	text-transform: uppercase;
}

ul.archive-sub-cats{
	list-style: none;
	margin-left: 0;
}

ul.archive-sub-cats li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 8px 20px;
	background: #ff7800;
	border-radius: 2px;
}

ul.archive-sub-cats li:last-child{
	margin-right: 0;
}

ul.archive-sub-cats li a{
	color: #fff;
}

#homepage-sections .section{
	margin-bottom: 30px;
}

#homepage-sections .section h2.section-title{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
aside{
	background-color: rgba(20, 24, 34, 0.88);
	color: #fff;
}

aside a {color:#fff;}

aside a:hover{ color:#e7ac34;
	text-decoration-color: #fff;
	-moz-text-decoration-color: #fff;
}

aside input,
aside button{
	margin-top: 2px;
}

#site-usp{
	width: 100%;
	padding: 10px 0;
	transition: padding .5s;
}

#masthead.scrolled #site-usp{
	padding: 5px 0;
	transition: padding 1s;
}

#site-usp .container{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px;
	background: rgba(255,255,255,.05);
	box-shadow: 0 0 2px rgba(255,255,255,.3);
}

#site-usp aside{
	background: transparent;
	color: #fff;
	margin: 0;
	display: block;
}

.offers-bar-widget-title{
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	margin: 0;
	line-height: 1;
}

#site-usp aside p{
	margin: 0;
}

#site-usp aside a{
	font-weight: 400;
}

.shop-filter-wrap{
	margin: 0 0 20px;
	clear: both;
}

.shop-filter-wrap .shop-filter-toggle{
	display: block;
	cursor: pointer;
	position: relative;
}

.shop-filter-wrap .shop-filter-toggle.active{
	margin-bottom: 10px;
}

.shop-filter-wrap .shop-filter-toggle .toggle-icon{
	position: relative;
}

#shop-filters{
	display: none;
	background: #2d364c;
	padding: 0;
	font-size: 80%;
	width: 100%;
	table-layout: fixed;
}

.shop-filter-wrap #shop-filters.active{
	display: table;
}

#shop-filters aside{
	background: transparent;
	display: table-cell;
	width: 100%;
	position: relative;
	border-right: 1px solid #fff;
}

#shop-filters aside a{
	color: #fff;
}

#shop-filters .widget{
	margin: 0;
	padding: 10px;
}

.shop-filters-widget-title{
	position: relative;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}

#shop-filters li{
	width: 32.333333%;
	min-width: 120px;
	margin-right: 1%;
	float: left;
}

#shop-filters form{
	max-width: 240px;
}

#shop-filters button{
	padding: 0 16px;
	line-height: 28px;
	height: 28px;
	font-size: 1em;
}

#shop-filters .widget_price_filter .price_slider_amount .button{
	font-size: 1.15em;
}

#shop-filters .customize-partial-edit-shortcut button,
#shop-filters .widget .customize-partial-edit-shortcut button{
	height: 30px;
	font-size: 18px;
	padding: 3px;
}

#shop-filters input[type="text"]{
	height: 24px;
}

.sidebar-widget-title,
.page-sidebar-widget-title,
.shop-sidebar-widget-title,
.edd-sidebar-widget-title{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-size: 20px;
	text-align: left;
}

.widget-area ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget-area ul ul{
	margin-top: 5px;
}

.widget-area ul ul li{
	padding-left: 10px;
}

.widget-area ul ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.widget-area li{
	margin: 0 0 7px 0;
}

.widget-area .widget{
	padding: 30px;
	margin-bottom: 1px;
}

.widget-area .widget.widget_image{
	padding: 5px;
	margin-bottom: 25px;
}

.widget-area form{
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
article.comment-body{
	background: #f5f5f5;
	padding: 20px;
}

.comment-content a{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	hyphens: none;
}

.bypostauthor{
	display: block;
}

.author-email-url{
	margin-left: -2%;
}

.comment-form-author{
	float: left;
	width: 32%;
}
.comment-form-email,
.comment-form-url{
	float: left;
	margin-left: 2% !important;
	width: 32%;
}

.author-email-url input{
	width: 100%;
}

.comment-form .form-submit{
	clear: both;
}

#comments{
	background: #fff;
	margin-bottom: 25px;
}

.logged-in-as,
.comment-notes{
	font-size: 13px;
}

#comments h3.comment-reply-title{
	position: relative;
}

#comments h3.comment-reply-title:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #f5f5f5;
}

#comments ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments li.comment{
	margin: 0 0 20px;
}

#comments li.comment .children{
	display: block;
	margin: 20px 0 0 30px;
	padding: 0px;
	list-style: none;
}

.comment-list .comment-respond{
	margin-top: 20px;
	border: 1px solid #EEE;
	padding: 20px;
}

.comment-list .vcard img{
	border-radius: 50%;
	margin-right: 10px;
}

.comment-list .vcard .fn{
	font-weight: normal;
	font-size: 16px;
}

.comment-list .edit-link{
	position: absolute;
	top: 0;
	left: auto;
}

.comment-list .edit-link a{
	font-size: 13px;
	display: inline-block;
	padding: 10px;
}

.comment-list .comment-meta{
	margin-bottom: 15px;
} 

.comment-list .comment-author{
	display: inline-block;
	margin-right: 1em;
}

.comment-list .comment-author .says{
	display: none;
}

.comment-list .comment-metadata{
	display: inline-block;
	padding-top: 10px;
	font-size: 13px;
}

.comment-list .comment-metadata a{
	text-decoration: none;
}

.comment-list .reply{
	display: inline-block;
	font-size: 13px;
	background: #fff;
	padding: 5px 10px;
}

.comment-list .reply a{
	text-decoration: none;
}

#cancel-comment-reply-link{
	float: right;
	font-size: 13px;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a{
	background: #2d364c;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 22px;
	position: relative;
}

.comment-navigation .nav-next a{
	margin-right: 13px;
}

.comment-navigation .nav-next a:after{
	content: "";
	position: absolute;
	border-left: 11px solid #2d364c;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	right: -11px;
}

.comment-navigation .nav-previous a{
	margin-left: 11px;
}

.comment-navigation .nav-previous a:after{
	content: "";
	position: absolute;
	border-right: 11px solid #2d364c;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	left: -11px;
}

/*--------------------------------------------------------------
# Related Posts
--------------------------------------------------------------*/

.related-posts{
	margin: 0 0 30px 0;
}

.related-posts h3{
	position: relative;
}

.related-posts h3:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #f5f5f5;
}

.related-posts #grid-loop article .entry-content{
	padding-bottom: 10px;
}

/*--------------------------------------------------------------
# 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%;
}

.entry-video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.entry-video embed,
.entry-video iframe,
.entry-video object,
.entry-video video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption{
	margin-bottom: 15px;
	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{
	background: #f9f9f9;
	border: 1px solid #f5f5f5;
	text-align: center;
	font-size: 16px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery{
	margin-bottom: 15px;
}

.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;
	margin: 0 10px 10px 10px;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.container{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.site-content{
	position: relative;
	margin-top: 60px;
}

.page-template-template-blank-canvas .site-content,
.page-template-template-landing-page .site-content,
.page-template-template-transparent-header .site-content{
	margin-top: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead{
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#masthead.full,
#masthead.transparent{
	background-color: transparent;
	transition: background-color .5s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

#masthead.not-full{
	background-color: #2d364c;
	transition: background-color .5s;
}

#masthead.not-full.scrolled{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

#masthead.full.scrolled,
#masthead.transparent.scrolled{
	background-color: rgba(20, 24, 34, 0.88);
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;
}

.logged-in.admin-bar #masthead.scrolled{
	top: 32px;
}

#masthead > .container{
	display: grid;
	grid-template-columns: minmax(auto,300px) auto auto;
	align-items: center;
	padding: 16px 0 1px 0;
	transition: padding .5s; background-color: rgba(20, 24, 34, 0.88);
}

#masthead.scrolled > .container{
	padding: 16px 0 1px 0;
	transition: padding .5s;
	-webkit-transition: padding .5s;
	-moz-transition: padding .5s;
	-ms-transition: padding .5s;
	-o-transition: padding .5s;
}

#site-branding{
	grid-column: 1/2;
}

.toggle-nav {
	grid-column: 3/4;
	justify-self: end;
	display: none;
}

#site-navigation{
	grid-column: 1/4;
	justify-self: center;
}

#masthead.has-search #site-navigation,
#masthead.has-wc #site-navigation{
	grid-column: 2/3;
}

#site-top-right{
	color: #fff;
	padding: 10px;
	grid-column: 3/4;
	justify-self: end;
}

#site-top-right a{
	color: #fff;
	text-decoration: none;
}

#site-top-right a.button{
	color: #fff;
}

#top-bar{
	display: block;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.15);
	font-size: 12px;
	line-height: 1.6;
	transition: padding .5s;
}

#masthead.scrolled #top-bar{
	padding: 5px 0;
	transition: padding 1s;
}

.top-bar-widget-title{
	color: #fff;
	margin: 0;
	font-size: 1.2em;
}

#top-bar a.button, #top-bar a.button:hover,
#top-bar button, #top-bar input[type="button"], #top-bar input[type="reset"], #top-bar input[type="submit"],
#top-bar input[type="text"], #top-bar input[type="email"], #top-bar input[type="url"], #top-bar input[type="password"], #top-bar input[type="search"], #top-bar input[type="number"], #top-bar input[type="tel"], #top-bar input[type="range"], #top-bar input[type="date"], #top-bar input[type="month"], #top-bar input[type="week"], #top-bar input[type="time"], #top-bar input[type="datetime"], #top-bar input[type="datetime-local"], #top-bar input[type="color"], #top-bar textarea{
	height: auto;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 12px;
	margin: 2px 0;
	max-width: 160px;
}

#top-bar p,
#top-bar .widget,
#top-bar .widget p{
	margin: 0;
	padding: 0;
	background: transparent;
}

#top-bar .widget{
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

#top-bar .widget:nth-child(odd){
	text-align: left;
	margin-right: 1%;
}
#top-bar .widget:nth-child(even){
	text-align: right;
	margin-left: 1%;
}

#top-bar ul{
	position: relative;
	list-style: none;
}

#top-bar li{
	display: inline-block;
	margin-left: 12px;
}

#top-bar li:first-child{
	margin-left: 0;
}

#top-bar ul > li > ul{
	display: none;
	border: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.1);
	border-top: 0;
	margin-top: 2px;
}

#top-bar ul > li.menu-item-has-children:hover > ul{
	position: absolute;
	display: block;
	margin-left: 0;
	text-align: left;
	z-index: 101;
}
#top-bar ul > li.menu-item-has-children:hover > ul > li{
	display: block;
	margin-left: 0;
	padding: 5px;
}

#top-bar ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul,
#top-bar ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul:hover{
	display: none;
}

#masthead .top-search{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	max-width: 70%;
}

.top-search{
	max-width: 100% !important;
	transform: none;
}

.top-search .mini-search{
	position: absolute;
	top: auto;
	right: 0;
	visibility: hidden;
	opacity: 0;
	padding: 10px;
	background-color: rgba(20, 24, 34, 0.80);
	border-radius: 8px;
	box-shadow: 0 0 2px rgba(255,255,255,.3);
	z-index: 99999;
	transform: translateY(30px);
	transition: all .3s ease;
}

.top-search.search-open .mini-search{
	visibility: visible;
	opacity: 1;
	transform: translateY(10px);
	transition: all .4s ease;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}

#masthead .search-form,
#masthead .woocommerce-product-search{
	width: 320px;
	max-width: 100%;
}

#masthead .search-form input[type="submit"],
#masthead .search-form button[type="submit"],
#masthead .woocommerce-product-search button[type="submit"]{
	position: relative;
	display: inline-block;
	border: none;
	color:#e1e1e1;
	box-shadow: none;
	transition: none;
	border:1px solid #353535;

	
}

#masthead .search-form input[type="search"],
#masthead .woocommerce-product-search input[type="search"]{
	display: inline-block;
	max-width: calc(100% - 44px);
	background: transparent;
	color: #d8d8d8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#masthead .search-form input[type="search"]::placeholder,
#masthead .woocommerce-product-search input[type="search"]::placeholder{
	color: #fff;
	opacity: .6;
}

#masthead .top-account{
	position: relative;
	display: inline-block;
	margin: 0 0 0 20px;
}

#masthead .top-account .mini-account{
	position: absolute;
	top: auto;
	right: 0;
	text-align: left;
	font-size: 90%;
	padding: 10px;
	min-width: 240px;
	max-height: 480px;
	overflow: hidden auto;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	transform: translateY(40px);
	background-color: rgba(20, 24, 34, 0.90);
	border-top: 2px solid #e7ac34;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 0 2px rgba(255,255,255,.3);
	transition: all 0.3s ease;
}

#masthead .top-account .mini-account .display-name{
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding: 0 0 .75em 0;
}

.mini-account .display-name .fa{
	width: 20px;
}

#masthead .top-account .mini-account #edd_login_form legend,
#masthead .top-account .mini-account #edd_register_form legend{
	font-size: inherit;
	margin-bottom: 0;
}

#masthead .top-account .mini-account fieldset{
	margin-bottom: 10px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 2px;
}

#masthead .top-account .mini-account #edd_profile_editor_form label{
	display: block;
}

#masthead .top-account .mini-account #edd_register_form fieldset{
	border: none;
}

#masthead .top-account .mini-account #edd_register_form.open fieldset{
	border: 1px solid rgba(255,255,255,.2);
}

#masthead .top-account .mini-account #edd_register_form p{
	display: none;
}

#masthead .top-account .mini-account #edd_register_form.open p{
	display: block;
}

#masthead .top-account .mini-account a{
	text-decoration: underline dotted;
}

.woocommerce .top-account .col2-set .col-1,
.woocommerce-page .top-account .col2-set .col-1,
.woocommerce .top-account .col2-set .col-2,
.woocommerce-page .top-account .col2-set .col-2{
	float: none;
	width: 100%;
}

.top-account #customer_login .u-column2{
	margin-top: .8em;
	border-top: 1px solid rgba(255,255,255,.3);
}

.top-account h2{
	position: relative;
	color: #fff;
	font-size: 1.15em;
	text-transform: none;
	margin: 0 0 .8em;
}

.top-account #edd_register_form legend{
	position: relative;
	cursor: pointer;
	padding-right: 20px;
}

.top-account #customer_login .u-column2 h2{
	margin-top: .8em;
	cursor: pointer;
}

.top-account #customer_login .u-column2 h2:after,
.top-account #edd_register_form legend:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	font-weight: 900;
	font-size: 16px;
	text-shadow: none;
	position: absolute;
	top: 0;
	right: 0;
}

.top-account #customer_login .u-column2.open h2:after,
.top-account #edd_register_form.open legend:after{
	content: "\f106";
}

.top-account #customer_login .u-column2 form{
	display: none;
}

.top-account #customer_login .u-column2.open form{
	display: block;
}

.top-account p{
	margin: 0 0 7px;
}

.top-account p.mini-account-header{
	width: 100%;
}

.top-account p.mini-account-footer{
	width: 100%;
	padding-top: 15px;
	border-top: 1px solid #2d364c;
}

.top-account input{
	padding: 2px 4px;
	height: 24px;
}

.top-account .woocommerce-MyAccount-navigation{
	width: 100%;
}

.top-account form .form-row .required{
	color: red;
}

.woocommerce .top-account form .form-row .required{
	visibility: hidden;
	transition: all .7s;
	transition-delay: 1s;
}
.woocommerce .top-account:hover .mini-account form .form-row .required{
	visibility: visible;
	transition-delay: 0s;
}

div.mini-account form.login{
	border: none;
	padding: 0;
	margin: 0;
}

div.mini-account .form-row,
div.mini-account .form-row-first,
span.mini-account .form-row-last{
	width: 100%;
	float: left;
}

.top-account .woocommerce-form__label-for-checkbox{
	padding: 20px 0 10px 0;
	margin-left: 0;
	display: block;
}

.top-account .woocommerce-form__label-for-checkbox span{
	font-size: 90%;
}

.top-account input#rememberme.woocommerce-form__input.woocommerce-form__input-checkbox{
	height: 10px;
	margin-right: 0;
}

#masthead .top-wishlist{
	position: relative;
	display: inline-block;
	margin: 0 0 0 20px
}

#masthead .top-cart{
	position: relative;
	display: inline-block;
	margin: 0 0 0 20px;
}

#masthead .top-cart .mini-cart{
	position: absolute;
	top: auto;
	right: 0;
	text-align: left;
	font-size: 90%;
	padding: 10px;
	min-width: 240px;
	max-height: 480px;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	transform: translateY(40px);
	background-color: rgba(20, 24, 34, 0.90);
	border-top: 2px solid #e7ac34;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 0 2px rgba(255,255,255,.3);
	transition: all 0.3s ease;
}

#masthead .top-cart .mini-cart p{
	margin: 0;
}

#masthead .top-cart .mini-cart .woocommerce-mini-cart__buttons .button{
	display: block;
	text-align: center;
	margin-top: 10px;
}

#masthead .top-account:hover .mini-account,
#masthead .top-account .mini-account.locked,
#masthead .top-cart:hover .mini-cart,
#masthead .top-account a:focus ~ .mini-account,
#masthead .top-cart a:focus ~ .mini-cart{
	top: auto;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition: all .3s ease;
}

#masthead .top-cart .mini-cart .widget{
	margin: 0;
}

#masthead .top-cart .mini-cart .edd-cart-number-of-items{
	color: inherit;
}

#masthead .top-cart .mini-cart .edd-cart-meta{
	padding: 0;
}

#masthead .top-cart .mini-cart .edd-cart-meta.edd_subtotal,
#masthead .top-cart .mini-cart .edd-cart-meta.edd_total{
	background-color: transparent;
}

#masthead .top-cart .mini-cart ul.cart_list,
#masthead .top-cart .mini-cart ul.edd-cart{
	list-style: none;
	padding: 0;
	margin: 0;
}

#masthead .top-cart .mini-cart .edd-cart a.edd-remove-from-cart{
	position: relative;
	display: inline-block;
	color: transparent;
	margin-left: 10px;
}

#masthead .top-cart .mini-cart .edd-cart a.edd-remove-from-cart:after{
	position: absolute;
	top: 4px;
	left: 0;
	content: 'X';
	color: red;
	background: #fff;
	border-radius: 50%;
	width: 20px;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	font-weight: 600;
	font-size: 10px;
}

#masthead .top-cart .mini-cart .edd-cart .edd_checkout{
	margin-top: 10px;
}

#masthead .top-cart .mini-cart .edd-cart .edd_checkout a{
	text-transform: uppercase;
	background: #ff7800;
	padding: 5px 10px;
	color: #fff;
	border: 0;
	border-radius: 2px;
}

#masthead .top-cart .mini-cart ul.edd-cart li{
	padding: 5px 0;
}

#masthead .top-cart .mini-cart ul.edd-cart li.edd-cart-item{
	border-bottom: 1px solid rgba(255,255,255,.1);
}

#masthead .top-cart .mini-cart ul.edd-cart li.edd-cart-item:first-child{
	border-top: 1px solid rgba(255,255,255,.1);
}

.button.riacs:hover .edd-loading{
	border-top: .2em solid rgba(0,0,0,.2);
	border-right: .2em solid rgba(0,0,0,.2);
	border-bottom: .2em solid rgba(0,0,0,.2);
	border-left: .2em solid #000;
}

#masthead .top-cart .mini-cart ul.cart_list li:after, #masthead .top-cart .mini-cart ul.cart_list li:before, #masthead .top-cart .mini-cart ul.product_list_widget li:after, #masthead .top-cart .mini-cart ul.product_list_widget li:before{
	content: ' ';
	display: table;
}

#masthead .top-cart .mini-cart ul.cart_list li:after{
	clear: both;
}

#masthead .top-cart .mini-cart ul.cart_list li{
	padding: 4px 0;
	margin: 0;
	list-style: none;
}

#masthead .top-cart .mini-cart ul.cart_list li a{
	display: block;
	font-weight: normal;
}

#masthead .top-cart .mini-cart a.remove{
	display: block;
	font-size: 2em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: red !important;
	text-decoration: none;
	border: 0;
	float: right;
	opacity: 0.7;
}

#masthead .top-cart .mini-cart a.remove:hover{
	color: #fff !important;
	background: red;
	opacity: 1;
}

#masthead .top-cart .mini-cart ul.cart_list li img{
	float: right;
	margin-left: 4px;
	width: 42px;
	height: auto;
	box-shadow: none;
}

#masthead .top-cart .mini-cart li.empty{
	list-style: none;
	text-align: center;
}

#masthead .top-cart .mini-cart dt{
	font-weight: normal;
}

#masthead .top-cart .mini-cart dd{
	margin: 0 0 0 10px;
}

#masthead a.riacs-cart{
	position: relative;
	margin-right: 22px;
}

#masthead a.riacs-wishlist{
	position: relative;
	margin-right: 10px;
}

#masthead .riacs-icon-heart,
#masthead .riacs-icon-shopping-cart{
	margin-right: 5px;
}

#masthead a.riacs-cart .item-count,
#masthead a.riacs-wishlist .wishlist_products_counter_number,
#masthead a.wishlist_products_counter .wishlist_products_counter_number{
	position: absolute;
	top: -1px;
	left: auto;
}

#masthead a.riacs-cart.items .riacs-icon-shopping-cart,
#masthead a.riacs-cart.items .item-count{
	color: #e7ac34;
}

#site-branding h1,
#site-branding p,
#site-branding .custom-logo{
	margin: 0;
	padding: 0;
	line-height: 1;
}

#masthead #site-branding img.custom-logo{
	max-height: 200px;
	width: auto;
	padding-top: 5px;
	transition: all .5s;
}

#masthead.scrolled #site-branding img.custom-logo{
	max-height: 80px;
	width: auto;
	transition: all .7s;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
}

.site-title{
	font-family: 'Rajdhani', Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 56px;
	text-transform: uppercase;
	letter-spacing: 2px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	hyphens: none;
}

.site-title a,
.site-title a:hover,
.site-title a:active,
.site-title a:focus{
	text-decoration: none;
	color: #ffbf27;
}

.site-description{
	clear: both;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	hyphens: none;
}

.masthead-block{
	background: transparent;
	height: 70px;
}

.title-tagline-hidden .site-title,
.title-tagline-hidden .site-description{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

#home-hero-section{
	background: transparent;
}

#home-hero-section .widget{
	margin-bottom: -60px;
}

#home-hero-section aside{
	position: relative;
	background: transparent;
	color: #2f3032;
}

#home-hero-section .widget_media_image{
	display: block;
	color: #fff;
}

#home-hero-section .widget_media_image:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d364c;
	opacity: .7;
}

#home-hero-section .widget_media_image .hero-widget-title{
	width: 100%;
	max-width: calc(100% - 120px);
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 76px;
	text-transform: uppercase;
	font-weight: bold;
}

#home-hero-section .widget_media_image .hero-widget-title a,
#home-hero-section .widget_media_image .hero-widget-title a:hover,
#home-hero-section .widget_media_image .hero-widget-title a:focus,
#home-hero-section .widget_media_image .hero-widget-title a:active{
	color: #fff;
	text-decoration: none;
}

#home-hero-section .widget_media_image .wp-caption{
	margin: 0;
	padding: 0;
}

#home-hero-section .widget_media_image img{
	width: 100%;
	height: auto;
}

#home-hero-section .widget_media_image.adaptive-sizing{
	overflow: hidden;
}

#home-hero-section .widget_media_image img.adaptive-sizing{
	width: auto;
	max-width: none !important;
}

#home-hero-section .widget_media_image .wp-caption .wp-caption-text{
	width: 100%;
	max-width: calc(100% - 120px);
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 26px;
}

#home-hero-section p{
	margin: 0;
}

.bx-wrapper .bx-controls-direction a{
	margin-top: 0;
	height: 40px;
	width: 40px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	text-indent: 0;
	text-decoration: none;
	border-radius: 100%;
	transform: translateY(-50%);
}

.bx-wrapper .bx-controls-direction a:hover{
	background: #ff7800;
	opacity: 0.8;
}

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
.toggle-nav{
	font-size: 24px;
	background: transparent;
	color: #fff;
	cursor: pointer;
	width: 20px;
	border:none;
}

.toggle-nav:hover{
	background: transparent;
	color: #fff;
}

.toggle-nav:focus{
	color: #fff;
	outline: 1px dotted;
}

#site-navigation{
	font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .01em;
}

#primary-menu{	
	margin: 0;
	color: #fff;
}

#primary-menu li{
	float: left;
	position: relative;
	list-style: none;
}

#primary-menu li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 10px;
	transition: color .3s ease;
}

#primary-menu li.highlight > a{
	background: #e7ac34;
}

#primary-menu li.menu-item-has-children a{
	padding-right: 25px;
}

#primary-menu:hover li a{
	opacity: .6;
	transition: opacity .3s ease;
}

#primary-menu li:hover a{
	opacity: 1; 
	
}
#primary-menu li a:hover{
	opacity: 1;
	transition: opacity .3s ease;
	color: #e7ac34;
}

#primary-menu li.current-menu-item > a{
	color: #e7ac34;
}
#primary-menu li.highlight.current-menu-item > a{
	color: #fff;
}

#primary-menu ul{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	background-color: rgba(20, 24, 34, 0.80);
	border-top: 2px solid #e7ac34;
	box-shadow: 0 0 2px rgba(255,255,255,.3);
	min-width: 295px;
	text-align: left;
	top: 140%;
	margin: 0;
	border-radius: 0 0 3px 3px;
	z-index: 99999;
	transition: all 0.3s ease;
}
#primary-menu li.menu-item-has-children.locked > ul,
#primary-menu li.menu-item-has-children:hover > ul,
#primary-menu li.menu-item-has-children a:focus ~ ul{
	visibility: visible;
	opacity: 1;
	top: 100%;
	transition: all 0.3s ease;
}
#primary-menu ul li{
	width: 100%;
	background: none;
}
#primary-menu ul li a{
	position: relative;
	overflow: hidden;
}

#primary-menu ul li.menu-item-has-children ul,
#primary-menu ul li.menu-item-has-children ul,
#primary-menu ul li.menu-item-has-children.locked ul,
#primary-menu ul li.menu-item-has-children:hover ul,
#primary-menu ul li.menu-item-has-children a:focus ~ ul{
	left: 100%;
	top: 5px;
}

#primary-menu li.menu-item-has-children .sub-menu ul{
	border-radius: 0 3px 3px 3px;
}
.sub-menu li{
	border-bottom: 1px solid rgba(255, 255, 255, 0.025);
}
.sub-menu li:last-child{
	border: 0;
}

#primary-menu li.menu-item-has-children .sub-menu a{
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	margin: 0;
	transition: all 0.3s ease;
}

#primary-menu li.menu-item-has-children:hover .sub-menu a{
	/*padding-top: 8px;
	padding-bottom: 8px;*/
	transition: all 0.3s ease;
}

.page-links,
.comments-pagination{
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}

.page-links a,
.comments-pagination .page-numbers{
	padding: 0 10px;
}

.posts-navigation,
.post-navigation{
	background: #141822;
	color: #fff;
	padding: 15px;
	border: none;
	box-shadow: none;
	margin: -29px 0 30px 0;
	overflow: hidden;
}

.posts-navigation a,
.post-navigation a{
	color: #fff;
}

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

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

.post-navigation .nav-previous .fa{
	margin-right: .25em;
}

.post-navigation .nav-next .fa{
	margin-left: .25em;
}

/*--------------------------------------------------------------
## Featured Posts
--------------------------------------------------------------*/
#featured-post-section{
	margin-top: 60px;
	margin-bottom: 30px;
	width: 100%;
}

.featured-post-wrap{
	display: grid;
	grid-template-columns: 32% 32% 32%;
	grid-column-gap: 2%;
	grid-row-gap: 65px;
}

.featured-post{
	padding: 20px;
	position: relative;
	text-align: center;
	background: #f9f9f9;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 auto;
}
.featured-post:hover{
	background: #2d364c;
	color: #fff;
	transition: all 0.3s ease;
}

.featured-post .featured-icon{
	font-size: 40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: block;
	color: #fff;
	margin: -60px auto 0px auto;
	text-align: center;
	background: #2d364c;
	border-radius: 100%;
	box-shadow: 0px 0px 0px 4px rgba(45,54,76,.5);
	transition: all 0.3s ease;
}
.featured-post .featured-icon .fa.fa-not-a-real-icon{
	display: none;
}

.featured-post:hover .featured-icon{
	background: #ff7800;
	box-shadow: 0px 0px 0px 4px rgba(255,120,0,.5);
	transition: all 0.3s ease;
}

.featured-post h4{
	position: relative;
	margin: 10px 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	color: #2f3032;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	hyphens: none;
}

.featured-post a,
.featured-post h4 a{
	color: #2f3032;
	text-decoration: none;
	transition: all 0.3s ease;
}

.featured-post:hover h4,
.featured-post:hover a,
.featured-post:hover h4 a{
	color: #fff;
	transition: all 0.3s ease;
}

.featured-post .featured-excerpt{
	text-align: center;
	font-weight: 300;
	transition: all 0.3s ease;
}

.featured-post:hover .featured-excerpt{
	color: #fff;
	transition: all 0.3s ease;
}

.featured-post a.featured-readmore{
	color: #fff;
	border: 1px solid transparent;
}
.featured-post a.featured-readmore:hover{
	border-color: rgba(255,255,255,.3);
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon{
	font-size: 14px;
	color: #fff;
	background-color: #302e2e;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

#colophon aside{
	background: transparent;
}

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

.site-footer ul ul{
	margin-left: 10px;
}

.site-footer a{
	color: #fff;
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active{
	text-decoration-color: #e7ac34;
}

.above-footer-widget-title,
.footer-column-widget-title{
	color: #fff;
	font-weight: normal;
	position: relative;
	margin-bottom: 15px;
}

#above-footer{
	border-bottom: 1px solid rgba(255,255,255,.1)
}

#above-footer .container{
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
}

#above-footer .widget,
#above-footer p:last-child{
	margin-bottom: 0;
}

#top-footer{
	padding: 20px 0 0;
	border-bottom: 1px solid rgba(64, 64, 64, 0.1);
}

#top-footer .container{
	padding-bottom: 30px;
}

.top-footer{
	margin-left: -3%;
}

.footer{
	float: left;
	width: 30.3333333333%;
	margin-left: 3%;
}

#bottom-footer{
	padding: 6px 0;
	line-height: 1.2;
	text-align: center;
	background-color: #302e2e;
}
#bottom-footer a {color:#7b7b7b;}

.site-info{
	float: left;
	width: 45%;
}

.site-info .sep{
	opacity: .4;
}

.site-info-right,
#footer-menu ul{
	float: right;
	width: 45%;
	text-align: right;
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	line-height: 32px;
	margin-top: -7px;
}
#footer-menu li{
	padding: 0 8px;
	display: inline;
}

#footer-menu a,
.widget_nav_menu a{
	position: relative;
}


/*--------------------------------------------------------------
## Pagination CSS
--------------------------------------------------------------*/
.pagination{
	text-align: center;
	margin: 30px 0;
}

.pagination span,
.pagination .dots,
.pagination a{
	background: #f9f9f9;
	padding: 6px 12px;
	border-radius: 2px;
	font-weight: normal;
	color: #2f3032;
	text-decoration: none;
}

.pagination a:hover,
.pagination .current{
	color: #ff7800;
}

/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/
.woocommerce .term-description{
	margin: 0 0 20px 0;
}

.woocommerce .archive-header.full .term-description{
	margin: 0;
}

.woocommerce nav.woocommerce-pagination{
	text-align: center;
	margin: 30px 0;
}

.woocommerce nav.woocommerce-pagination ul{
	border: 0;
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li{
	border: 0;
	float: none;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
	background: #f9f9f9;
	padding: 6px 12px;
	border: 0;
	border-radius: 2px;
	font-weight: normal;
	line-height: 2.68;
	color: #2f3032;
	display: unset;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	background: #f9f9f9;
	color: #ff7800;
}

.single.single-product .quantity .input-text.qty.text,
.p-quantity .input-text.qty.text,
.woocommerce .quantity .qty{
	-moz-appearance: textfield;
	appearance: textfield;
}

.single.single-product .quantity .input-text.qty.text,
.p-quantity .input-text.qty.text,
.woocommerce .quantity .qty{
	-moz-appearance: textfield;
	appearance: textfield;
}

.quantity .qty{
	line-height: 1;
	padding: calc(.618em - 2px) 1em;
}

#wc-sticky-addtocart{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 999999;
	padding: 5px 0;
	background: #fff;
	border-bottom: 2px solid #2d364c;
}

.logged-in.admin-bar #wc-sticky-addtocart{
	top: 32px;
}

#wc-sticky-addtocart.active{
	display: block;
}

#wc-sticky-addtocart img{
	max-width: 50px;
}

#wc-sticky-addtocart .product_title{
	font-size: 16px;
}

#wc-sticky-addtocart img,
#wc-sticky-addtocart p,
#wc-sticky-addtocart .product_title,
#wc-sticky-addtocart .options-button,
#wc-sticky-addtocart form.cart,
#wc-sticky-addtocart .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{
	margin: 0 15px;
}

#wc-sticky-addtocart img,
#wc-sticky-addtocart p,
#wc-sticky-addtocart .product_title,
#wc-sticky-addtocart .options-button,
#wc-sticky-addtocart form.cart,
#wc-sticky-addtocart form.cart .quantity,
#wc-sticky-addtocart form.cart button,
#wc-sticky-addtocart .tinv-wraper.tinv-wishlist{
	display: inline-block;
}

#wc-sticky-addtocart table,
#wc-sticky-addtocart td{
	border-width: 0;
}

#wc-sticky-addtocart table.variations,
#wc-sticky-addtocart .reset_variations{
	display: none;
}

#wc-sticky-addtocart table.variations.active{
	display: block;
	margin-bottom: 5px;
}

#wc-sticky-addtocart .price ins{
	background: transparent;
	font-weight: bold;
}

#wc-sticky-addtocart .options-button{
	cursor: pointer;
	position: relative;
	color: #ff7800;
}

#wc-sticky-addtocart .options-button:after{
	position: absolute;
	content: '+';
	padding-left: 5px;
	top: -5px;
	font-size: 150%;
	font-weight: bold;
}
#wc-sticky-addtocart .options-button.active:after{
	content: '-';
	top: -7px;
}

.woocommerce .woocommerce-breadcrumb{
	color: #2f3032;
	opacity: .8;
}

.woocommerce div.product,
.woocommerce-page div.product{
	overflow: hidden;
}


.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product,
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product,
.woocommerce ul.products.columns-7 li.product,
.woocommerce-page ul.products.columns-7 li.product,
.woocommerce ul.products.columns-8 li.product,
.woocommerce-page ul.products.columns-8 li.product,
.edd_download_columns_0 .edd_download,
.edd_download_columns_1 .edd_download,
.edd_download_columns_2 .edd_download,
.edd_download_columns_3 .edd_download,
.edd_download_columns_4 .edd_download,
.edd_download_columns_5 .edd_download,
.edd_download_columns_6 .edd_download{
	width: auto;
	overflow: hidden;
	padding-bottom: 10px;
}

.woocommerce ul.products li.product .product-excerpt-wrap,
.woocommerce-page ul.products li.product .product-excerpt-wrap,
.edd_download .edd_download_excerpt{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: rgba(255,255,255,.8);
	color: #2f3032;
	margin-top: -200px;
	overflow: hidden;
	z-index: 10;
	transition: all .5s ease-in;
}

.woocommerce ul.products li.product:hover .product-excerpt-wrap,
.woocommerce-page ul.products li.product:hover .product-excerpt-wrap,
.edd_download:hover .edd_download_excerpt{
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	transition: all .5s ease-out;
}

.woocommerce ul.products li.product:hover .product-excerpt-wrap a,
.woocommerce-page ul.products li.product:hover .product-excerpt-wrap a,
.woocommerce ul.products li.product:hover .product-excerpt-wrap h3,
.woocommerce-page ul.products li.product:hover .product-excerpt-wrap h3,
.edd_download:hover .edd_download_excerpt a,
.edd_download:hover .edd_download_excerpt h3{
	color: #2f3032;
}

.woocommerce ul.products li.product:hover .product-excerpt-wrap a,
.woocommerce-page ul.products li.product:hover .product-excerpt-wrap a,
.edd_download:hover .edd_download_excerpt a{
	text-decoration: underline;
}

.woocommerce ul.products li.product .product-excerpt-wrap img,
.woocommerce-page ul.products li.product .product-excerpt-wrap img,
.edd_download:hover .edd_download_excerpt img{
	width: auto;
}

.woocommerce ul.products li.product .product-excerpt-wrap img.alignleft,
.woocommerce-page ul.products li.product .product-excerpt-wrap img.alignleft,
.edd_download:hover .edd_download_excerpt img.alignleft{
	margin-right: 1.5em;
}

.woocommerce ul.products li.product .product-excerpt-wrap img.alignright,
.woocommerce-page ul.products li.product .product-excerpt-wrap img.alignright,
.edd_download:hover .edd_download_excerpt img.alignright{
	margin-left: 1.5em;
}

.woocommerce ul.products li.product .product-excerpt-wrap img.aligncenter,
.woocommerce-page ul.products li.product .product-excerpt-wrap img.aligncenter,
.edd_download:hover .edd_download_excerpt img.aligncenter{
	margin: -10px -10px 10px -10px;
	width: calc(100% + 20px);
	max-width: calc(100% + 20px);
}

.product-detail-wrap,
.product-addtocart-wrap{
	padding: 0 10px 0 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.edd_download_title{
	padding: 0;
	margin: 0;
	font-size: 24px;
}

.woocommerce ul.products li.product a img,
.edd_download_image img{
	margin: 0 0 10px 0;
}

.woocommerce ul.products li.product .woocommerce-placeholder{
	border: none;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist,
.woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist{
	margin-bottom: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title mark.count{
	display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock,
.woocommerce ul.products li.product .price,
.edd_download .edd_price{
	color: #2f3032;
	font-weight: 400;
	transition: color .3s ease;
}

.woocommerce ul.products li.product .price,
.edd_download .edd_price{
	font-size: 20px;
}

.edd_download .price-range{
	margin-bottom: 10px;
}

.edd_download .price-range .edd_price{
	margin-bottom: 0;
}

.edd_download .edd_download_buy_button.variable-prices{
	margin-bottom: 10px;
}

.edd_download ul,
.edd_download .edd_download_purchase_form .edd_price_options ul{
	text-align: left;
	font-size: 82%;
	width: 80%;
	margin: 0 auto;
}

.edd_download_purchase_form .edd_price_options li{
	padding: .33em 0;
}

.edd-cart-added-alert{
	background: #00c400;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 2px;
}

#edd-purchase-button,
.edd-submit,
[type="submit"].edd-submit{
	font-size: 1rem;
}

.edd-single-wrap .single-entry-content{
	width: 72.5%;
	float: left;
}

.edd-single-wrap .entry-details{
	width: 25%;
	float: right;
	background: rgba(45,54,76,.05);/*color 2*/
	padding: 1rem;
	margin-bottom: 3em;
}

.edd-single-wrap .entry-details > div{
	margin-top: 2em;
	border-top: 2px solid #fff;
	padding-top: 2em;
}

.edd-single-wrap .entry-details > div:first-child{
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}

.edd-single-wrap .entry-details > div > span{
	display: block;
	padding: .33em 0;
}

.edd-single-wrap .entry-details .edd_price{
	font-size: 1.25rem;
	margin-bottom: 1rem;
	display: inline-block;
}

.edd-single-wrap .entry-details .edd-reviews-rating{
	margin-bottom: 2em;
}

.edd-single-wrap .entry-details .changelog{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(45,54,76,.7);
	padding: 1em;
	width: 100%;
	z-index: 9999;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
}
.edd-single-wrap .entry-details .changelog.changelog-open{
	display: block;
}

.edd-single-wrap .entry-details .changelog .inner{
	background: #fff;
	width: 900px;
	max-width: 90%;
	margin: 2em auto;
	display: block;
	padding: 1em 2em;
}

.edd-single-wrap .entry-details .changelog .inner .riacs-icon-close{
	display: block;
	margin: 0 0 1em 0;
	font-size: 1.6em;
}

body.changelog-open{
	overflow: hidden;
}

#edd-reviews{
	clear: both;
}

.edd-reviews-form fieldset{
	border: none;
	margin: 0;
	padding: 0;
}

.edd-reviews-form label{
	width: auto;
}

.edd-review-vote,
.edd-reviews-not-allowed,
.edd-reviews-vendor-feedback-item-wrap{
	background: rgba(45,54,76,.05);/*color 2*/
}

.edd-reviews-vendor-feedback-item,
.edd-reviews-vendor-feedback-item .wp-post-image,
.edd-review-shortcode-body{
	border-color: rgba(45,54,76,.05);/*color 2*/
}

.edd-single-wrap.meta-left .single-entry-content{
	float: right;
}

.edd-single-wrap.meta-left .entry-details{
	float: left;
}

.edd-single-wrap.meta-below .single-entry-content,
.edd-single-wrap.meta-below .entry-details{
	width: auto;
	float: none;
}

.edd-single-wrap.meta-below .entry-details{
	display: flex;
}

.edd-single-wrap.meta-below .entry-details > div{
	margin-top: 0;
	padding-top: 0;
	margin-left: 2em;
	border-left: 2px solid #fff;
	border-top: none;
	padding-left: 2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.edd-single-wrap.meta-below .entry-details > div:first-child{
	margin-left: 0;
	border-left: none;
	padding-left: 1em;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock{
	font-size: 24px;
}

.product .product_meta > span{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.product .product_meta .sku_wrapper .sku{
	font-weight: 400;
}

.quantity.hidden .minus,
.quantity.hidden .plus{
	display: none;
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td{
	color: #ff7800;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale{
	position: relative;
	top: auto;
	left: auto;
	min-height: 0;
	min-width: 0;
	padding: 0;
	line-height: 1;
	border-radius: 0;
	background-color: transparent;
	font-weight: normal;
}

.woocommerce .sale-flash,
.woocommerce ul.products li.product .sale-flash,
#yith-quick-view-content .onsale{
	position: absolute;
	margin: 0;
	border-radius: 0;
	background-color: #ff7800;
	font-weight: normal;
	text-align: center;
	color: #fff;
	min-height: 40px;
	line-height: 19px;
	left: -33px;
	text-transform: uppercase;
	top: 11px;
	width: 130px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 9;
}

#yith-quick-view-content .onsale{
	line-height: 40px;
}

.woocommerce .products .star-rating{
	margin: .5em auto .5em;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product a.added_to_cart{
	margin-top: 0;
	overflow: hidden;
}

.woocommerce ul.products li.product .button.add_to_cart_button.added{
	display: none;
}

.woocommerce-error{
	border-color: #b81c23;
}

.woocommerce-info,
.woocommerce-message{
	border-color: #ff7800;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist{
	margin-bottom: 10px;
}

.woocommerce div.product a.add_to_wishlist{
	position: relative;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	border-width: 3px;
	border-color: #f5f5f5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	bottom: -6px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	border-bottom-right-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
	border-bottom-left-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-width: 1px;
	border-bottom-width: 0;
	border-color: #f5f5f5;
	border-radius: 0;
	background: transparent;
	margin-left: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{
	margin-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	border-width: 3px;
	border-bottom-width: 0;
	border-color: #f5f5f5;
	border-radius: 0;
	background: transparent;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
	padding: 0 20px;
}

.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td{
	border-width: 0;
}

.woocommerce table.shop_attributes td{
	padding: 0.3em;
}

.woocommerce table.shop_attributes tr:nth-child(2n) td{
	background: transparent;
}

.woocommerce table.shop_attributes tr td,
.woocommerce table.shop_attributes tr th{
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child th{
	border-bottom: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: #ff7800;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	width: 1.2em;
	height: 1.2em;
	top: -.45em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: rgba(0,0,0,.1);
}

.woocommerce .widget_price_filter .ui-slider-horizontal{
	height: .3em;
}

#above-footer ul.product_list_widget:after{
	content: "";
	display: table;
}

#above-footer ul.product_list_widget:after{
	clear: both;
}


#above-footer ul.product_list_widget li{
	float: left;
	width: 16.666666%;
	margin-bottom: 10px;
}

#above-footer ul.product_list_widget li:nth-child(6n+1){
	clear: both;
}

#above-footer ul.product_list_widget li img{
	float: left;
	width: 48px;
	margin-right: 10px;
}

.woocommerce ins{
	background: transparent;
}

section.up-sells.products,
section.related.products{
	clear: both;
}

.woocommerce-MyAccount-navigation ul{
	list-style: none;
	margin-left: 0;
}

/*
## fix for WC products when using 'grid' layout
## standard WC is content: ' ';
## which causes issues with first item
*/
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before{
	content: none;
}

/*--------------------------------------------------------------
## Sticky Footer CSS
--------------------------------------------------------------*/
html,body{
	height: 100%;
}

#page.sticky-footer{
	position: relative;
	min-height: 100%;
}

#colophon.sticky-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/*--------------------------------------------------------------
## Blocks CSS
--------------------------------------------------------------*/
.site-content{
	overflow-x: hidden;
}

.wp-block-latest-posts.is-grid{
	margin: 0 -5px 10px -5px;
	display: grid;
}

.wp-block-latest-posts.is-grid.columns-2{
	grid-template-columns: 50% 50%;
}

.wp-block-latest-posts.is-grid.columns-3{
	grid-template-columns: repeat(3,33.333333%);
}

.wp-block-latest-posts.is-grid.columns-4{
	grid-template-columns: repeat(4,25%);
}

.wp-block-latest-posts.is-grid.columns-5{
	grid-template-columns: repeat(5,20%);
}

.wp-block-latest-posts.is-grid.columns-6{
	grid-template-columns: repeat(6,16.666666%);
}

.wp-block-latest-posts.columns-2 li,
.wp-block-latest-posts.columns-3 li,
.wp-block-latest-posts.columns-4 li,
.wp-block-latest-posts.columns-5 li,
.wp-block-latest-posts.columns-6 li{
	width: auto;
}

@media only screen and (max-width: 768px){
	.wp-block-latest-posts.is-grid.columns-2,
	.wp-block-latest-posts.is-grid.columns-3,
	.wp-block-latest-posts.is-grid.columns-4,
	.wp-block-latest-posts.is-grid.columns-5,
	.wp-block-latest-posts.is-grid.columns-6{
		grid-template-columns: 50% 50%;
	}
}

@media only screen and (max-width: 480px){
	.wp-block-latest-posts.is-grid.columns-2,
	.wp-block-latest-posts.is-grid.columns-3,
	.wp-block-latest-posts.is-grid.columns-4,
	.wp-block-latest-posts.is-grid.columns-5,
	.wp-block-latest-posts.is-grid.columns-6{
		grid-template-columns: 100%;
	}
}

.wp-block-latest-posts.is-grid li{
	margin: 5px;
	padding: 5px;
	background: #f9f9f9;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all .3s ease;
}

.wp-block-latest-posts.is-grid li:hover{
	background: #2d364c;
	color: #fff;
	transition: all .3s ease;
}

.wp-block-latest-posts.is-grid li .wp-block-latest-posts__featured-image > img{
	width: 100%;
}

.wp-block-latest-posts.is-grid li > a{
	font-family: 'Rajdhani', Helvetica, Arial, Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 10px;
	color: #2f3032;
	overflow-wrap: break-word;
	transition: all .3s ease;
}

.wp-block-latest-posts.is-grid li:hover > a{
	color: #fff;
	transition: all .3s ease;
}

.wp-block-latest-posts.is-grid li > a:hover{
	text-decoration: none;
}

.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-date{
	font-size: .8125em;
	margin: 0;
	padding: 0 10px;
	color: inherit;
	opacity: .7;
}

.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-excerpt{
	font-size: 1rem;
	margin: 0;
	padding: 0 10px 10px;
}

.single-entry-content > div {
	margin-bottom: 2em;
}

p.has-background{
	padding: 15px 20px;
	border-radius: 5px;
}

#primary.full-width .entry-header.with-image{
	max-width: 100%;
	width: 100%;
}

#primary.full-width .entry-content .alignfull{
	margin-left: -webkit-calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
	margin-right: -webkit-calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	width: 100vw;
}

#primary.full-width .entry-content .alignfull img{
	max-width: 100%;
	width: 100%;
}

.entry-content .alignfull,
.entry-content .alignwide{
	width: 100%;
}
.entry-content .alignfull img,
.wp-block-image.alignfull img,
.entry-content .alignwide img,
.wp-block-image.alignwide img{
	max-width: 100%;
	width: 100%;
}

.wp-block-button__link{
	background-color: #ff7800;
	border-radius: 2px;
	padding: .618em 1em;
	margin: 0 0 1em;
	font-size: 1rem;
	line-height: 1;
}

a.wp-block-button__link:hover,
a.wp-block-button__link:focus,
a.wp-block-button__link:active{
	text-decoration: none;
}

.has-custom-color-1-color{
	color: #ff7800;
}

.has-custom-color-1-background-color{
	background-color: #ff7800;
}

.has-custom-color-2-color{
	color: #2d364c;
}

.has-custom-color-2-background-color{
	background-color: #2d364c;
}

.has-very-dark-grey-color{
	color: #2f3032;
}

.has-very-dark-grey-background-color{
	background-color: #2f3032;
}

.has-very-light-grey-color{
	color: #f9f9f9;
}

.has-very-light-grey-background-color{
	background-color: #f9f9f9;
}

/*--------------------------------------------------------------
## WooCommerce Blocks CSS
--------------------------------------------------------------*/

.wp-block-woocommerce-attribute-filter,
.wp-block-woocommerce-price-filter{
	background: #f9f9f9;
	padding: 1em 1.5em .25em 1.5em;
}

.wp-block-woocommerce-active-filters > h5{
	background: #f9f9f9;
	padding: 1rem 1.5rem 1.25em 1.5rem;
	margin: 0;
}

.wp-block-woocommerce-active-filters > div{
	background: #f9f9f9;
	padding: 0 1.5em 0 1.5em;
}

.wp-block-woocommerce-active-filters > div:last-child{
	background: #f9f9f9;
	padding-bottom: .25em;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li{
	text-decoration: none;
}

.wc-block-active-filters .wc-block-active-filters__clear-all{
	color: inherit;
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress,
.rtl .wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress{
	--range-color: #ff7800;
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper input[type="range"]:focus{
	border: none;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb{
	background-image: none;
	background-color: #ff7800;
	width: 21px;
	border-radius: 50%;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb{
	background-image: none;
	background-color: #ff7800;
	width: 21px;
	border-radius: 50%;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb{
	background-image: none;
	background-color: #ff7800;
	width: 21px;
	border-radius: 50%;
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb{
	background-image: none;
	background-color: #ff7800;
	width: 21px;
	border-radius: 50%;
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount{
	border-radius: 0;
}

.wc-block-featured-product,
.wc-block-featured-category{
	overflow: hidden;
}

@media only screen and (min-width: 600px){
	.wp-block-column > div.equal-height,
	.wp-block-cover.equal-height,
	.wp-block-cover-image.equal-height,
	.wc-block-featured-product.equal-height,
	.wc-block-featured-category.equal-height{
		min-height: auto !important;
		height: calc(100% - 1em);
	}

	.wp-block-column > div.equal-height-2,
	.wp-block-cover.equal-height-2,
	.wp-block-cover-image.equal-height-2,
	.wc-block-featured-product.equal-height-2,
	.wc-block-featured-category.equal-height-2{
		min-height: auto !important;
		height: calc(50% - 1em);
	}

	.wp-block-column > div.equal-height-3,
	.wp-block-cover.equal-height-3,
	.wp-block-cover-image.equal-height-3,
	.wc-block-featured-product.equal-height-3,
	.wc-block-featured-category.equal-height-3{
		min-height: auto !important;
		height: calc(33.333% - 1em);
	}

	.wp-block-column > div.equal-height-4,
	.wp-block-cover.equal-height-4,
	.wp-block-cover-image.equal-height-4,
	.wc-block-featured-product.equal-height-4,
	.wc-block-featured-category.equal-height-4{
		min-height: auto !important;
		height: calc(25% - 1em);
	}
}

.wc-block-featured-product .wc-block-featured-product__variation{
	font-size: 1.125em;
}

.wc-block-featured-product .wc-block-featured-product__price{
	font-size: 20px;
}

.wc-block-grid .wc-block-grid__products,
.wc-block-grid__products{
	margin: 0 -5px 10px -5px;
	display: grid;
}

.wc-block-grid.has-1-columns .wc-block-grid__products{
	grid-template-columns: 100%;
}

.wc-block-grid.has-2-columns .wc-block-grid__products{
	grid-template-columns: 50% 50%;
}

.wc-block-grid.has-3-columns .wc-block-grid__products{
	grid-template-columns: repeat(3,33.333333%);
}

.wc-block-grid.has-4-columns .wc-block-grid__products{
	grid-template-columns: repeat(4,25%);
}

.wc-block-grid.has-5-columns .wc-block-grid__products{
	grid-template-columns: repeat(5,20%);
}

.wc-block-grid.has-6-columns .wc-block-grid__products{
	grid-template-columns: repeat(6,16.666666%);
}

.wc-block-grid.has-7-columns .wc-block-grid__products{
	grid-template-columns: repeat(7,14.285714%);
}

.wc-block-grid.has-8-columns .wc-block-grid__products{
	grid-template-columns: repeat(8,12.5%);
}

@media only screen and (max-width: 768px){
	.wc-block-grid.has-3-columns .wc-block-grid__products,
	.wc-block-grid.has-4-columns .wc-block-grid__products,
	.wc-block-grid.has-5-columns .wc-block-grid__products,
	.wc-block-grid.has-6-columns .wc-block-grid__products,
	.wc-block-grid.has-7-columns .wc-block-grid__products,
	.wc-block-grid.has-8-columns .wc-block-grid__products{
		display: grid;
		grid-template-columns: 50% 50%;
	}
}

@media only screen and (max-width: 480px){
	.wc-block-grid.has-2-columns .wc-block-grid__products,
	.wc-block-grid.has-3-columns .wc-block-grid__products,
	.wc-block-grid.has-4-columns .wc-block-grid__products,
	.wc-block-grid.has-5-columns .wc-block-grid__products,
	.wc-block-grid.has-6-columns .wc-block-grid__products,
	.wc-block-grid.has-7-columns .wc-block-grid__products,
	.wc-block-grid.has-8-columns .wc-block-grid__products{
		display: grid;
		grid-template-columns: 100%;
	}
}

.wc-block-grid.has-2-columns .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product{
	max-width: 100%;
}

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product{
	font-size: 1em;
}

.wc-block-grid__product{
	background: #f9f9f9;
	margin: 5px !important;
	padding: 5px !important;
	transition: all .3s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 auto;
	border-left: none;
	border-right: none;
	border-bottom: none;
	overflow: hidden;
}

.wc-block-grid__product:hover{
	background: #2d364c;
	color: #fff;
}

.wc-block-grid__product a:hover{
	text-decoration: none;
}

.wc-block-grid__product .wc-block-grid__product-image{
	margin: 0;
}

.wc-block-grid__product .wc-block-grid__product-image img{
	width: 100%;
}

.wc-block-grid__product .wc-block-grid__product-title{
	padding: 0 10px 0 10px;
	margin: 1em 0 0 0;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Rajdhani', Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #2f3032;
}

.wc-block-grid__product:hover .wc-block-grid__product-title{
	color: #fff;
}

.wc-block-grid__product .wc-block-grid__product-price{
	padding: 0 10px 0 10px;
	margin: .5em 0;
	font-size: 20px;
	font-weight: 400;
}

.wc-block-featured-product .wc-block-featured-product__price del
.wc-block-grid__product .wc-block-grid__product-price del{
	opacity: .5;
}

.wc-block-featured-product .wc-block-featured-product__price ins,
.wc-block-grid__product .wc-block-grid__product-price ins{
	background: 0 0;
	font-weight: 700;
}

.wc-block-grid__product-onsale{
	position: absolute;
	border: none;
	margin: 0;
	border-radius: 0;
	background-color: #ff7800;
	font-weight: normal;
	text-align: center;
	color: #fff;
	min-height: 20px;
	line-height: 19px;
	left: -28px;
	text-transform: uppercase;
	top: 25px;
	width: 130px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 9;
}

.wc-block-grid__product .wp-block-button__link{
	text-transform: uppercase;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart{
	margin-bottom: 1em;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart a.add_to_cart_button.added{
	display: none;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart a.added_to_cart{
	background: #2d364c;
	color: #fff;
	padding: .5em 1em;
	border: 0;
	border-radius: 0;
	line-height: 1.6;
	height: auto;
	transition: all .3s ease;
}

.wc-block-grid__product-rating{
	font-size: .857em;
}

.woocommerce .star-rating span::before,
.wc-block-grid__product-rating .star-rating span::before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span::before{
	color: #ff7800;
}

/*--------------------------------------------------------------
## Icons CSS
--------------------------------------------------------------*/

.entry-title:before,
.entry-title:after{
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	content: "";
}

.format-aside .entry-title:before,
.single-format-aside .entry-title:before{
	content: "\f15b";
	margin-right: 10px;
}

.format-image .entry-title:before,
.single.format-image .entry-title:before{
	content: "\f03e";
	margin-right: 10px;
}

.format-video .entry-title:before,
.single-format-video .entry-title:before{
	content: "\f03d";
	margin-right: 10px;
}

.format-link .entry-title:before,
.single-format-link .entry-title:before{
	content: "\f0c1";
	margin-right: 10px;
}

.format-quote .entry-title:before,
.single-format-quote .entry-title:before{
	content: "\f10d";
	margin-right: 10px;
}

.format-gallery .entry-title:before,
.single-format-gallery .entry-title:before{
	content: "\f302";
	margin-right: 10px;
}

.format-audio .entry-title:before,
.single-format-audio .entry-title:before{
	content: "\f025";
	margin-right: 10px;
}

.format-status .entry-title:before,
.single-format-status .entry-title:before{
	content: "\f00c";
	margin-right: 10px;
}

.format-chat .entry-title:before,
.single-format-chat .entry-title:before{
	content: "\f075";
	margin-right: 10px;
}

.post-password-required .entry-title:after,
.post-password-protected .entry-title:after,
.single-post-password-required .entry-title:after,
.single-post-password-protected .entry-title:after{
	content: "\f023";
	margin-left: 10px;
}

.comment-list a.comment-reply-link:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f3e5";
	margin-right: 5px;
}

.toggle-nav:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f0c9";
}

.toggle-nav.menu-open:before{
	content: "\f00d";
}

.menu-item-has-children:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	font-weight: 900;
	font-size: 16px;
	text-shadow: none;
	opacity: .8;
	position: absolute;
	top: .6em;
	right: 8px;
}
.menu-item-has-children .menu-item-has-children:after{
	content: "\f105";
	top: .4em
}

#bottom-footer .menu-item-has-children:after,
.footer-menu .menu-item-has-children:after{
	display: none;
}

#primary-menu:hover .menu-item-has-children:after{
	opacity: .4;
}
#primary-menu li.menu-item-has-children:hover:after{
	opacity: .8;
}

#masthead .icons{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 16px;
}

#masthead .icons.riacs-icon-search:before{
	display: block;
	width: 1em;
	content: "\f002";
	cursor: pointer;
}

#masthead .top-search.search-open .icons.riacs-icon-search:before{
	content: "\f00d";
}

#masthead .search-form input[type="submit"]:after,
#masthead .search-form button[type="submit"]:after,
#masthead .woocommerce-product-search button[type="submit"]:after{
	position: absolute;
	top: 0;
	left: 9px;
	font-family: 'Font Awesome 5 Free';
	content: "\f002";
	font-weight: 900;
	display: block;
	color: #fff;
}

#masthead .riacs-icon-user:before{
	content: "\f2f6";
}

.logged-in #masthead .riacs-icon-user:before{
	content: "\f007";
}

.top-account .mini-account-login:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f063";
	margin-right: 5px;
}

.top-account .mini-account-register:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f061";
	margin-right: 5px;
}

#masthead .riacs-icon-heart:before{
	content: "\f004";
}

#masthead .icons,
#masthead a.wishlist_products_counter{
	position: relative;
}

#masthead a.wishlist_products_counter{
	margin: 0 0 0 20px;
}

#masthead a.wishlist_products_counter:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f004";
}

#masthead .riacs-icon-shopping-cart:before{
	content: "\f07a";
}

.shop-filter-wrap .shop-filter-toggle .toggle-icon:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f078";
	position: absolute;
	top: 0;
	left: .5em;
}
.shop-filter-wrap .shop-filter-toggle.active .toggle-icon:before{
	content: "\f077";
}

.yith-wcwl-add-button .fa{
	font-family: FontAwesome;
	font-weight: normal;
}

.riacs-icon-barcode:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
	content: "\f02a";
}

.riacs-icon-folder:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
	content: "\f07b";
}

.riacs-icon-tag:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
	content: "\f02b";
}

.riacs-icon-calendar:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
	content: "\f073";
}

.riacs-icon-author:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
	content: "\f007";
}

.riacs-icon-version:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
	content: "\f126";
}

.riacs-icon-close:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
	content: "\f00d";
}

.woocommerce-MyAccount-navigation-link:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f111";
	display: inline-block;
	width: 20px;
}
.woocommerce-MyAccount-navigation-link--dashboard:before{
	content: "\f58d";
}
.woocommerce-MyAccount-navigation-link--orders:before{
	content: "\f0d1";
}
.woocommerce-MyAccount-navigation-link--downloads:before{
	content: "\f019";
}
.woocommerce-MyAccount-navigation-link--edit-address:before{
	content: "\f3c5";
}
.woocommerce-MyAccount-navigation-link--edit-account:before{
	content: "\f044";
}
.woocommerce-MyAccount-navigation-link--customer-logout:before{
	content: "\f2f5";
}

/*--------------------------------------------------------------
## Jetpack CSS
--------------------------------------------------------------

.infinite-scroll #main nav.pagination{
	display: none;
}

.infinite-loader{
	color: #ff7800;
	margin-bottom: 20px;
}

.infinite-loader .spinner{
	left: 50% !important;
}

#infinite-handle{
	text-align: center;
	margin-bottom: 20px;
}

#infinite-handle span{
	background: transparent;
	font-size: inherit;
	padding: 0;
}

.infinite-wrap .entry-video{
	max-width: 100%;
	overflow: hidden;
}
*/
/*--------------------------------------------------------------
## Responsive CSS
--------------------------------------------------------------*/

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

	#above-footer ul.product_list_widget li{
		width: 25%;
	}

	#above-footer ul.product_list_widget li:nth-child(4n+1){
		clear: both;
	}

	#above-footer ul.product_list_widget li:nth-child(6n+1){
		clear: none;
	}
}

@media only screen and (max-width: 1024px){
	#top-bar{
		border-width: 0;
	}

	.toggle-nav{
		display: block;
	}

	#masthead > .container {
		grid-template-columns: minmax(auto,60%) auto minmax(auto,24px);
		grid-template-columns: minmax(auto, calc(100% - 204px) ) 180px 24px;
	}

	#site-top-right {
		grid-column: 2/3;
		grid-row: 1/2;
		justify-self: center;
	}

	#site-navigation{
		display: none;
		width: 100%;
		background-color: rgba(20, 24, 34, 0.90);
		border-radius: 3px;
		box-shadow: 0 0 2px rgba(255,255,255,.3);
	}

	#site-navigation.menu-open,
	#masthead.has-search #site-navigation.menu-open,
	#masthead.has-wc #site-navigation.menu-open{
		display: block;
		max-height: 50vh;
		padding-right: 10px;
		overflow: hidden auto;
		grid-column: 1/4;
		justify-self: end;
	}

	#primary-menu li{
		position: relative;
		width: 100%;
		border-top: 0;
		margin-top: 0;
	}
	#primary-menu > li:after{
		display: none;
	}
	#primary-menu li a{
		padding: 8px 10px;
		margin: 0;
	}
	#primary-menu li.menu-item-has-children a,
	#primary-menu li.menu-item-has-children a:hover{
		padding: 8px 40px 8px 10px;
	}
	.menu-item-has-children:after{
		display: none;
	}
	.menu-item-has-children .menu-item-has-children:after{
		display: none;
	}
	#primary-menu > li.current-menu-item,
	#primary-menu > li:hover,
	#primary-menu > li.current-menu-item:hover{
		background-image: none;
	}
	.menu-item-has-children .sub-trigger{
		position: relative;
		width: 30px;
		float: right;
		z-index: 100;
		cursor: pointer;
		display: block;
	}
	.menu-item-has-children .sub-trigger:after{
		position: absolute;
		top: 0;
		left: 0;
		font-family: 'Font Awesome 5 Free';
		font-size: 26px;
		font-weight: 900;
		text-shadow: none;
		content: "\f107";
	}
	.menu-item-has-children .sub-trigger.is-open:after{
		content: "\f106";
	}
	#primary-menu .sub-menu,
	#primary-menu li:hover > .sub-menu,
	#primary-menu ul.children,
	#primary-menu li:hover > ul.children,
	#primary-menu ul li.menu-item-has-children ul,
	#primary-menu ul li.menu-item-has-children ul,
	#primary-menu ul li.menu-item-has-children.locked ul,
	#primary-menu ul li.menu-item-has-children:hover ul,
	#primary-menu ul li.menu-item-has-children a:focus ~ ul{
		left: 0;
		border: none;
		box-shadow: none;
		display: none;
		opacity: 1;
		visibility: visible;
		position: relative;
		top: 0 !important;
		transition: none;
	}
	#primary-menu .sub-menu li,
	#primary-menu ul.children li{
		background: rgba(255,255,255,.03);
		padding: 0;
		text-transform: none;
		border: 0;
	}

	#primary-menu li.menu-item-has-children .sub-menu a{
		padding-top: 8px;
		padding-bottom: 8px;
	}

	#primary-menu > li > ul{
		border: 0;
		padding: 0 5px;
	}
	#primary-menu > li > ul > li > ul{
		padding: 0 5px 0 10px;
	}
	#primary-menu > li > ul > li > ul > li > ul{
		padding: 0 5px 0 15px;
	}

	#primary-menu ul ul,
	#primary-menu ul li:hover ul{
		left: auto;
		top: auto;
	}

	.entry-header.with-image,
	.archive-header.with-image{
		min-height: 25rem;
	}

}

@media only screen and (max-width: 768px){
	#top-bar .widget{
		display: block;
		width: 100%;
	}

	#top-bar .widget:nth-child(odd){
		text-align: center;
		margin-right: 0;
	}
	#top-bar .widget:nth-child(even){
		text-align: center;
		margin-left: 0;
	}

	#top-bar li{
		margin-left: 7px;
	}

	#top-bar li:first-child{
		margin-left: 0;
	}

	#grid-loop.layout-2,
	#grid-loop.layout-3,
	#grid-loop.layout-4,
	#main.infinite-grid.layout-2 .infinite-wrap,
	#main.infinite-grid.layout-3 .infinite-wrap,
	#main.infinite-grid.layout-4 .infinite-wrap,
	.woocommerce ul.products.columns-2,
	.woocommerce-page ul.products.columns-2,
	.woocommerce ul.products.columns-3,
	.woocommerce-page ul.products.columns-3,
	.woocommerce ul.products.columns-4,
	.woocommerce-page ul.products.columns-4,
	.woocommerce ul.products.columns-5,
	.woocommerce-page ul.products.columns-5,
	.woocommerce ul.products.columns-6,
	.woocommerce-page ul.products.columns-6,
	.woocommerce ul.products.columns-7,
	.woocommerce-page ul.products.columns-7,
	.woocommerce ul.products.columns-8,
	.woocommerce-page ul.products.columns-8,
	.edd_download_columns_0,
	.edd_download_columns_1,
	.edd_download_columns_2,
	.edd_download_columns_3,
	.edd_download_columns_4,
	.edd_download_columns_5,
	.edd_download_columns_6,
	.edd_download_columns_7,
	.edd_download_columns_8{
		grid-template-columns: 50% 50%;
	}

	.featured-post-wrap{
		grid-template-columns: 100%;
		grid-column-gap: 0;
		grid-row-gap: 65px;
	}

	.footer{
		width: 47%;
	}

	.footer:nth-child(3){
		clear: both;
	}

	.footer:nth-child(3),
	.footer:nth-child(4){
		margin-top: 25px;
	}

	#masthead > .container {
		grid-template-columns: minmax(auto,60%) auto minmax(auto,24px);
		grid-template-columns: minmax(auto, calc(100% - 179px) ) 155px 24px;
	}

	#masthead .top-account:hover .mini-account,
	#masthead .top-cart:hover .mini-cart{
		transform: translateY(-480px);
		visibility: hidden;
		z-index: -99;
	}

	#masthead a.riacs-cart .item-count,
	#masthead a.riacs-wishlist .wishlist_products_counter_number,
	#masthead a.wishlist_products_counter .wishlist_products_counter_number{
		top: -2px;
	}

	#masthead a.riacs-cart{
		margin-right: 12px;
	}

	.entry-header.with-image,
	.archive-header.with-image{
		min-height: 20rem;
	}

	.site-info{
		float: none;
		width: 100%;
		text-align: center;
	}

	.site-info-right,
	#footer-menu ul{
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

	#shop-filters aside{
		display: block;
		border-right: 0;
		border-top: 1px solid #fff;
		clear: both;
	}

	#primary{
		width: auto !important;
		float: none !important;
		margin-bottom: 25px;
	}

	#secondary{
		width: auto;
		float: none !important;
	}

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

	#site-usp,
	#site-usp .container{
		display: none;
	}

	#home-hero-section .widget_media_image .wp-caption{
		margin: 0;
	}

	#above-footer ul.product_list_widget li{
		width: 50%;
	}

	#above-footer ul.product_list_widget li:nth-child(2n+1){
		clear: both;
	}

	#above-footer ul.product_list_widget li:nth-child(4n+1){
		clear: none;
	}

	.edd-single-wrap .single-entry-content,
	.edd-single-wrap .entry-details{
		width: auto;
		float: none;
	}

	.edd-single-wrap .entry-details{
		display: flex;
	}

	.edd-single-wrap .entry-details > div{
		margin-top: 0;
		padding-top: 0;
		margin-left: 2em;
		border-left: 2px solid #fff;
		border-top: none;
		padding-left: 2em;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.edd-single-wrap .entry-details > div:first-child{
		margin-left: 0;
		border-left: none;
		padding-left: 1em;
	}

}

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

	#comments{
		padding: 15px;
	}

	#above-footer ul.product_list_widget li{
		float: none;
		width: 100%;
	}

	#above-footer ul.product_list_widget li:nth-child(2n+1){
		clear: none;
	}

	.edd-single-wrap .entry-details{
		flex-direction: column;
	}

	.edd-single-wrap .entry-details > div,
	.edd-single-wrap.meta-below .entry-details > div{
		margin-top: 2em;
		padding-top: 2em;
		margin-left: 0;
		border-left: none;
		border-top: 2px solid #fff;
		padding-left: 0;
	}

	.edd-single-wrap .entry-details > div:first-child,
	.edd-single-wrap.meta-below .entry-details > div:first-child{
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}

}

@media only screen and (max-width: 480px){
	.top-footer{
		margin: 0;
	}

	.footer{
		width: auto;
		float: none;
		margin: 0 0 20px !important;
	}

	.footer:last-child{
		margin: 0 !important;
	}

	#bottom-footer{
		text-align: center;
	}

	#comments{
		padding: 10px;
	}

	.author-email-url{
		margin-left: 0
	}

	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url{
		width: auto;
		margin-left: 0;
		float: none;
	}

	#masthead .top-account,
	#masthead .top-wishlist,
	#masthead .top-cart{
		margin: 0 0 0 10px;
	}

	#grid-loop.layout-2,
	#grid-loop.layout-3,
	#grid-loop.layout-4,
	#main.infinite-grid.layout-2 .infinite-wrap,
	#main.infinite-grid.layout-3 .infinite-wrap,
	#main.infinite-grid.layout-4 .infinite-wrap,
	.woocommerce ul.products.columns-2,
	.woocommerce-page ul.products.columns-2,
	.woocommerce ul.products.columns-3,
	.woocommerce-page ul.products.columns-3,
	.woocommerce ul.products.columns-4,
	.woocommerce-page ul.products.columns-4,
	.woocommerce ul.products.columns-5,
	.woocommerce-page ul.products.columns-5,
	.woocommerce ul.products.columns-6,
	.woocommerce-page ul.products.columns-6,
	.woocommerce ul.products.columns-7,
	.woocommerce-page ul.products.columns-7,
	.woocommerce ul.products.columns-8,
	.woocommerce-page ul.products.columns-8,
	.edd_download_columns_0,
	.edd_download_columns_1,
	.edd_download_columns_2,
	.edd_download_columns_3,
	.edd_download_columns_4,
	.edd_download_columns_5,
	.edd_download_columns_6,
	.edd_download_columns_7,
	.edd_download_columns_8{
		grid-template-columns: 100%;
	}
}

/*--------------------------------------------------------------
## Print CSS
--------------------------------------------------------------*/
@media print{
	#masthead,
	#secondary,
	#colophon,
	#respond{
		display: none;
	}
}

/** moje moje */


.rowbox {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;
	max-width: 800px;
	margin: 0 auto;
  }
  
  .c100 {
	-ms-flex: 100%; /* IE10 */
	flex: 100%;
	max-width: 100%;
	padding: 0 4px;
  }
  
  .c50 {
	-ms-flex: 50%; /* IE10 */
	flex: 50%;
	max-width: 50%;
	padding: 0 4px;
  }
  
  .c33 {
	-ms-flex: 33.3%; /* IE10 */
	flex: 33.3%;
	max-width: 33.3%;
	padding: 0 4px;
  }
.c50 p, .c33 p {margin: 0; padding: 0;}

  .c100 img, .c50 img, .c33 img {
	margin-top: 8px;
	vertical-align: middle;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 600px) {
  .c50, .c33 {
	  -ms-flex: 50%;
	  flex: 50%;
	  max-width: 50%;
	}
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 480px) {
	.c100, .c50, .c33 {
	  -ms-flex: 100%;
	  flex: 100%;
	  max-width: 100%;
	}
  }
  

/** home flex */

.row1, .row2 {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	background-color: #f5f6f9;
  }
  .row3 {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
margin-bottom:50px; }
  /* Create four equal columns that sits next to each other */
  .columnh {
	flex: 50%;
	max-width: 50%;
	padding:0 4px;
    
  }
  
    .columnr3 {
	flex: 50%;
	max-width: 50%;
	padding:0 4px;
      display: flex;
  align-items: center;
  justify-content: center;
    
  }
  
  .columnh img {
	margin-top: 1px;
	vertical-align: top;
	border:1px solid #dedede;
	 max-width:100%;
	height:auto;
  }

  .szer {margin:0 auto; max-width:1000px;}
  .zajawka {margin: 0 0 35px 0; padding: 15px;}
  .teksto {padding:15px;}

  .teksto h2 {border-bottom:1px solid #333;}
  
  .teksto1 {padding:15px;}
  .teksto2 {padding:0 15px 15px 15px; margin-top:75px;}
  .teksto2a {padding:0 15px 15px 15px; margin-top:51px;}


  @media (max-width: 600px) {
  .row2{flex-direction: column-reverse; margin-top:50px;}
	.columnh, .columnr3 {
	  flex: 100%;
	  max-width: 100%;  justify-content: left;
	}
	
	.teksto, .teksto1 {padding:0 15px 0 15px; margin-top:30px;}
	.teksto2, .teksto2a {padding:0 15px 0 15px; margin-top:-14px;}
	
  }

  .page-id-1332 .entry-title {
	display: none;
	}

/** moje hero */

.heroImage {background-color: #000000;
	background-image: url("https://ilangacatering.pl/wp-content/uploads/2023/09/hero.webp");
	background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	   padding: 16%;
 }

 .heroContents {
	text-align: center;
	 color: #ffffff;
	 font-size: 1em;
	 font-weight: 500;
	
 }
 .kontent{margin-top:7%;}
 
 .has h2 {font-size:3em;margin-bottom:2%; color:#fff; }
 
 .herobutton {
   border: none;
   outline: 0;
   display: inline-block;
   padding: 10px 25px;
   color: #fff;
   background-color: transparent;
   border:1px solid #fff;
   text-align: center;
   cursor: pointer;
   width:180px;
   margin:3px;
  }
  
  .herobutton:hover {  color: #fff;
   background-color: #e7ac34;
   border:1px solid #e7ac34;
   }
 
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 645px) {
	
	 .has h2{font-size:1.8em;margin-top:30%;}
  }
  @media screen and (max-width: 420px) {
	
	.has h2 {font-size:1.2em;}
 }



/** mój parallax */

/* Override UGG site */
#main {width: 100%; padding:0;}
.content-asset p {margin:0 auto;}
.breadcrumb {display:none;}

/* Helpers */
/**************************/
.margin-top-10 {padding-top:10px;}
.margin-bot-10 {padding-bottom:10px;}

/* Typography */
/**************************/

#parallax-world-of-ugg h2 {
	font-size:39px; 
	text-align:center; 
	font-weight:300; 
	text-transform:uppercase;
	 z-index:10; 
	}
#parallax-world-of-ugg h3 {
	font-size: 21px;
	line-height: 1em;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}

.csz {color: #fefefe; padding: 15px;
	;}

.first-character {font-weight:400; float: left; font-size: 84px; line-height: 64px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: 'Source Sans Pro', sans-serif;}

.sc {color: #3b8595;}
.ny {color: #3d3c3a;}
.atw {color: #c48660;}


/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {background: white; padding: 60px; width:100%; margin:0 auto; text-align:justify;}
#parallax-world-of-ugg .block-gray {background: #f2f2f2;padding: 60px;}
#parallax-world-of-ugg .section-overlay-mask {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; opacity: 0.70;}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {
	padding-top: 150px; 
	padding-bottom: 150px; 
	overflow: hidden; 
	position: relative; 
	width: 100%; 
	background-image: url(https://ilangacatering.pl/wp-content/uploads/2023/09/czymsz.webp); 
	background-attachment: fixed;
	 background-size: cover;
	  -moz-background-size: cover;
	   -webkit-background-size: cover;
	    background-repeat: no-repeat;
		background-position: top center;}

#parallax-world-of-ugg .parallax-two {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(https://ilangacatering.pl/wp-content/uploads/2023/09/onas.webp); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}
#parallax-world-of-ugg .parallax-three {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(https://ilangacatering.pl/wp-content/uploads/2023/09/kontakt.webp); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}

/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {border-bottom:1px solid black; width: 150px; margin:0 auto;}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax-world-of-ugg .block {padding: 40px; width:620px;}
}
@media screen and (max-width: 767px) {
  #parallax-world-of-ugg .block {padding: 30px; width:420px;}
  #parallax-world-of-ugg h2 {font-size:30px;}
  #parallax-world-of-ugg .block {padding: 30px;}
  #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {padding-top:100px; padding-bottom:100px;}
}
@media screen and (max-width: 479px) {
  #parallax-world-of-ugg .block {padding: 30px 15px; width:290px;}
}

.page-id-59 .container { width: 100%;}
.page-id-59 .entry-title{display: none;}

.page-template-full-width .content-area {
	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}
	.page-template-full-width .site {
	margin:0px;
	}

.konbg {background-color: #fefefe; padding: 20px;}
.tbt {color: #000;}
.tct {color: #fefefe; text-decoration: underline;}
.tcth2 {color: #fefefe; padding-bottom: 20px;}

.kreb {border-top: 3px solid #fff; width:45px; margin: 0 auto; padding-bottom: 20px;}
.krec {border-top: 3px solid #1a1a1a; width:45px; margin: 0 auto; padding-bottom: 20px;}
.klaro {font-size: 14px;}


.page-id-3 {background-color: #FFFFFF;}
.tre{width: 80%; margin: 0 auto;}

#cmplz-manage-consent {width: 300px;}

/** to top */

#back-to-top-btn {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 26px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	color: #333;
	cursor: pointer;
	outline: none;
	border: 1px solid rgba(57, 57, 57, 0.751);
	border-radius: 6px;
	padding: 0em;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-property: background-color, color;
}
 #back-to-top-btn:hover, #back-to-top-btn:focus {
	background-color: rgb(242, 171, 38);
	color: #fff;  
	border: 1px solid rgb(242, 171, 38);
 }
 
 @media(max-width: 992px) {
	#back-to-top-btn { font-size: 22px; width: 40px; height: 40px; bottom: 35px; right: 15px; }
 }
 @media(max-width:768px) {
  #back-to-top-btn { font-size: 18px; width: 32px; height: 32px; bottom: 30px; right: 6px; }
 }
 
 /* Animations */
 .btnEntrance {
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-name: btnEntrance;
 }
 
 /* fadeInUp */
 @keyframes btnEntrance {
	from {
	  opacity: 0;
	  transform: translate3d(0, 100%, 0);
	}
	to {
	  opacity: 1;
	  transform: translate3d(0, 0, 0);
	}
 }
 
 .btnExit {
	animation-duration: 0.20s;
	animation-fill-mode: both;  
	animation-name: btnExit;
 }
 
 /* fadeOutDown */
 @keyframes btnExit {
	from {
	  opacity: 1;
	}
	to {
	  opacity: 0;
	  transform: translate3d(0, 100%, 0);
	}
 }