table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

blockquote, q {
	quotes: none;
}

select {
	max-width: 100%;
}

blockquote {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: #333;
	padding: 24px 50px 24px 66px;
	background-color: #fef7e6;
	border-radius: 5px;
	position: relative;
	margin-bottom: 20px;
}

blockquote:before {
	content: "";
	position: absolute;
	left: 32px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: calc(100% - 48px);
	background-color: #f5ad0d;
}

blockquote cite {
	font-size: 18px;
	font-weight: 700;
	font-family: "Barlow";
	display: inline-block;
	color: #666;
	padding: 10px 0;
	font-style: normal;
	position: relative;
}

blockquote > p {
	margin-bottom: 5px;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote i {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #e7e7e7;
	cursor: help;
}

mark, ins {
	text-decoration: none;
	background-color: #fff9c0;
}

sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -6px;
}

sub {
	bottom: -3px;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

address {
	font-style: italic;
	margin: 0 0 20px;
}

code, kbd, tt, var {
	font-family: Inconsolata, monospace;
	font-size: 14px;
}

pre {
	margin: 15px 0;
	padding: 15px;
	background-color: #e7e7e7;
	border: 1px solid #e7e7e7;
	overflow-x: auto;
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	hyphens: none;
	border-radius: 0;
	height: auto;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ol {
	list-style: decimal;
}

dl, dd {
	margin: 0 0 20px;
}

dt {
	font-weight: bold;
}

del {
	opacity: .5;
}

table, th, td {
	border: 1px solid #d0d0d0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 30px;
	table-layout: fixed;
	width: 100%;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 8px 12px;
}

p > embed, p > iframe, p > object, p > video {
	margin-bottom: 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #e7e7e7;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.widget select {
	width: 100%;
}

select {
	padding: 15px 30px;
	border-radius: 5px;
	width: 100%;
	-webkit-appearance: none;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' strok='gray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat #f8f9fa;
	background-size: 10px;
	background-position: calc(100% - 20px) calc(50% + 3px);
	background-repeat: no-repeat;
	outline: 0;
}

.placeholder-white input::placeholder {
	color: #fff;
}

.placeholder-white input:-ms-input-placeholder {
	color: #fff;
}

.placeholder-white input::-ms-input-placeholder {
	color: #fff;
}

#footer input::placeholder {
	color: #fff;
}

#footer input:-ms-input-placeholder {
	color: #fff;
}

#footer input::-ms-input-placeholder {
	color: #fff;
}

h4 {
	font-size: 1.625em;
	line-height: 1.308;
}

h5 {
	font-size: 1.375em;
	line-height: 1.364;
}

h6 {
	font-size: 1.125em;
	line-height: 1.445;
}

.heading-font {
	font-family: "Barlow", sans-serif !important;
	text-rendering: optimizeLegibility;
}

.text-white {
	color: #fff !important;
}

.text-dark {
	color: #222 !important;
}

.text-light {
	color: #666 !important;
}

.text-very-light {
	color: #a0a0a0 !important;
}

.link-dark {
	color: #222 !important;
}

.link-gray {
	color: #666 !important;
}

.link-dark:hover, .link-gray:hover {
	color: #f5ad0d !important;
}

.accent-color {
	color: #f5ad0d;
}

.dark-color {
	color: #222 !important;
}

.bg-accent {
	background-color: #f5ad0d;
}

.bg-dark {
	background-color: #222 !important;
}

.bg-light {
	background-color: #f0f0f0 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-very-light {
	background-color: #e7e7e7 !important;
}

.border-accent {
	border-color: #f5ad0d;
}

.display-none, .hidden {
	display: none !important;
}

.display-block {
	display: block !important;
}

.display-inline {
	display: inline !important;
}

