/*
Theme Name: BeautifulThemes
Theme URI: https://beautifulthemes.com
Author: BeautifulThemes
Author URI: http://beautifulthemes.com
Description: BeautifulThemes is the theme, which is made for the collection of beautiful themes from around the globe.
Version: 1.0.1
Text Domain: beautifulthemes

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
*/
/*==========  Gray colors  ==========*/
/*=====  Light colors  ======*/
/*==========  Brand-colors  ==========*/
/*==========  Alert Colors  ==========*/
/*==========  Typography Colors  ==========*/
/*==========  Other Colors  ==========*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

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

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

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
	text-transform: none;
}

select {
	text-transform: none;
}

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

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td, th {
	padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

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

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

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

blockquote, q {
	quotes: "" "";
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	color: #000;
}

h1 {
	font-size: 48px;
	font-weight: normal;
}

h2 {
	font-size: 36px;
	font-weight: normal;
}

h3 {
	font-size: 30px;
	font-weight: normal;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
	font-weight: normal;
}

h6 {
	font-size: 16px;
	font-weight: 500;
}

.no-gap {
	margin: 0;
}

body {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #424143;
}

p {
	line-height: 28px;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn-primary {
	display: inline-block;
	background: #1C83E6;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 15px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn-primary:hover {
	background: #0f4f8d;
	color: #fff;
}

.btn-large {
	padding: 20px 25px;
	font-size: 16px;
}

.btn-secondary {
	background: #FF6D9E;
}

.btn-secondary:hover {
	background: #ff075a;
	color: #fff;
}

.btn-tertiary {
	background: #252525;
}

.btn-tertiary:hover {
	background: black;
	color: #fff;
}

input[type="button"], input[type="reset"], input[type="submit"] {
	outline: none;
	border: none;
}

textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus {
	color: #111;
}

textarea {
	width: 100%;
}

textarea:focus {
	color: #111;
}

.container-fluid,
.container {
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	padding-right: 2rem;
	padding-left: 2rem;
}

.row {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.row.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.col.reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

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

.col-xs-1 {
	-ms-flex-preferred-size: 8.33333333%;
	flex-basis: 8.33333333%;
	max-width: 8.33333333%;
}

.col-xs-2 {
	-ms-flex-preferred-size: 16.66666667%;
	flex-basis: 16.66666667%;
	max-width: 16.66666667%;
}

.col-xs-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}

.col-xs-4 {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
}

.col-xs-5 {
	-ms-flex-preferred-size: 41.66666667%;
	flex-basis: 41.66666667%;
	max-width: 41.66666667%;
}

.col-xs-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.col-xs-7 {
	-ms-flex-preferred-size: 58.33333333%;
	flex-basis: 58.33333333%;
	max-width: 58.33333333%;
}

.col-xs-8 {
	-ms-flex-preferred-size: 66.66666667%;
	flex-basis: 66.66666667%;
	max-width: 66.66666667%;
}

.col-xs-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
}

.col-xs-10 {
	-ms-flex-preferred-size: 83.33333333%;
	flex-basis: 83.33333333%;
	max-width: 83.33333333%;
}

.col-xs-11 {
	-ms-flex-preferred-size: 91.66666667%;
	flex-basis: 91.66666667%;
	max-width: 91.66666667%;
}

.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.start-xs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: start;
}

.center-xs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.end-xs {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: end;
}

.top-xs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.middle-xs {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bottom-xs {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.around-xs {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.between-xs {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.first-xs {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.last-xs {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media only screen and (min-width: 48em) {
	.container {
		width: 49rem;
	}
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-offset-0,
	.col-sm-offset-1,
	.col-sm-offset-2,
	.col-sm-offset-3,
	.col-sm-offset-4,
	.col-sm-offset-5,
	.col-sm-offset-6,
	.col-sm-offset-7,
	.col-sm-offset-8,
	.col-sm-offset-9,
	.col-sm-offset-10,
	.col-sm-offset-11,
	.col-sm-offset-12 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-sm-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-sm-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-sm-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-sm-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.start-sm {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-sm {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-sm {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-sm {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-sm {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-sm {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-sm {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-sm {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.last-sm {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media only screen and (min-width: 64em) {
	.container {
		width: 65rem;
	}
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-offset-0,
	.col-md-offset-1,
	.col-md-offset-2,
	.col-md-offset-3,
	.col-md-offset-4,
	.col-md-offset-5,
	.col-md-offset-6,
	.col-md-offset-7,
	.col-md-offset-8,
	.col-md-offset-9,
	.col-md-offset-10,
	.col-md-offset-11,
	.col-md-offset-12 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-md-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-md-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-md-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-md-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.start-md {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-md {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-md {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-md {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-md {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-md {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-md {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-md {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.last-md {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media only screen and (min-width: 75em) {
	.container {
		width: 76rem;
	}
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-offset-0,
	.col-lg-offset-1,
	.col-lg-offset-2,
	.col-lg-offset-3,
	.col-lg-offset-4,
	.col-lg-offset-5,
	.col-lg-offset-6,
	.col-lg-offset-7,
	.col-lg-offset-8,
	.col-lg-offset-9,
	.col-lg-offset-10,
	.col-lg-offset-11,
	.col-lg-offset-12 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-lg-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-lg-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-lg-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-lg-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.start-lg {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-lg {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-lg {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-lg {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-lg {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-lg {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-lg {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-lg {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.last-lg {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

a {
	text-decoration: none;
	color: #45ACE6;
	-webkit-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}

a:hover, a:focus, a:active {
	color: #1C83E6;
}

a:focus {
	outline: none;
}

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

.main-navigation {
	padding-top: 12px;
}

.main-navigation ul {
	height: auto;
	margin-top: 5px;
	list-style-type: none;
}

.main-navigation ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	margin-right: 25px;
	position: relative;
	float: left;
}

.main-navigation ul li.menu-item-has-children a {
	display: inline-block;
}

.main-navigation ul li:last-child {
	margin-right: 0;
}

.main-navigation ul li .sub-menu {
	background: #ffffff none repeat scroll 0 0;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	list-style: none;
	margin-top: 10px;
	opacity: 0;
	position: fixed;
	-webkit-transition: visibility 0.35s ease 0s, opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	transition: visibility 0.35s ease 0s, opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	transition: transform 0.35s ease 0s, visibility 0.35s ease 0s, opacity 0.35s ease 0s;
	transition: transform 0.35s ease 0s, visibility 0.35s ease 0s, opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	-webkit-transform: translate(0px, 30px);
	transform: translate(0px, 30px);
	visibility: hidden;
	padding: 0;
	width: 235px;
	z-index: 9;
}

.main-navigation ul li .sub-menu li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 13px;
	margin-right: 0;
}

.main-navigation ul li .sub-menu li:last-child {
	border-bottom: medium none;
}

.main-navigation ul li .sub-menu li a {
	-moz-color: #616a73;
	-webkit-color: #ff0000;
	display: block;
	padding: 15px 30px;
}

.main-navigation ul li .sub-menu li a:hover {
	color: #1C83E6;
	text-decoration: none;
}

.main-navigation ul li .sub-menu li .sub-menu {
	left: 100%;
	top: 25%;
}

.main-navigation ul li .sub-menu li .sub-menu.sub-menu-left {
	left: -100%;
}

.main-navigation ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0px, 10px);
	transform: translate(0px, 10px);
}

.main-navigation ul li a {
	color: #343a40;
	display: block;
	height: auto;
	padding: 0;
}

.main-navigation ul li a:hover, .main-navigation ul li a:focus {
	background: none;
	color: #1C83E6;
}

.main-navigation ul li .submenu-icon {
	display: none;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

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

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

.navigation.pagination {
	display: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

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

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

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

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

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

.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after {
	display: table;
	content: "";
}

.clearfix::after,
.container::after,
.container-fluid::after,
.row::after {
	clear: both;
}

.clear:before, .clear:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.entry-content:before, .entry-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.comment-content:before, .comment-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.site-header:before, .site-header:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.site-content:before, .site-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

.widget {
	margin: 0 0 45px 0;
}

.widget .widget-title {
	font-size: 18px;
	position: relative;
	font-weight: 500;
	margin-bottom: 10px;
}

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

.widget ul li a {
	font-size: 14px;
	color: #424143;
	text-decoration: none;
	display: inline-block;
	padding: 8px 0;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

.widget ul li a:hover {
	color: #1C83E6;
}

.widget ul li:last-child {
	border-bottom: none;
}

.widget.widget_search {
	position: relative;
}

.widget.widget_search .search-field {
	padding: 10px 16px;
	display: block;
	width: 100%;
	border: 1px solid #E5E4E6;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	outline: none;
	border-radius: 3px;
}

.widget.widget_search .search-field:focus {
	border: 1px solid #1C83E6;
}

.widget.widget_search .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	bottom: 0;
	background: none;
	border: none;
	outline: none;
	padding: 0 12px 0 0;
}

.widget.widget_search .search-submit .fa {
	color: #67666A;
}

.widget.widget_recent_comments .recentcomments {
	color: #807F83;
}

.widget.widget_recent_comments .recentcomments a {
	display: inline-block;
}

.widget.widget_recent_comments .recentcomments .comment-author-link a {
	color: #807F83;
}

.widget.widget_recent_comments .recentcomments .comment-author-link a:hover {
	color: #1C83E6;
}

.widget.widget_calendar td, .widget.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget.widget_calendar caption {
	font-size: 18px;
	margin: 0 0 30px 0;
	position: relative;
	padding: 0 0 0 30px;
	font-weight: 500;
}

.widget.widget_calendar caption:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 15px solid #1C83E6;
	border-right: 15px solid transparent;
}

.widget.widget_calendar tbody a {
	background-color: #1C83E6;
	color: #fff;
	display: block;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

.widget.widget_calendar tbody a:hover, .widget.widget_calendar tbody a:focus {
	background-color: #FF6D9E;
	color: #fff;
}

.widget.widget_calendar tfoot a {
	color: #1C83E6;
}

.widget.widget_tag_cloud .tagcloud a {
	display: inline-block;
	padding: 5px;
	border: 1px solid #999DB2;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	font-size: 12px;
	text-decoration: none;
	color: #807F83;
	margin-bottom: 5px;
	margin-right: 5px;
}

.widget.widget_tag_cloud .tagcloud a:hover {
	background: #1C83E6;
	border-color: #1C83E6;
	color: #fff;
}

.sticky .theme-image,
.stickied-theme .theme-image {
	position: relative;
}

.sticky .theme-image a:before,
.stickied-theme .theme-image a:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(assets/img/featured-theme.png);
	top: -30px;
	left: -20px;
	background-size: contain;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
Theme Category
--------------------------------------------------------------*/
.theme-category-container {
	margin-bottom: 90px;
}