.display-inline-block {
	display: inline-block !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.overflow-inherit {
	overflow: inherit !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.display-flex {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-flex-end {
	justify-content: flex-end;
}

.flex-direction-column {
	flex-direction: column;
}

.flex-direction-row {
	flex-direction: row;
}

.has-shadow {
	box-shadow: 0 30px 70px 0 rgba(227, 239, 240, .7);
}

.has-shadow-2 {
	box-shadow: 0 30px 100px 15px rgba(225, 225, 225, .3);
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.text-italic {
	font-style: italic !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.text-del {
	text-decoration: line-through !important;
}

.underline-solid, .underline-dotted, .underline-dashed {
	position: relative;
}

.underline-solid:after, .underline-dotted:after, .underline-dashed:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #f5ad0d;
}

.underline-dotted:after {
	border-bottom-style: dotted;
}

.underline-dashed:after {
	border-bottom-style: dashed;
}

.box-shadow {
	box-shadow: 0px 0px 20px 0px #e9e9e9 !important;
}

.letter-spacing-1px {
	letter-spacing: 1px !important;
}

.letter-spacing-2px {
	letter-spacing: 2px !important;
}

.letter-spacing-3px {
	letter-spacing: 3px !important;
}

.letter-spacing-4px {
	letter-spacing: 4px !important;
}

.letter-spacing-5px {
	letter-spacing: 5px !important;
}

.letter-spacing-6px {
	letter-spacing: 6px !important;
}

.letter-spacing-7px {
	letter-spacing: 7px !important;
}

.letter-spacing-8px {
	letter-spacing: 8px !important;
}

.letter-spacing-9px {
	letter-spacing: 9px !important;
}

.letter-spacing-10px {
	letter-spacing: 10px !important;
}

.font-size-10 {
	font-size: 10px;
}

.font-size-11 {
	font-size: 11px;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-13 {
	font-size: 13px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-15 {
	font-size: 15px;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-17 {
	font-size: 17px;
}

.font-size-18 {
	font-size: 18px;
}

.font-size-19 {
	font-size: 19px;
}

.font-size-20 {
	font-size: 20px;
}

.font-size-21 {
	font-size: 21px;
}

.font-size-22 {
	font-size: 22px;
}

.font-size-23 {
	font-size: 23px;
}

.font-size-24 {
	font-size: 24px;
}

.font-size-25 {
	font-size: 25px;
}

.font-size-26 {
	font-size: 26px;
}

.font-size-27 {
	font-size: 27px;
}

.font-size-28 {
	font-size: 28px;
}

.font-size-29 {
	font-size: 29px;
}

.font-size-30 {
	font-size: 30px;
}

.font-size-48 {
	font-size: 48px;
}

.line-height-20 {
	line-height: 22px;
}

.line-height-1 {
	line-height: 21px;
}

.line-height-22 {
	line-height: 22px;
}

.line-height-23 {
	line-height: 23px;
}

.line-height-24 {
	line-height: 24px;
}

.line-height-25 {
	line-height: 25px;
}

.line-height-26 {
	line-height: 26px;
}

.line-height-27 {
	line-height: 27px;
}

.line-height-28 {
	line-height: 28px;
}

.line-height-29 {
	line-height: 29px;
}

.line-height-30 {
	line-height: 30px;
}

.line-height-31 {
	line-height: 31px;
}

.line-height-32 {
	line-height: 32px;
}

.line-height-33 {
	line-height: 33px;
}

.line-height-34 {
	line-height: 34px;
}

.line-height-35 {
	line-height: 35px;
}

.line-height-48 {
	line-height: 48px;
}

.font-weight-100 {
	font-weight: 100;
}

.font-weight-200 {
	font-weight: 200;
}

.font-weight-300 {
	font-weight: 300;
}

.font-weight-400 {
	font-weight: 400;
}

.font-weight-500 {
	font-weight: 500;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-700 {
	font-weight: 700;
}

.font-weight-800 {
	font-weight: 600;
}

.font-weight-900 {
	font-weight: 900;
}

.margin-bottom-0 {
	margin-bottom: 0px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-35 {
	margin-bottom: 35px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-55 {
	margin-bottom: 55px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-65 {
	margin-bottom: 65px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-bottom-75 {
	margin-bottom: 75px;
}

.margin-bottom-80 {
	margin-bottom: 80px;
}

.margin-bottom-85 {
	margin-bottom: 85px;
}

.margin-bottom-90 {
	margin-bottom: 90px;
}

.margin-bottom-95 {
	margin-bottom: 95px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.margin-top-0 {
	margin-top: 0px;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-25 {
	margin-top: 25px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-35 {
	margin-top: 35px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-45 {
	margin-top: 45px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-55 {
	margin-top: 55px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-65 {
	margin-top: 65px;
}

.margin-top-70 {
	margin-top: 70px;
}

.margin-top-75 {
	margin-top: 75px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-85 {
	margin-top: 85px;
}

.margin-top-90 {
	margin-top: 90px;
}

.margin-top-95 {
	margin-top: 95px;
}

.margin-top-100 {
	margin-top: 100px;
}

.padding-bottom-0 {
	padding-bottom: 0px;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-15 {
	padding-bottom: 15px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-25 {
	padding-bottom: 25px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-35 {
	padding-bottom: 35px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-bottom-45 {
	padding-bottom: 45px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-55 {
	padding-bottom: 55px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-bottom-65 {
	padding-bottom: 65px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-bottom-75 {
	padding-bottom: 75px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-bottom-85 {
	padding-bottom: 85px;
}

.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-bottom-95 {
	padding-bottom: 95px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

.padding-top-0 {
	padding-top: 0px;
}

.padding-top-5 {
	padding-top: 5px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-15 {
	padding-top: 15px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-25 {
	padding-top: 25px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-35 {
	padding-top: 35px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-top-45 {
	padding-top: 45px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-55 {
	padding-top: 55px;
}

.padding-top-60 {
	padding-top: 60px;
}

.padding-top-65 {
	padding-top: 65px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-top-75 {
	padding-top: 75px;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-top-85 {
	padding-top: 85px;
}

.padding-top-90 {
	padding-top: 90px;
}

.padding-top-95 {
	padding-top: 95px;
}

.padding-top-100 {
	padding-top: 100px;
}

.rounded-10 {
	border-radius: 10px;
}

.rounded-20 {
	border-radius: 20px;
}

.rounded-30 {
	border-radius: 30px;
}

.opacity-1 {
	opacity: .1;
}

.opacity-2 {
	opacity: .2;
}

.opacity-3 {
	opacity: .3;
}

.opacity-4 {
	opacity: .4;
}

.opacity-5 {
	opacity: .5;
}

.opacity-6 {
	opacity: .6;
}

.opacity-7 {
	opacity: .7;
}

.opacity-8 {
	opacity: .8;
}

.opacity-9 {
	opacity: .9;
}

.index2 {
	z-index: 2 !important;
}

.index1 {
	z-index: 1 !important;
}

.index-1 {
	z-index: -1 !important;
}

.position-bottom-left {
	bottom: 0;
	left: 0;
}

.position-top-left {
	top: 0;
	left: 0;
}

.text-shadow {
	text-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

@media (max-width: 1024px) {
	.tablet-font-size-10 {
		font-size: 10px !important;
	}
	
	.tablet-font-size-11 {
		font-size: 11px !important;
	}
	
	.tablet-font-size-12 {
		font-size: 12px !important;
	}
	
	.tablet-font-size-13 {
		font-size: 13px !important;
	}
	
	.tablet-font-size-14 {
		font-size: 14px !important;
	}
	
	.tablet-font-size-15 {
		font-size: 15px !important;
	}
	
	.tablet-font-size-16 {
		font-size: 16px !important;
	}
	
	.tablet-font-size-17 {
		font-size: 17px !important;
	}
	
	.tablet-font-size-18 {
		font-size: 18px !important;
	}
	
	.tablet-font-size-19 {
		font-size: 19px !important;
	}
	
	.tablet-font-size-20 {
		font-size: 20px !important;
	}
	
	.tablet-font-size-21 {
		font-size: 21px !important;
	}
	
	.tablet-font-size-22 {
		font-size: 22px !important;
	}
	
	.tablet-font-size-23 {
		font-size: 23px !important;
	}
	
	.tablet-font-size-24 {
		font-size: 24px !important;
	}
	
	.tablet-font-size-25 {
		font-size: 25px !important;
	}
	
	.tablet-font-size-26 {
		font-size: 26px !important;
	}
	
	.tablet-font-size-27 {
		font-size: 27px !important;
	}
	
	.tablet-font-size-28 {
		font-size: 28px !important;
	}
	
	.tablet-font-size-29 {
		font-size: 29px !important;
	}
	
	.tablet-font-size-30 {
		font-size: 30px !important;
	}
	
	.tablet-font-size-31 {
		font-size: 31px !important;
	}
	
	.tablet-font-size-32 {
		font-size: 32px !important;
	}
	
	.tablet-font-size-33 {
		font-size: 33px !important;
	}
	
	.tablet-font-size-34 {
		font-size: 34px !important;
	}
	
	.tablet-font-size-35 {
		font-size: 35px !important;
	}
	
	.tablet-font-size-36 {
		font-size: 36px !important;
	}
	
	.tablet-font-size-37 {
		font-size: 37px !important;
	}
	
	.tablet-font-size-38 {
		font-size: 38px !important;
	}
	
	.tablet-font-size-39 {
		font-size: 39px !important;
	}
	
	.tablet-font-size-40 {
		font-size: 40px !important;
	}
	
	.tablet-font-size-41 {
		font-size: 41px !important;
	}
	
	.tablet-font-size-42 {
		font-size: 42px !important;
	}
	
	.tablet-font-size-43 {
		font-size: 43px !important;
	}
	
	.tablet-font-size-44 {
		font-size: 44px !important;
	}
	
	.tablet-font-size-45 {
		font-size: 45px !important;
	}
	
	.tablet-font-size-46 {
		font-size: 46px !important;
	}
	
	.tablet-font-size-47 {
		font-size: 47px !important;
	}
	
	.tablet-font-size-48 {
		font-size: 48px !important;
	}
	
	.tablet-font-size-49 {
		font-size: 49px !important;
	}
	
	.tablet-font-size-50 {
		font-size: 50px !important;
	}
	
	.tablet-font-size-51 {
		font-size: 51px !important;
	}
	
	.tablet-font-size-52 {
		font-size: 52px !important;
	}
	
	.tablet-font-size-53 {
		font-size: 53px !important;
	}
	
	.tablet-font-size-54 {
		font-size: 54px !important;
	}
	
	.tablet-font-size-55 {
		font-size: 55px !important;
	}
	
	.tablet-font-size-56 {
		font-size: 56px !important;
	}
	
	.tablet-font-size-57 {
		font-size: 57px !important;
	}
	
	.tablet-font-size-58 {
		font-size: 58px !important;
	}
	
	.tablet-font-size-59 {
		font-size: 59px !important;
	}
	
	.tablet-font-size-60 {
		font-size: 60px !important;
	}
	
	.tablet-font-size-61 {
		font-size: 61px !important;
	}
	
	.tablet-font-size-62 {
		font-size: 62px !important;
	}
	
	.tablet-font-size-63 {
		font-size: 63px !important;
	}
	
	.tablet-font-size-64 {
		font-size: 64px !important;
	}
	
	.tablet-font-size-65 {
		font-size: 65px !important;
	}
	
	.tablet-font-size-66 {
		font-size: 66px !important;
	}
	
	.tablet-font-size-67 {
		font-size: 67px !important;
	}
	
	.tablet-font-size-68 {
		font-size: 68px !important;
	}
	
	.tablet-font-size-69 {
		font-size: 69px !important;
	}
	
	.tablet-font-size-70 {
		font-size: 70px !important;
	}
	
	.tablet-font-size-71 {
		font-size: 71px !important;
	}
	
	.tablet-font-size-72 {
		font-size: 72px !important;
	}
	
	.tablet-font-size-73 {
		font-size: 73px !important;
	}
	
	.tablet-font-size-74 {
		font-size: 74px !important;
	}
	
	.tablet-font-size-75 {
		font-size: 75px !important;
	}
	
	.tablet-font-size-76 {
		font-size: 76px !important;
	}
	
	.tablet-font-size-77 {
		font-size: 77px !important;
	}
	
	.tablet-font-size-78 {
		font-size: 78px !important;
	}
	
	.tablet-font-size-79 {
		font-size: 79px !important;
	}
	
	.tablet-font-size-80 {
		font-size: 80px !important;
	}
	
	.tablet-font-size-81 {
		font-size: 81px !important;
	}
	
	.tablet-font-size-82 {
		font-size: 82px !important;
	}
	
	.tablet-font-size-83 {
		font-size: 83px !important;
	}
	
	.tablet-font-size-84 {
		font-size: 84px !important;
	}
	
	.tablet-font-size-85 {
		font-size: 85px !important;
	}
	
	.tablet-font-size-86 {
		font-size: 86px !important;
	}
	
	.tablet-font-size-87 {
		font-size: 87px !important;
	}
	
	.tablet-font-size-88 {
		font-size: 88px !important;
	}
	
	.tablet-font-size-89 {
		font-size: 89px !important;
	}
	
	.tablet-font-size-90 {
		font-size: 90px !important;
	}
	
	.tablet-font-size-91 {
		font-size: 91px !important;
	}
	
	.tablet-font-size-92 {
		font-size: 92px !important;
	}
	
	.tablet-font-size-93 {
		font-size: 93px !important;
	}
	
	.tablet-font-size-94 {
		font-size: 94px !important;
	}
	
	.tablet-font-size-95 {
		font-size: 95px !important;
	}
	
	.tablet-font-size-96 {
		font-size: 96px !important;
	}
	
	.tablet-font-size-97 {
		font-size: 97px !important;
	}
	
	.tablet-font-size-98 {
		font-size: 98px !important;
	}
	
	.tablet-font-size-99 {
		font-size: 99px !important;
	}
	
	.tablet-font-size-100 {
		font-size: 100px !important;
	}
	
	.tablet-line-height-10 {
		line-height: 10px !important;
	}
	
	.tablet-line-height-11 {
		line-height: 11px !important;
	}
	
	.tablet-line-height-12 {
		line-height: 12px !important;
	}
	
	.tablet-line-height-13 {
		line-height: 13px !important;
	}
	
	.tablet-line-height-14 {
		line-height: 14px !important;
	}
	
	.tablet-line-height-15 {
		line-height: 15px !important;
	}
	
	.tablet-line-height-16 {
		line-height: 16px !important;
	}
	
	.tablet-line-height-17 {
		line-height: 17px !important;
	}
	
	.tablet-line-height-18 {
		line-height: 18px !important;
	}
	
	.tablet-line-height-19 {
		line-height: 19px !important;
	}
	
	.tablet-line-height-20 {
		line-height: 20px !important;
	}
	
	.tablet-line-height-21 {
		line-height: 21px !important;
	}
	
	.tablet-line-height-22 {
		line-height: 22px !important;
	}
	
	.tablet-line-height-23 {
		line-height: 23px !important;
	}
	
	.tablet-line-height-24 {
		line-height: 24px !important;
	}
	
	.tablet-line-height-25 {
		line-height: 25px !important;
	}
	
	.tablet-line-height-26 {
		line-height: 26px !important;
	}
	
	.tablet-line-height-27 {
		line-height: 27px !important;
	}
	
	.tablet-line-height-28 {
		line-height: 28px !important;
	}
	
	.tablet-line-height-29 {
		line-height: 29px !important;
	}
	
	.tablet-line-height-30 {
		line-height: 30px !important;
	}
	
	.tablet-line-height-31 {
		line-height: 31px !important;
	}
	
	.tablet-line-height-32 {
		line-height: 32px !important;
	}
	
	.tablet-line-height-33 {
		line-height: 33px !important;
	}
	
	.tablet-line-height-34 {
		line-height: 34px !important;
	}
	
	.tablet-line-height-35 {
		line-height: 35px !important;
	}
	
	.tablet-line-height-36 {
		line-height: 36px !important;
	}
	
	.tablet-line-height-37 {
		line-height: 37px !important;
	}
	
	.tablet-line-height-38 {
		line-height: 38px !important;
	}
	
	.tablet-line-height-39 {
		line-height: 39px !important;
	}
	
	.tablet-line-height-40 {
		line-height: 40px !important;
	}
	
	.tablet-line-height-41 {
		line-height: 41px !important;
	}
	
	.tablet-line-height-42 {
		line-height: 42px !important;
	}
	
	.tablet-line-height-43 {
		line-height: 43px !important;
	}
	
	.tablet-line-height-44 {
		line-height: 44px !important;
	}
	
	.tablet-line-height-45 {
		line-height: 45px !important;
	}
	
	.tablet-line-height-46 {
		line-height: 46px !important;
	}
	
	.tablet-line-height-47 {
		line-height: 47px !important;
	}
	
	.tablet-line-height-48 {
		line-height: 48px !important;
	}
	
	.tablet-line-height-49 {
		line-height: 49px !important;
	}
	
	.tablet-line-height-50 {
		line-height: 50px !important;
	}
	
	.tablet-line-height-51 {
		line-height: 51px !important;
	}
	
	.tablet-line-height-52 {
		line-height: 52px !important;
	}
	
	.tablet-line-height-53 {
		line-height: 53px !important;
	}
	
	.tablet-line-height-54 {
		line-height: 54px !important;
	}
	
	.tablet-line-height-55 {
		line-height: 55px !important;
	}
	
	.tablet-line-height-56 {
		line-height: 56px !important;
	}
	
	.tablet-line-height-57 {
		line-height: 57px !important;
	}
	
	.tablet-line-height-58 {
		line-height: 58px !important;
	}
	
	.tablet-line-height-59 {
		line-height: 59px !important;
	}
	
	.tablet-line-height-60 {
		line-height: 60px !important;
	}
	
	.tablet-line-height-61 {
		line-height: 61px !important;
	}
	
	.tablet-line-height-62 {
		line-height: 62px !important;
	}
	
	.tablet-line-height-63 {
		line-height: 63px !important;
	}
	
	.tablet-line-height-64 {
		line-height: 64px !important;
	}
	
	.tablet-line-height-65 {
		line-height: 65px !important;
	}
	
	.tablet-line-height-66 {
		line-height: 66px !important;
	}
	
	.tablet-line-height-67 {
		line-height: 67px !important;
	}
	
	.tablet-line-height-68 {
		line-height: 68px !important;
	}
	
	.tablet-line-height-69 {
		line-height: 69px !important;
	}
	
	.tablet-line-height-70 {
		line-height: 70px !important;
	}
	
	.tablet-line-height-71 {
		line-height: 71px !important;
	}
	
	.tablet-line-height-72 {
		line-height: 72px !important;
	}
	
	.tablet-line-height-73 {
		line-height: 73px !important;
	}
	
	.tablet-line-height-74 {
		line-height: 74px !important;
	}
	
	.tablet-line-height-75 {
		line-height: 75px !important;
	}
	
	.tablet-line-height-76 {
		line-height: 76px !important;
	}
	
	.tablet-line-height-77 {
		line-height: 77px !important;
	}
	
	.tablet-line-height-78 {
		line-height: 78px !important;
	}
	
	.tablet-line-height-79 {
		line-height: 79px !important;
	}
	
	.tablet-line-height-80 {
		line-height: 80px !important;
	}
	
	.tablet-line-height-81 {
		line-height: 81px !important;
	}
	
	.tablet-line-height-82 {
		line-height: 82px !important;
	}
	
	.tablet-line-height-83 {
		line-height: 83px !important;
	}
	
	.tablet-line-height-84 {
		line-height: 84px !important;
	}
	
	.tablet-line-height-85 {
		line-height: 85px !important;
	}
	
	.tablet-line-height-86 {
		line-height: 86px !important;
	}
	
	.tablet-line-height-87 {
		line-height: 87px !important;
	}
	
	.tablet-line-height-88 {
		line-height: 88px !important;
	}
	
	.tablet-line-height-89 {
		line-height: 89px !important;
	}
	
	.tablet-line-height-90 {
		line-height: 90px !important;
	}
	
	.tablet-line-height-91 {
		line-height: 91px !important;
	}
	
	.tablet-line-height-92 {
		line-height: 92px !important;
	}
	
	.tablet-line-height-93 {
		line-height: 93px !important;
	}
	
	.tablet-line-height-94 {
		line-height: 94px !important;
	}
	
	.tablet-line-height-95 {
		line-height: 95px !important;
	}
	
	.tablet-line-height-96 {
		line-height: 96px !important;
	}
	
	.tablet-line-height-97 {
		line-height: 97px !important;
	}
	
	.tablet-line-height-98 {
		line-height: 98px !important;
	}
	
	.tablet-line-height-99 {
		line-height: 99px !important;
	}
	
	.tablet-line-height-100 {
		line-height: 100px !important;
	}
}

@media (max-width: 991px) {
	.mobile-font-size-10 {
		font-size: 10px !important;
	}
	
	.mobile-font-size-11 {
		font-size: 11px !important;
	}
	
	.mobile-font-size-12 {
		font-size: 12px !important;
	}
	
	.mobile-font-size-13 {
		font-size: 13px !important;
	}
	
	.mobile-font-size-14 {
		font-size: 14px !important;
	}
	
	.mobile-font-size-15 {
		font-size: 15px !important;
	}
	
	.mobile-font-size-16 {
		font-size: 16px !important;
	}
	
	.mobile-font-size-17 {
		font-size: 17px !important;
	}
	
	.mobile-font-size-18 {
		font-size: 18px !important;
	}
	
	.mobile-font-size-19 {
		font-size: 19px !important;
	}
	
	.mobile-font-size-20 {
		font-size: 20px !important;
	}
	
	.mobile-font-size-21 {
		font-size: 21px !important;
	}
	
	.mobile-font-size-22 {
		font-size: 22px !important;
	}
	
	.mobile-font-size-23 {
		font-size: 23px !important;
	}
	
	.mobile-font-size-24 {
		font-size: 24px !important;
	}
	
	.mobile-font-size-25 {
		font-size: 25px !important;
	}
	
	.mobile-font-size-26 {
		font-size: 26px !important;
	}
	
	.mobile-font-size-27 {
		font-size: 27px !important;
	}
	
	.mobile-font-size-28 {
		font-size: 28px !important;
	}
	
	.mobile-font-size-29 {
		font-size: 29px !important;
	}
	
	.mobile-font-size-30 {
		font-size: 30px !important;
	}
	
	.mobile-font-size-31 {
		font-size: 31px !important;
	}
	
	.mobile-font-size-32 {
		font-size: 32px !important;
	}
	
	.mobile-font-size-33 {
		font-size: 33px !important;
	}
	
	.mobile-font-size-34 {
		font-size: 34px !important;
	}
	
	.mobile-font-size-35 {
		font-size: 35px !important;
	}
	
	.mobile-font-size-36 {
		font-size: 36px !important;
	}
	
	.mobile-font-size-37 {
		font-size: 37px !important;
	}
	
	.mobile-font-size-38 {
		font-size: 38px !important;
	}
	
	.mobile-font-size-39 {
		font-size: 39px !important;
	}
	
	.mobile-font-size-40 {
		font-size: 40px !important;
	}
	
	.mobile-font-size-41 {
		font-size: 41px !important;
	}
	
	.mobile-font-size-42 {
		font-size: 42px !important;
	}
	
	.mobile-font-size-43 {
		font-size: 43px !important;
	}
	
	.mobile-font-size-44 {
		font-size: 44px !important;
	}
	
	.mobile-font-size-45 {
		font-size: 45px !important;
	}
	
	.mobile-font-size-46 {
		font-size: 46px !important;
	}
	
	.mobile-font-size-47 {
		font-size: 47px !important;
	}
	
	.mobile-font-size-48 {
		font-size: 48px !important;
	}
	
	.mobile-font-size-49 {
		font-size: 49px !important;
	}
	
	.mobile-font-size-50 {
		font-size: 50px !important;
	}
	
	.mobile-font-size-51 {
		font-size: 51px !important;
	}
	
	.mobile-font-size-52 {
		font-size: 52px !important;
	}
	
	.mobile-font-size-53 {
		font-size: 53px !important;
	}
	
	.mobile-font-size-54 {
		font-size: 54px !important;
	}
	
	.mobile-font-size-55 {
		font-size: 55px !important;
	}
	
	.mobile-font-size-56 {
		font-size: 56px !important;
	}
	
	.mobile-font-size-57 {
		font-size: 57px !important;
	}
	
	.mobile-font-size-58 {
		font-size: 58px !important;
	}
	
	.mobile-font-size-59 {
		font-size: 59px !important;
	}
	
	.mobile-font-size-60 {
		font-size: 60px !important;
	}
	
	.mobile-font-size-61 {
		font-size: 61px !important;
	}
	
	.mobile-font-size-62 {
		font-size: 62px !important;
	}
	
	.mobile-font-size-63 {
		font-size: 63px !important;
	}
	
	.mobile-font-size-64 {
		font-size: 64px !important;
	}
	
	.mobile-font-size-65 {
		font-size: 65px !important;
	}
	
	.mobile-font-size-66 {
		font-size: 66px !important;
	}
	
	.mobile-font-size-67 {
		font-size: 67px !important;
	}
	
	.mobile-font-size-68 {
		font-size: 68px !important;
	}
	
	.mobile-font-size-69 {
		font-size: 69px !important;
	}
	
	.mobile-font-size-70 {
		font-size: 70px !important;
	}
	
	.mobile-font-size-71 {
		font-size: 71px !important;
	}
	
	.mobile-font-size-72 {
		font-size: 72px !important;
	}
	
	.mobile-font-size-73 {
		font-size: 73px !important;
	}
	
	.mobile-font-size-74 {
		font-size: 74px !important;
	}
	
	.mobile-font-size-75 {
		font-size: 75px !important;
	}
	
	.mobile-font-size-76 {
		font-size: 76px !important;
	}
	
	.mobile-font-size-77 {
		font-size: 77px !important;
	}
	
	.mobile-font-size-78 {
		font-size: 78px !important;
	}
	
	.mobile-font-size-79 {
		font-size: 79px !important;
	}
	
	.mobile-font-size-80 {
		font-size: 80px !important;
	}
	
	.mobile-font-size-81 {
		font-size: 81px !important;
	}
	
	.mobile-font-size-82 {
		font-size: 82px !important;
	}
	
	.mobile-font-size-83 {
		font-size: 83px !important;
	}
	
	.mobile-font-size-84 {
		font-size: 84px !important;
	}
	
	.mobile-font-size-85 {
		font-size: 85px !important;
	}
	
	.mobile-font-size-86 {
		font-size: 86px !important;
	}
	
	.mobile-font-size-87 {
		font-size: 87px !important;
	}
	
	.mobile-font-size-88 {
		font-size: 88px !important;
	}
	
	.mobile-font-size-89 {
		font-size: 89px !important;
	}
	
	.mobile-font-size-90 {
		font-size: 90px !important;
	}
	
	.mobile-font-size-91 {
		font-size: 91px !important;
	}
	
	.mobile-font-size-92 {
		font-size: 92px !important;
	}
	
	.mobile-font-size-93 {
		font-size: 93px !important;
	}
	
	.mobile-font-size-94 {
		font-size: 94px !important;
	}
	
	.mobile-font-size-95 {
		font-size: 95px !important;
	}
	
	.mobile-font-size-96 {
		font-size: 96px !important;
	}
	
	.mobile-font-size-97 {
		font-size: 97px !important;
	}
	
	.mobile-font-size-98 {
		font-size: 98px !important;
	}
	
	.mobile-font-size-99 {
		font-size: 99px !important;
	}
	
	.mobile-font-size-100 {
		font-size: 100px !important;
	}
	
	.mobile-line-height-10 {
		line-height: 10px !important;
	}
	
	.mobile-line-height-11 {
		line-height: 11px !important;
	}
	
	.mobile-line-height-12 {
		line-height: 12px !important;
	}
	
	.mobile-line-height-13 {
		line-height: 13px !important;
	}
	
	.mobile-line-height-14 {
		line-height: 14px !important;
	}
	
	.mobile-line-height-15 {
		line-height: 15px !important;
	}
	
	.mobile-line-height-16 {
		line-height: 16px !important;
	}
	
	.mobile-line-height-17 {
		line-height: 17px !important;
	}
	
	.mobile-line-height-18 {
		line-height: 18px !important;
	}
	
	.mobile-line-height-19 {
		line-height: 19px !important;
	}
	
	.mobile-line-height-20 {
		line-height: 20px !important;
	}
	
	.mobile-line-height-21 {
		line-height: 21px !important;
	}
	
	.mobile-line-height-22 {
		line-height: 22px !important;
	}
	
	.mobile-line-height-23 {
		line-height: 23px !important;
	}
	
	.mobile-line-height-24 {
		line-height: 24px !important;
	}
	
	.mobile-line-height-25 {
		line-height: 25px !important;
	}
	
	.mobile-line-height-26 {
		line-height: 26px !important;
	}
	
	.mobile-line-height-27 {
		line-height: 27px !important;
	}
	
	.mobile-line-height-28 {
		line-height: 28px !important;
	}
	
	.mobile-line-height-29 {
		line-height: 29px !important;
	}
	
	.mobile-line-height-30 {
		line-height: 30px !important;
	}
	
	.mobile-line-height-31 {
		line-height: 31px !important;
	}
	
	.mobile-line-height-32 {
		line-height: 32px !important;
	}
	
	.mobile-line-height-33 {
		line-height: 33px !important;
	}
	
	.mobile-line-height-34 {
		line-height: 34px !important;
	}
	
	.mobile-line-height-35 {
		line-height: 35px !important;
	}
	
	.mobile-line-height-36 {
		line-height: 36px !important;
	}
	
	.mobile-line-height-37 {
		line-height: 37px !important;
	}
	
	.mobile-line-height-38 {
		line-height: 38px !important;
	}
	
	.mobile-line-height-39 {
		line-height: 39px !important;
	}
	
	.mobile-line-height-40 {
		line-height: 40px !important;
	}
	
	.mobile-line-height-41 {
		line-height: 41px !important;
	}
	
	.mobile-line-height-42 {
		line-height: 42px !important;
	}
	
	.mobile-line-height-43 {
		line-height: 43px !important;
	}
	
	.mobile-line-height-44 {
		line-height: 44px !important;
	}
	
	.mobile-line-height-45 {
		line-height: 45px !important;
	}
	
	.mobile-line-height-46 {
		line-height: 46px !important;
	}
	
	.mobile-line-height-47 {
		line-height: 47px !important;
	}
	
	.mobile-line-height-48 {
		line-height: 48px !important;
	}
	
	.mobile-line-height-49 {
		line-height: 49px !important;
	}
	
	.mobile-line-height-50 {
		line-height: 50px !important;
	}
	
	.mobile-line-height-51 {
		line-height: 51px !important;
	}
	
	.mobile-line-height-52 {
		line-height: 52px !important;
	}
	
	.mobile-line-height-53 {
		line-height: 53px !important;
	}
	
	.mobile-line-height-54 {
		line-height: 54px !important;
	}
	
	.mobile-line-height-55 {
		line-height: 55px !important;
	}
	
	.mobile-line-height-56 {
		line-height: 56px !important;
	}
	
	.mobile-line-height-57 {
		line-height: 57px !important;
	}
	
	.mobile-line-height-58 {
		line-height: 58px !important;
	}
	
	.mobile-line-height-59 {
		line-height: 59px !important;
	}
	
	.mobile-line-height-60 {
		line-height: 60px !important;
	}
	
	.mobile-line-height-61 {
		line-height: 61px !important;
	}
	
	.mobile-line-height-62 {
		line-height: 62px !important;
	}
	
	.mobile-line-height-63 {
		line-height: 63px !important;
	}
	
	.mobile-line-height-64 {
		line-height: 64px !important;
	}
	
	.mobile-line-height-65 {
		line-height: 65px !important;
	}
	
	.mobile-line-height-66 {
		line-height: 66px !important;
	}
	
	.mobile-line-height-67 {
		line-height: 67px !important;
	}
	
	.mobile-line-height-68 {
		line-height: 68px !important;
	}
	
	.mobile-line-height-69 {
		line-height: 69px !important;
	}
	
	.mobile-line-height-70 {
		line-height: 70px !important;
	}
	
	.mobile-line-height-71 {
		line-height: 71px !important;
	}
	
	.mobile-line-height-72 {
		line-height: 72px !important;
	}
	
	.mobile-line-height-73 {
		line-height: 73px !important;
	}
	
	.mobile-line-height-74 {
		line-height: 74px !important;
	}
	
	.mobile-line-height-75 {
		line-height: 75px !important;
	}
	
	.mobile-line-height-76 {
		line-height: 76px !important;
	}
	
	.mobile-line-height-77 {
		line-height: 77px !important;
	}
	
	.mobile-line-height-78 {
		line-height: 78px !important;
	}
	
	.mobile-line-height-79 {
		line-height: 79px !important;
	}
	
	.mobile-line-height-80 {
		line-height: 80px !important;
	}
	
	.mobile-line-height-81 {
		line-height: 81px !important;
	}
	
	.mobile-line-height-82 {
		line-height: 82px !important;
	}
	
	.mobile-line-height-83 {
		line-height: 83px !important;
	}
	
	.mobile-line-height-84 {
		line-height: 84px !important;
	}
	
	.mobile-line-height-85 {
		line-height: 85px !important;
	}
	
	.mobile-line-height-86 {
		line-height: 86px !important;
	}
	
	.mobile-line-height-87 {
		line-height: 87px !important;
	}
	
	.mobile-line-height-88 {
		line-height: 88px !important;
	}
	
	.mobile-line-height-89 {
		line-height: 89px !important;
	}
	
	.mobile-line-height-90 {
		line-height: 90px !important;
	}
	
	.mobile-line-height-91 {
		line-height: 91px !important;
	}
	
	.mobile-line-height-92 {
		line-height: 92px !important;
	}
	
	.mobile-line-height-93 {
		line-height: 93px !important;
	}
	
	.mobile-line-height-94 {
		line-height: 94px !important;
	}
	
	.mobile-line-height-95 {
		line-height: 95px !important;
	}
	
	.mobile-line-height-96 {
		line-height: 96px !important;
	}
	
	.mobile-line-height-97 {
		line-height: 97px !important;
	}
	
	.mobile-line-height-98 {
		line-height: 98px !important;
	}
	
	.mobile-line-height-99 {
		line-height: 99px !important;
	}
	
	.mobile-line-height-100 {
		line-height: 100px !important;
	}
}

@media (max-width: 767px) {
	.smobile-font-size-10 {
		font-size: 10px !important;
	}
	
	.smobile-font-size-11 {
		font-size: 11px !important;
	}
	
	.smobile-font-size-12 {
		font-size: 12px !important;
	}
	
	.smobile-font-size-13 {
		font-size: 13px !important;
	}
	
	.smobile-font-size-14 {
		font-size: 14px !important;
	}
	
	.smobile-font-size-15 {
		font-size: 15px !important;
	}
	
	.smobile-font-size-16 {
		font-size: 16px !important;
	}
	
	.smobile-font-size-17 {
		font-size: 17px !important;
	}
	
	.smobile-font-size-18 {
		font-size: 18px !important;
	}
	
	.smobile-font-size-19 {
		font-size: 19px !important;
	}
	
	.smobile-font-size-20 {
		font-size: 20px !important;
	}
	
	.smobile-font-size-21 {
		font-size: 21px !important;
	}
	
	.smobile-font-size-22 {
		font-size: 22px !important;
	}
	
	.smobile-font-size-23 {
		font-size: 23px !important;
	}
	
	.smobile-font-size-24 {
		font-size: 24px !important;
	}
	
	.smobile-font-size-25 {
		font-size: 25px !important;
	}
	
	.smobile-font-size-26 {
		font-size: 26px !important;
	}
	
	.smobile-font-size-27 {
		font-size: 27px !important;
	}
	
	.smobile-font-size-28 {
		font-size: 28px !important;
	}
	
	.smobile-font-size-29 {
		font-size: 29px !important;
	}
	
	.smobile-font-size-30 {
		font-size: 30px !important;
	}
	
	.smobile-font-size-31 {
		font-size: 31px !important;
	}
	
	.smobile-font-size-32 {
		font-size: 32px !important;
	}
	
	.smobile-font-size-33 {
		font-size: 33px !important;
	}
	
	.smobile-font-size-34 {
		font-size: 34px !important;
	}
	
	.smobile-font-size-35 {
		font-size: 35px !important;
	}
	
	.smobile-font-size-36 {
		font-size: 36px !important;
	}
	
	.smobile-font-size-37 {
		font-size: 37px !important;
	}
	
	.smobile-font-size-38 {
		font-size: 38px !important;
	}
	
	.smobile-font-size-39 {
		font-size: 39px !important;
	}
	
	.smobile-font-size-40 {
		font-size: 40px !important;
	}
	
	.smobile-font-size-41 {
		font-size: 41px !important;
	}
	
	.smobile-font-size-42 {
		font-size: 42px !important;
	}
	
	.smobile-font-size-43 {
		font-size: 43px !important;
	}
	
	.smobile-font-size-44 {
		font-size: 44px !important;
	}
	
	.smobile-font-size-45 {
		font-size: 45px !important;
	}
	
	.smobile-font-size-46 {
		font-size: 46px !important;
	}
	
	.smobile-font-size-47 {
		font-size: 47px !important;
	}
	
	.smobile-font-size-48 {
		font-size: 48px !important;
	}
	
	.smobile-font-size-49 {
		font-size: 49px !important;
	}
	
	.smobile-font-size-50 {
		font-size: 50px !important;
	}
	
	.smobile-font-size-51 {
		font-size: 51px !important;
	}
	
	.smobile-font-size-52 {
		font-size: 52px !important;
	}
	
	.smobile-font-size-53 {
		font-size: 53px !important;
	}
	
	.smobile-font-size-54 {
		font-size: 54px !important;
	}
	
	.smobile-font-size-55 {
		font-size: 55px !important;
	}
	
	.smobile-font-size-56 {
		font-size: 56px !important;
	}
	
	.smobile-font-size-57 {
		font-size: 57px !important;
	}
	
	.smobile-font-size-58 {
		font-size: 58px !important;
	}
	
	.smobile-font-size-59 {
		font-size: 59px !important;
	}
	
	.smobile-font-size-60 {
		font-size: 60px !important;
	}
	
	.smobile-font-size-61 {
		font-size: 61px !important;
	}
	
	.smobile-font-size-62 {
		font-size: 62px !important;
	}
	
	.smobile-font-size-63 {
		font-size: 63px !important;
	}
	
	.smobile-font-size-64 {
		font-size: 64px !important;
	}
	
	.smobile-font-size-65 {
		font-size: 65px !important;
	}
	
	.smobile-font-size-66 {
		font-size: 66px !important;
	}
	
	.smobile-font-size-67 {
		font-size: 67px !important;
	}
	
	.smobile-font-size-68 {
		font-size: 68px !important;
	}
	
	.smobile-font-size-69 {
		font-size: 69px !important;
	}
	
	.smobile-font-size-70 {
		font-size: 70px !important;
	}
	
	.smobile-font-size-71 {
		font-size: 71px !important;
	}
	
	.smobile-font-size-72 {
		font-size: 72px !important;
	}
	
	.smobile-font-size-73 {
		font-size: 73px !important;
	}
	
	.smobile-font-size-74 {
		font-size: 74px !important;
	}
	
	.smobile-font-size-75 {
		font-size: 75px !important;
	}
	
	.smobile-font-size-76 {
		font-size: 76px !important;
	}
	
	.smobile-font-size-77 {
		font-size: 77px !important;
	}
	
	.smobile-font-size-78 {
		font-size: 78px !important;
	}
	
	.smobile-font-size-79 {
		font-size: 79px !important;
	}
	
	.smobile-font-size-80 {
		font-size: 80px !important;
	}
	
	.smobile-font-size-81 {
		font-size: 81px !important;
	}
	
	.smobile-font-size-82 {
		font-size: 82px !important;
	}
	
	.smobile-font-size-83 {
		font-size: 83px !important;
	}
	
	.smobile-font-size-84 {
		font-size: 84px !important;
	}
	
	.smobile-font-size-85 {
		font-size: 85px !important;
	}
	
	.smobile-font-size-86 {
		font-size: 86px !important;
	}
	
	.smobile-font-size-87 {
		font-size: 87px !important;
	}
	
	.smobile-font-size-88 {
		font-size: 88px !important;
	}
	
	.smobile-font-size-89 {
		font-size: 89px !important;
	}
	
	.smobile-font-size-90 {
		font-size: 90px !important;
	}
	
	.smobile-font-size-91 {
		font-size: 91px !important;
	}
	
	.smobile-font-size-92 {
		font-size: 92px !important;
	}
	
	.smobile-font-size-93 {
		font-size: 93px !important;
	}
	
	.smobile-font-size-94 {
		font-size: 94px !important;
	}
	
	.smobile-font-size-95 {
		font-size: 95px !important;
	}
	
	.smobile-font-size-96 {
		font-size: 96px !important;
	}
	
	.smobile-font-size-97 {
		font-size: 97px !important;
	}
	
	.smobile-font-size-98 {
		font-size: 98px !important;
	}
	
	.smobile-font-size-99 {
		font-size: 99px !important;
	}
	
	.smobile-font-size-100 {
		font-size: 100px !important;
	}
	
	.smobile-font-size-200 {
		font-size: 200px !important;
	}
	
	.smobile-font-size-300 {
		font-size: 300px !important;
	}
	
	.smobile-line-height-10 {
		line-height: 10px !important;
	}
	
	.smobile-line-height-11 {
		line-height: 11px !important;
	}
	
	.smobile-line-height-12 {
		line-height: 12px !important;
	}
	
	.smobile-line-height-13 {
		line-height: 13px !important;
	}
	
	.smobile-line-height-14 {
		line-height: 14px !important;
	}
	
	.smobile-line-height-15 {
		line-height: 15px !important;
	}
	
	.smobile-line-height-16 {
		line-height: 16px !important;
	}
	
	.smobile-line-height-17 {
		line-height: 17px !important;
	}
	
	.smobile-line-height-18 {
		line-height: 18px !important;
	}
	
	.smobile-line-height-19 {
		line-height: 19px !important;
	}
	
	.smobile-line-height-20 {
		line-height: 20px !important;
	}
	
	.smobile-line-height-21 {
		line-height: 21px !important;
	}
	
	.smobile-line-height-22 {
		line-height: 22px !important;
	}
	
	.smobile-line-height-23 {
		line-height: 23px !important;
	}
	
	.smobile-line-height-24 {
		line-height: 24px !important;
	}
	
	.smobile-line-height-25 {
		line-height: 25px !important;
	}
	
	.smobile-line-height-26 {
		line-height: 26px !important;
	}
	
	.smobile-line-height-27 {
		line-height: 27px !important;
	}
	
	.smobile-line-height-28 {
		line-height: 28px !important;
	}
	
	.smobile-line-height-29 {
		line-height: 29px !important;
	}
	
	.smobile-line-height-30 {
		line-height: 30px !important;
	}
	
	.smobile-line-height-31 {
		line-height: 31px !important;
	}
	
	.smobile-line-height-32 {
		line-height: 32px !important;
	}
	
	.smobile-line-height-33 {
		line-height: 33px !important;
	}
	
	.smobile-line-height-34 {
		line-height: 34px !important;
	}
	
	.smobile-line-height-35 {
		line-height: 35px !important;
	}
	
	.smobile-line-height-36 {
		line-height: 36px !important;
	}
	
	.smobile-line-height-37 {
		line-height: 37px !important;
	}
	
	.smobile-line-height-38 {
		line-height: 38px !important;
	}
	
	.smobile-line-height-39 {
		line-height: 39px !important;
	}
	
	.smobile-line-height-40 {
		line-height: 40px !important;
	}
	
	.smobile-line-height-41 {
		line-height: 41px !important;
	}
	
	.smobile-line-height-42 {
		line-height: 42px !important;
	}
	
	.smobile-line-height-43 {
		line-height: 43px !important;
	}
	
	.smobile-line-height-44 {
		line-height: 44px !important;
	}
	
	.smobile-line-height-45 {
		line-height: 45px !important;
	}
	
	.smobile-line-height-46 {
		line-height: 46px !important;
	}
	
	.smobile-line-height-47 {
		line-height: 47px !important;
	}
	
	.smobile-line-height-48 {
		line-height: 48px !important;
	}
	
	.smobile-line-height-49 {
		line-height: 49px !important;
	}
	
	.smobile-line-height-50 {
		line-height: 50px !important;
	}
	
	.smobile-line-height-51 {
		line-height: 51px !important;
	}
	
	.smobile-line-height-52 {
		line-height: 52px !important;
	}
	
	.smobile-line-height-53 {
		line-height: 53px !important;
	}
	
	.smobile-line-height-54 {
		line-height: 54px !important;
	}
	
	.smobile-line-height-55 {
		line-height: 55px !important;
	}
	
	.smobile-line-height-56 {
		line-height: 56px !important;
	}
	
	.smobile-line-height-57 {
		line-height: 57px !important;
	}
	
	.smobile-line-height-58 {
		line-height: 58px !important;
	}
	
	.smobile-line-height-59 {
		line-height: 59px !important;
	}
	
	.smobile-line-height-60 {
		line-height: 60px !important;
	}
	
	.smobile-line-height-61 {
		line-height: 61px !important;
	}
	
	.smobile-line-height-62 {
		line-height: 62px !important;
	}
	
	.smobile-line-height-63 {
		line-height: 63px !important;
	}
	
	.smobile-line-height-64 {
		line-height: 64px !important;
	}
	
	.smobile-line-height-65 {
		line-height: 65px !important;
	}
	
	.smobile-line-height-66 {
		line-height: 66px !important;
	}
	
	.smobile-line-height-67 {
		line-height: 67px !important;
	}
	
	.smobile-line-height-68 {
		line-height: 68px !important;
	}
	
	.smobile-line-height-69 {
		line-height: 69px !important;
	}
	
	.smobile-line-height-70 {
		line-height: 70px !important;
	}
	
	.smobile-line-height-71 {
		line-height: 71px !important;
	}
	
	.smobile-line-height-72 {
		line-height: 72px !important;
	}
	
	.smobile-line-height-73 {
		line-height: 73px !important;
	}
	
	.smobile-line-height-74 {
		line-height: 74px !important;
	}
	
	.smobile-line-height-75 {
		line-height: 75px !important;
	}
	
	.smobile-line-height-76 {
		line-height: 76px !important;
	}
	
	.smobile-line-height-77 {
		line-height: 77px !important;
	}
	
	.smobile-line-height-78 {
		line-height: 78px !important;
	}
	
	.smobile-line-height-79 {
		line-height: 79px !important;
	}
	
	.smobile-line-height-80 {
		line-height: 80px !important;
	}
	
	.smobile-line-height-81 {
		line-height: 81px !important;
	}
	
	.smobile-line-height-82 {
		line-height: 82px !important;
	}
	
	.smobile-line-height-83 {
		line-height: 83px !important;
	}
	
	.smobile-line-height-84 {
		line-height: 84px !important;
	}
	
	.smobile-line-height-85 {
		line-height: 85px !important;
	}
	
	.smobile-line-height-86 {
		line-height: 86px !important;
	}
	
	.smobile-line-height-87 {
		line-height: 87px !important;
	}
	
	.smobile-line-height-88 {
		line-height: 88px !important;
	}
	
	.smobile-line-height-89 {
		line-height: 89px !important;
	}
	
	.smobile-line-height-90 {
		line-height: 90px !important;
	}
	
	.smobile-line-height-91 {
		line-height: 91px !important;
	}
	
	.smobile-line-height-92 {
		line-height: 92px !important;
	}
	
	.smobile-line-height-93 {
		line-height: 93px !important;
	}
	
	.smobile-line-height-94 {
		line-height: 94px !important;
	}
	
	.smobile-line-height-95 {
		line-height: 95px !important;
	}
	
	.smobile-line-height-96 {
		line-height: 96px !important;
	}
	
	.smobile-line-height-97 {
		line-height: 97px !important;
	}
	
	.smobile-line-height-98 {
		line-height: 98px !important;
	}
	
	.smobile-line-height-99 {
		line-height: 99px !important;
	}
	
	.smobile-line-height-100 {
		line-height: 100px !important;
	}
	
	.smobile-line-height-150 {
		line-height: 150px !important;
	}
	
	.smobile-line-height-200 {
		line-height: 200px !important;
	}
	
	.smobile-line-height-250 {
		line-height: 250px !important;
	}
	
	.smobile-line-height-300 {
		line-height: 300px !important;
	}
}

.custom-section span {
	display: inline-block;
}

.custom-section .row1 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.custom-section .title {
	font-family: "Barlow";
	font-weight: 600;
	font-size: 22px;
	line-height: 35px;
	margin-right: 10px;
	flex-grow: 1;
	color: #222;
}

.custom-section .letter {
	position: relative;
	top: -10px;
	color: #fff;
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	height: 60px;
	width: 80px;
	text-align: center;
	background-color: #2d63d1;
	border-radius: 5px;
	margin-right: 20px;
	box-shadow: 0 30px 70px 0 rgba(158, 178, 183, .7);
}

.custom-section .number {
	font-size: 90px;
	font-weight: 700;
	color: #222;
	line-height: 1;
}

.custom-section .row2 {
	color: #fff;
	padding: 20px 30px;
	margin-top: 20px;
	background-image: linear-gradient(to right, #7d4ae4, #5376e7);
	font-size: 16px;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
}

.custom-section .row2 span:first-child {
	flex-grow: 1;
}

.custom-section .row2 span:last-child {
	font-weight: 700;
}

.custom-section.color2 .letter {
	background-color: #2bce9c;
}

.custom-section.color2 .row2 {
	background-image: linear-gradient(to right, #96c93d, #00b09b);
}

.circle-animation {
	position: absolute;
	bottom: 23%;
	right: 20px;
	z-index: -1;
	width: 170px;
	height: 170px;
	border-radius: 50%;
}

.circle-animation .c {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	width: 170px;
	height: 170px;
	opacity: 0;
}

.circle-animation .c1 {
	animation: 4s ripple linear infinite;
}

.circle-animation .c2 {
	animation: 4s ripple linear infinite 1s;
}

.circle-animation .c3 {
	animation: 4s ripple linear infinite 2s;
}

.circle-animation .c4 {
	animation: 4s ripple linear infinite 3s;
}

.circle-animation.color-2 {
	z-index: 0;
	bottom: unset;
	top: 60px;
	opacity: .7;
}

.circle-animation.color-3 .c {
	border: 1px solid #aaa;
}

.tilt, .bubble {
	perspective: 1000px;
	animation: 10s cubic-bezier(.25, .25, .75, .75) 0s infinite alternate tilt;
}

.link-email {
	color: #222;
	position: relative;
}

.link-email:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #222;
	transition: .3s;
	content: "";
}

.link-email:hover {
	color: #f5ad0d;
}

.link-email.white:hover {
	opacity: .7;
}

.link-email:hover:after {
	background-color: #f5ad0d;
}

.link-email.white {
	color: #fff;
}

.link-email.white:after {
	background-color: #fff;
}

.perspective-1000 {
	perspective: 1000px;
}

.bg-gradient-1 {
	background-image: linear-gradient(to bottom, transparent 0%, transparent 49.99%, #030f27 50%);
}

.bg-gradient-blue {
	background-image: linear-gradient(to right, #5376e7, #7d4ae4);
}

.bg-gradient-orange {
	background-image: linear-gradient(to left, #f474a2, #ffad3a);
}

.bg-gradient-orange-2 {
	background-image: linear-gradient(to right, #f66767, #f68826);
}

.bg-gradient-purple {
	background-image: linear-gradient(to bottom, #4a0d67, #411565);
}

.input-white input, .input-white textarea {
	background-color: transparent;
	border-color: rgba(255, 255, 255, .3);
	color: #fff;
}

.input-white input::placeholder {
	color: rgba(255, 255, 255, .7);
}

.input-white input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .7);
}

.input-white input::-ms-input-placeholder {
	color: rgba(255, 255, 255, .7);
}

.input-white textarea::placeholder {
	color: rgba(255, 255, 255, .7);
}

.input-white textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, .7);
}

.input-white textarea::-ms-input-placeholder {
	color: rgba(255, 255, 255, .7);
}

.input-white input:focus, .input-white textarea:focus {
	border-color: #fff;
}

.input-black input, .input-black textarea {
	background-color: transparent;
	border-color: #222;
	color: #222;
}

@media (max-width: 991px) {
	.hide-on-mobile {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hide-on-smobile {
		display: none !important;
	}
}

@media (max-width: 767px) {}

.elementor-template .post-meta, .elementor-template .post-title {
	display: none;
}

.custom.sr7-arrows {
	background-color: rgba(255, 255, 255, .3) !important;
	width: 60px !important;
	height: 60px !important;
	border-radius: 50%;
	transition: all ease .3s;
}

.custom.sr7-arrows.sr7-leftarrow:before, .custom.sr7-arrows.sr7-rightarrow:before {
	content: "#" !important;
	font-family: "ElegantIcons" !important;
	font-weight: normal;
	font-size: 22px !important;
	color: #222 !important;
	line-height: 60px !important;
}

.custom.sr7-arrows.sr7-rightarrow:before {
	content: "$" !important;
}

.custom.sr7-arrows:hover {
	background-color: #fff !important;
}

.sr7-bullets.custom .sr7-bullet {
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: transparent;
	transition: all ease .3s;
}

.sr7-bullets.custom .sr7-bullet.selected {
	background-color: #fff;
}

.rev-btn.icon-right i {
	margin-left: 35px;
}

.rev-btn.icon-left i {
	margin-right: 35px;
}

.rev-btn.icon-left-2 i {
	margin-right: 10px;
	font-size: 25px;
	line-height: 65px;
}

.rev-scroll {
	cursor: pointer;
	position: relative;
	background-color: rgba(255, 255, 255, .2);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.rev-scroll.no-bg {
	background-color: transparent;
}

.rs-has-line.line-bottom {
	padding-left: 0 !important;
	padding-bottom: 20px !important;
}

.rs-has-line.line-bottom:after {
	bottom: 0;
	height: 5px;
	width: 120px;
}

.rs-has-line.line-2 {
	padding-left: 25px !important;
}

.rs-has-line.line-2:after {
	bottom: 0;
	width: 4px;
	height: 100%;
}

.rs-has-line.line-top {
	padding-left: 0 !important;
	padding-top: 20px !important;
}

.rs-has-line.line-top:after {
	top: 0;
	height: 5px;
	bottom: unset;
	width: 120px;
}

.rs-has-line {
	position: relative;
	padding-left: 115px !important;
}

.rs-has-line:after {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100px;
	height: 3px;
	content: "";
	background-color: #f5ad0d;
}

.rs-has-shape {
	position: relative;
	padding-left: 25px !important;
}

.rs-has-shape:after {
	position: absolute;
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	content: "";
	background-color: #f5ad0d;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}

@media only screen and (max-width: 778px) {
	.rs-has-line, .rs-has-line.line-2 {
		padding-left: 0px !important;
	}
	
	.rs-has-line:after {
		display: none;
	}
}

.bypostauthor > article {
	background-color: #f8f9fa;
}

.sticky-post {
	display: inline-block;
	display: none;
	color: #f5ad0d;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -10px;
}

.post.sticky .post-title {
	position: relative;
	padding-left: 15px;
}

.post.sticky .post-title:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: calc(100% - 10px);
	transform: translateY(-50%);
	background-color: #f5ad0d;
	content: "";
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	margin: 7px 0 15px 25px;
}

.alignleft {
	float: left;
	margin: 7px 25px 15px 0;
}

blockquote.alignleft {
	margin: 5px 20px 0;
}

blockquote.alignright {
	margin: 5px 0 20px 20px;
}

p > img.alignleft {
	clear: left;
}

p > img.alignright {
	clear: right;
}

blockquote.aligncenter {
	margin-bottom: 20px;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p, .wp-block-quote.has-text-align-right p em {
	font-style: normal;
}

.wp-block-quote.is-style-large {
	padding: 24px 50px;
}

.wp-block-quote.is-style-large:before {
	display: none;
}

.wp-block-quote.has-text-align-right {
	padding: 24px 66px 24px 50px;
}

blockquote.has-text-align-right:before {
	right: 32px;
	left: unset;
}

.wp-block-pullquote blockquote {
	padding: 40px 0;
}

.wp-block-pullquote blockquote:before {
	display: none;
}

.wp-block-pullquote {
	text-align: center;
}

.wp-block-pullquote.is-style-solid-color {
	background-color: #f7f7f7;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	text-align: center;
	background-color: transparent;
}

.wp-block-gallery, .wp-block-calendar {
	margin-bottom: 30px;
}

.wp-block-gallery .blocks-gallery-caption {
	margin-bottom: 10px;
}

.wp-block-gallery:last-child {
	margin-bottom: 0;
}

.wp-block-calendar caption {
	font-weight: 600;
	margin-bottom: 10px;
}

.wp-block-calendar table th {
	border: 1px solid rgba(0, 0, 0, .1);
}

.wp-block-search {
	margin-bottom: 20px;
}

.wp-block-search input {
	margin-bottom: 0;
}

.wp-block-group.has-background {
	padding: 30px;
}

.wp-block-cover {
	margin-bottom: 30px;
}

.post-content .has-large-font-size {
	line-height: 1.4;
}

.floatleftcenter {
	float: none;
	margin: 0 auto;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.wp-caption {
	text-align: center;
	text-align: center;
	max-width: 100%;
	margin-bottom: 20px;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 0 none;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text, .gallery-caption {
	font-size: .8em;
	padding: 10px 0 0;
	margin: 0;
	text-align: center;
	font-style: italic;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	text-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.wp-caption.alignnone {
	margin-bottom: 20px;
}

.wp-smiley {
	margin: 0;
	max-height: 1em;
}

#img-attch-page {
	text-align: center;
	overflow: hidden;
}

#img-attch-page img {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 20px;
}

.post-password-form label {
	font-weight: bolder;
	color: #222;
}

form.login .lost_password {
	display: inline-block;
}

.wpstats {
	display: none;
}

.wp-block-button__link {
	margin: 0 10px 10px 0;
}

.wp-block-cover.has-background-dim .wp-block-cover-text {
	color: #fff;
}

.wp-block-cover .wp-block-cover-text strong {
	font-weight: 500;
}

.wp-block-latest-comments, .wp-block-latest-posts {
	margin-left: 0;
}

.gallery {
	margin: 0 -1.15% 30px;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.15% 2.3%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.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%;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

ul.wp-block-rss, ul.wp-block-latest-posts, ul.wp-block-archives-list, ol.wp-block-latest-comments {
	margin-left: 0;
	width: fit-content;
}

ul.wp-block-rss ul, ul.wp-block-latest-posts ul, ul.wp-block-archives-list ul, ol.wp-block-latest-comments ul {
	padding-left: 16px;
}

ul.wp-block-rss li, ul.wp-block-latest-posts li, ul.wp-block-archives-list li, ol.wp-block-latest-comments li {
	position: relative;
	list-style: none;
	border-bottom: 1px solid #e7e7e7;
	padding: 17px 0;
}

.no-padding-content #main-content {
	padding: 0;
}

#inner-sidebar {
	padding: 20px 34px;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
}

#sidebar {
	float: right;
	width: 31.624%;
	border-style: solid;
	border-color: #e7e7e7;
}

.sidebar-left #site-content {
	float: right;
}

.sidebar-left #sidebar {
	float: left;
}

.woocommerce-page #site-content {
	width: 74.359%;
}

.woocommerce-page #sidebar {
	width: 20.086%;
}

.site-layout-boxed #wrapper {
	background-color: #f4f4f4;
	padding: 30px;
}

.site-layout-boxed #page {
	width: 1240px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.site-layout-boxed #page .byron-container {
	width: auto !important;
	max-width: none !important;
	padding-left: 30px;
	padding-right: 30px;
}

.site-layout-boxed.box-shadow #page {
	box-shadow: 0px 4px 6px rgba(0, 0, 0, .04);
}

.site-layout-boxed #site-header.fixed-hide {
	width: 1240px;
	left: 50%;
	transform: translateX(-50%);
}

#site-header .wrap-iner {
	height: 80px;
}

#site-header #main-nav .menu-fallback {
	padding-right: 16px;
	position: relative;
	text-decoration: underline;
	display: inline-block;
	height: 80px;
	line-height: 80px;
}

#site-header #main-nav .menu-fallback:hover {
	color: #aaa;
}

#site-logo .site-logo-text {
	color: #f5ad0d;
	font-size: 30px;
	line-height: 36px;
	font-weight: bolder;
}

#site-logo .site-logo-text:hover {
	color: #f5ad0d;
}

.header-button {
	margin-left: 80px;
	display: inline-flex;
}

.header-button a {
	display: inline-block;
	font-size: 16px;
	line-height: 44px;
	font-weight: 500;
	font-weight: 500;
	padding: 0px 28px;
	border-radius: 2px;
	color: #f5ad0d;
	border: 1px solid #f5ad0d;
	white-space: nowrap;
}

.header-button a:hover {
	background-color: #f5ad0d;
	color: #fff;
}

.header-info {
	font-size: 15px;
	line-height: 50px;
	color: #8a99c0;
}

.header-info .content-wrap {
	display: inline-block;
}

.header-info .content-wrap .prefix {
	display: none;
}

.header-info .content {
	display: inline-block;
	margin-left: 30px;
	padding-left: 50px;
	position: relative;
}

.header-info .content:after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #394664;
}

.header-info .content:before {
	position: absolute;
	left: 30px;
	top: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	color: #f5ad0d;
}

.header-info .content.email:before {
	content: "";
}

.header-info .content.address:before {
	content: "";
}

.header-socials a {
	display: inline-block;
	font-size: 16px;
	line-height: 50px;
	margin-right: 22px;
	color: #8a99c0;
}

.header-socials a:hover {
	color: #f5ad0d;
}

#main-nav > ul > li > a > span > .letter {
	display: inline-block;
}

#main-nav .sub-menu.left {
	left: auto;
	right: 0;
}

#main-nav .sub-menu .sub-menu.left {
	right: -100%;
}

#secondary-menu {
	display: block;
	position: fixed;
	top: 0;
	right: -600px;
	height: 100%;
	z-index: 999999;
	padding: 150px 150px 50px 150px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #222;
	color: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-overflow-scrolling: touch;
}

#secondary-menu .close-menu {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#secondary-menu .close-menu:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	font-size: 50px;
	line-height: 1;
	color: #fff;
	font-family: "Pe-icon-7-stroke";
	content: "";
}

#secondary-menu::-webkit-scrollbar-track {
	background-color: #31363d;
}

#secondary-menu::-webkit-scrollbar {
	width: 6px;
	background-color: #f5ad0d;
}

#secondary-menu::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #f5ad0d;
}

.secondary-menu-overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 9999;
	transition: all ease .3s;
}

.secondary-menu-overlay.show {
	opacity: 1;
	visibility: visible;
}

.secondary-menu-overlay .close:after {
	content: "";
	font-family: "Pe-icon-7-stroke";
	font-weight: 400;
	font-weight: normal;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: all ease .3s;
}

.secondary-menu-overlay .close:hover:after {
	color: #ff4539;
}

html.disable-scroll {
	overflow-y: hidden;
}

#secondary-menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#secondary-menu ul li {
	margin: 0;
	position: relative;
	cursor: pointer;
}

#secondary-menu ul li .arrow {
	position: absolute;
	top: 0;
	left: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
}

#secondary-menu ul li .arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	content: "+";
	font-weight: 400;
}

#secondary-menu ul li .arrow:hover {
	opacity: .7;
}

#secondary-menu > ul > li {
	padding: 0 30px 0 40px;
	font-weight: 600;
	margin-bottom: 40px;
}

#secondary-menu > ul > li:after {
	position: absolute;
	top: 25px;
	left: 0;
	height: 2px;
	border-radius: 2px;
	width: 15px;
	background-color: #fff;
	content: "";
	transition: .5s;
}

#secondary-menu > ul > li:hover:after {
	width: 25px;
}

#secondary-menu ul li a {
	color: #fff;
	display: block;
	font-size: 26px;
	line-height: 50px;
	text-decoration: none;
}

#secondary-menu ul > li > a:hover {
	opacity: .7;
}

#secondary-menu > ul > li li a {
	font-size: 16px;
	line-height: 40px;
}

#secondary-menu ul > li.menu-item-has-children > a:hover {
	opacity: 1;
}

#secondary-menu .menu-item-has-children .sub-menu {
	display: none;
	margin-top: 20px;
}

.second-menu-button {
	width: 30px;
	height: 30px;
	stroke: #222;
	margin-left: 70px;
	z-index: 99999;
	cursor: pointer;
}

#main-nav li.megamenu {
	position: inherit;
}

#main-nav li.megamenu ul.sub-menu {
	z-index: 9998;
	background-color: transparent;
}

#main-nav li.megamenu > ul.sub-menu ul.sub-menu {
	transition: none;
	transform: none;
	padding: 0;
}

#main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a:after, #main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a > span:after {
	display: none;
}

#main-nav li.megamenu > ul.sub-menu {
	left: 0;
	right: auto;
	background-color: #fff;
	padding: 40px 0;
	width: 1170px;
	max-width: 90vw;
}

#main-nav li.megamenu > ul.sub-menu > li {
	display: block;
	float: left;
	width: 100%;
	border-right: 1px solid rgba(0, 0, 0, .08);
}

#main-nav li.megamenu > ul.sub-menu > li:last-child {
	border: 0;
}

#main-nav li.megamenu.col-3 > ul.sub-menu > li {
	width: 26.333%;
	margin-left: 7%;
}

#main-nav li.megamenu.col-3 > ul.sub-menu > li:nth-child(4n) {
	clear: right;
}

#main-nav li.megamenu.col-4 > ul.sub-menu > li {
	width: 19%;
	margin-left: 6%;
}

#main-nav li.megamenu.col-4 > ul.sub-menu > li:nth-child(5n) {
	clear: right;
}

#main-nav li.megamenu.col-5 > ul.sub-menu > li {
	width: 15%;
	margin-left: 5%;
}

#main-nav li.megamenu.col-5 > ul.sub-menu > li:nth-child(6n) {
	clear: right;
}

#main-nav li.megamenu > ul.sub-menu > li ul {
	display: block !important;
	top: auto !important;
	width: 100% !important;
	min-width: 0 !important;
	left: auto !important;
	position: relative !important;
	border: none !important;
	padding: 0 !important;
	box-shadow: none !important;
}