.theme-category-container .page-title {
	margin-top: 0;
	font-weight: 600;
}

.theme-category-container .archive-description {
	padding: 0 10%;
}

/*--------------------------------------------------------------
404 Page
--------------------------------------------------------------*/
.404
-image {
	display: none;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
banner CSS
--------------------------------------------------------------*/
.banner {
	display: block;
	padding: 140px 0 0;
	margin: 0;
	text-align: center;
}

.banner .banner-title {
	font-size: 52px;
	font-weight: 700;
	margin: 0 0 15px;
}

.banner .banner-desc {
	font-size: 18px;
	color: #424143;
}

.site-content {
	background: #fff none repeat scroll 0 0;
	padding: 100px 0 60px;
}

/*--------------------------------------------------------------
theme block  CSS
--------------------------------------------------------------*/
.star-rating .fa {
	padding: 0 2px;
}

.theme-block {
	margin-bottom: 45px;
}

.theme-block .theme-inner {
	-webkit-box-shadow: 0 5px 30px 10px rgba(39, 48, 72, 0.07);
	box-shadow: 0 5px 30px 10px rgba(39, 48, 72, 0.07);
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
	overflow: visible;
}

.theme-block .theme-image {
	position: relative;
}

.theme-block .theme-image::before {
	content: '';
	position: absolute;
	visibility: hidden;
}

.theme-block .theme-image .ratings-container {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.theme-block .theme-image .ratings-container .star-rating {
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff;
}

.theme-block .theme-image .ratings-container .active-installs {
	margin-top: 10px;
	display: block;
	font-size: 14px;
}

.theme-block img {
	display: block;
}

.theme-block .entry-title {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	line-height: 38px;
}

.theme-block .entry-title a {
	color: #474747;
}

.theme-block .entry-title:hover a {
	color: #1C83E6;
}

.theme-block:hover .theme-inner .theme-image .ratings-container {
	visibility: visible;
	opacity: 1;
}

.theme-content {
	padding: 20px;
}

/*--------------------------------------------------------------
single page CSS
--------------------------------------------------------------*/
article.hentry.post .feature-image .inner-image-wrapper img {
	-webkit-box-shadow: 0 5px 30px 10px rgba(39, 48, 72, 0.07);
	box-shadow: 0 5px 30px 10px rgba(39, 48, 72, 0.07);
}

article.hentry.post .single-port-block {
	margin-bottom: 60px;
}

article.hentry.post .entry-title {
	margin-top: 0;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 10px;
}

article.hentry.post .entry-title a {
	color: #474747;
}

article.hentry.post .star-rating {
	color: #1C83E6;
	margin-bottom: 20px;
}

article.hentry.post .theme-category,
article.hentry.post .active-installs,
article.hentry.post .theme-downloads {
	display: block;
	margin-bottom: 10px;
}

article.hentry.post .theme-category .fa,
article.hentry.post .active-installs .fa,
article.hentry.post .theme-downloads .fa {
	margin-right: 8px;
}

article.hentry.post .theme-category {
	margin-bottom: 30px;
}

article.hentry.post .theme-category a {
	display: inline-block;
	background: #1C83E6;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

article.hentry.post .theme-category a:hover {
	background: #4a9ceb;
}

article.hentry.post .download-btn,
article.hentry.post .demo-btn {
	margin-right: 5px;
}

article.hentry.post .entry-content-wrapper {
	margin-top: 30px;
}

article.hentry.post .entry-content-wrapper .entry-content {
	margin-top: 20px;
}

article.hentry.post .tagcloud {
	clear: both;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
	width: 60%;
}

article.hentry.post .tagcloud a {
	background: #eef3fa none repeat scroll 0 0;
	display: inline-block;
	margin: 0 -4px 10px 25px;
	padding: 5px 15px 5px 10px;
	position: relative;
	color: #474747;
	font-size: 13px;
}

article.hentry.post .tagcloud a:first-child {
	margin: 0 -4px 10px 0;
}

article.hentry.post .tagcloud a::before {
	border-right: 15px solid #eef3fa;
	border-top: 15px solid transparent;
	content: " ";
	height: 0;
	position: absolute;
	right: 100%;
	top: 0;
	width: 0;
}

.tagcloud a::after {
	border-right: 15px solid #eef3fa;
	border-top: 15px solid transparent;
	content: " ";
	height: 0;
	position: absolute;
	right: 100%;
	top: 0;
	width: 0;
}

article.hentry.post .tagcloud a:after {
	border-bottom: 15px solid transparent;
	border-top: 0 none;
	bottom: 0;
	top: auto;
}

/*--------------------------------------------------------------
Theme Category
--------------------------------------------------------------*/
.theme-category-container {
	margin-bottom: 90px;
}

.theme-category-container .page-title {
	margin-top: 0;
	font-weight: 600;
}

.theme-category-container .archive-description {
	padding: 0 10%;
}

/*--------------------------------------------------------------
404 Page
--------------------------------------------------------------*/
.error-404 {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.error-404 .page-title {
	font-weight: bold;
	margin-top: 0;
}

.error-404 .seperator-404-or {
	position: relative;
	height: 75px;
	padding: 25px 0;
	margin: 10px 0 15px;
}

.error-404 .seperator-404-or .seperator-404-text {
	display: block;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 1.7;
	background: #efefef;
	margin: 0 auto;
	color: #AEB5BD;
}

.error-404 .seperator-404-or .seperator-404-text::before, .error-404 .seperator-404-or .seperator-404-text::after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 20px;
	background: #E5E4E6;
	margin: 0 auto;
	right: 0;
	left: 0;
}

.error-404 .seperator-404-or .seperator-404-text::before {
	top: 0;
}

.error-404 .seperator-404-or .seperator-404-text::after {
	bottom: -5px;
}

.thumbnail-404 {
	max-width: 299px;
	max-height: 250px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Search Form
--------------------------------------------------------------*/
.search-form {
	position: relative;
	margin-bottom: 75px;
}

.search-form .search-field {
	width: 100%;
	border-radius: 0;
	padding: 20px;
}

.search-form .search-submit {
	position: absolute;
	top: 8px;
	right: 10px;
	background: #1C83E6;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 13px 30px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: auto;
}

.search-form .search-submit:hover {
	background: #0f4f8d;
	color: #fff;
}

/*--------------------------------------------------------------
Infinite loader
--------------------------------------------------------------*/
#theme-block-wrapper {
	position: relative;
}

#infinite-handle,
.infinite-loader {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: -45px auto;
}

#infinite-handle .spinner,
.infinite-loader .spinner {
	margin: 0 auto;
}

#infinite-handle span,
.infinite-loader span {
	background: #f7f9fb !important;
	border: 3px solid #e9eff5;
	border-radius: 30px !important;
	color: #868e96 !important;
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#infinite-handle span button,
.infinite-loader span button {
	font-size: 14px !important;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#infinite-handle span:hover,
.infinite-loader span:hover {
	background: #e9eff5;
	text-decoration: none;
}

/*--------------------------------------------------------------
Banner Search
--------------------------------------------------------------*/
.banner-search {
	margin: 70px 180px;
}

/*--------------------------------------------------------------
Banner Categories
--------------------------------------------------------------*/
.banner-categories {
	background: #fff;
	text-align: left;
	padding: 45px 45px 30px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.banner-categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f1f1f1;
}

.banner-categories ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 30px;
	position: relative;
	color: #424143;
}

.banner-categories ul li::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: #1C83E6;
	-webkit-transition: width 0.35s ease-in-out;
	transition: width 0.35s ease-in-out;
}

.banner-categories ul li:hover {
	color: #1C83E6;
}

.banner-categories ul li:hover a {
	color: #1C83E6;
}

.banner-categories ul li:hover::before {
	width: 100%;
}

.banner-categories ul li:last-child {
	margin-right: 0;
}

.banner-categories ul li a {
	display: inline-block;
	padding: 0 0 30px 0;
	color: #424143;
	position: relative;
	font-size: 18px;
}

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

.bypostauthor {
	display: block;
}

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

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

.tg-site-header-announcement {
	background-image: url("./assets/img/mzx-bg.png");
	background-size: cover;
	background-position: center;
	padding: 12px 15px;
	position: relative;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.tg-site-header-announcement .login {
	display: none;
}

.tg-site-header-announcement .tg-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0;
	max-width: 1216px;
}

.tg-site-header-announcement .tg-container .tg-announcement-title {
	-ms-flex-preferred-size: 61%;
	flex-basis: 61%;
}

.tg-site-header-announcement .tg-container .tg-announcement-title p {
	font-size: 13px;
	font-family: Be Vietnam Pro,sans-serif;
	font-weight: 500;
	line-height: 19.5px;
	color: #000;
	margin: 0;
}

.tg-site-header-announcement .tg-container .tg-announcement-title p span {
	font-weight: 700;
}

.tg-site-header-announcement .tg-container .tg-announcement-button {
	width: auto;
	margin-right: auto;
	padding-left: 6px;
}

.tg-site-header-announcement .tg-container .tg-announcement-button a {
	font-family: Be Vietnam Pro,sans-serif;
	padding: 2px 10px 4px;
	background: linear-gradient(94.76deg, #ba81ff 0.38%, #fd5659 100%);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #fff;
}

.tg-site-header-announcement .tg-container .tg-announcement-button a:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.tg-site-header-announcement .tg-close {
	height: 100%;
	width: 25px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-site-header-announcement .tg-close svg {
	width: 18px;
}

@media (min-width: 768px) {
	.tg-site-header-announcement {
		padding: 0;
	}
	.tg-site-header-announcement .tg-container {
		padding: 28px 10px;
	}
	.tg-site-header-announcement .tg-container .tg-announcement-title {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.tg-site-header-announcement .tg-container .tg-announcement-title p {
		font-size: 18px;
		line-height: 24px;
	}
	.tg-site-header-announcement .tg-container .tg-announcement-button a {
		white-space: nowrap;
	}
	.tg-site-header-announcement .tg-close svg {
		width: 20px;
	}
}

@media (min-width: 1080px) {
	.tg-site-header-announcement {
		padding-left: 10px;
	}
	.tg-site-header-announcement .tg-container {
		padding: 0;
		gap: 10px;
	}
	.tg-site-header-announcement .tg-container .login {
		display: block;
		margin-left: auto;
	}
	.tg-site-header-announcement .tg-container .login img {
		width: 80%;
		padding-top: 24px;
	}
	.tg-site-header-announcement .tg-container .tg-announcement-title {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.tg-site-header-announcement .tg-container .tg-announcement-title p {
		font-size: 20px;
		line-height: 30px;
	}
	.tg-site-header-announcement .tg-close {
		width: 50px;
	}
	.tg-site-header-announcement .tg-close svg {
		width: 24px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

body {
	position: relative;
}

.tg-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.hide {
	display: none;
}

a {
	color: #45ACE6;
}

a:hover, a:focus {
	color: #45ACE6;
}

/*--------------------------------------------------------------
HEADER CSS
--------------------------------------------------------------*/
#masthead {
	padding: 0 0 20px 0;
}

.home #masthead,
.post-type-archive-theme #masthead {
	padding: 0;
}

.home #masthead,
.home .banner,
.post-type-archive-theme #masthead,
.post-type-archive-theme .banner {
	background: #f8f8f8;
}

.post-type-archive-theme .page-header {
	display: none;
}

#masthead .logo {
	float: left;
}

#masthead .main-navigation {
	float: right;
	width: auto;
	clear: none;
}

#masthead .search-icon {
	width: 20px;
}

.custom-logo {
	max-width: 100px;
}

/*--------------------------------------------------------------
footer CSS
--------------------------------------------------------------*/
.site-footer {
	padding: 30px 0;
}

.site-footer .widget .widget-title {
	margin: 0 0 10px;
}

.site-footer .top-footer {
	padding-top: 75px;
	border-top: 2px solid #e9ecef;
	margin-bottom: 75px;
}

.site-footer .top-footer li {
	line-height: 24px;
}

.site-footer .top-footer li a {
	color: #807F83;
}

.site-footer .bottom-footer {
	border-top: 1px solid #E5E4E6;
	font-family: "poppins",serif;
	font-size: 12px;
	padding-top: 20px;
}

.site-footer .bottom-footer .copyright {
	display: block;
	float: left;
	overflow: hidden;
}

.site-footer .bottom-footer .copyright a {
	color: inherit;
	display: inline-block;
	margin-left: 4px;
}

.site-footer .bottom-footer .copyright a:hover {
	color: #1C83E6;
}

.site-footer .bottom-footer .menu-footer-menu-container {
	float: right;
}

.site-footer .bottom-footer .menu-footer-menu-container ul {
	padding: 0;
	list-style: none;
}

.site-footer .bottom-footer .menu-footer-menu-container ul li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #807F83;
	line-height: 100%;
}

.site-footer .bottom-footer .menu-footer-menu-container ul li:last-child {
	border-right: none medium;
	padding-right: 0;
}

.site-footer .bottom-footer .menu-footer-menu-container ul li a {
	color: #807F83;
}

.site-footer .bottom-footer .menu-footer-menu-container ul li a:hover {
	color: #1C83E6;
	text-decoration: none;
}