#main-nav li.megamenu > ul.sub-menu > .menu-item-has-children > a {
	transition: none;
	transform: none;
	position: relative;
	font-size: 15px;
	color: #222;
	margin-bottom: 12px;
}

#main-nav li.megamenu.no-heading > ul.sub-menu > .menu-item-has-children > a {
	display: none;
}

#main-nav li.megamenu:hover ul li ul {
	opacity: 1;
	visibility: visible;
}

#main-nav-mobi {
	display: block;
	position: fixed;
	top: 0;
	left: -300px;
	height: 100%;
	z-index: 999999;
	width: 300px;
	max-width: calc(100% - 80px);
	padding-bottom: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #030f27;
	color: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-overflow-scrolling: touch;
}

#main-nav-mobi::-webkit-scrollbar-track {
	background-color: #31363d;
}

#main-nav-mobi::-webkit-scrollbar {
	width: 6px;
	background-color: #f5ad0d;
}

#main-nav-mobi::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #f5ad0d;
}

.mobi-overlay.show {
	opacity: 1;
	visibility: visible;
}

html.disable-scroll {
	overflow-y: hidden;
}

#main-nav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav-mobi ul li {
	margin: 0;
	position: relative;
	cursor: pointer;
	border-top: 1px solid rgba(255, 255, 255, .07);
}

#main-nav-mobi ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	text-decoration: none;
	padding: 0 22px 0 35px;
}

#main-nav-mobi ul > li > a:hover {
	opacity: .7;
}

#main-nav-mobi > ul > li li a {
	font-size: 15px;
	padding: 0 22px 0 40px;
}

#main-nav-mobi .menu-item-has-children .arrow {
	cursor: pointer;
	display: inline-block;
	font-family: "Pe-icon-7-stroke";
	font-size: 28px;
	line-height: 54px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	color: #fff;
	transition: all ease .3s;
}

#main-nav-mobi .menu-item-has-children .arrow:hover {
	opacity: .7;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
	content: "";
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
	content: "";
}

#main-nav-mobi ul ul {
	background-color: rgba(255, 255, 255, .02);
}

#main-nav-mobi .search-form {
	position: relative;
	margin: 32px 22px 35px;
}

#main-nav-mobi .search-form .search-field {
	padding-right: 48px;
	width: 100%;
	margin-bottom: 0;
	padding: 10px 25px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
}

#main-nav-mobi .search-form .search-submit {
	position: absolute;
	right: 12px;
	top: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	text-indent: 9999px;
	background-color: transparent;
	padding: 0;
	border: 0;
	overflow: hidden;
	stroke: #222;
}

#main-nav-mobi .search-form .search-submit:hover {
	stroke: #222;
}

#main-nav-mobi .ext > .text {
	display: none;
}

#main-nav-mobi .ext > .cart-info:hover {
	opacity: .7;
}

#main-nav-mobi .menu-logo-inner {
	display: inline-block;
	margin: 25px 22px 25px 35px;
}

#main-nav-mobi .menu-logo-inner a {
	padding: 0;
}

.mobile-button.hide {
	opacity: 0;
}

.nav-top-cart-wrapper {
	position: relative;
	transition: all ease .3s;
	height: 80px;
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.nav-top-cart-wrapper .nav-cart-trigger {
	position: relative;
	display: block;
	text-align: center;
	width: 22px;
	height: 26px;
	line-height: 1;
	stroke: #666;
	margin-top: 3px;
	transition: 0s;
}

.nav-top-cart-wrapper .nav-cart-trigger:hover {
	stroke: #f5ad0d;
}

.nav-top-cart-wrapper .shopping-cart-items-count {
	position: absolute;
	right: -9px;
	top: -9px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	display: block;
	border-radius: 50%;
	text-align: center;
	background-color: #48bf84;
	color: #fff;
	font-weight: 600;
}

.nav-top-cart-wrapper .nav-shop-cart {
	width: 300px;
	opacity: 0;
	visibility: hidden;
	margin-top: 5px;
	border-radius: 10px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 999999;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0px 30px 0 rgba(0, 0, 0, .1);
	transition: all ease .3s;
}

.nav-top-cart-wrapper:hover .nav-shop-cart {
	margin: 0;
	opacity: 1;
	visibility: visible;
	transition: all ease .3s;
}

.header-search-wrap {
	margin-left: 30px;
}

.header-search-trigger {
	position: relative;
	display: block;
	text-align: center;
	width: 22px;
	line-height: 1;
	stroke: #666;
	transition: 0s;
}

.header-search-trigger:hover {
	stroke: #f5ad0d;
}

#main-nav.show-current  > ul > li.current-menu-parent > a > span:before, #main-nav.show-current  > ul > li.current-menu-item > a > span:before {
	width: 100%;
}

#site-header.hide-menu #main-nav {
	display: none;
}

#site-header.hide-cart .nav-top-cart-wrapper {
	display: none;
}

#site-header.hide-search .header-search-wrap {
	display: none;
}

#site-header.hide-second-menu .second-menu-button {
	display: none;
}

#site-header.hide-button .header-button {
	display: none;
}

#site-header.hide-info .header-info {
	display: none;
}

.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger, .header-style-1 #site-header .header-search-trigger {
	stroke: #fff;
}

.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover, .header-style-1 #site-header .header-search-trigger:hover {
	stroke: #f5ad0d;
}

.header-style-2 .header-search-trigger, .header-style-2 .nav-top-cart-wrapper .nav-cart-trigger {
	stroke: #fff;
}

.header-style-2 .second-menu-button {
	stroke: #fff;
}

.header-style-2 #site-header.header-text-dark .nav-top-cart-wrapper .nav-cart-trigger, .header-style-2 #site-header.header-text-dark .header-search-trigger, .header-style-2 #site-header.header-text-dark .second-menu-button {
	stroke: #222;
}

.header-style-2 #site-header.header-text-dark #main-nav > ul > li > a > span {
	color: #222;
}

.header-style-3 #site-header .content-wrap .prefix {
	display: none;
}

.header-style-4 #site-header .header-info {
	line-height: 1;
}

.header-style-4 #site-header .header-info .content-wrap {
	margin-left: 45px;
}

.header-style-4 #site-header .header-info .prefix {
	display: block;
	margin-bottom: 10px;
}

.header-style-4 #site-header .header-info .content {
	padding-left: 20px;
	margin-left: 0;
	color: #222;
}

.header-style-4 #site-header .header-info .content:before {
	left: 0;
}

.header-style-4 #site-header .header-info .content:after {
	display: none;
}

.header-style-4 #site-header .header-button a {
	color: #fff;
	border: none;
	background-color: #f5ad0d;
}

.header-style-4 #site-header .header-button a:hover {
	background-color: #030f27;
}

.header-style-4 .nav-top-cart-wrapper .nav-cart-trigger, .header-style-4 .header-search-trigger {
	stroke: #cacaca;
}

.header-style-4 .nav-top-cart-wrapper .nav-cart-trigger:hover, .header-style-4 .header-search-trigger:hover {
	stroke: #f5ad0d;
}

.header-style-5 .header-socials a {
	color: #cacaca;
}

.header-style-5 .header-socials a:hover {
	color: #f5ad0d;
}

.header-style-5 .content-wrap .prefix {
	display: none;
}

.header-style-5 .content-wrap .content {
	color: #cacaca;
}

.header-style-5 .header-info .content:after {
	background-color: #4d5b78;
}

.header-style-5 .header-search-trigger, .header-style-5 .nav-top-cart-wrapper .nav-cart-trigger {
	stroke: #fff;
}

.header-style-5 .header-search-trigger:hover, .header-style-5 .nav-top-cart-wrapper .nav-cart-trigger:hover {
	opacity: .7;
	stroke: #fff;
}

#site-header.fixed-hide {
	position: fixed;
	left: 0;
	top: -100px;
	width: 100%;
	z-index: 9989;
}

#site-header.fixed-hide .header-top, #site-header.fixed-hide #topbar {
	display: none;
}

.header-style-1 #site-header.fixed-show {
	top: 0;
}

.header-style-1 #site-header.fixed-hide .site-header-inner, .header-style-1 #site-header.fixed-hide .site-header-inner .wrap-inner {
	height: 80px;
}

.header-style-3 #site-header.fixed-hide {
	top: -200px;
	background-color: transparent;
}

.header-style-3 #site-header.fixed-hide .site-header-inner {
	display: none;
}

.header-style-3 #site-header.fixed-show {
	top: 0;
}

.header-style-3 #site-header.fixed-show .wrap-inner {
	margin-top: -30px;
}

.header-style-4 #site-header.fixed-hide {
	top: -200px;
	background-color: transparent;
}

.header-style-4 #site-header.fixed-hide .site-header-inner {
	display: none;
}

.header-style-4 #site-header.fixed-show {
	top: 0;
}

.header-style-4 #site-header.fixed-show .wrap-inner {
	margin-top: -30px;
}

.header-style-5 #site-header.fixed-hide .header-top {
	display: block;
	opacity: 0;
	z-index: -1;
	transition: 0s;
}

.header-style-5 #site-header.fixed-hide #topbar {
	display: flex;
}

.header-style-5 #site-header.fixed-hide {
	position: fixed;
	top: -40px;
	left: 0;
	width: 100%;
}

.header-has-custom-bg #site-header:after {
	display: none;
}

.search-style-fullscreen .search_form_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #07152d;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out .3s;
}

.search-style-fullscreen .search-form {
	position: absolute;
	width: 40%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 10px;
	transition: all ease-in-out .25s;
	border: 2px solid rgba(255, 255, 255, .7);
	border-radius: 40px;
}

.search-style-fullscreen .search-field {
	width: 100%;
	font-size: 22px;
	margin-bottom: 0;
	background-color: transparent;
	display: none;
	border-radius: 40px;
	padding: 17px 40px;
	height: 80px;
}

.search-style-fullscreen .search-field, .search-style-fullscreen .search-field:focus {
	border: 0;
}

.search-style-fullscreen .search-submit {
	position: absolute;
	right: 20px;
	top: 8px;
	width: 64px;
	height: 64px;
	padding: 0;
	line-height: 64px;
	border-radius: 5px;
	border-radius: 8px;
	text-indent: -9999px;
	transition: all ease .3s;
	background-color: transparent;
	border: none;
}

.search-style-fullscreen .search-close {
	position: absolute;
	top: 20px;
	right: 30px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	transition: all ease .3s;
}

.search-style-fullscreen .search-close:before {
	content: "";
	font-family: "Pe-icon-7-stroke";
	font-weight: 400;
	color: #fff;
	font-size: 56px;
	transition: all ease .3s;
}

.search-style-fullscreen .search-close:hover:before {
	color: #ff4539;
}

.search-style-fullscreen.search-opened .search_form_wrap {
	opacity: 1;
	visibility: visible;
}

.search-style-fullscreen.search-opened .search_form {
	margin-top: 0;
}

#featured-title .main-title {
	position: relative;
	font-size: 34px;
	line-height: 42px;
	z-index: 1;
	display: inline-block;
	margin-bottom: 5px;
}

#featured-title .title-group {
	position: relative;
	padding-bottom: 17px;
}

#featured-title .title-group:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -35px;
	width: 70px;
	height: 5px;
	background-color: #f5ad0d;
}

#featured-title .sub-title {
	font-size: 18px;
	font-weight: 400;
	margin: 3px 0 0;
}

#featured-title .main-title.has-shadow {
	text-shadow: rgba(0, 0, 0, .3) 0px 1px 1px;
}

#featured-title.centered .inner-wrap {
	display: block;
}

#featured-title.centered .title-group {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#featured-title.centered #breadcrumbs {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 13px;
}

#featured-title.centered #breadcrumbs .breadcrumb-trail > a:after, #featured-title.centered #breadcrumbs .breadcrumb-trail > span:after {
	line-height: 19px;
}

.post.hentry {
	margin-bottom: 53px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}

.post.hentry:last-child {
	margin-bottom: 0;
}

.hentry .post-media iframe {
	margin-bottom: 0;
}

.hentry .post-media {
	position: relative;
	margin-bottom: 46px;
	border-radius: 5px;
	overflow: hidden;
}

.hentry .post-content-wrap {
	position: relative;
}

.hentry .post-categories {
	font-size: 13px;
}

.hentry .page-links {
	clear: both;
	padding: 20px 0 10px;
}

.hentry .page-links > span, .hentry .page-links a > span {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	border-radius: 3px;
	border: 1px solid #e7e7e7;
	color: #f5ad0d;
	text-align: center;
	margin: 0 3px;
}

.hentry .page-links a:hover > span {
	color: #222;
}

.hentry .page-links a > span {
	color: #666;
}

.post-media .slick-prev, .post-media .slick-next {
	padding: 0;
	background-color: rgba(0, 0, 0, .2);
	width: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	border: none;
	outline: none;
	text-shadow: none;
	z-index: 1;
	text-indent: -9999px;
	display: inline-block;
}

.post-media .slick-prev:before, .post-media .slick-next:before {
	text-indent: 0;
	content: "";
	font-family: "Pe-icon-7-stroke";
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	display: inline-block;
}

.post-media .slick-next:before {
	content: "";
}

.post-media .slick-prev {
	left: 10px;
}

.post-media .slick-next {
	right: 10px;
}

.post-media .slick-prev:hover, .post-media .slick-next:hover {
	background-color: #f5ad0d;
}

.post-media.custom-cat {
	border-bottom-left-radius: 0;
}

.post-media .post-cat-custom a {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	font-size: 13px;
	line-height: 40px;
	color: #fff;
	padding: 0 31px;
	background-color: #f5ad0d;
	text-transform: uppercase;
	font-weight: 500;
	border-top-right-radius: 5px;
}

.post-media .post-cat-custom a:hover {
	color: rgba(255, 255, 255, .7);
}

.hentry .post-title {
	margin: 0 0 34px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 34px;
	line-height: 42px;
}

.hentry .post-title a {
	color: #222;
}

.hentry .post-title a:hover {
	color: #f5ad0d;
}

.hentry .post-title-inner {
	z-index: 1;
	position: relative;
	display: inline-block;
}

.hentry .post-title-inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
}

.hentry .post-title-inner:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	background-color: transparent;
}

.hentry .post-meta {
	font-size: 15px;
	margin-bottom: 47px;
}

.hentry .post-meta .post-meta-content-inner {
	margin-bottom: 6px;
}

.hentry .post-meta .post-meta-content-inner .item {
	margin-right: 15px;
	position: relative;
	display: inline-block;
}

.hentry .post-meta .post-meta-content-inner .item:after {
	position: absolute;
	top: 0;
	left: -10px;
	content: "-";
}

.hentry .post-meta .post-meta-content-inner .item:first-child:after {
	display: none;
}

.hentry .post-meta .item.post-by-author .gravatar {
	width: 40px;
	margin-right: 15px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	float: left;
}

.hentry .post-meta .item.post-by-author {
	vertical-align: middle;
}

.hentry .post-meta .item.post-by-author .text-wrap {
	float: left;
	margin-top: 8px;
}

.hentry .post-meta .item.post-by-author a, .hentry .post-meta .item.post-comment a, .hentry .post-meta .item.post-meta-categories a {
	color: #f5ad0d;
	font-weight: 500;
}

.hentry .post-meta .item.post-by-author a:hover, .hentry .post-meta .item.post-comment a:hover, .hentry .post-meta .item.post-meta-categories a:hover {
	color: #f5ad0d;
}

.hentry .post-excerpt {
	position: relative;
	z-index: 1;
	margin: 0 0 53px;
}

.hentry .post-excerpt p:last-child {
	margin-bottom: 0;
}

.hentry .post-link a {
	font-size: 16px;
	color: #f5ad0d;
	display: inline-block;
	font-weight: 500;
	height: 60px;
	line-height: 58px;
	padding: 0 40px;
	border-radius: 2px;
	border: 1px solid #f5ad0d;
	transition: .3s;
}

.hentry .post-link a:hover {
	background-color: #222;
	border-color: #222;
	color: #fff;
}

.post-item {
	border: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
}

.post-item .hentry .post-media {
	border-radius: unset;
	padding-bottom: 18px;
	margin-bottom: 0;
}

.post-item .post-media .post-cat-custom a {
	left: 30px;
	border-radius: 3px;
	line-height: 36px;
	padding: 0 35px;
}

.post-item .hentry .post-content-wrap {
	padding: 32px 30px 10px 25px;
}

.is-single-post .post-media {
	margin-bottom: 70px;
	border-radius: 5px;
	overflow: hidden;
}

.is-single-post .hentry .inner-content {
	border-bottom: 1px solid #e7e7e7;
}

.is-single-post .hentry .post-title {
	margin-bottom: 40px;
}

.is-single-post .hentry {
	padding: 0;
	margin: 0;
	border: 0;
}

.hentry .post-tags {
	display: block;
	margin: 30px 0;
}

.hentry .post-tags .inner {
	font-size: 15px;
	position: relative;
}

.hentry .post-tags a {
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	color: #777;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin: 0 6px 8px 0;
}

.hentry .post-tags a:hover {
	color: #f5ad0d;
}

.hentry .post-author {
	clear: both;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	padding: 50px 0;
}

.hentry .post-author .author-avatar {
	float: left;
	margin: 0 22px 0 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.hentry .post-author .author-avatar a {
	width: 80px;
	height: auto;
	display: inline-block;
}

.hentry .post-author .author-avatar a img {
	width: 100%;
	height: auto;
}

.hentry .post-author .name {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
}

.hentry .post-author .author-desc {
	overflow: hidden;
}

.hentry .post-author .author-desc > p {
	margin-bottom: 0;
	color: #666;
}

.hentry .post-author .author-socials .text, .hentry .post-author .author-socials .socials {
	display: inline-block;
}

.hentry .post-author .author-socials .socials a {
	display: inline-block;
	color: #666;
	font-size: 14px;
	margin-right: 5px;
}

.hentry .post-author .author-socials .socials a:hover {
	color: #f5ad0d;
}

.related-news {
	margin-top: 145px;
}

.related-news .related-title {
	font-size: 36px;
	line-height: 56px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.related-news .related-post {
	margin: 0 -5px;
	position: relative;
	margin-bottom: 0;
}

.related-news .post-item {
	border: none;
	max-width: 570px;
}

.related-news .post-item .inner {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	margin-bottom: 40px;
	height: 170px;
	transition: .5s cubic-bezier(.5, 1.6, .4, .7) .2s;
}

.related-news .post-item:nth-child(even) .inner {
	box-shadow: 0 30px 70px 0 rgba(193, 210, 212, .5);
}

.related-news .related-post:hover .post-item .inner {
	box-shadow: none;
}

.related-news .related-post:hover .post-item:hover .inner {
	box-shadow: 0 30px 70px 0 rgba(193, 210, 212, .5);
}

.related-news .post-item .thumb-wrap {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 170px;
}

.related-news .post-item .text-wrap {
	padding: 30px 70px 15px 200px;
	flex-basis: 400px;
}

.related-news .post-item .post-categories {
	display: none;
}

.related-news .post-item .post-categories a {
	font-size: 14px;
	color: #666;
}

.related-news .post-item .post-categories a:hover {
	color: #f5ad0d;
}

.related-news .post-item .text-wrap h3 {
	font-size: 22px;
	line-height: 35px;
	margin: 0 0 13px;
}

.related-news .post-item .text-wrap h3 a:hover {
	color: #f5ad0d;
}

.related-news .post-item .text-wrap .post-date {
	font-size: 14px;
}

.related-news .related-post .slick-prev, .related-news .related-post .slick-next {
	padding: 0;
	background-color: transparent;
	width: 45px;
	height: 30px;
	position: absolute;
	top: -76px;
	cursor: pointer;
	border: none;
	outline: none;
	text-shadow: none;
	z-index: 9999;
	text-indent: -9999px;
	display: inline-block;
}

.related-news .related-post .slick-prev {
	right: 40px;
}

.related-news .related-post .slick-next {
	border-left: 1px solid #d7d7d7;
	right: -5px;
}

.related-news .related-post .slick-prev:before, .related-news .related-post .slick-next:before {
	text-indent: 0;
	content: "";
	font-family: "Pe-icon-7-stroke";
	line-height: 30px;
	font-size: 20px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: inline-block;
	transition: all ease .3s;
}

.related-news .related-post .slick-next:before {
	content: "";
}

.related-news .related-post .slick-next:hover:before, .related-news .related-post .slick-prev:hover:before {
	color: #f5ad0d;
}

.post-next-previous {
	margin-top: 50px;
	display: flex;
}

.post-next-previous .link-wrap {
	width: calc(( 100% - 30px ) / 2);
	padding: 35px 30px 30px;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	background-color: #f8f9fa;
}

.post-next-previous .link-wrap .thumb {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 5px;
	overflow: hidden;
}

.post-next-previous .link-wrap .thumb img {
	width: 100%;
	height: auto;
}

.post-next-previous .link-wrap .text {
	width: calc(100% - 85px);
	float: right;
}

.post-next-previous .link-wrap .title {
	font-size: 16px;
	line-height: 24px;
	color: #222;
	margin: -2px 0 3px;
}

.post-next-previous .link-wrap .title a {
	color: inherit;
}

.post-next-previous .link-wrap .link {
	font-size: 15px;
	line-height: 1;
	color: #777;
	font-weight: 500;
}

.post-next-previous .link-wrap .link:hover {
	color: #f5ad0d;
}

.post-next-previous .previous {
	margin-right: 30px;
}

.post-next-previous .next .thumb {
	float: right;
}

.post-next-previous .next .text {
	float: left;
	text-align: right;
}

.comments-area {
	position: relative;
}

.comments-area:after, .comments-area:before {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
	font-size: 20px;
	margin: 40px 0 30px;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list li.comment {
	padding: 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	margin-left: 20px;
}

.comment-list article {
	position: relative;
	transition: background ease .3s;
	overflow: hidden;
	padding: 35px 25px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
}

.comment-list article + .comment-respond {
	margin-bottom: 50px;
}

.comment-list article .gravatar {
	width: 60px;
	height: 60px;
	border-radius: 3px;
	float: left;
	margin: 0 30px 0 0;
	overflow: hidden;
}

.comment-list article .gravatar img {
	width: 100%;
	height: auto;
}

.comment-list .comment-content {
	overflow: hidden;
}

.comment-meta {
	margin-bottom: 18px;
	position: relative;
}

.comment-meta:after, .comment-meta:before {
	position: relative;
	content: "";
	display: block;
	clear: both;
}

.comment-author {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	display: inline-block;
}

.comment-time {
	font-size: 14px;
	color: #777;
}

.comment-edit-link {
	float: right;
}

.comment-reply-link, .comment-edit-link, #cancel-comment-reply-link {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	color: #f5ad0d;
}

.comment-reply-link:after, .comment-edit-link:after, #cancel-comment-reply-link:after {
	position: absolute;
	bottom: 5px;
	right: 18px;
	font-size: 8px;
	transition: .5s;
	font-family: "Font Awesome 5 Free";
	content: "";
	opacity: 0;
}

.comment-reply-link:hover:after, .comment-edit-link:hover:after, #cancel-comment-reply-link:hover:after {
	opacity: 1;
	right: 0;
}

#cancel-comment-reply-link {
	margin-top: 10px;
}

.comment-reply-link:hover, .comment-edit-link:hover, #cancel-comment-reply-link:hover {
	color: #222;
}

#cancel-comment-reply-link {
	position: absolute;
	right: 0;
	top: 0;
	font-family: "Roboto";
}

.comment-edit-link {
	padding-left: 30px;
}

.comment-text {
	overflow: hidden;
	margin-bottom: 18px;
}

.comment-text > p:last-child {
	margin-bottom: 0;
}

.unapproved {
	display: block;
	color: #f5ad0d;
	font-size: 14px;
	font-style: italic;
}

#comments .comment-respond {
	position: relative;
}

#comments .name-wrap, #comments .email-wrap {
	float: left;
	width: calc(50% - 5px);
}

#comments .name-wrap {
	margin-right: 10px;
}

#comments .name-wrap input, #comments .email-wrap input, #comments .url-wrap input, #comments .message-wrap textarea {
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
}

#comments .name-wrap input, #comments .email-wrap input, #comments .url-wrap input {
	height: 46px;
}

#comments .message-wrap textarea {
	height: 150px;
}

#comments .comment-respond .form-submit {
	clear: both;
	margin: 20px 0 0;
}

#comments .comment-form-cookies-consent {
	clear: both;
	padding: 20px 0 0;
	font-size: 14px;
}

.logged-in-as {
	margin-bottom: 10px;
	font-size: 15px;
}

.logged-in-as a {
	color: #f5ad0d;
}

.logged-in-as a:hover {
	color: #222;
}

.search-page .hentry {
	margin-bottom: 53px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 50px;
}

.search-page .hentry:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.search-page .hentry .post-title {
	margin-bottom: 40px;
}

#sidebar .widget {
	position: relative;
	z-index: 1;
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e7e7e7;
	font-weight: 400;
}

#sidebar .widget:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#sidebar .widget ul {
	margin: 0;
	list-style: none;
}

.widget.widget_categories .cat-item span {
	display: inline-block;
	text-align: right;
	padding: 0 12px;
	margin: 9px 0;
	color: #777;
}

.widget_archive ul ul, .widget_categories ul ul, .widget_meta ul ul, .widget_nav_menu ul ul, .widget_pages ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul, .widget_rss ul ul {
	padding-left: 16px;
	line-height: 22px;
}

.widget.widget_pages ul li, .widget.widget_nav_menu ul li, .widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_meta ul li, .widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li, .widget.widget_rss ul li {
	position: relative;
	padding: 2px 0;
	line-height: 22px;
	font-weight: 500;
}

.widget.widget_pages > ul > li:first-child, .widget.widget_nav_menu > ul > li:first-child, .widget.widget_archive > ul > li:first-child, .widget.widget_categories > ul > li:first-child, .widget.widget_meta > ul > li:first-child, .widget.widget_recent_entries > ul > li:first-child, .widget.widget_recent_comments > ul > li:first-child, .widget.widget_rss > ul > li:first-child {
	border-top: none;
}

.widget.widget_pages ul ul li:last-child, .widget.widget_nav_menu ul ul li:last-child, .widget.widget_archive ul ul li:last-child, .widget.widget_categories ul ul li:last-child, .widget.widget_meta ul ul li:last-child, .widget.widget_recent_entries ul ul li:last-child, .widget.widget_recent_comments ul ul li:last-child, .widget.widget_rss ul ul li:last-child {
	padding-bottom: 0;
}

.widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_meta ul li a, .widget.widget_nav_menu ul li a, .widget.widget_pages ul li a, .widget.widget_recent_entries ul li a, .widget.widget_recent_comments ul li a, .widget.widget_rss ul li a {
	color: #777;
	display: inline-block;
	padding: 8px 0;
	position: relative;
}

.widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_pages ul li a {
	font-family: "Barlow", sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.widget.widget_archive ul li a:hover, .widget.widget_categories ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_nav_menu ul li a:hover, .widget.widget_pages ul li a:hover, .widget.widget_recent_entries ul li a:hover, .widget.widget_recent_comments ul li a:hover, .widget.widget_rss ul li a:hover {
	color: #f5ad0d;
}

.widget.widget_categories ul li a, .widget.widget_meta ul li a, .widget.widget_pages ul li a, .widget.widget_archive ul li a, .widget.widget_nav_menu ul li a {
	position: relative;
}

.widget.widget_categories ul li > span, .widget.widget_archive ul li > span {
	font-family: "Barlow", sans-serif;
	float: right;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
}

#sidebar .widget.widget_recent_entries .post-date {
	display: block;
	font-size: 14px;
}

#sidebar .widget.widget_recent_comments .comment-author-link {
	color: #666;
}

#sidebar .widget.widget_calendar caption {
	color: #f5ad0d;
}

.widget.widget_calendar .wp-calendar-nav {
	display: flex;
	justify-content: space-around;
	margin-top: 5px;
}

.widget.widget_rss ul li {
	margin-bottom: 30px;
}

.widget.widget_rss .rssSummary {
	margin-bottom: 10px;
}

#footer .widget.widget_pages ul li, #footer .widget.widget_nav_menu ul li, #footer .widget.widget_archive ul li, #footer .widget.widget_categories ul li, #footer .widget.widget_meta ul li, #footer .widget.widget_recent_entries ul li, #footer .widget.widget_recent_comments ul li, #footer .widget.widget_rss ul li {
	border-color: #dadce0;
}

#footer .widget.widget_archive ul li a:hover, #footer .widget.widget_categories ul li a:hover, #footer .widget.widget_meta ul li a:hover, #footer .widget.widget_nav_menu ul li a:hover, #footer .widget.widget_pages ul li a:hover, #footer .widget.widget_recent_entries ul li a:hover, #footer .widget.widget_recent_comments ul li a:hover, #footer .widget.widget_rss ul li a:hover, #footer .widget.widget_calendar a:hover {
	color: #fff;
}

#sidebar .widget .widget-title {
	font-size: 20px;
	margin: 0 0 24px 0;
}

#sidebar .widget.widget_text p:last-child {
	margin-bottom: 0;
}

#sidebar .widget.widget_text .btn {
	color: #fff;
	background-color: #f5ad0d;
}

#sidebar .widget.widget_text .btn:hover {
	color: #f5ad0d;
	background-color: #fff;
}

#footer .widget_text .contact-wrap {
	font-size: 16px;
}

#footer .widget_text .contact-wrap .info-wrap {
	margin-bottom: 25px;
}

.widget.widget_latest_posts li {
	margin-bottom: 40px;
}

.widget.widget_latest_posts li:first-child {
	padding-top: 0;
}

.widget.widget_latest_posts .categories {
	margin-bottom: 8px;
	display: inline-block;
}

.widget.widget_latest_posts .categories a {
	font-size: 14px;
	color: #666;
}

.widget.widget_latest_posts .categories a:hover {
	color: #f5ad0d;
}

.widget.widget_latest_posts .thumb {
	float: left;
	height: auto;
	margin-right: 30px;
	display: inline-block;
	border-radius: 6px;
	overflow: hidden;
}

.widget.widget_latest_posts .texts {
	overflow: auto;
	margin-top: 8px;
}

.widget.widget_latest_posts .post-title {
	font-size: 16px;
	margin-bottom: 0;
}

.widget.widget_latest_posts .current .post-title a, .widget.widget_latest_posts .post-title:hover a {
	color: #f5ad0d;
}

.widget.widget_latest_posts .entry-date {
	font-size: 14px;
	line-height: 26px;
}

.widget.widget_recent_entries ul li:first-child {
	margin-top: 0;
}

.widget.widget_nav_menu > .menu-primary-menu-container > ul > li {
	margin-bottom: 5px;
}

.widget.widget_nav_menu .menu > li.current-menu-item > a, .widget.widget_nav_menu .menu > li.current-menu-item {
	color: #f5ad0d;
}

.widget.widget.widget_calendar table {
	margin: 0;
}

.widget.widget.widget_calendar caption {
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
}

.widget.widget_calendar td, .widget.widget_calendar th {
	padding: 0;
	padding: 6px;
	text-align: center;
	font-size: 16px;
	border-color: #d0d0d0;
}

.widget.widget_calendar th {
	font-weight: 700;
	background-color: rgba(0, 0, 0, .05);
}

.widget.widget_calendar a, .widget.widget_calendar tbody #today {
	color: #f5ad0d;
	display: block;
}

.widget.widget_calendar a:hover, .widget.widget_calendar tbody #today:hover {
	color: #222;
}

#footer .widget.widget_calendar a, #footer .widget.widget_calendar tbody #today {
	color: #fff;
}

#footer .widget.widget_calendar a:hover, #footer .widget.widget_calendar tbody #today:hover {
	opacity: .7;
}

#sidebar .widget.widget_information ul li {
	padding: 17px 0;
	border-bottom: 1px solid #e7e7e7;
}

#sidebar .widget.widget_information ul li:last-child {
	border-bottom: none;
}

#sidebar .widget.widget_information span {
	display: inline-block;
}

#sidebar .widget.widget_information .info {
	float: right;
}

#footer-widgets .widget_information {
	font-size: 17px;
}

#footer-widgets .widget_information .desc {
	margin-bottom: 15px;
	color: #83868c;
}

#footer-widgets .widget_information ul li {
	padding: 14px 0;
	border-bottom: 1px solid #2f3b50;
}

#footer-widgets .widget_information ul li:last-child {
	border: 0;
}

#footer-widgets .widget_information ul li .info-title {
	display: inline-block;
	color: #fff;
}

#footer-widgets .widget_information ul li .info {
	padding-left: 5px;
	color: #83868c;
}

#footer-widgets .widget_information ul li i {
	color: #f5ad0d;
}

.widget.widget_links ul.col2 li {
	width: 50%;
	float: left;
}

.widget.widget_links ul li a .letter {
	display: inline-block;
}

.widget.widget_twitter .tweets-wrap {
	overflow: hidden;
	font-size: 16px;
	line-height: 28px;
}

.widget.widget_twitter .tweets-wrap .tweet-item {
	margin-bottom: 20px;
}

.widget.widget_twitter .authorstamp {
	position: relative;
	padding: 10px 0 0 30px;
}

.widget.widget_twitter .authorstamp:before {
	content: "";
	font-family: "ElegantIcons";
	position: absolute;
	left: 0;
	top: 12px;
	color: #1c9deb;
	font-size: 20px;
}

.widget.widget_twitter .author a {
	color: #222;
	font-size: 17px;
}

.widget.widget_twitter .time {
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

#footer .widget.widget_twitter .author a {
	color: #fff;
}

#footer .widget.widget_twitter .time {
	color: #6d6c6c;
}

#sidebar .widget.widget_search:before {
	display: none;
}

.widget.widget_search .search-form {
	position: relative;
}

.widget.widget_search .search-form .search-field {
	width: 100%;
	margin: 0;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
}

.widget.widget_search .search-form .search-submit {
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	border: none;
	padding: 0;
	text-indent: -9999px;
	font-weight: 600;
	stroke: #222;
	transition: 0s;
}

.widget.widget_search .search-form .search-submit:hover {
	stroke: #f5ac0d;
}

.widget.widget_mc4wp_form_widget .desc {
	display: block;
	text-align: left;
}

.widget.widget_mc4wp_form_widget .email-form {
	position: relative;
	padding-right: 0;
}

.widget.widget_mc4wp_form_widget .email-form .email {
	background-color: #fff;
	padding: 0 70px 0 20px;
	line-height: 50px;
	border: none;
}

.widget.widget_mc4wp_form_widget .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: transparent;
	font-size: 0;
}

.widget.widget_mc4wp_form_widget .submit:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	content: "";
	font-family: "Core Icon";
	background-color: #f5ad0d;
	font-size: 16px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.widget.widget_recent_posts ul li {
	padding: 0;
	border: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.widget.widget_recent_posts ul li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.widget.widget_recent_posts .recent-news .thumb {
	width: 80px;
	overflow: hidden;
	float: left;
	margin: 5px 20px 0 0;
	border-radius: 5px;
}

.widget.widget_recent_posts .recent-news .thumb img {
	width: 100%;
	height: auto;
}

.widget.widget_recent_posts h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 6px;
}

.widget.widget_recent_posts h3 a {
	color: #222;
}

.widget.widget_recent_posts h3 a:hover {
	color: #f5ad0d;
}

.widget.widget_recent_posts .recent-news .texts {
	overflow: hidden;
}

.widget.widget_recent_posts .post-author {
	color: #777;
	font-size: 15px;
	position: relative;
	display: inline-block;
	transition: all ease .3s;
}

.widget.widget_recent_posts .post-author a {
	color: #f5ad0d;
}

.widget.widget_recent_posts .post-author:hover {
	opacity: .7;
}

.widget.widget_recent_posts .post-date {
	font-size: 15px;
}

#footer-widgets .widget.widget_recent_posts ul li {
	border-color: #2f3b50;
}

#footer-widgets .widget.widget_recent_posts .recent-news .thumb {
	margin-top: 8px;
}

#footer-widgets .widget.widget_recent_posts h3 {
	font-size: 16px;
	line-height: 30px;
}

#footer-widgets .widget.widget_recent_posts h3 a {
	color: #6d6c6c;
}

#footer-widgets .widget.widget_recent_posts h3 a:hover {
	color: #fff;
}

.widget.widget_instagram .instagram-wrap, .widget.widget_flickr .flickr-wrap {
	margin: 0 -.5px;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image, .widget.widget_flickr .flickr-wrap .flickr_badge_image {
	padding: 0 .5px !important;
	margin: 0 0 1px 0 !important;
	width: 33.333%;
	float: left;
	height: auto !important;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image img, .widget.widget_flickr .flickr-wrap .flickr_badge_image img {
	width: 100%;
	height: auto;
	transition: .3s;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a, .widget.widget_flickr .flickr-wrap .flickr_badge_image a {
	position: relative;
	display: block;
	border-radius: 6px;
	overflow: hidden;
	background-color: #222;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a:after, .widget.widget_flickr .flickr-wrap .flickr_badge_image a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: all ease .3s;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a:hover img, .widget.widget_flickr .flickr-wrap .flickr_badge_image a:hover img {
	opacity: .7;
}

.widget.widget_instagram .instagram-wrap.col2 .instagram_badge_image, .widget.widget_flickr .flickr-wrap.col2 .flickr_badge_image {
	width: 50%;
}

.widget.widget_instagram .instagram-wrap.col4 .instagram_badge_image, .widget.widget_flickr .flickr-wrap.col4 .flickr_badge_image {
	width: 25%;
}

.widget.widget_instagram .instagram-wrap.g0, .widget.widget_flickr .flickr-wrap.g0 {
	margin: 0;
}

.widget.widget_instagram .instagram-wrap.g0 .instagram_badge_image, .widget.widget_flickr .flickr-wrap.g0 .flickr_badge_image {
	padding: 0 !important;
	margin: 0 !important;
}

.widget.widget_instagram .instagram-wrap.g5, .widget.widget_flickr .flickr-wrap.g5 {
	margin: 0 -2.5px;
}

.widget.widget_instagram .instagram-wrap.g5 .instagram_badge_image, .widget.widget_flickr .flickr-wrap.g5 .flickr_badge_image {
	padding: 0 2.5px !important;
	margin: 0 0 5px 0 !important;
}

.widget.widget_instagram .instagram-wrap.g9, .widget.widget_flickr .flickr-wrap.g9 {
	margin: 0 -4.5px;
}

.widget.widget_instagram .instagram-wrap.g9 .instagram_badge_image, .widget.widget_flickr .flickr-wrap.g9 .flickr_badge_image {
	padding: 0 4.5px !important;
	margin: 0 0 9px 0 !important;
}

.widget.widget_instagram .instagram-wrap.g12, .widget.widget_flickr .flickr-wrap.g12 {
	margin: 0 -6px;
}

.widget.widget_instagram .instagram-wrap.g12 .instagram_badge_image, .widget.widget_flickr .flickr-wrap.g12 .flickr_badge_image {
	padding: 0 6px !important;
	margin: 0 0 12px 0 !important;
}

.widget.widget_instagram .instagram-wrap.g15, .widget.widget_flickr .flickr-wrap.g15 {
	margin: 0 -7.5px;
}

.widget.widget_instagram .instagram-wrap.g15 .instagram_badge_image, .widget.widget_flickr .flickr-wrap.g15 .flickr_badge_image {
	padding: 0 7.5px !important;
	margin: 0 0 15px 0 !important;
}

.widget.widget_instagram .instagram-wrap.g30, .widget.widget_flickr .flickr-wrap.g30 {
	margin: 0 -15px;
}

.widget.widget_instagram .instagram-wrap.g30 .instagram_badge_image, .widget.widget_flickr .flickr-wrap.g30 .flickr_badge_image {
	padding: 0 15px !important;
	margin: 0 0 30px 0 !important;
}

.widget.widget_instagram-feed-widget #sbi_images {
	margin: -15px 0 0 -15px;
}

.widget.widget_instagram-feed-widget #sbi_images .sbi_item .sbi_photo_wrap {
	padding: 15px;
}

.widget.widget_instagram-feed-widget #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
	border-radius: 6px;
	overflow: hidden;
}

.widget.widget_tag_cloud .tagcloud:before, .widget.widget_tag_cloud .tagcloud:after, .widget_product_tag_cloud .tagcloud:before, .widget_product_tag_cloud .tagcloud:after {
	display: table;
	clear: both;
	content: "";
}

.widget.widget_tag_cloud .tagcloud {
	margin: -5px -5px;
}

.widget.widget_tag_cloud .tagcloud a {
	display: inline-block;
	line-height: 26px;
	color: #222;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding: 2px 16px;
	background-color: #f8f9fa;
	border-radius: 20px;
	margin: 0 6px 8px 0;
}

.widget.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
	background-color: #f5ad0d;
}

#footer .widget.widget_tag_cloud .tagcloud a {
	background-color: rgba(255, 255, 255, .1);
}

#footer .widget.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
	background-color: #f5ad0d;
}

.widget.widget_media_gallery .gallery-icon {
	background-color: #222;
	overflow: hidden;
}

.widget.widget_media_gallery .gallery-icon img {
	transition: .3s;
}

.widget.widget_media_gallery .gallery-icon:hover img {
	transform: scale(1.2) rotate(10deg);
	opacity: .6;
}

#footer table, #footer th, #footer td {
	border-color: #383838;
}

#footer select {
	border-color: transparent;
	background-color: rgba(255, 255, 255, .2);
	color: #fff;
}

#footer select option {
	color: #777;
}

#footer input[type="search"] {
	border-color: transparent;
	background-color: rgba(255, 255, 255, .2);
	color: #fff;
}

#footer select:focus, #footer input[type="search"]:focus {
	border-color: #f5ad0d;
}

.footer-style-2 #footer {
	margin-top: 75px;
}

.footer-grid .w370 {
	width: 31.624%;
}

.footer-grid .w170 {
	width: 14.53%;
	margin-left: 2.564%;
}

.footer-grid .w270 {
	width: 23.077%;
	margin-left: 2.564%;
}

#copyright a {
	color: #fff;
}

#copyright a:hover {
	color: #f5ad0d;
}

#bottom-logo {
	margin-right: 40px;
}

.bottom-bar-menu ul {
	list-style: none;
	margin: 0;
}

.bottom-bar-menu ul ul {
	display: none;
}

.bottom-bar-menu ul li {
	display: inline-block;
	padding-left: 28px;
	position: relative;
}

.bottom-bar-menu ul li:before {
	content: "";
	position: absolute;
	left: 12px;
	top: 9px;
	width: 1px;
	height: 14px;
	background-color: #444;
}

.bottom-bar-menu ul li:first-child {
	padding-left: 0;
}

.bottom-bar-menu ul li:first-child:before {
	display: none;
}

.bottom-bar-menu a {
	color: #666;
	font-size: 15px;
	font-weight: 600;
}

#bottom-logo {
	float: left;
	max-width: 100%;
	transition: all ease .3s;
}

#bottom-logo-inner {
	transition: all ease .3s;
}

#bottom #bottom-logo .bottom-logo-text {
	color: #fff;
	font-size: 32px;
	line-height: 36px;
	font-weight: bolder;
	text-transform: uppercase;
}

#bottom #bottom-logo .bottom-logo-text:hover {
	color: #f5ad0d;
}

#bottom.style-3 #copyright {
	margin: 0 20px;
}

#bottom .bottom-socials a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	margin: 5px;
	background-color: rgba(255, 255, 255, .1);
	color: #fff;
	text-align: center;
}

#bottom .bottom-socials a:hover {
	background-color: #f5ad0d;
	color: #fff;
}

#scroll-top:hover:after {}

#scroll-top.show {
	bottom: 75px;
	opacity: 1;
	visibility: visible;
}

.products .product {
	list-style: none;
}

.byron-pagination, .woocommerce-pagination, .project-nav .byron-pagination {
	clear: both;
	margin: 70px 0 0;
	text-align: center;
}

.woocommerce-pagination {
	margin-top: 65px;
	border: 0;
	clear: both;
	padding-top: 50px;
	text-align: center;
	border-top: 1px solid #e7e7e7;
}

.byron-pagination ul, .woocommerce-pagination .page-numbers {
	margin: 0;
}

.byron-pagination ul li, .woocommerce-pagination .page-numbers li {
	display: inline-block;
	padding: 0;
	margin: 0 6px;
}

.byron-pagination ul li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
	display: inline-block;
	font-size: 18px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	background-color: #f7f4fb;
	color: #666;
	text-align: center;
	overflow: hidden;
	transition: all ease .3s;
	border-radius: 50%;
}

.byron-pagination ul li .page-numbers:hover, .woocommerce-pagination .page-numbers li .page-numbers:hover, .byron-pagination ul li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
	background-color: #f5ad0d;
	border-color: #f5ad0d;
	color: #fff;
}

.byron-pagination ul li .page-numbers.prev, .byron-pagination ul li .page-numbers.next {
	padding-top: 2px;
}

.project-nav .byron-pagination {
	border-top: 0;
	padding-top: 0;
	margin: 80px 0 0;
}

@media only screen and (max-width: 575px) {
	.byron-pagination, .woocommerce-pagination, .project-nav .byron-pagination {
		text-align: left;
	}
}

.no-results-content {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.no-results-content .search-form {
	position: relative;
}

.no-results-content .text {
	display: none;
}

.no-results-content .search-form .search-field {
	padding: 12px 25px;
	margin-bottom: 0;
	height: 60px;
	width: 100%;
	border-radius: 5px;
	background-color: #e7e7e7;
	border-color: #e7e7e7;
}

.no-results-content .search-form .search-field:focus {
	border-color: #f5ad0d;
}

.no-results-content .search-form .search-submit {
	position: absolute;
	background-color: transparent;
	right: 7px;
	top: 7px;
	width: 46px;
	height: 46px;
	text-align: center;
	text-indent: -9999px;
	padding: 0;
	border: 0;
	overflow: hidden;
}

@media only screen and (max-width: 1200px) {
	.header-style-1 .nav-top-cart-wrapper, .header-style-1 .header-search-wrap, .header-style-5 .nav-top-cart-wrapper, .header-style-5 .header-search-wrap {
		display: none;
	}
	
	.header-style-5 #site-header.fixed-hide .header-top {
		display: none;
	}
	
	.header-style-5 #site-header.fixed-hide {
		top: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.header-style-3 #site-header .header-inner-wrap {
		display: flex;
		justify-content: space-between;
	}
	
	.header-style-4 #site-header .header-inner-wrap {
		display: flex;
		justify-content: space-between;
	}
	
	#site-header.fixed-hide, #site-header.fixed-show {
		display: none;
	}
	
	.is-single-post .post-media {
		margin-bottom: 30px;
	}
	
	.hide-menu .mobile-button {
		display: none !important;
	}
	
	.related-news {
		margin-top: 90px;
	}
	
	.hentry .post-tags, .hentry .post-author {
		margin: 20px 0 10px;
	}
	
	.footer-grid.special-grid .width370 {
		width: 100%;
	}
	
	.footer-grid.special-grid .width170 {
		width: 50%;
	}
	
	#footer-widgets .widget.widget_instagram .instagram-wrap, #footer-widgets .widget.widget_flickr .flickr-wrap {
		max-width: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.wpcf7 .input-wrap .wpcf7-form-control-wrap {
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	.search-style-fullscreen .search_form {
		width: 80%;
	}
	
	#featured-title .title-group:after {
		left: 0;
		margin-left: 0;
	}
	
	#featured-title .sub-title {
		display: none;
	}
	
	.hentry .post-author {
		text-align: center;
	}
	
	.hentry .post-author .author-avatar {
		float: none;
		margin: 0 auto 20px;
	}
	
	.comment-list article .gravatar {
		float: none;
		margin: 0 0 15px;
		width: 80px;
		height: 80px;
	}
	
	.comment-meta, .comment-text {
		margin-bottom: 15px;
	}
	
	#comments .name-wrap, #comments .email-wrap, #comments .url-wrap {
		width: 100%;
		float: none;
		margin: 0;
	}
	
	.widget_media_gallery .gallery img {
		width: 100%;
	}
	
	.footer-grid.special-grid .width200 {
		width: 100%;
	}
	
	.hentry .post-title {
		padding-right: 0px;
	}
	
	.hentry .post-link {
		position: static;
		margin-bottom: 10px;
	}
	
	#bottom-logo {
		display: none;
	}
	
	.deeper-button.medium {
		padding: 15px 50px !important;
	}
	
	.deeper-button.big, .deeper-button.extra-big {
		font-size: 18px !important;
		line-height: 30px !important;
		padding: 15px 50px !important;
	}
	
	.url-wrap.appstore .deeper-button, .url-wrap.playstore .deeper-button {
		padding-left: 90px !important;
	}
	
	.url-wrap.appstore .deeper-button:after, .url-wrap.playstore .deeper-button:after {
		left: 65px !important;
		line-height: 60px !important;
	}
}

@media only screen and (max-width: 575px) {
	#featured-title.creative .inner-wrap {
		padding-bottom: 0;
	}
	
	#featured-title.creative #breadcrumbs .breadcrumbs-inner {
		position: relative;
		transform: translateX(0);
		bottom: unset;
		left: unset;
		margin-top: 20px;
		width: 100%;
	}
	
	#secondary-menu {
		padding: 100px 50px 50px 50px;
	}
	
	#secondary-menu .close-menu {
		top: 15px;
		right: 15px;
	}
	
	.post-next-previous {
		display: none;
	}
}

.woocommerce-page #sidebar {
	margin-top: 95px;
}

.woocommerce-page .content-woocommerce .woocommerce-result-count {
	position: relative;
	margin: 0;
	float: left;
	font-size: 16px;
	font-weight: 500;
	color: #acacac;
	padding-top: 13px;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering {
	float: right;
	position: relative;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering select {
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	margin-bottom: 0;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering select:focus {
	outline: 0;
}

.woocommerce-page .content-woocommerce .star-rating {
	width: 100px;
	height: 17px;
	background: url("/wp-content/themes/byron/assets/img/star.png") repeat-x left 0;
	background-size: 20px;
	--lzl-bg-img: "/wp-content/themes/byron/assets/img/star.png";
}

.woocommerce-page .content-woocommerce .star-rating span {
	background: url("/wp-content/themes/byron/assets/img/star.png") repeat-x left -17px;
	height: 0;
	padding-top: 17px;
	overflow: hidden;
	float: left;
	background-size: 20px;
	--lzl-bg-img: "/wp-content/themes/byron/assets/img/star.png";
}

.woocommerce-page .content-woocommerce .star-rating span.lzl:not(.lzl-ed), .woocommerce-page .content-woocommerce .star-rating span.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAXklEQVRoBe3QMQEAAADCoPVPbQsviEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwY+AwM+5AABVIgZbQAAAABJRU5ErkJggg==");
}

.woocommerce-page .content-woocommerce p.stars {
	overflow: hidden;
	zoom: 1;
}

.woocommerce-page .content-woocommerce p.stars span {
	width: 100px;
	height: 17px;
	position: relative;
	float: left;
	background: url("/wp-content/themes/byron/assets/img/star.png") repeat-x left 0;
	background-size: 20px;
	--lzl-bg-img: "/wp-content/themes/byron/assets/img/star.png";
}

.woocommerce-page .content-woocommerce p.stars span.lzl:not(.lzl-ed), .woocommerce-page .content-woocommerce p.stars span.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAXklEQVRoBe3QMQEAAADCoPVPbQsviEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwY+AwM+5AABVIgZbQAAAABJRU5ErkJggg==");
}

.woocommerce-page .content-woocommerce p.stars span a {
	transition: none;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 0;
	padding-top: 14px;
	overflow: hidden;
}

.woocommerce-page .content-woocommerce p.stars span a:hover, p.stars span a:focus {
	background: url("/wp-content/themes/byron/assets/img/star.png") repeat-x left -17px;
	background-size: 20px;
	--lzl-bg-img: "/wp-content/themes/byron/assets/img/star.png";
}

.woocommerce-page .content-woocommerce p.stars span a:hover.lzl:not(.lzl-ed), p.stars span a:focus.lzl:not(.lzl-ed), .woocommerce-page .content-woocommerce p.stars span a:hover.lzl-ing:not(.lzl-ed), p.stars span a:focus.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAXklEQVRoBe3QMQEAAADCoPVPbQsviEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwY+AwM+5AABVIgZbQAAAABJRU5ErkJggg==");
}

.woocommerce-page .content-woocommerce p.stars a.active {
	background: url("/wp-content/themes/byron/assets/img/star.png") repeat-x left -34px;
	background-size: 20px;
	--lzl-bg-img: "/wp-content/themes/byron/assets/img/star.png";
}

.woocommerce-page .content-woocommerce p.stars a.active.lzl:not(.lzl-ed), .woocommerce-page .content-woocommerce p.stars a.active.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAXklEQVRoBe3QMQEAAADCoPVPbQsviEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwY+AwM+5AABVIgZbQAAAABJRU5ErkJggg==");
}

.woocommerce-page .content-woocommerce p.stars span a.star-1 {
	width: 20px;
	z-index: 10;
}

.woocommerce-page .content-woocommerce p.stars span a.star-2 {
	width: 40px;
	z-index: 9;
}

.woocommerce-page .content-woocommerce p.stars span a.star-3 {
	width: 60px;
	z-index: 8;
}

.woocommerce-page .content-woocommerce p.stars span a.star-4 {
	width: 80px;
	z-index: 7;
}

.woocommerce-page .content-woocommerce p.stars span a.star-5 {
	width: 100px;
	z-index: 6;
}

.woocommerce-page abbr {
	border: none;
	text-decoration: none;
}

.woocommerce-page div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
	background-color: #f8f9fa;
}

.woocommerce-page div.product div.images img:hover, .woocommerce-page div.product div.images img.flex-active {
	border: 1px solid #e7e7e7;
}

.woocommerce-page .woocommerce-MyAccount-content .woocommerce-info .button {
	color: #f5ad0d;
	background-color: transparent;
}

.woocommerce-page .woo-single-post-class .summary .stock.in-stock, .product .onsale {
	position: absolute;
	left: 20px;
	top: 20px;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	padding: 0 8px;
	background-color: #f5ad0d;
	color: #fff;
	z-index: 999;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .25px;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left:hover, .pswp--has_mouse .pswp__button--arrow--right:hover {
	background-color: transparent;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
	height: 20px;
	line-height: 20px;
}

.woocommerce-page .content-woocommerce .products {
	position: relative;
	margin: 0 -15px;
	clear: both;
	list-style: none;
}

.woocommerce-page .content-woocommerce .products:after, .woocommerce-page .content-woocommerce .products:before {
	position: relative;
	content: "";
	display: block;
	clear: both;
}

.products.columns-2 li, .woocommerce-page.shop-col-2 .products li {
	width: 50%;
}

.products.columns-3 li, .woocommerce-page.shop-col-3 .products li {
	width: 33.33%;
}

.products.columns-4 li, .woocommerce-page.shop-col-4 .products li {
	width: 25%;
}

.products li {
	float: left;
	position: relative;
	padding: 0 15px;
	margin-top: 40px;
}

.products li.first {
	clear: both;
}

.products li .inner {
	position: relative;
	overflow: hidden;
	border: 1px solid #e7e7e7;
}

.products li .product-info {
	position: relative;
	padding: 36px 35px 81px;
}

.products li h2 {
	margin-bottom: 14px;
	font-size: 24px;
	line-height: 30px;
	transition: color ease .3s;
}

.products.columns-4 li h2, .woocommerce-page.shop-col-4 .products li h2 {
	font-size: 18px;
}

.products.columns-4 li .price, .woocommerce-page.shop-col-4 .products li .price {
	right: 0;
}

.products li .product-info .button, .products li .product-info .added_to_cart {
	text-transform: uppercase;
	color: #f5ad0d;
	font-size: 14px;
	display: inline-block;
	display: none;
	position: relative;
	padding-right: 14px;
}

.products li .product-info .button:before, .products li .product-info .added_to_cart:before, .products li .product-info .button:after, .products li .product-info .added_to_cart:after {
	content: "";
	font-family: "Pe-icon-7-stroke";
	font-size: 14px;
	font-style: normal;
	position: absolute;
	top: 0;
	right: 0;
	transition: all ease .3s;
}

.products li .product-info .button:before, .products li .product-info .added_to_cart:before {
	right: 12px;
	opacity: 0;
}

.products li .product-info .button:hover:before, .products li .product-info .added_to_cart:hover:before {
	opacity: 1;
	right: 0;
}

.products li .product-info .button:hover:after, .products li .product-info .added_to_cart:hover:after {
	opacity: 0;
	right: -12px;
}

.products li .product-info .button:focus, .products li .product-info .added_to_cart:focus {
	text-decoration: underline;
}

.products li .product-thumbnail {
	overflow: hidden;
}

.products li .product-thumbnail img {
	width: 100%;
	height: auto;
	transition: transform ease .3s;
	background-color: #f8f9fa;
}

.products li:hover .product-thumbnail img {
	transform: scale(1.1) rotate(1.5deg);
}

.products li .price {
	font-size: 20px;
	color: #666;
	display: inline-block;
	float: right;
}

.products li .product-cat {
	font-size: 16px;
	color: #acacac;
	margin-bottom: 10px;
}

.products li .product-cat:hover {
	color: #f5ad0d;
}

.products li .star-rating {
	display: inline-block;
	transform: translateY(6px);
	float: left;
}

.products li .price del {
	color: #cacaca;
	font-weight: 500;
	padding-right: 4px;
	opacity: 1;
}

.products li .price ins {
	background-color: transparent;
}

.products li h2:hover {
	color: #f5ad0d;
}

.woo-single-post-class {
	position: relative;
}

.woo-single-post-class .images {
	width: 45.727%;
	float: left;
	position: relative;
}

.woo-single-post-class .onsale {
	top: 20px;
	right: auto;
	left: 25px;
	z-index: 999;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger {
	width: 40px;
	height: 40px;
	z-index: 9999;
	position: absolute;
	right: 17px;
	top: 14px;
	text-align: center;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger:after {
	opacity: 0;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	background-color: #e7e7e7;
	text-align: center;
	content: "";
	color: #222;
	font-family: "Pe-icon-7-stroke";
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease .3s;
}

.woo-single-post-class .images:hover .woocommerce-product-gallery__trigger:after {
	opacity: 1;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger:hover:after {
	background-color: #f5ad0d;
	color: #fff;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger img {
	display: none !important;
}

.woocommerce-product-gallery .flex-control-thumbs li {
	float: left;
	cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs {
	margin: 20px -8px 0;
	width: auto;
	list-style: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
	padding: 0 8px 16px;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 33.333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20%;
}

.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
	width: 16.667%;
}

.woo-single-post-class .summary {
	width: 45.727%;
	float: right;
}

.woo-single-post-class .summary h1 {
	color: #222;
	font-size: 28px;
	line-height: 36px;
	margin: 40px 0 32px;
}

.woo-single-post-class .summary .woocommerce-product-rating {
	position: relative;
	margin-bottom: 37px;
	padding-top: 2px;
}

.woo-single-post-class .summary .woocommerce-review-link {
	font-size: 16px;
	position: absolute;
	left: 110px;
	top: 0;
	line-height: 24px;
	color: #acacac;
	text-transform: uppercase;
}

.woo-single-post-class .summary .price {
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 52px;
	position: relative;
	font-weight: 400;
	color: #222;
}

.woo-single-post-class .summary .price del {
	color: #999;
	padding-right: 2px;
	opacity: 1;
}

.woo-single-post-class .summary .price ins {
	background-color: transparent;
}

.woo-single-post-class .woocommerce-product-details__short-description > p, .woo-single-post-class .woocommerce-product-details__short-description > ul {
	margin-bottom: 40px;
}

.woo-single-post-class .woocommerce-product-details__short-description {
	margin-bottom: 73px;
}

.woo-single-post-class .summary .cart table, .woo-single-post-class .summary .cart tr, .woo-single-post-class .summary .cart td {
	border: 0;
}

.woo-single-post-class .summary .cart td {
	vertical-align: middle;
}

.woo-single-post-class .summary .cart table .label {
	width: 85px;
	color: #222;
	text-transform: uppercase;
}

.woo-single-post-class .summary .cart {
	margin-top: 33px;
}

.woo-single-post-class .summary .cart .quantity {
	display: inline-block;
	float: left;
}

.woo-single-post-class .summary .cart .quantity input {
	border: 2px solid #f5ad0d;
	width: 50px;
	height: 50px;
	margin: 0;
	text-align: center;
	background-color: #fff;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	padding: 11px;
	border-radius: 5px 0 0 5px;
}

.woo-single-post-class .summary .cart .single_add_to_cart_button {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 500;
	padding: 0 22px;
	border-radius: 0 5px 5px 0;
	background-color: #f5ad0d;
	color: #fff;
	border: none !important;
}

.woo-single-post-class .summary .cart table {
	position: relative;
}

.woo-single-post-class .summary .cart .reset_variations {
	position: absolute;
	right: 0;
	bottom: -20px;
}

.woo-single-post-class .woocommerce-tabs .panel .shop_attributes p {
	margin-bottom: 5px;
}

.woo-single-post-class .woocommerce-grouped-product-list-item__quantity {
	width: 100px;
}

.woo-single-post-class .woocommerce-grouped-product-list-item__label a {
	color: #222;
}

.woo-single-post-class .woocommerce-grouped-product-list-item__label a:hover {
	color: #f5ad0d;
}

.woo-single-post-class .woocommerce-grouped-product-list.group_table {
	border-collapse: collapse;
}

.woo-single-post-class .woocommerce-grouped-product-list.group_table .woocommerce-grouped-product-list-item td {
	border: 1px solid #e7e7e7;
}

.woo-single-post-class .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item
.quantity input {
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	width: 60px;
}

.woo-single-post-class .summary .cart.grouped_form .single_add_to_cart_button {
	border-radius: 5px;
}

.woo-single-post-class .summary .product_meta {
	clear: left;
	margin-top: 60px;
	display: none;
}

.woo-single-post-class .summary .product_meta > span {
	margin-left: 10px;
	display: inline-block;
	color: #222;
	font-size: 16px;
}

.woo-single-post-class .summary .product_meta > span:first-child {
	margin: 0;
}

.woo-single-post-class .summary .product_meta > span a {
	color: #acacac;
}

.woo-single-post-class .summary .product_meta > span a:hover {
	color: #f5ad0d;
}

.woo-single-post-class .summary .product_meta > span a:first-child {
	padding-left: 10px;
}

.woo-single-post-class .woocommerce-tabs {
	clear: both;
	padding-top: 60px;
}

.woo-single-post-class .woocommerce-tabs ul {
	margin: 0;
	text-align: center;
	border-bottom: 2px solid #e7e7e7;
	padding-bottom: 22px;
}

.woo-single-post-class .woocommerce-tabs ul li {
	padding: 0;
	padding: 0 26px;
	list-style: none;
	display: inline-block;
}

.woo-single-post-class .woocommerce-tabs ul li > a {
	font-size: 18px;
	line-height: 29px;
	color: #777;
	cursor: pointer;
	transition: none;
	border-bottom: none;
	display: inline-block;
	position: relative;
}

.woo-single-post-class .woocommerce-tabs ul li:hover > a, .woo-single-post-class .woocommerce-tabs ul li.active > a {
	color: #222;
}

.woo-single-post-class .woocommerce-tabs ul li.active > a:after {
	position: absolute;
	bottom: -24px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #f5ad0d;
	content: "";
}

.woo-single-post-class .woocommerce-tabs .panel {
	clear: both;
	padding: 55px 35px 55px;
	border-bottom: 2px solid #e7e7e7;
}

.woocommerce-Reviews-title {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist {
	clear: both;
	list-style: none;
	margin: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li {
	padding: 33px 30px 30px;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:last-child {
	margin-bottom: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li .description > p:last-child {
	margin-bottom: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:before, .woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:after {
	content: "";
	display: table;
	clear: both;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment_container img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	float: left;
	margin: 0 15px 0 0;
	overflow: hidden;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment-text {
	overflow: hidden;
	position: relative;
	margin: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .star-rating {
	position: absolute;
	right: 0;
	top: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta {
	margin: 0 0 10px 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta strong {
	font-size: 16px;
	color: #222;
	margin: 0;
	display: inline-block;
	font-weight: 500;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__dash {
	display: none;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__published-date {
	display: inline-block;
	font-size: 14px;
	padding-left: 30px;
	margin: 0 0 10px;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment-text .description {
	overflow: hidden;
}

.woo-single-post-class .woocommerce-tabs .comment-respond {
	margin: 80px 0 0;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-reply-title {
	font-size: 18px;
	line-height: 30px;
	color: #222;
	display: block;
	margin: 45px 0 20px;
	font-weight: 500;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p {
	margin: 15px 0;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-cookies-consent {
	margin-bottom: 25px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-author {
	width: 49.4%;
	float: left;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-email {
	width: 49.4%;
	float: right;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.form-submit {
	clear: both;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating {
	padding-bottom: 35px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label, .woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars {
	float: left;
	margin: 0;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label {
	color: #acacac;
	font-size: 12px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars {
	margin-left: 14px;
	margin-top: 2px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment {
	clear: left;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment > label {
	display: none;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea, .woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-author input, .woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-email input {
	margin-bottom: 30px;
	width: 100%;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea {
	height: 170px;
}

.woo-single-post-class .related.products > h2 {
	font-size: 34px;
	line-height: 40px;
	position: relative;
	margin-bottom: 40px;
}

.woo-single-post-class .related.products {
	margin: 90px 0 0;
}

.woo-single-post-class .related.products .products:before, .woo-single-post-class .related.products .products:after {
	content: "";
	display: table;
	clear: both;
}

.woo-single-post-class .related.products .products {
	margin: 0 -15px;
	padding-top: 0;
}

.woo-single-post-class .related.products .products li {
	float: left;
	padding: 0 15px;
}

.woocommerce-page .shop_table.cart .product-remove {
	width: 60px;
}

.woocommerce-page .shop_table.cart .product-thumbnail, .woocommerce-page .shop_table.cart .product-price, .woocommerce-page .shop_table.cart .product-quantity, .woocommerce-page .shop_table.cart .product-subtotal {
	width: 116px;
}

.woocommerce-page .shop_table.cart .product-subtotal {
	color: #222;
}

.woocommerce-page .shop_table.cart th {
	font-size: 16px;
	color: #222;
	font-weight: 600;
}

.woocommerce-page .shop_table.cart td, .woocommerce-page .shop_table.cart th {
	padding: 20px;
	vertical-align: middle;
}

.woocommerce-page .shop_table.cart .cart_item .product-name, .woocommerce-page .shop_table.cart .product-name a {
	color: #666;
	font-size: 20px;
	font-weight: 500;
}

.woocommerce-page .shop_table.cart .product-name a:hover {
	color: #f5ad0d;
}

.woocommerce-page .shop_table.cart .product-remove a {
	position: relative;
	text-indent: -9999px;
	display: inline-block;
	padding: 0;
	font-weight: normal;
	text-align: center;
	width: 16px;
	height: 16px;
}

.woocommerce-page .shop_table.cart .product-remove a:after {
	content: "";
	color: #ff4539;
	font-size: 14px;
	text-indent: 0;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 4px;
	top: 1px;
	transition: color ease .3s;
	font-weight: 900;
}

.woocommerce-page .shop_table.cart .product-remove a:hover:after {
	color: #222;
}

.woocommerce-page .shop_table.cart .cart_item .product-thumbnail img {
	width: 80px;
}

.woocommerce-page .shop_table.cart .cart_item .product-quantity input[type="number"] {
	width: 60px;
	height: 50px;
	padding-left: 22px;
	padding-right: 5px;
	margin: 0;
	border-radius: 5px;
	background-color: transparent;
	border-color: #e7e7e7;
}

.woocommerce-page .shop_table.cart .coupon {
	float: left;
	display: table;
}

.woocommerce-page input, .woocommerce-page button {
	vertical-align: middle;
}

.woocommerce-page .shop_table.cart .coupon > label {
	display: none;
}

.woocommerce-page .shop_table.cart .coupon #coupon_code {
	width: 240px;
	border: 0;
	margin: 0 5px 0 0;
	display: inline-block;
	padding: 11px 20px;
	border-radius: 5px;
}

.woocommerce-page .shop_table.cart .coupon + button[type="submit"] {
	float: right;
}

.woocommerce-page .cart_totals {
	width: 60%;
	margin-top: 60px;
	font-size: 16px;
}

.woocommerce-page .cart_totals > h2 {
	font-size: 36px;
	margin-bottom: 40px;
}

.woocommerce-page .cart_totals .shop_table {
	border: 1px solid #e7e7e7;
	margin-bottom: 40px;
}

.woocommerce-page .cart_totals .shop_table th, .woocommerce-page .cart_totals .shop_table td {
	border-color: #e7e7e7;
}

.woocommerce-page .cart_totals .shop_table .order-total th, .woocommerce-page .cart_totals .shop_table .order-total td {
	border-bottom: 0;
}

.woocommerce-page .cart_totals .shop_table td {
	border-right: 0;
	padding: 17px 20px;
}

.woocommerce-page .cart_totals .shop_table th {
	font-size: 17px;
	color: #222;
	padding: 14px 20px;
}

.woocommerce-page .cart_totals .shop_table .cart-subtotal td, .woocommerce-page .cart_totals .shop_table .order-total td, .woocommerce-page .cart_totals .shop_table .tax-rate td {
	text-align: right;
	color: #222;
}

.woocommerce-page .cart_totals p, .woocommerce-page .cart_totals .woocommerce-shipping-calculator select {
	margin: 0 0 5px;
}

.woocommerce-page .cart_totals .shipping-calculator-form button[type="submit"] {
	width: 100%;
}

.woocommerce-page .wc-proceed-to-checkout .button {
	font-size: 20px;
	padding: 0 50px;
	border-radius: 5px;
	display: inline-block;
	-webkit-appearance: none;
	transition: all ease .3s;
}

.woocommerce-page .return-to-shop a {
	margin-top: 25px;
	border-radius: 5px;
	font-weight: 600;
	color: #fff;
	background-color: #f5ad0d;
}

.woocommerce-page .return-to-shop a:hover {
	background-color: #222;
	color: #fff;
}

.woocommerce-page .cart_totals .woocommerce-shipping-totals ul {
	list-style: none;
	margin-left: 0;
	color: #222;
	font-weight: 600;
	font-size: 17px;
}

.woocommerce-page .woocommerce-checkout {
	clear: both;
}

.woocommerce-page .login input {
	margin-bottom: 0;
}

.woocommerce-page form .form-row {
	margin: 0 0 20px;
}

.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	float: left;
	width: 49%;
	overflow: visible;
}

.woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
	border-width: 1px;
	width: 100%;
	margin: 0;
	outline: 0;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single, .woocommerce-shipping-fields .select2-container--default .select2-selection--single {
	display: block;
	line-height: 60px;
	height: 60px;
	border-radius: 2px;
	background-color: #f8f9fa;
	border: none;
}

.woocommerce-billing-fields .select2-selection--single .select2-selection__rendered, .woocommerce-shipping-fields .select2-selection--single .select2-selection__rendered {
	padding: 15px 30px;
	color: #666;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 22px;
	right: 20px;
}

.woocommerce-page form.checkout_coupon > p {
	margin-bottom: 10px;
}

.woocommerce-page form.checkout_coupon #coupon_code, .woocommerce-page form.lost_reset_password .form-row input.input-text {
	margin-bottom: 20px;
}

.woocommerce-page form .form-row label.inline {
	display: inline;
}

.woocommerce-page form .form-row label.inline input {
	margin: 0 5px 0 10px;
	width: auto;
}

.woocommerce-page form.lost_reset_password .woocommerce-Button.button {
	margin: 0;
}

.woocommerce-page .woocommerce-shipping-fields, .woocommerce-page #order_review_heading {
	clear: both;
}

.woocommerce-billing-fields .create-account > label {
	margin: 0;
	display: inline-block;
}

.woocommerce-page .woocommerce-lost-password .form-row-first {
	float: none;
}

.woocommerce-page #ship-to-different-address > label {
	padding-right: 5px;
}

.woocommerce-page .woocommerce-billing-fields h3, .woocommerce-page .woocommerce-shipping-fields h3, .woocommerce-page #order_review_heading, .woocommerce-page .woocommerce-additional-fields h3 {
	font-size: 36px;
	margin-bottom: 30px;
	padding-top: 30px;
}

.woocommerce-page .woocommerce-additional-fields .notes > label {
	display: none;
}

.woocommerce-page form .form-row.create-account #createaccount {
	width: auto;
	margin-right: 5px;
}

.woocommerce-page form .form-row.create-account + .create-account > p:first-child {
	margin-bottom: 10px;
}

.woocommerce-checkout-review-order table th {
	font-size: 18px;
	color: #222;
	padding: 18px 30px;
}

.woocommerce-checkout-review-order table td {
	padding: 10px 25px;
	font-weight: 600;
}

.woocommerce-checkout-review-order .cart-subtotal td, .woocommerce-checkout-review-order .order-total {
	font-size: 16px;
	color: #222;
}

.woocommerce-checkout #payment ul.payment_methods {
	list-style: none;
	margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li label {
	display: inline-block;
	padding-left: 5px;
}

#payment .about_paypal {
	position: absolute;
	right: 0;
	top: 23px;
}

#payment .payment_methods > li:not(.woocommerce-notice) {
	position: relative;
}

#payment .payment_methods > li .payment_box, #payment .place-order {
	background-color: #fff;
	padding: 10px;
}

#payment .payment_methods > li .payment_box > p:last-child {
	margin-bottom: 0;
}

#payment .payment_methods > .wc_payment_method > label, #payment .payment_methods > .woocommerce-PaymentMethod > label {
	display: block;
	padding: 20px 0;
	cursor: pointer;
}

.woocommerce-page #payment .payment_methods .woocommerce-message, .woocommerce-page #payment .payment_methods .woocommerce-info, .woocommerce-page #payment .payment_methods .woocommerce-error {
	margin-bottom: 10px;
}

#payment .payment_methods li img {
	border: 0;
	padding: 0 0 0 10px;
	max-height: 25px;
}

#payment .place-order {
	padding: 25px 25px 25px 0;
}

#payment #place_order {
	font-size: 20px;
	color: #fff;
	background-color: #f5ad0d;
	padding: 0 50px;
	border-radius: 5px;
	margin-top: 15px;
	height: auto;
}

#payment #place_order:hover {
	color: #fff;
	background-color: #222;
}

.woocommerce-page .myaccount_user + h2, .woocommerce-page .addresses h3, .woocommerce-page #customer_login h2 {
	margin-bottom: 0;
	font-size: 18px;
}

.woocommerce-page .register input {
	margin-bottom: 0;
}

.woocommerce-page .woocommerce-MyAccount-content legend {
	border: 0;
	font-size: 18px;
	color: #222;
	padding-top: 20px;
	margin: 0;
}

.woocommerce-page .form-row:before, .woocommerce ul.cart_list li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals:after, .woocommerce-page .cart-collaterals:before, .woocommerce-page form .form-row:after, .woocommerce-page form .form-row:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:before {
	content: " ";
	display: table;
}

.woocommerce-page .cart-collaterals {
	width: 100%;
}

.woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left;
}

.woocommerce-page .cart-collaterals .cross-sells {
	width: 100%;
	float: left;
}

.woocommerce-page .cart-collaterals .cross-sells ul.products {
	float: none;
	list-style: none;
	margin: 0 -12px;
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 25%;
	padding: 0 12px;
	clear: none;
}

.woocommerce-page .cart-collaterals .cross-sells > h2 {
	margin-top: 40px;
	margin-bottom: 37px;
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
}

.woocommerce-page .cart-collaterals .cross-sells .products li h2 {
	font-size: 15px;
}

.woocommerce-page .cart-collaterals .cross-sells .products li .price {
	letter-spacing: normal;
	font-size: 18px;
}

.woocommerce-page .up-sells > h2 {
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	padding-top: 27px;
	border-top: 1px solid #f4f4f4;
}

.woocommerce-page .up-sells.products, .woocommerce-page .up-sells .products {
	margin: 0;
}

.woocommerce-page .up-sells .products {
	margin: 0 -15px;
}

.woocommerce-page .up-sells .products li {
	padding: 0 15px;
}

.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce form .form-row-wide, .woocommerce form .form-row:after, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page .cart-collaterals .shipping_calculator:after, .woocommerce-page form .form-row-wide, .woocommerce-page form .form-row:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page #order_comments_field {
	clear: both;
}

.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 48%;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
	margin-bottom: 10px;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	display: inline;
}

.woocommerce-page form .form-row select, .woocommerce-page form .form-row .input-text {
	width: 100%;
}

.woocommerce-page form .form-row-last {
	float: right;
}

.woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
	text-align: left;
	padding: 0 1em 0 0;
	float: left;
}

.woocommerce-page .woocommerce-error li {
	padding: 0;
}

.woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-error .button {
	background-color: transparent;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 16px;
	height: auto;
	border: none;
}

.woocommerce-page .woocommerce-message .button:before, .woocommerce-page .woocommerce-info .button:before, .woocommerce-page .woocommerce-error .button:before {
	display: none;
}

.woocommerce-page .content-woocommerce .star-rating.lzl:not(.lzl-ed), .woocommerce-page .content-woocommerce .star-rating.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAXklEQVRoBe3QMQEAAADCoPVPbQsviEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwY+AwM+5AABVIgZbQAAAABJRU5ErkJggg==");
}

.woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-error {
	position: relative;
	padding: 18px 24px 18px 50px;
	border-radius: 5px;
	background-color: #e4f2ff;
	color: #5084b4;
	font-size: 16px;
	margin: 0 0 30px 0;
	list-style: none;
}

.woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-error:before {
	font-size: 30px;
	content: "";
	font-family: "Pe-icon-7-stroke";
	position: absolute;
	left: 20px;
	top: 8px;
}

.woocommerce-page .woocommerce-message a, .woocommerce-page .woocommerce-info a, .woocommerce-page .woocommerce-error a {
	color: #222;
	text-decoration: underline;
	padding: 0 8px 0 0;
}

.woocommerce-page .woocommerce-message a:hover, .woocommerce-page .woocommerce-info a:hover, .woocommerce-page .woocommerce-error a:hover {
	opacity: .7;
}

.product_list_widget li {
	padding: 0;
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #e7e7e7;
}

.product_list_widget li:first-child {
	padding-top: 0;
	margin-top: 0;
	border: 0;
}

.product_list_widget li > a {
	display: block;
}

.product_list_widget del .amount {
	padding-right: 5px;
}

.product_list_widget li img {
	float: right;
	width: 65px;
	box-shadow: none;
}

.product_list_widget .product-title, .widget_recent_reviews .product_list_widget a {
	display: block;
	color: #acacac;
	transition: all ease .3s;
}

.product_list_widget .product-title:hover, .widget_recent_reviews .product_list_widget a:hover {
	color: #f5ad0d;
}

.product_list_widget .star-rating, .widget_rating_filter .star-rating {
	width: 100px;
	height: 17px;
	background: url("/wp-content/themes/byron/assets/img/star.png") repeat-x left 0;
	margin: 5px 0 5px -5px;
	background-size: 20px;
	--lzl-bg-img: "/wp-content/themes/byron/assets/img/star.png";
}

.product_list_widget .star-rating.lzl:not(.lzl-ed), .widget_rating_filter .star-rating.lzl:not(.lzl-ed), .product_list_widget .star-rating.lzl-ing:not(.lzl-ed), .widget_rating_filter .star-rating.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAXklEQVRoBe3QMQEAAADCoPVPbQsviEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwY+AwM+5AABVIgZbQAAAABJRU5ErkJggg==");
}

.product_list_widget .star-rating span, .widget_rating_filter .star-rating span {
	background: url("/wp-content/themes/byron/assets/img/star.png") repeat-x left -17px;
	height: 0;
	padding-top: 17px;
	overflow: hidden;
	float: left;
	background-size: 20px;
	--lzl-bg-img: "/wp-content/themes/byron/assets/img/star.png";
}

.product_list_widget .star-rating span.lzl:not(.lzl-ed), .widget_rating_filter .star-rating span.lzl:not(.lzl-ed), .product_list_widget .star-rating span.lzl-ing:not(.lzl-ed), .widget_rating_filter .star-rating span.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAXklEQVRoBe3QMQEAAADCoPVPbQsviEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwY+AwM+5AABVIgZbQAAAABJRU5ErkJggg==");
}

.widget_rating_filter .star-rating {
	display: inline-block;
	margin: 0;
}

.widget_product_categories ul li {
	padding: 9px 0;
	border-bottom: 1px solid #e7e7e7;
}

.widget_product_categories ul li:first-child, .widget_product_categories ul li:first-child a {
	padding-top: 0;
}

.widget_product_categories ul li a {
	color: #acacac;
	font-size: 16px;
	padding: 8px 0;
	display: inline-block;
}

.widget_product_categories ul li a:hover {
	color: #f5ad0d;
}

.widget_price_filter .price_slider {
	height: 5px;
	margin-bottom: 22px;
	margin-top: 42px;
	background-color: #ebebeb;
	position: relative;
	text-align: left;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
}

.widget_price_filter .price_slider_amount .button {
	font-size: 13px;
	padding: 0 60px;
	height: 48px;
	line-height: 48px;
	background-color: #e6f3fe;
	color: #f5ad0d;
	display: block;
	margin-bottom: 10px;
}

.widget_price_filter .price_slider_amount .button:hover {
	opacity: 1;
	background-color: #f5ad0d;
	color: #fff;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #fff;
	top: -5px;
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
	transform: translateX(-1px);
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -13px;
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background-color: #f5ad0d;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.widget_price_filter .price_slider_amount .price_label {
	display: block;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}

.widget.widget_product_search .woocommerce-product-search {
	position: relative;
}

.widget.widget_product_search .woocommerce-product-search .search-field {
	padding-right: 48px;
	margin-bottom: 0;
	padding: 8px 20px;
}

.widget.widget_product_search .woocommerce-product-search .search-submit {
	position: absolute;
	background-color: transparent;
	right: 4px;
	top: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	text-indent: 999999px;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.widget.widget_product_search .woocommerce-product-search .search-submit:before {
	color: #acacac;
	content: "";
	font-family: "Pe-icon-7-stroke";
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	text-indent: 0;
	font-weight: normal;
	transition: all ease .3s;
}

.widget.widget_product_search .woocommerce-product-search .search-submit:hover:before {
	color: #f5ad0d;
}

.nav-top-cart-wrapper .woocommerce-min-cart-wrap {
	padding: 30px;
}

.nav-top-cart-wrapper .woocommerce-mini-cart__empty-message {
	margin: 0;
	padding: 10px 20px;
	font-size: 15px;
}

.widget_shopping_cart_content ul {
	list-style: none;
	margin: 0;
}

.widget_shopping_cart_content ul li {
	display: inline-block;
	position: relative;
	width: 100%;
	border-top: 1px solid #f4f4f4;
	padding: 20px;
	margin: 0;
	padding-left: 75px;
}

.widget_shopping_cart_content ul li.empty {
	padding: 0;
}

.widget_shopping_cart_content ul li:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.widget_shopping_cart_content ul li .product-name {
	font-size: 18px;
	font-weight: 500;
	color: #222;
}

.widget_shopping_cart_content ul li a:hover {
	color: #f5ad0d;
}

.widget_shopping_cart_content ul li a.remove {
	font-size: 14px;
	color: #ff4539;
	position: absolute;
	right: 0;
	top: 20px;
}

.nav-top-cart-wrapper .nav-shop-cart ul li:first-child a.remove {
	top: 0;
}

.widget_shopping_cart_content ul li a.remove:hover {
	opacity: .7;
}

.widget_shopping_cart_content ul li a img {
	position: absolute;
	top: 27px;
	left: 0;
	width: 55px;
}

.widget_shopping_cart_content ul li:first-child a img {
	top: 7px;
}

.widget_shopping_cart_content ul li a img:hover {
	border: 1px solid #e7e7e7;
}

.widget_shopping_cart_content ul li .quantity {
	display: block;
	font-size: 15px;
	line-height: 24px;
}

.widget_shopping_cart_content .total {
	margin-bottom: 25px;
	padding: 12px 0;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	font-size: 18px;
	color: #222;
	text-align: center;
}

.widget_shopping_cart_content .total strong {
	color: #222;
	font-weight: 600;
}

.widget_shopping_cart_content .buttons:before, .widget_shopping_cart_content .buttons:after {
	content: "";
	display: table;
	clear: both;
}

.widget_shopping_cart_content .buttons {
	margin: 0;
}

.widget_shopping_cart_content .buttons > a {
	text-align: center;
	color: #222;
	background-color: #eee;
	padding: 0;
	border-radius: 3px;
	width: 48%;
	height: 48px;
	line-height: 48px;
	float: left;
	border: none;
}

.widget_shopping_cart_content .buttons a.checkout {
	float: right;
	background-color: #f5ad0d;
	color: #fff;
}

.widget_shopping_cart_content .buttons a:hover {
	opacity: .7;
}

@media only screen and (max-width: 1024px) {
	.products li .star-rating {
		position: relative;
		margin: 15px 0 5px;
	}
	
	.products li .price {
		padding-right: 0;
	}
}

@media only screen and (max-width: 991px) {
	.products.columns-4 li, .woocommerce-page.shop-col-4 .products li {
		width: 50%;
	}
	
	.woocommerce-page .content-woocommerce .woocommerce-result-count {
		display: none;
	}
	
	.woocommerce-page .content-woocommerce .woocommerce-ordering {
		float: none;
	}
	
	.woocommerce-page .content-woocommerce .woocommerce-result-count:after, .woocommerce-page .content-woocommerce .woocommerce-ordering:before {
		display: none;
	}
	
	.woo-single-post-class .images, .woo-single-post-class .summary {
		width: 100%;
		float: none;
		clear: left;
	}
	
	.woo-single-post-class .summary {
		padding-top: 10px;
	}
	
	.woo-single-post-class .woocommerce-tabs ul li > a {
		padding: 12px 30px;
	}
	
	.woo-single-post-class .woocommerce-tabs ul li:first-child {
		margin: 0 0 0 15px;
	}
	
	.woo-single-post-class .woocommerce-tabs .comment-respond {
		margin-top: 30px;
	}
	
	.woo-single-post-class .woocommerce-tabs .panel {
		padding-top: 30px;
	}
	
	.woocommerce-page .shop_table.cart td, .woocommerce-page .shop_table.cart th {
		padding: 15px;
	}
	
	.woo-single-post-class .related.products {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.products.columns-3 li, .woocommerce-page.shop-col-3 .products li {
		width: 50%;
	}
	
	.products.columns-2 li, .products.columns-4 li, .woocommerce-page.shop-col-2 .products li, .woocommerce-page.shop-col-4 .products li {
		width: 100%;
	}
	
	.woocommerce-page .content-woocommerce .woocommerce-ordering {
		float: none;
		display: inline-block;
	}
	
	.woo-single-post-class .woocommerce-tabs ul {
		border: 0;
	}
	
	.woo-single-post-class .woocommerce-tabs ul li {
		display: block;
		margin: 0 0 10px !important;
		border: 1px solid #e7e7e7;
		top: 0 !important;
	}
	
	.woo-single-post-class .woocommerce-tabs ul li.active {
		top: 0;
	}
	
	.woo-single-post-class .woocommerce-tabs ul li.active > a {
		border: 0 !important;
	}
	
	.woo-single-post-class .woocommerce-tabs ul li > a {
		display: block;
		padding: 10px 25px;
	}
	
	.woo-single-post-class .related.products .products li:last-child {
		margin-bottom: 0;
	}
	
	.woo-single-post-class .related.products > h2 {
		margin-bottom: 0;
	}
	
	.woocommerce-page table.shop_table_responsive tr {
		display: block;
	}
	
	.woocommerce-page table.shop_table_responsive tr td {
		display: block;
		text-align: right !important;
	}
	
	.woocommerce-page table.shop_table_responsive tr td.order-actions {
		text-align: left !important;
	}
	
	.woocommerce-page table.shop_table_responsive tr td:before {
		content: attr(data-title) ": ";
		float: left;
		line-height: 30px;
	}
	
	.woocommerce-page .shop_table.cart .product-name a {
		font-size: 20px;
		line-height: 30px;
	}
	
	.woocommerce-page table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive tbody th, .woocommerce-page table.my_account_orders tr td.order-actions:before, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page table.shop_table_responsive tr td.actions:before, .woocommerce-page table.shop_table_responsive tr td.product-remove:before {
		display: none;
	}
	
	.woocommerce-page .shop_table.cart .product-remove, .woocommerce-page .shop_table.cart .product-thumbnail, .woocommerce-page .shop_table.cart .product-price, .woocommerce-page .shop_table.cart .product-quantity, .woocommerce-page .shop_table.cart .product-subtotal {
		width: auto;
	}
	
	.woocommerce-page table.my_account_orders tr td.order-actions {
		text-align: left;
	}
	
	.woocommerce-page table.shop_table_responsive tr td.actions {
		text-align: left !important;
	}
	
	.woocommerce-page .shop_table.cart .coupon + button[type="submit"] {
		float: none;
		margin: 15px 0 0;
		width: 100%;
	}
	
	.woocommerce-page .shop_table.cart .coupon #coupon_code, .woocommerce-page .shop_table.cart .coupon > input[type="submit"] {
		float: none;
	}
	
	.woocommerce-page .cart_totals {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.products.columns-3 li, .woocommerce-page.shop-col-3 .products li {
		width: 100%;
	}
	
	.woocommerce-page .shop_table.cart .coupon #coupon_code {
		margin-bottom: 10px;
	}
	
	#payment #place_order {
		font-size: 18px;
		padding: 20px 40px;
	}
	
	.woo-single-post-class .woocommerce-tabs .entry-content .comment_container img {
		float: none;
		margin: 0 0 20px;
	}
	
	.woo-single-post-class .woocommerce-tabs .entry-content .star-rating {
		position: static;
		margin-bottom: 8px;
	}
	
	.woo-single-post-class .woocommerce-tabs ul li.active > a:after {
		display: none;
	}
	
	.woo-single-post-class .woocommerce-tabs #tab-description.panel > div {
		display: block !important;
	}
	
	.woo-single-post-class .woocommerce-tabs #tab-description.panel > div .desc {
		padding: 0 !important;
	}
}

.accent-color {
	color: var(--e-global-color-accent) !important;
}