/*
Theme Name: Infotech Blogger
Author: Omprakash
Description: WordPress theme featuring a splendid fullscreen image slideshow. The clean typography and spacious white layout makes it great to share your stories. You can use the theme as simple blog or easily create a news website with the widget-based Magazine Homepage template.
Version: 2.3.9
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 5.6
AMP: true
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: poseidon
Tags: two-columns, custom-background, custom-header, custom-logo, custom-menu, blog, news, editor-style, block-styles, rtl-language-support, featured-image-header, featured-images, flexible-header, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns

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




*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# - CSS Variables
# - Normalize
# - Typography
# - Elements
# - Forms
# - Accessibility
# - Alignments
# - Clearings
# - Site Layout
# - Header
# - Navigation
# - Social Icons Menu
# - Posts and pages
# - Archives and Blog Layouts
# - Blocks
# - Featured Posts
# - Widgets
# - Magazine Widgets
# - Comments
# - Media
# - Footer
# - Plugins
# - Media Queries for Typography
# - Media Queries for Layout
# - Media Queries for Navigation
# - Media Queries for Featured Posts
# - Media Queries for Media
# - Theme Options
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# - CSS Variables
--------------------------------------------------------------*/
:root {
	--primary-color: #22aadd;
	--secondary-color: #0084b7;
	--tertiary-color: #005e91;
	--accent-color: #dd2e22;
	--highlight-color: #00b734;
	--light-gray-color: #eeeeee;
	--gray-color: #777777;
	--dark-gray-color: #404040;
	--text-color: #404040;
	--medium-text-color: #777;
	--light-text-color: #aaa;
	--light-background-color: #eee;
	--dark-border-color: #404040;
	--medium-border-color: #ccc;
	--light-border-color: #ddd;
	--link-color:  #103981;
	--link-hover-color: #404040;
	--button-color:  #103981;
	--button-text-color: #fff;
	--button-hover-color: #404040;
	--button-hover-text-color: #fff;
	--page-background-color: #fff;
	--page-border-color: rgba(0, 0, 0, 0.12);
	--header-background-color: #fff;
	--site-title-color: #404040;
	--site-title-hover-color: #22aadd;
	--navi-color: #103981;
	--navi-hover-color: #404040;
	--navi-border-color: #ccc;
	--title-color: #404040;
	--title-hover-color:  #103981;
	--widget-title-color: #404040;
	--widget-title-hover-color:  #103981;
	--widget-title-border-color: #eee;
	--footer-background-color: #fff;
	--footer-text-color: #404040;
	--text-font: Nunito Sans , sans-serif;
	--title-font: Nunito Sans , sans-serif;
	--navi-font: Nunito Sans , sans-serif;
	--widget-title-font: Nunito Sans , sans-serif;
	--title-font-weight: bold;
	--navi-font-weight: bold;
	--widget-title-font-weight: bold;
	--title-text-transform: none;
	--navi-text-transform: uppercase;
	--widget-title-text-transform: uppercase;
	--text-line-height: 1.5;
	--title-line-height: 1.5;
}

/*--------------------------------------------------------------
# - Normalize
--------------------------------------------------------------*/
html {
	font-family: Nunito Sans , 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;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

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

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	color: var(--text-color);
	font-size: 16px;
	font-size: 1rem;
	font-family: "Ubuntu", arial, helvetica, sans-serif;
	font-family: var(--text-font);
	line-height: 1.5;
	line-height: var(--text-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	line-height: 1.5;
	line-height: var(--title-line-height);
}

h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4 {
	font-size: 22px;
	font-size: 1.375rem;
}

h5 {
	font-size: 20px;
	font-size: 1.25rem;
}

h6 {
	font-size: 19px;
	font-size: 1.1875rem;
}

p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

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

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# - Elements
--------------------------------------------------------------*/
html {
	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/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

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

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

blockquote,
q {
	quotes: none;
}

blockquote {
	margin: 1.5em 0;
	padding-left: 1.5em;
	border-left: 4px solid;
	border-color: #ddd;
	border-color: var(--light-border-color);
	color: #777;
	color: var(--medium-text-color);
	font-style: normal;
	font-size: 19px;
	font-size: 1.1875rem;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 1em;
	color: #404040;
	color: var(--text-color);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite::before,
blockquote small::before {
	content: "\2014\00a0";
}

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

blockquote > :last-child {
	margin-bottom: 0.5em;
}

hr {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	height: 1px;
	border: 0;
	background-color: #ddd;
	background-color: var(--light-border-color);
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

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

table {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	width: 100%;
	border: none;
	table-layout: auto;
}

th,
td {
	padding: 0.3em 0.6em;
	border: 1px solid;
	border-color: #ddd;
	border-color: var(--light-border-color);
}

th {
	font-weight: normal;
	text-align: initial;
	background: rgba(0, 0, 0, 0.05);
}

tfoot td {
	background: rgba(0, 0, 0, 0.05);
}

a {
	color: #22aadd;
	color: var(--link-color);
	text-decoration: none;
}

a:link,
a:visited {
	color: #103981;
}

a:hover,
a:focus,
a:active {
	color: #404040;
	color: var(--link-hover-color);
}

a:focus {
	outline: thin dotted;
}

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

.float-right {
	float: right;
}

/*--------------------------------------------------------------
# - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0.4em 0.8em;
	border: none;
	background-color: #103981;
	background-color: var(--button-color);
	color: #fff;
	color: var(--button-text-color);
	text-decoration: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-family: "Raleway", arial, helvetica, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: bold;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
	transition: all 0.2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #404040;
	background-color: var(--button-hover-color);
	color: #fff;
	color: var(--button-hover-text-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.3em 0.6em;
	max-width: 100%;
	border: 1px solid;
	border-color: #ddd;
	border-color: var(--light-border-color);
	color: #777;
	color: var(--medium-text-color);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid;
	border-color: #ccc;
	border-color: var(--medium-border-color);
	color: #404040;
	color: var(--text-color);
}

textarea {
	width: 100%;
}

/* Search Form */
.search-form {
	display: flex;
	margin: 0;
	padding: 0;
}

.search-form label {
	flex-grow: 1;
}

.search-form .search-field {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0.65rem 0.7rem;
	min-width: 100px;
	width: 100%;
	-webkit-appearance: none;
	line-height: 1;
}

.search-form .search-submit {
	display: flex;
	margin-left: -1px;
	padding: 0.65rem 0.7rem;
	align-items: center;
}

.search-form .search-submit .icon-search {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

/*--------------------------------------------------------------
# - Accessibility
--------------------------------------------------------------*/

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

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

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

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	text-align: center;
}

/*--------------------------------------------------------------
# - Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
	display: table;
	content: "";
}

.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# - Site Layout
--------------------------------------------------------------*/
.site {
	margin: 0;
	width: 100%;
}

.container {
	margin: 0 auto;
	    padding-right: 15px;
    padding-left: 15px;
	max-width: 1280px;
	width: 100%;
}

.site-content {
	min-height:83vh;
	padding-top: 3em;
	background-color: #fff;
	background-color: var(--page-background-color);
}

.content-area {
	float: left;
	box-sizing: border-box;
	padding-right: 4em;
	width: 75%;
}

.sidebar {
	float: right;
	width: 25%;
	position: sticky;
top: 30px;
}

/* No Sidebar & Centered Layout Template */
.no-sidebar .content-area,
.site-content .centered-content-area {
	float: none;
	margin: 0 auto;
	padding: 0;
	max-width: 840px;
	width: 100%;
}

/* Fullwidth Template */
.site-content .fullwidth-content-area {
	float: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
}

/*--------------------------------------------------------------
# - Header
--------------------------------------------------------------*/
.site-header {
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, 0.12);
	border-color: var(--page-border-color);
	background-color: #fff;
	background-color: var(--header-background-color);
	position: sticky;
    top: 0;
    z-index: 1099;
	box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
}

.header-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.site-branding {
	float: left;
	margin: 1em 0;
	padding: 0;
	max-width: 100%;
}

.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
	padding: 0;
	border: none;
	text-decoration: none;
}

.site-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #404040;
	color: var(--site-title-color);
	text-decoration: none;
	font-size: 38px;
	font-size: 1.5rem;
	font-family: "Raleway", arial, helvetica, sans-serif;
	font-family: var(--title-font);
	font-weight: bold;
	font-weight: var(--title-font-weight);
	text-transform: none;
	text-transform: var(--title-text-transform);
	line-height: 1.5;
	line-height: var(--title-line-height);
	margin-top: 15px;
}

.site-title a:link,
.site-title a:visited {
	color: #1f3966;
	transition: all 0.2s ease;
}

.site-title a:hover,
.site-title a:active {
	color: #000;
}

.site-branding .custom-logo {
	margin: 0.3em 1em 0 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

.site-description {
	margin: -0.2em 0 0.6em;
	font-size: 14px;
	font-size: 0.875rem;
	color: #404040;
	color: var(--site-title-color);
}

/* Custom Header Image */
.header-image {
	margin-top: -1px;
	text-align: center;
}

.header-image img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 480px;
	width: auto;
	height: auto;
	vertical-align: top;
}

/*--------------------------------------------------------------
# - Navigation
--------------------------------------------------------------*/
.primary-navigation {
	position: relative;
	width: 100%;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	color: #404040;
	color: var(--navi-color);
	list-style: none;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Raleway", arial, helvetica, sans-serif;
	font-family: var(--navi-font);
	font-weight: bold;
	font-weight: var(--navi-font-weight);
	text-transform: uppercase;
	text-transform: var(--navi-text-transform);
}

.main-navigation > ul {
	border-top: 4px solid;
	border-color: #404040;
	border-color: var(--navi-color);
	margin-bottom: 1.5em;
}

/* Hide the menu on small screens when JavaScript is available. */
.main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation.toggled-on > ul.menu {
	display: block;
}

/* Menu Items Styling */
.main-navigation ul li {
	position: relative;
	margin: 0;
}

.main-navigation ul a {
	display: block;
	margin: 0;
	padding: 1.2em;
	border-bottom: 1px dotted;
	border-color: #ccc;
	border-color: var(--navi-border-color);
	text-decoration: none;
}

.main-navigation ul a,
.main-navigation ul a:link,
.main-navigation ul a:visited {
	color: #404040;
	color: var(--navi-color);
	text-decoration: none;
	transition: all 0.2s ease;
}

.main-navigation ul a:hover,
.main-navigation ul a:active,
.main-navigation ul a:focus,
.main-navigation ul li.current-menu-item > a {
	color: #22aadd;
	color: var(--navi-hover-color);
}

/* Submenus */
.main-navigation ul ul {
	font-size: 13px;
	font-size: 0.8125rem;
}

.is-amp-page .main-navigation ul button.toggled-on + ul,
.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	padding-left: 3em;
}

.main-navigation ul ul ul a {
	padding-left: 4.5em;
}

.main-navigation ul ul ul ul a {
	padding-left: 6em;
}

/* Main Navigation Toggle */
.primary-menu-toggle {
	display: flex;
	margin: 1em 0;
	margin-left: auto;
	padding: 1em;
	border: none;
	background: none;
	color: #404040;
	color: var(--navi-color);
	text-decoration: none;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Raleway", arial, helvetica, sans-serif;
	font-family: var(--navi-font);
	font-weight: bold;
	font-weight: var(--navi-font-weight);
	text-transform: uppercase;
	text-transform: var(--navi-text-transform);
	text-align: left;
	transition: all 0.2s ease;
	align-items: center;
}

.primary-menu-toggle:focus {
	outline: thin dotted;
	color: #404040;
	color: var(--navi-color);
	background: none;
}

.primary-menu-toggle:hover,
.primary-menu-toggle:active {
	color: #22aadd;
	color: var(--navi-hover-color);
	background: none;
	cursor: pointer;
}

.primary-menu-toggle .icon {
	margin: 0;
	width: 28px;
	height: 28px;
	vertical-align: top;
	fill: #404040;
	fill: var(--navi-color);
	transition: fill 0.2s ease;
}

.primary-menu-toggle:hover .icon,
.primary-menu-toggle:active .icon {
	fill: #22aadd;
	fill: var(--navi-hover-color);
}

.primary-menu-toggle[aria-expanded="true"] .icon-menu,
.primary-menu-toggle[aria-expanded="false"] .icon-close {
	display: none;
}

.primary-menu-toggle[aria-expanded="true"] .icon-close {
	display: inline-block;
}

/* Submenu Dropdown Toggles */
.main-navigation .dropdown-toggle {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	padding: 1.2em 1.5em;
	background: none;
	border: none;
}

.main-navigation .dropdown-toggle:focus {
	outline: thin dotted;
	color: #404040;
	color: var(--navi-color);
	background: none;
}

.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:active {
	background: none;
}

.main-navigation .dropdown-toggle .icon {
	margin: 0.2em 0 0;
	width: 24px;
	height: 24px;
	vertical-align: top;
	fill: #404040;
	fill: var(--navi-color);
	transition: fill 0.2s ease;
}

.main-navigation .dropdown-toggle:hover .icon,
.main-navigation .dropdown-toggle:active .icon,
.main-navigation .dropdown-toggle:focus .icon {
	fill: #22aadd;
	fill: var(--navi-hover-color);
}

.main-navigation .dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

.main-navigation ul ul .dropdown-toggle {
	padding: 1.1em 1.3em;
}

.main-navigation ul ul .dropdown-toggle .icon {
	width: 20px;
	height: 20px;
}

/*--------------------------------------------------------------
# - Posts and pages
--------------------------------------------------------------*/
.type-post,
.type-page,
.type-attachment {
	margin: 0 0 3em 0;
	max-width: 100%;
}

.page-title,
.entry-title {
	display: inline;
	margin: 0;
	padding: 0;
	color: #404040;
	color: var(--title-color);
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 40px;
	font-size: 2rem;
	font-family: "Raleway", arial, helvetica, sans-serif;
	font-family: var(--title-font);
	font-weight: bold;
	font-weight: var(--title-font-weight);
	text-transform: none;
	text-transform: var(--title-text-transform);
	line-height: 1.25;
}

.entry-title a:link,
.entry-title a:visited {
	color: #404040;
	color: var(--title-color);
	text-decoration: none;
	transition: all 0.2s ease;
}

.entry-title a:hover,
.entry-title a:active {

	color: #f6b719;
}

.type-post .wp-post-image {
	margin: 1em 0 0.5em;
}

.entry-content {
	font-size: 17px;
	font-size: 1.0625rem;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content > *:first-child {
    margin-top: 0.25em;
    margin-bottom: 1.5rem;
}

/* Small Post Layout */
.post-layout-small .post-wrapper .type-post,
.post-layout-small .infinite-wrap .type-post {
	display: flex;
}

.post-layout-small .post-wrapper .type-post .post-thumbnail-small,
.post-layout-small .infinite-wrap .type-post .post-thumbnail-small {
	width: 42%;
}

.post-layout-small .post-wrapper .type-post .wp-post-image,
.post-layout-small .infinite-wrap .type-post .wp-post-image {
	margin: 0.3em 0 0;
}

.post-layout-small .post-wrapper .type-post .post-content,
.post-layout-small .infinite-wrap .type-post .post-content {
	width: 58%;
	margin-left: 1.5em;
}

.post-layout-small .post-wrapper .type-post .entry-title,
.post-layout-small .infinite-wrap .type-post .entry-title {
	font-size: 28px;
	font-size: 1.75rem;
}

.post-layout-small .post-wrapper .type-post .entry-content,
.post-layout-small .infinite-wrap .type-post .entry-content {
	font-size: 16px;
	font-size: 1rem;
}

.post-layout-small .post-wrapper .type-post .entry-excerpt p,
.post-layout-small .infinite-wrap .type-post .entry-excerpt p {
	margin-bottom: 1em;
}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0 0 1.5em;
	word-spacing: 0.75em;
	font-weight: bold;
}

/* Entry Meta */
.entry-meta {
	margin: 0.5em 0.2em 0;
	color: #aaa;
	color: var(--light-text-color);
	text-transform: uppercase;
	font-size: 13px;
	font-size: 0.8125rem;
}

.entry-meta a:link,
.entry-meta a:visited {
	color: #aaa;
	color: var(--light-text-color);
}

.entry-meta a:hover,
.entry-meta a:active {
	color: #777;
	color: var(--medium-text-color);
}

.entry-meta span::after {
	display: inline-block;
	color: #aaa;
	color: var(--light-text-color);
	margin: 0 0.5rem;
	content: "\2022";
	font-size: 15px;
	line-height: 1;
	vertical-align: middle;
}

.entry-meta span:last-child::after {
	margin: 0;
	content: "";
}

/* Hide post meta if they are deactivated in settings */
body.date-hidden .type-post .entry-meta .meta-date,
body.author-hidden .type-post .entry-meta .meta-author,
body.categories-hidden .type-post .entry-meta .meta-category,
body.date-hidden .post-slider .entry-meta .meta-date,
body.author-hidden .post-slider .entry-meta .meta-author,
body.categories-hidden .post-slider .entry-meta .meta-category {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

body.author-hidden.categories-hidden .type-post .entry-meta .meta-date::after,
body.categories-hidden .type-post .entry-meta .meta-author::after,
body.author-hidden .widget-magazine-posts .type-post .entry-meta .meta-date::after,
body.author-hidden.categories-hidden .post-slider .entry-meta .meta-date::after,
body.categories-hidden .post-slider .entry-meta .meta-author::after,
body.author-hidden .widget-magazine-posts .post-slider .entry-meta .meta-date::after {
	display: none;
}

body.date-hidden.author-hidden.categories-hidden .content-area .type-post .entry-meta,
body.date-hidden.author-hidden.categories-hidden .post-slider .entry-meta {
	display: none;
}

/* Entry Tags */
.entry-tags {
	clear: both;
	margin: 0 0 2em;
}

.entry-tags .meta-tags {
	display: block;
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-tags .meta-tags a {
	display: inline-block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 0.2em 0.5em 0.3em;
	background-color: #eee;
	background-color: var(--light-background-color);
	text-decoration: none;
}

.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
	color: #777;
	color: var(--medium-text-color);
	transition: all 0.2s ease;
}

.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
	background-color: #22aadd;
	background-color: var(--button-color);
	color: #fff;
	color: var(--button-text-color);
}

/* Read more Link */
.more-link {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: "Raleway", arial, helvetica, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: bold;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
	transition: all 0.2s ease;
}

.entry-content .more-link {
	text-decoration: none;
}

/* Post Navigation */
.post-navigation {
	margin: 1em 0 0;
	padding: 0.6em 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #ddd;
	border-color: var(--light-border-color);
}

.post-navigation .nav-links .nav-previous {
	float: left;
}

.post-navigation .nav-links .nav-next {
	float: right;
}

.post-navigation .nav-links .nav-previous a::before {
	margin-right: 3px;
	content: "\00AB";
}

.post-navigation .nav-links .nav-next a::after {
	margin-left: 4px;
	content: "\00BB";
}

/*--------------------------------------------------------------
# - Archives and Blog Layouts
--------------------------------------------------------------*/

/* Archives and Search Heading */
.page-header {
	margin: 0 0 1.5em 0;
}

.page-header .archive-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid;
	border-color: #eee;
	border-color: var(--widget-title-border-color);
	color: #404040;
	color: var(--widget-title-color);
	font-size: 18px;
	font-size: 1.125rem;
	font-family: "Raleway", arial, helvetica, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: bold;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
	line-height: 1.5;
	line-height: var(--title-line-height);
}

.blog-description,
.archive-description p {
	margin-bottom: 0;
}

/* Theme Pagination */
.pagination {
	display: inline-block;
	margin: 0 0 3em;
	border-top: 4px solid;
	border-color: #eee;
	border-color: var(--widget-title-border-color);
}

.pagination a,
.pagination .current {
	display: inline-block;
	margin: 0;
	padding: 0.5em 0.9em;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-size: 1rem;
	font-family: "Raleway", arial, helvetica, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: bold;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
}

.pagination a:link,
.pagination a:visited {
	transition: all 0.2s ease;
}

/* Infinite Scroll Pagination */
.infinite-scroll .pagination {
	display: none;
}

.infinite-scroll #infinite-handle span {
	display: inline-block;
	margin: 0 0 3em;
	padding: 0;
	background: none;
	color: #22aadd;
	color: var(--link-color);
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: "Raleway", arial, helvetica, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: bold;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
	transition: all 0.2s ease;
}

.infinite-scroll #infinite-handle span:hover {
	color: #404040;
	color: var(--link-hover-color);
}

/*--------------------------------------------------------------
# - Blocks
--------------------------------------------------------------*/

/* Block Spacing */
.wp-block-audio,
.wp-block-button,
.wp-block-buttons,
.wp-block-columns,
.wp-block-embed,
.wp-block-image,
.wp-block-gallery,
.wp-block-cover,
.wp-block-table {
	margin-bottom: 1.5em;
}

/* Paragraph Block */
p.has-background {
	padding: 1rem 1.25rem;
}

.has-drop-cap:not(:focus)::first-letter {
	font-size: 4.5rem;
	line-height: 0.7;
	font-weight: bold;
}

/* Code Block */
.wp-block-code {
	border-radius: 3px;
}

/* Separator Block */
.wp-block-separator {
	border: none;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	margin-left: auto;
	margin-right: auto;
	max-width: 6rem;
	height: 4px;
}

/* Table Block */
.wp-block-table table {
	margin: 0;
}

.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.05);
}

.wp-block-table.is-style-stripes thead {
	border-bottom: 2px solid;
}

.wp-block-table.is-style-stripes tfoot {
	border-top: 2px solid;
}

.wp-block-table.is-style-stripes thead,
.wp-block-table.is-style-stripes tfoot {
	border-color: #404040;
	border-color: var(--text-color);
}

.wp-block-table.is-style-stripes thead th,
.wp-block-table.is-style-stripes tfoot td {
	background: none;
}

/* Buttons Block */
.wp-block-buttons .wp-block-button {
	margin: 0 0.5rem 0 0;
}

.wp-block-buttons .wp-block-button:last-child {
	margin-right: 0;
}

/* Button Block */
.wp-block-button {
	font-size: 14px;
	font-size: 0.875rem;
}

.wp-block-button.aligncenter {
	text-align: center;
}

.wp-block-button__link {
	margin: 0;
	padding: 0.5em 1em;
	border: none;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	text-decoration: none;
	font-family: "Raleway", arial, helvetica, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: bold;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
	transition: all 0.2s ease;
}

.wp-block-button__link:link,
.wp-block-button__link:visited {
	color: inherit;
	text-decoration: none;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color),
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):link,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):visited {
	color: #fff;
	color: var(--button-text-color);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
	background-color: #22aadd;
	background-color: var(--button-color);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):active {
	background-color: #404040;
	background-color: var(--button-hover-color);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:active,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:active {
	text-decoration: underline;
}

/* Outline Style */
.wp-block-button.is-style-outline .wp-block-button__link {
	padding: calc(0.5em - 2px) calc(1em - 2px);
	background-color: transparent !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link {
	color: inherit;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
	text-decoration: underline;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active {
	color: inherit;
}

/* Quote Block */
.wp-block-quote.has-text-align-center:not(.is-style-large),
.wp-block-quote.has-text-align-right:not(.is-style-large) {
	padding-left: 0;
	border-left: 0;
}

.wp-block-quote.has-text-align-right:not(.is-style-large) {
	padding-right: 1.5em;
	border-right: 4px solid;
	border-color: #ddd;
	border-color: var(--light-border-color);
}

.wp-block-quote.is-style-large {
	padding: 0;
	border: none;
	font-size: 28px;
	font-size: 1.75rem;
}

.wp-block-quote.is-style-large p {
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
}

.wp-block-quote.is-style-large cite {
	text-align: inherit;
	font-size: 16px;
	font-size: 1rem;
}

/* Pullquote Block */
.wp-block-pullquote {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 0;
	border-bottom: 4px solid;
	border-top: 4px solid;
	border-color: #ddd;
	border-color: var(--light-border-color);
}

.wp-block-pullquote blockquote {
	border: none;
	padding: 0;
	font-size: 28px;
	font-size: 1.75rem;
}

.wp-block-pullquote p {
	font-size: inherit;
	line-height: inherit;
}

.wp-block-pullquote blockquote > p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 0.75em;
}

.wp-block-pullquote blockquote cite {
	color: #404040;
	color: var(--text-color);
}

.wp-block-pullquote.is-style-solid-color {
	padding: 1px 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	color: inherit;
}

/* Audio */
.wp-block-audio audio {
	width: 100%;
}

/* Image Block */
.wp-block-image img {
	vertical-align: top;
}

/* Cover Block */
.wp-block-cover,
.wp-block-cover-image {
	width: auto;
}

.wp-block-cover > .wp-block-cover__inner-container > *:first-child,
.wp-block-cover-image > .wp-block-cover__inner-container > *:first-child {
	margin-top: 0;
}

.wp-block-cover > .wp-block-cover__inner-container > *:last-child,
.wp-block-cover-image > .wp-block-cover__inner-container > *:last-child {
	margin-bottom: 0;
}

/* Gallery Block */
.wp-block-gallery {
	justify-content: center;
}

/* Video Embed Block */
.wp-block-embed-vimeo.alignfull iframe {
	width: 100%;
}

/* Group Block */
.wp-block-group.has-background {
	padding: 1.5em;
}

.wp-block-group.has-background > .wp-block-group__inner-container > *:first-child {
	margin-top: 0;
}

.wp-block-group.has-background > .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

/* Columns Block */
div.wp-block-columns {
	gap: 1.5em;
}

/* Column Block */
.wp-block-column.has-background {
	padding: 1.5em;
	box-sizing: border-box;
}

.wp-block-column.has-background > *:first-child {
	margin-top: 0;
}

.wp-block-column.has-background > *:last-child {
	margin-bottom: 0;
}


.mi-tableofcontents
 {
	margin: 25px 0;
	padding: 5px 35px 15px;
	border-radius: 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #f0f6fd;
}

.mi-tableofcontents .group{
 width: 427px;
 height: 457px;
 }
.mi-tableofcontents .margin{
 margin: 18px 0 0 37px;
 }
.mi-tableofcontents ul {
 list-style: none;
 padding-left: 0px;
 margin: 12px 0;

 }



/* Latest Posts */
.wp-block-latest-posts.wp-block-latest-posts__list {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	margin-top: 0.5rem;
	/* text-indent: -1.4rem;
    padding-left: 1.7rem; */
	list-style-position: outside;
    margin-left: 1.2rem;
}

.wp-block-categories-list.wp-block-categories li {
	margin-top: 0.5rem;
    list-style-position: outside;
    margin-left: 0.9rem;
  }

.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
	color: #aaa;
	color: var(--light-text-color);
	font-size: 13px;
	font-size: 0.8125rem;
}

/* Search Block */
.wp-block-search .wp-block-search__label {
	width: auto;
}

/* Block Text Colors */
.has-primary-color,
.wp-block-button__link.has-primary-color {
	color: #22aadd;
	color: var(--primary-color);
}

.has-secondary-color,
.wp-block-button__link.has-secondary-color {
	color: #0084b7;
	color: var(--secondary-color);
}

.has-tertiary-color,
.wp-block-button__link.has-tertiary-color {
	color: #005e91;
	color: var(--tertiary-color);
}

.has-accent-color,
.wp-block-button__link.has-accent-color {
	color: #dd2e22;
	color: var(--accent-color);
}

.has-highlight-color,
.wp-block-button__link.has-highlight-color {
	color: #00b734;
	color: var(--highlight-color);
}

.has-white-color,
.wp-block-button__link.has-white-color {
	color: #fff;
}

.has-light-gray-color,
.wp-block-button__link.has-light-gray-color {
	color: #eeeeee;
	color: var(--light-gray-color);
}

.has-gray-color,
.wp-block-button__link.has-gray-color {
	color: #777777;
	color: var(--gray-color);
}

.has-dark-gray-color,
.wp-block-button__link.has-dark-gray-color {
	color: #404040;
	color: var(--dark-gray-color);
}

.has-black-color,
.wp-block-button__link.has-black-color {
	color: #000;
}

/* Block Background Colors */
.has-primary-background-color,
.has-primary-background-color[class] {
	background-color: #22aadd;
	background-color: var(--primary-color);
}

.has-secondary-background-color,
.has-secondary-background-color[class] {
	background-color: #0084b7;
	background-color: var(--secondary-color);
}

.has-tertiary-background-color,
.has-tertiary-background-color[class] {
	background-color: #005e91;
	background-color: var(--tertiary-color);
}

.has-accent-background-color,
.has-accent-background-color[class] {
	background-color: #dd2e22;
	background-color: var(--accent-color);
}

.has-highlight-background-color,
.has-highlight-background-color[class] {
	background-color: #00b734;
	background-color: var(--highlight-color);
}

.has-white-background-color,
.has-white-background-color[class] {
	background-color: #fff;
}

.has-light-gray-background-color,
.has-light-gray-background-color[class] {
	background-color: #eeeeee;
	background-color: var(--light-gray-color);
}

.has-gray-background-color,
.has-gray-background-color[class] {
	background-color: #777777;
	background-color: var(--gray-color);
}

.has-dark-gray-background-color,
.has-dark-gray-background-color[class] {
	background-color: #404040;
	background-color: var(--dark-gray-color);
}

.has-black-background-color,
.has-black-background-color[class] {
	background-color: #000;
}

/* Block Font Sizes */
.has-small-font-size {
	font-size: 16px;
}

.has-medium-font-size {
	font-size: 24px;
}

.has-large-font-size {
	font-size: 36px;
}

.has-extra-large-font-size {
	font-size: 48px;
}

.has-huge-font-size {
	font-size: 64px;
}

/*--------------------------------------------------------------
# - Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget-header {
	margin: 0 0 1.5em 0;
}

.widget h2 {
	margin-bottom: 0.5em;
}

.widget-title,
.is-style-widget-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid;
	border-color: #eee;
	border-color: var(--widget-title-border-color);
	color: #404040;
	color: var(--widget-title-color);
	font-size: 18px;
	font-size: 1.125rem;
	font-family: "Raleway", arial, helvetica, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: bold;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
	line-height: 1.5;
	line-height: var(--title-line-height);
}

.widget ul {
	margin: 0;
	padding: 0 0.3em;
	list-style: circle inside;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: circle inside;
  }

.widget ul .children,
.widget ul .sub-menu {
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
}

.widget-title a:link,
.widget-title a:visited {
	color: #404040;
	color: var(--widget-title-color);
	transition: all 0.2s ease;
}

.widget-title a:hover,
.widget-title a:active {
	color: #22aadd;
	color: var(--widget-title-hover-color);
}

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

/* Tagcloud Widget */
.widget_tag_cloud .tagcloud {
	font-size: 14px;
	font-size: 0.875rem;
}

.widget_tag_cloud .tagcloud::before,
.widget_tag_cloud .tagcloud::after {
	display: table;
	content: "";
}

.widget_tag_cloud .tagcloud::after {
	clear: both;
}

.widget_tag_cloud .tagcloud a {
	display: inline-block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 0.2em 0.5em 0.3em;
	background-color: #eee;
	background-color: var(--light-background-color);
	text-decoration: none;
	font-size: 16px !important;
	font-size: 1rem !important;
}

.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited {
	color: #777;
	color: var(--medium-text-color);
	transition: all 0.2s ease;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active {
	background-color: #22aadd;
	background-color: var(--button-color);
	color: #fff;
	color: var(--button-text-color);
}

/*--------------------------------------------------------------
# - Magazine Widgets
--------------------------------------------------------------*/
.widget-magazine-posts {
	margin-bottom: -1em;
}

.widget-magazine-posts .type-post {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
	background: none;
}

.widget-magazine-posts .type-post .wp-post-image {
	margin: 0 0 0.5em;
	max-width: 100%;
}

.widget-magazine-posts .type-post .entry-content {
	font-size: 16px;
	font-size: 1rem;
}

.widget-magazine-posts .type-post .entry-content p {
	margin: 1em 0 0;
}

.widget-magazine-posts .type-post .more-link {
	margin: 1em 0 0;
}

.widget-magazine-posts .large-post .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.widget-magazine-posts .medium-post {
	display: block;
	float: left;
	box-sizing: border-box;
	padding-right: 2em;
	width: 33.33333333%;
}

.widget-magazine-posts .medium-post .entry-title {
	font-size: 16px;
	font-size: 1rem;
}

.widget-magazine-posts .small-post {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 100%;
}

.widget-magazine-posts .small-post .wp-post-image {
	float: left;
	margin: 0 1em 0 0;
	max-width: 40%;
}

.widget-magazine-posts .small-post .entry-title {
	font-size: 15px;
	font-size: 0.9375rem;
}

.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
	font-size: 12px;
	font-size: 0.75rem;
}

/* Magazine Posts Horizontal Box Widget */
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
	float: left;
	box-sizing: border-box;
	margin: 0;
	padding-right: 1em;
	width: 50%;
}

.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
	float: right;
	box-sizing: border-box;
	padding-left: 1em;
	width: 50%;
}

.widget-magazine-posts .magazine-horizontal-box .medium-posts {
	margin-right: -2em;
}

/* Magazine Posts Vertical Box Widget */
.widget-magazine-posts .magazine-vertical-box .large-post {
	float: left;
	box-sizing: border-box;
	margin-bottom: 1em;
	padding-right: 1em;
	width: 50%;
}

.widget-magazine-posts .magazine-vertical-box .small-posts {
	box-sizing: border-box;
	margin-left: 50%;
	padding-left: 1em;
	width: 50%;
}

/* Magazine Posts Grid Widget */
.widget-magazine-posts .magazine-grid {
	margin-right: -2em;
}

.widget-magazine-posts .magazine-grid .large-post {
	float: left;
	box-sizing: border-box;
	padding-right: 2em;
	width: 50%;
}

.widget-magazine-posts .magazine-grid .post-column:nth-child(2n+1) .large-post,
.widget-magazine-posts .magazine-grid .post-column:nth-child(3n+1) .medium-post {
	clear: left;
}

/* Magazine Posts Columns Widget */
.poseidon-magazine-posts-columns {
	padding: 0;
}

.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content .magazine-posts-columns-post-list {
	float: left;
	box-sizing: border-box;
	width: 100%;
}

.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
	float: left;
	width: 100%;
}

.widget-magazine-posts-columns .magazine-posts-column-left {
	float: left;
	box-sizing: border-box;
	padding-right: 1em;
	width: 50%;
}

.widget-magazine-posts-columns .magazine-posts-column-right {
	box-sizing: border-box;
	margin-left: 50%;
	padding-left: 1em;
	width: 50%;
}

.widget-magazine-posts-columns .medium-post {
	padding-right: 0;
	width: 100%;
}

/*--------------------------------------------------------------
# - Comments
--------------------------------------------------------------*/

/* Comment Header */
.comments-header,
.comment-reply-title {
	margin: 0 0 1.5em 0;
}

.comments-header .comments-title,
.comment-reply-title span {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid;
	border-color: #eee;
	border-color: var(--widget-title-border-color);
	color: #404040;
	color: var(--widget-title-color);
	font-size: 18px;
	font-size: 1.125rem;
	font-family: "Raleway", arial, helvetica, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: bold;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
	line-height: 1.5;
	line-height: var(--title-line-height);
}

/* Comment List */
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin: 0 0 1.5em;
	padding: 1.5em;
	border: 2px solid;
	border-color: #eee;
	border-color: var(--widget-title-border-color);
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment-meta {
	float: left;
	padding: 0;
	width: 100%;
}

.comment-meta .comment-author img {
	float: left;
	margin-right: 1em;
}

.bypostauthor {
	display: block;
}

.comment-meta .comment-metadata {
	margin-top: 0.3em;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-meta .comment-metadata a {
	margin-right: 1em;
}

.comment-content {
	clear: left;
	padding: 0.2em 0 0;
}

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

.comment ol.children {
	list-style: none;
}

.comment .comment-respond {
	margin-top: 2em;
}

/* Comment Pagination */
.comment-navigation {
	margin: 0 0 1.5em;
	padding: 0.5em 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #ddd;
	border-color: var(--light-border-color);
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

.comment-navigation .nav-previous a:before {
	margin-right: 3px;
	content: "\00AB";
}

.comment-navigation .nav-next a:after {
	margin-left: 4px;
	content: "\00BB";
}

/* Comment Form */
.comment-form {
	padding: 0;
}

.comment-form label {
	display: inline-block;
	min-width: 150px;
	font-weight: bold;
}

.comment-form textarea {
	margin-top: 0.4em;
}

.comment-form .submit {
	padding: 1em 1.6em;
}

.comment-form input[type="checkbox"] + label {
	display: inline;
	padding-left: 0.5em;
	font-weight: normal;
}

.comment-reply-title small a {
	margin-left: 1em;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.875rem;
}

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

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

/*--------------------------------------------------------------
## 16.1 - Captions
--------------------------------------------------------------*/
figcaption,
.wp-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-table figcaption {
	font-size: 15px;
	font-size: 0.9375rem;
	color: #777;
	color: var(--medium-text-color);
}

.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-table figcaption,
.wp-block-gallery > figcaption {
	margin: 0.5rem 0 1.5rem;
	max-width: 100%;
	width: auto !important;
	text-align: center;
}

.wp-block-table figcaption {
	margin-bottom: 0;
}

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

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

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

.gallery-item {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 1em 1.5em 0 0;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

.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;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #777;
	color: var(--medium-text-color);
}

/*--------------------------------------------------------------
# - Footer
--------------------------------------------------------------*/
.footer-wrap {
	border-top: 1px solid;
    border-color: rgba(0, 0, 0, 0.12);
    border-color: var(--page-border-color);
    color: #404040;
    color: var(--footer-text-color);
    background-color: #fff;
    /* background-color: var(--footer-background-color); */
    background-color: #1f3966;
}

.site-footer {
	font-size: 0.93rem;
}

.site-footer .site-info {
	padding: 0;
}

.site-footer .site-info a:link,
.site-footer .site-info a:visited {
	color: #103981;

	text-decoration: none;
}

.site-footer .site-info a:hover,
.site-footer .site-info a:active {
	color: #404040;

}


/*--------------------------------------------------------------
# - Plugins
--------------------------------------------------------------*/

/* Breadcrumbs */
.breadcrumbs {
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid #ddd;
}

.breadcrumbs-container {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display: inline;
	margin: 0;
	padding: 0;
}

.breadcrumbs .trail-browse {
	margin-right: 0.5em;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.875rem;
}

.breadcrumbs .trail-items {
	list-style: none;
}

.breadcrumbs .trail-items li::after {
	padding: 0 0.5em;
	content: "\00bb"; /* Raquo */
}

.trail-separator-slash .trail-items li::after {
	content: "\002F";
}

.trail-separator-dash .trail-items li::after {
	content: "\2013";
}

.trail-separator-bull .trail-items li::after {
	content: "\2022";
}

.trail-separator-arrow-bracket .trail-items li::after {
	content: "\003e";
}

.trail-separator-raquo .trail-items li::after {
	content: "\00bb";
}

.trail-separator-single-arrow .trail-items li::after {
	content: "\2192";
}

.trail-separator-double-arrow .trail-items li::after {
	content: "\21D2";
}

.breadcrumbs .trail-items li:last-of-type::after {
	display: none;
}

:root {
	--tz-column-gap: 2em;
}

.tz-magazine-block .tz-entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.tz-magazine-block .tz-magazine-grid-columns-3 .tz-entry-title {
	font-size: 18px;
	font-size: 1.125rem;
}

.tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title,
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title {
	font-size: 16px;
	font-size: 1rem;
}

.tz-magazine-block .tz-entry-meta {
	font-size: 13px;
	font-size: 0.8125rem;
}

.tz-magazine-block .tz-meta-field {
	margin-right: 0;
}

.tz-magazine-block .tz-meta-field a {
	text-decoration: none;
}

.tz-magazine-block .tz-entry-content {
	font-size: 16px;
	font-size: 1rem;
}

/* Related Posts */
ul.related-posts-list {
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
}

.related-posts-list li {
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
}

.related-posts-list li .entry-header {
	margin-top: 0.25em;
}

.related-posts-list li .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.related-posts-list li .wp-post-image {
	float: left;
	margin: 0 1em 0 0;
	padding: 0;
	max-width: 20%;
	height: auto;
	border: none;
}

.related-posts-grid {
	margin: 1em 0 0;
}

.related-posts-columns {
	margin-right: -1em;
}

.related-posts-columns .related-post-column {
	float: left;
	box-sizing: border-box;
	margin-bottom: 2em;
	padding-right: 2em;
}

.related-posts-two-columns .related-post-column {
	width: 50%;
}

.related-posts-three-columns .related-post-column {
	width: 33.3333333333333%;
}

.related-posts-four-columns .related-post-column {
	width: 25%;
}

.related-posts-two-columns .related-post-column:nth-child(2n + 1) {
	clear: left;
}

.related-posts-three-columns .related-post-column:nth-child(3n + 1) {
	clear: left;
}

.related-posts-four-columns .related-post-column:nth-child(4n + 1) {
	clear: left;
}

.related-posts-two-columns .related-post-column .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.related-posts-three-columns .related-post-column .entry-title {
	font-size: 16px;
	font-size: 1rem;
}

.related-posts-four-columns .related-post-column .entry-title {
	font-size: 15px;
	font-size: 0.9375rem;
}

.related-posts-three-columns .related-post-column .entry-meta,
.related-posts-four-columns .related-post-column .entry-meta {
	font-size: 12px;
	font-size: 0.75rem;
}

.related-posts-four-columns .related-post-column .entry-meta .meta-date,
.related-posts-four-columns .related-post-column .entry-meta .meta-author {
	display: block;
}

.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
	display: none;
}

.related-posts-columns .related-post-column .wp-post-image {
	margin: 0 0 0.5em 0;
	padding: 0;
	border: none;
}

@media only screen and (max-width: 80em) {
	/* Columns */
	.related-posts-two-columns .related-post-column .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

@media only screen and (max-width: 70em) {
	/* Columns */
	.related-posts-two-columns .related-post-column .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 50em) {
	/* Columns */
	.related-posts-four-columns .related-post-column {
		width: 50%;
	}

	.related-posts-four-columns .related-post-column:nth-child(2n + 1) {
		clear: left;
	}

	.related-posts-two-columns .related-post-column .entry-title,
	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.related-posts-two-columns .related-post-column .entry-meta {
		font-size: 12px;
		font-size: 0.75rem;
	}

	.related-posts-four-columns .related-post-column .entry-meta .meta-date,
	.related-posts-four-columns .related-post-column .entry-meta .meta-author {
		display: inline;
	}

	.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
		display: inline-block;
	}

	/* List */
	.related-posts-list li .wp-post-image {
		max-width: 25%;
	}

	.related-posts-list li .entry-header {
		margin-top: 0;
	}

	.related-posts-list li .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 40em) {
	.related-posts-two-columns .related-post-column .entry-title,
	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 35em) {
	/* Columns */
	.related-posts-three-columns {
		margin: 0;
	}

	.related-posts-three-columns .related-post-column {
		float: none;
		padding-right: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 25em) {
	/* Columns */
	.related-posts-two-columns,
	.related-posts-four-columns {
		margin: 0;
	}

	.related-posts-two-columns .related-post-column,
	.related-posts-four-columns .related-post-column {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	/* List */
	.related-posts-list li .wp-post-image {
		float: none;
		margin: 0 0 0.5em 0;
		max-width: 100%;
	}
}

@media only screen and (max-width: 20em) {
	.related-posts .entry-meta .meta-date,
	.related-posts .entry-meta .meta-author {
		display: block;
		margin: 0;
	}

	.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
		display: none;
	}
}

/* Widget Bundle */
.tzwb-clearfix::before,
.tzwb-clearfix::after {
	display: table;
	content: " ";
}

.tzwb-clearfix::after {
	clear: both;
}

.tzwb-posts-list li {
	overflow: auto;
	margin-bottom: 0.5em;
	padding: 0;
	list-style: none;
}

.tzwb-posts-list .tzwb-excerpt p {
	margin: 0;
	padding: 0;
}

.tzwb-posts-list .wp-post-image {
	float: left;
	margin: 0.3em 0.8em 1em 0;
	max-width: 90px;
	height: auto;
}

.tzwb-posts-list .tzwb-entry-meta {
	margin: 0.4em 0.2em 0;
	font-size: 12px;
	font-size: 0.75rem;
}

.tzwb-comments-list li {
	overflow: auto;
	margin-bottom: 0.5em;
	list-style: none;
}

.tzwb-comments-list .avatar {
	float: left;
	margin: 0.3em 0.8em 0.8em 0;
}

.tzwb-comments-list .tzwb-comment-content {
	font-style: italic;
}

.tzwb-comments-list .tzwb-comment-date {
	margin: 0.4em 0.2em 0;
	color: #aaa;
	color: var(--light-text-color);
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
}

.tzwb-tabbed-content .tzwb-tabnavi-wrap {
	overflow: auto;
	margin: 0 -0.3em;
	padding: 0;
	list-style: none;
}

.tzwb-tabbed-content .tzwb-tabnavi {
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #ddd;
	border-color: var(--light-border-color);
	list-style: none;
	list-style-position: outside;
}

.tzwb-tabbed-content .tzwb-tabnavi li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tzwb-tabbed-content .tzwb-tabnavi li a {
	display: block;
	margin: 0;
	padding: 0.8em 0.8em 0.5em;
	color: #404040;
	color: var(--link-hover-color);
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: "Raleway", arial, helvetica, sans-serif;
	font-family: var(--widget-title-font);
	font-weight: bold;
	font-weight: var(--widget-title-font-weight);
	text-transform: uppercase;
	text-transform: var(--widget-title-text-transform);
	line-height: 1.5;
	line-height: var(--title-line-height);
}

.tzwb-tabbed-content .tzwb-tabnavi li a:link,
.tzwb-tabbed-content .tzwb-tabnavi li a:visited {
	color: #404040;
	color: var(--link-hover-color);
	transition: all 0.2s ease;
}

.tzwb-tabbed-content .tzwb-tabnavi li a:hover,
.tzwb-tabbed-content .tzwb-tabnavi li a:active {
	color: #22aadd;
	color: var(--link-color);
	text-decoration: none;
}

.tzwb-tabbed-content .tzwb-tabnavi li a.current-tab {
	color: #22aadd;
	color: var(--link-color);
}

.tzwb-tabbed-content .tzwb-tabcontent {
	margin: 1em 0 0 0;
	padding: 0;
}

.tzwb-social-icons .social-icons-menu {
	display: flex;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	line-height: 1;
}

.tzwb-social-icons .social-icons-menu li {
	margin: 0 2px 2px 0;
}

.tzwb-social-icons .social-icons-menu li a {
	display: flex;
	padding: 0.75em;
	background-color: #22aadd;
	background-color: var(--button-color);
	color: #fff;
	color: var(--button-text-color);
}

.tzwb-social-icons .social-icons-menu li a:hover {
	background-color: #404040;
	background-color: var(--button-hover-color);
	color: #fff;
	color: var(--button-hover-text-color);
	text-decoration: none;
}

.tzwb-social-icons .social-icons-menu .icon {
	margin: 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	fill: currentColor;
}

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 * @package Poseidon
 */

/* RESETS */
.zeeflex-container a:hover,
.zeeflex-slider a:hover,
.zeeflex-container a:focus,
.zeeflex-slider a:focus {
	outline: none;
}

.zeeslides,
.zeeslides > li,
.zeeflex-control-nav,
.zeeflex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zeeflex-pauseplay span {
	text-transform: capitalize;
}

/* BASE STYLES */
.zeeflexslider {
	margin: 0;
	padding: 0;
}

.zeeflexslider .zeeslides > li {
	display: none;
}

.zeeflexslider .zeeslides img {
	display: block;
	width: 100%;
}

.zeeflexslider .zeeslides::after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "\0020";
	line-height: 0;
}

html[xmlns] .zeeflexslider .zeeslides {
	display: block;
}

* html .zeeflexslider .zeeslides {
	height: 1%;
}

.no-js .zeeflexslider .zeeslides > li:first-child {
	display: block;
}

/* Poseidon Slider Theme */
.post-slider-container {
	overflow: hidden;
	margin: -1px auto 0;
	width: 100%;
	max-width: 1920px;
}

.post-slider-wrap {
	position: relative;
}

.post-slider,
.zeeflexslider .zeeslides {
	zoom: 1;
}

.post-slider .zeeslide {
	position: relative;
}

.zeeflex-viewport {
	max-height: 2000px;
	transition: all 1s ease;
}

.post-slider .zeeslide .slide-image-wrap {
	margin: 0;
	padding: 0;
	background: #e5e5e5;
}

.post-slider .zeeslide .slide-image {
	margin: auto;
	padding: 0;
	max-width: 100%;
	max-height: 480px;
	width: auto;
	height: auto;
	vertical-align: top;
}

.post-slider .zeeslide .slide-post {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-slider .zeeslide .slide-content {
	padding: 2em;
}

.post-slider .zeeslide .entry-title {
	color: #fff;
	text-shadow: 0 0 10px #000;
	font-size: 48px;
	font-size: 3rem;
}

.post-slider .zeeslide .entry-meta {
	text-shadow: 0 0 5px #000;
}

.post-slider .zeeslide .entry-meta span::after {
	color: #fff;
}

.post-slider .zeeslide .entry-title a:link,
.post-slider .zeeslide .entry-title a:visited,
.post-slider .zeeslide .entry-meta a:link,
.post-slider .zeeslide .entry-meta a:visited {
	color: #fff;
}

.post-slider .zeeslide .entry-meta a:hover,
.post-slider .zeeslide .entry-meta a:active,
.post-slider .zeeslide .entry-title a:hover,
.post-slider .zeeslide .entry-title a:active {
	color: #ccc;
}

.post-slider-controls {
	clear: left;
}

/* Direction Nav */
.post-slider-controls .zeeflex-direction-nav {
	*height: 0;
}

.post-slider-controls .zeeflex-direction-nav a {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -80px 0 0;
	width: 80px;
	height: 120px;
	text-align: left;
	font-size: 0;
	cursor: pointer;
}

.post-slider-controls .zeeflex-direction-nav .zeeflex-prev {
	left: 1em;
}

.post-slider-controls .zeeflex-direction-nav .zeeflex-next {
	right: 1em;
}

.post-slider-controls .zeeflex-direction-nav a::before {
	display: inline-block;
	margin: 0;
	color: #fff;
	vertical-align: text-bottom;
	text-decoration: inherit;
	text-shadow: 0 0 10px #000;
	font-size: 90px;
	opacity: 0;
	-webkit-font-smoothing: antialiased;
}

.post-slider-wrap:hover .post-slider-controls .zeeflex-direction-nav a::before {
	opacity: 0.5;
}

.post-slider-controls .zeeflex-direction-nav a.zeeflex-next::before {
	content: '\003e';
}

.post-slider-controls .zeeflex-direction-nav a.zeeflex-prev::before {
	content: '\003c';
}

.post-slider-wrap:hover .post-slider-controls .zeeflex-direction-nav a:hover::before,
.post-slider-controls .zeeflex-direction-nav a:hover::before {
	text-decoration: none;
	opacity: 1;
}

/* Media Queries */
@media only screen and (max-width: 90em) {
	.post-slider .zeeslide .entry-title {
		font-size: 44px;
		font-size: 2.75rem;
	}
}

@media only screen and (max-width: 80em) {
	.post-slider .zeeslide .slide-content {
		padding: 1.5em 2em;
	}

	.post-slider .zeeslide .entry-title {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 70em) {
	.post-slider .zeeslide .entry-title {
		font-size: 36px;
		font-size: 2.25rem;
	}
}

@media only screen and (max-width: 60em) {
	.post-slider .zeeslide .entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

	.post-slider-controls .zeeflex-direction-nav a {
		margin: -60px 0 0;
	}

	.post-slider-controls .zeeflex-direction-nav a::before {
		font-size: 80px;
		opacity: 0.5;
	}
}

@media only screen and (max-width: 55em) {
	.post-slider .zeeslide .slide-content {
		padding: 1.25em 2em;
	}

	.post-slider .zeeslide .entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.post-slider .zeeslide .entry-meta {
		display: none;
	}
}

@media only screen and (max-width: 50em) {
	.post-slider .zeeslide .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.post-slider-controls .zeeflex-direction-nav a::before {
		font-size: 70px;
	}

	.post-slider-controls .zeeflex-direction-nav a.zeeflex-prev::before {
		margin: 15px 0 0 5px;
	}
}

@media only screen and (max-width: 40em) {
	.post-slider .zeeslide .slide-content {
		padding: 0.75em 1.5em;
	}

	.post-slider .zeeslide .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.post-slider-controls .zeeflex-direction-nav a {
		margin: -50px 0 0;
	}

	.post-slider-controls .zeeflex-direction-nav a::before {
		font-size: 60px;
	}
}

@media only screen and (max-width: 30em) {
	.post-slider .zeeslide .slide-content {
		padding: 0.5em 1.5em;
	}

	.post-slider .zeeslide .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.post-slider-controls .zeeflex-direction-nav {
		display: none;
	}
}

@media only screen and (max-width: 20em) {
	.post-slider .zeeslide .slide-content {
		padding: 0.25em 1.5em;
	}

	.post-slider .zeeslide .entry-title {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

/*--------------------------------------------------------------
# - Media Queries for Typography
--------------------------------------------------------------*/
@media only screen and (max-width: 75em) {
	.page-title,
	.entry-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.post-layout-small .post-wrapper .type-post .entry-title,
	.post-layout-small .infinite-wrap .type-post .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
}

@media only screen and (max-width: 60em) {
	.page-title,
	.entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

	.post-layout-small .post-wrapper .type-post .entry-title,
	.post-layout-small .infinite-wrap .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 50em) {
	.site-branding .site-title {
		font-size: 35px;
		font-size: 2.1875rem;
	}
}

@media only screen and (max-width: 40em) {
	.page-title,
	.entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.post-layout-small .post-wrapper .type-post .entry-title,
	.post-layout-small .infinite-wrap .type-post .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

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

@media only screen and (max-width: 35em) {
	.site-branding .site-title {
		font-size: 32px;
		font-size: 2rem;
	}
}

@media only screen and (max-width: 30em) {
	.page-title,
	.entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.post-layout-small .post-wrapper .type-post .entry-title,
	.post-layout-small .infinite-wrap .type-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 20em) {
	.site-branding .site-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.page-title,
	.entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

/*--------------------------------------------------------------
# - Media Queries for Layout
--------------------------------------------------------------*/
@media only screen and (max-width: 80em) {
	.site-content {
		padding-top: 2em;
	}

	.content-area {
		padding-right: 3em;
	}
}

@media only screen and (max-width: 60em) {
	.site-footer .site-info {
		float: none;
		text-align: center;
	}
}

@media only screen and (max-width: 55em) {
	.content-area,
	.site-content .fullwidth-content-area {
		float: none;
		padding: 0;
		width: 100%;
	}

	.sidebar {
		float: none;
		padding: 2em 0 0;
		width: 100%;
		border-top: 4px solid #eee;
	}
}

@media only screen and (max-width: 30em) {
	.container {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
}

@media only screen and (max-width: 25em) {
	.post-layout-small .post-wrapper .type-post,
	.post-layout-small .infinite-wrap .type-post {
		display: block;
	}

	.post-layout-small .post-wrapper .type-post .post-content,
	.post-layout-small .infinite-wrap .type-post .post-content {
		margin-top: 0.5em;
		margin-left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 20em) {
	.entry-meta span {
		display: block;
	}

	.entry-meta span::after {
		display: none;
	}
}

/*--------------------------------------------------------------
# - Media Queries for Navigation
--------------------------------------------------------------*/
@media only screen and (min-width: 60em) {
	.primary-menu-toggle,
	.main-navigation .dropdown-toggle {
		display: none;
	}

	.main-navigation ul,
	.main-navigation ul ul {
		display: block;
	}

	.primary-navigation {
		display: flex;
		margin-left: auto;
		width: auto;
		align-items: center;
	}

	#masthead .main-navigation > ul.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0;
		border-bottom: none;
	}

	.main-navigation > ul,
	.main-navigation > ul > li > a {
		border: none;
	}

	/* Dropdown Menus */
	.main-navigation ul ul {
		position: absolute;
		left: -999em;
		top: 100%;
		z-index: 99999;
		background-color: #fff;
		background-color: var(--header-background-color);
		border: 1px solid rgba(0, 0, 0, 0.12);
		border: 1px solid var(--page-border-color);
		border-top: 4px solid var(#404040);
		border-top: 4px solid var(--navi-color);
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		right: 0;
		left: auto;
	}

	.main-navigation ul ul li a {
		width: 16rem;
	}

	.main-navigation ul ul > li:last-child > a {
		border-bottom: none;
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -4px;
		top: 0;
	}

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

	.main-navigation ul ul li a,
	.main-navigation ul ul ul li a,
	.main-navigation ul ul ul ul li a {
		padding: 1em;
	}

	/* Dropdown Icons */
	.main-navigation .menu-item-has-children > a > .icon {
		position: relative;
		display: inline-block;
		left: 0.5rem;
		top: 0.1rem;
		width: 13px;
		height: 13px;
		fill: #404040;
		fill: var(--navi-color);
		transition: fill 0.15s ease;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon {
		position: absolute;
		left: auto;
		right: 1em;
		top: 50%;
		margin-top: -0.3rem;
		width: 12px;
		height: 12px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.main-navigation ul .menu-item-has-children > a:hover > .icon {
		fill: #22aadd;
		fill: var(--navi-hover-color);
	}
}

/*--------------------------------------------------------------
## - Media Queries for Blocks
--------------------------------------------------------------*/
@media only screen and (min-width: 960px) {
	div.wp-block-columns {
		gap: 2em;
	}

	.wp-block-group.has-background,
	.wp-block-column.has-background {
		padding: 2em;
	}
}

/*--------------------------------------------------------------
# - Media Queries for Magazine widgets
--------------------------------------------------------------*/
@media only screen and (max-width: 70em) {
	.widget-magazine-posts .large-post .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.widget-magazine-posts .small-post .entry-title {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
		display: none;
	}
}

@media only screen and (max-width: 65em) {
	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
		display: none;
	}
}

@media only screen and (max-width: 55em) {
	/* Magazine Post Widgets */
	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
	.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
		display: inline-block;
	}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.widget-magazine-posts .small-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

@media only screen and (max-width: 50em) {
	/* Magazine Post Widgets */
	.widget-magazine-posts .large-post .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.widget-magazine-posts .small-post .entry-title {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
		display: none;
	}
}

@media only screen and (max-width: 45em) {
	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
		display: none;
	}
}

@media only screen and (max-width: 40em) {
	/* Magazine Post Widgets */
	.widget-magazine-posts .magazine-grid-two-columns {
		margin-right: 0;
	}

	.widget-magazine-posts .magazine-grid-three-columns {
		margin-right: -1.2em;
	}

	.widget-magazine-posts .magazine-grid .large-post,
	.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image,
	.widget-magazine-posts .magazine-vertical-box .large-post,
	.widget-magazine-posts-columns .magazine-posts-column-left {
		float: none;
		padding: 0;
		width: 100%;
	}

	.widget-magazine-posts .magazine-vertical-box .small-posts,
	.widget-magazine-posts-columns .magazine-posts-column-right {
		margin-left: 0;
		padding-top: 1em;
		padding-left: 0;
		width: 100%;
	}

	.widget-magazine-posts .large-post .wp-post-image {
		float: left;
		margin: 0 1.5em 0 0;
		max-width: 50%;
	}

	.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
		float: right;
		padding-left: 1.5em;
		width: 50%;
	}

	.widget-magazine-posts .magazine-grid .large-post {
		clear: left;
	}

	.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
		margin-bottom: 1em;
	}

	.widget-magazine-posts .large-post .entry-content {
		display: none;
	}

	.widget-magazine-posts .small-post .entry-title {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

@media only screen and (max-width: 35em) {
	.widget-magazine-posts .magazine-grid-three-columns {
		margin-right: 0;
	}

	.widget-magazine-posts .medium-post {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	.widget-magazine-posts .medium-post .wp-post-image {
		float: left;
		margin: 0 1em 0 0;
		max-width: 120px;
	}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 30em) {
	/* Magazine Homepage: Category Post Widgets */
	.widget-magazine-posts .medium-post .wp-post-image,
	.widget-magazine-posts .small-post .wp-post-image {
		max-width: 30%;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.widget-magazine-posts .large-post .wp-post-image,
	.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
		float: none;
		margin: 0 0 0.5em 0;
		max-width: 100%;
	}

	.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
		float: none;
		padding: 0;
		width: 100%;
	}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.widget-magazine-posts .large-post .entry-content,
	.widget-magazine-posts .large-post .entry-content .more-link {
		display: inline-block;
	}
}

/*--------------------------------------------------------------
# - Media Queries for Media
--------------------------------------------------------------*/
@media only screen and (max-width: 30em) {
	.alignright,
	.alignleft {
		float: none;
		margin: 1em 0;
	}
}

/*--------------------------------------------------------------
# - Theme Options
--------------------------------------------------------------*/

/* Sidebar Left Layout */
@media only screen and (min-width: 55em) {
	.sidebar-left .content-area {
		float: right;
		padding-right: 0;
		padding-left: 4em;
	}

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

/* Sticky Header */
.sticky-header .site-header {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
}

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

.sticky-header .header-bar-wrap,
.sticky-header .before-header-widget-area {
	display: none;
}

/* Small Header */
.sticky-header.small-header .site-header .site-branding,
.sticky-header.small-header .primary-navigation,
.sticky-header.small-header .primary-menu-toggle {
	margin-top: 0;
	margin-bottom: 0;
	transition: all 0.4s ease;
}

.sticky-header.small-header .site-header .site-branding .site-title {
	margin: 0;
	font-size: 28px;
	font-size: 1.75rem;
}

.sticky-header.small-header .site-header .site-branding .custom-logo {
	margin-top: 1em;
	max-height: 25px;
	width: auto;
}

.sticky-header.small-header .site-header .site-description {
	display: none;
}

@media only screen and (max-width: 60em) {
	.sticky-header.small-header .primary-navigation {
		max-height: 60vh;
		overflow-y: auto;
	}

	.sticky-header.small-header .main-navigation > ul {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 782px) {
	.sticky-header.admin-bar .site-header {
		top: 46px;
	}
}

@media only screen and (max-width: 600px) {
	.sticky-header.admin-bar.small-header .site-header {
		top: 0;
	}
}

/* Customizer Preview */
.customize-partial-edit-shortcut-poseidon_theme_options-excerpt_more {
	left: -9999px;
}


/* Omprakash Changes - start*/
.header-main.container {
	max-width: 1440px;
  }

.navbar-brand {
	margin-right: 30px;
  }
  
  .navbar-brand img {
	width: 110px;
  }
  
  .navbar-toggler-icon {
	width: 35px;
	height: 25px;
	position: relative;
	top: 1px;
	border-bottom: 2px solid #000;
	transition: all 0.3s linear;
  }
  
  .navbar-toggler-icon:after,
  .navbar-toggler-icon:before {
	width: 35px;
	position: absolute;
	height: 2px;
	background-color: #000;
	left: 0;
	content: "";
	z-index: 2;
	transition: all 0.3s linear;
  }
  
  .navbar-toggler-icon:after {
	top: 12px;
  }
  
  .navbar-toggler-icon:before {
	top: 0;
  }
  
  .navigation-wrap {
	width: 100%;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  
  .navigation-wrap .container {
	max-width: 1440px;
  }
  
  .navbar {
	padding: 0;
  }
  
  .navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
  }
  
  .navbar-toggler:active,
  .navbar-toggler:focus {
	outline: 0;
  }
  
  .navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
	transition: all 0.3s linear;
  }
  
  .navbar-light .navbar-toggler-icon:after,
  .navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: "";
	z-index: 2;
	transition: all 0.3s linear;
  }
  
  .navbar-light .navbar-toggler-icon:after {
	top: 8px;
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
	top: 9px;
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
  }
  
  .nav-link {
	transition: all 0.2s linear;
  }
  
  .nav-link {
	position: relative;
  }
  
  .nav-item {
	position: relative;
	transition: all 0.2s linear;
  }
  
  .nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	display: block;
	transition: all 0.2s linear;
  }
  
  .navbar-nav .nav-link {
	padding: 28px 15px !important;
	font-size: 16px;
	font-weight: 800;
	color: #323232;
	font-family:Nunito Sans , sans-serif;
  }
  
  .navbar-nav .nav-link::after {
	position: relative;
	top: 2px;
  }
  
  .navbar-nav .nav-item:hover {
	background-color: #f6f8fb;
  }
  
  .nav-right .mi-btn-primary {
	width: 96px;
    height: 38px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
	color:#FFF;
  }
  .mi-btn-primary {
	  background-color: #1f3966;
	  color: #fff;
  }
  .dropdown-toggle {
	  white-space: nowrap;
  }
  .btn {
	  display: inline-block;
	  text-align: center;
	  vertical-align: middle;
	  cursor: pointer;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  border: 1px solid transparent;
	  padding: 0.375rem 0.75rem;
	  }
	  .mi-btn-primary:hover {
		  background-color: #17315e;
		  color: #fff;
	  }
	 
  .navbar-nav {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-direction: row;
	  flex-direction: row;
	  padding-left: 0;
	  margin-bottom: 0;
	  list-style: none;
	  padding: 0;
	  margin: 0;
  }
  
  .navbar-expand-lg .navbar-collapse {
	  display: -ms-flexbox!important;
	  display: flex!important;
	  -ms-flex-preferred-size: auto;
	  flex-basis: auto;
  }
  .navbar .nav-item:hover .dropdown-menu {
	  display: block!important;
	  visibility: visible;
	  opacity: 1;
  }
  @media (min-width: 992px){
	  .navbar-expand-lg .navbar-nav .dropdown-menu {
		  position: absolute;
	  }
  }
  a {
	  color: #007bff;
	  text-decoration: none;
	  background-color: transparent;
  }
  .nav-link {
	  display: block;
	  padding: 0.5rem 1rem;
  }
  .mi-products-items {
	  min-width: 690px;
  }
  .row {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  margin-right: -15px;
	  margin-left: -15px;
  }
  .mi-products-items .col:nth-child(1) {
	  max-width: 330px;
  }
  .col {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
  }
  .navbar-nav .dropdown-menu {
	  padding-top: 25px;
	  padding-bottom: 15px;
	  top: 84%;
	  border: solid 1px #e7ecf4!important;
	  border-radius: 0!important;
	  min-width: 205px;
  }
  .nav-item .dropdown-menu {
	  transform: translate3d(0,10px,0);
	  visibility: hidden;
	  opacity: 0;
	  display: block;
	  transition: all .2s linear;
  }
  .navbar-nav .dropdown-menu {
	  position: static;
	  float: none;
  }
  .dropdown-menu {
	  position: absolute;
	  top: 100%;
	
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 10rem;
	  padding: 0.5rem 0;
	  margin: 0.125rem 0 0;
	  font-size: 1rem;
	  color: #212529;
	  text-align: left;
	  list-style: none;
	  background-color: #fff;
	  background-clip: padding-box;
	  border: 1px solid rgba(0,0,0,.15);
	  border-radius: 0.25rem;
  }
  .mi-language .dropdown-toggle::after {
	display: none;
  }
  
  .mi-language .dropdown-toggle i {
	display: block;
	width: 24px;
	height: 24px;
	background-size: 24px;
  }
  
  .mi-language img {
	width: 25px;
	margin-right: 10px;
	position: relative;
  }
  
  .mi-language .dropdown-menu img {
	width: 18px;
	top: -2px;
  }
  
.navbar button:hover, button:focus {
	background-color: transparent;
}
  

  
  .mi-products-items h4 {
	margin-bottom: 25px;
	padding: 0 1.5rem;
	 font-family: Nunito Sans , sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #1f3966;
  }
  
  .navbar-nav .dropdown-item {
	margin-bottom: 14px;
	 font-family: Nunito Sans , sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #323232;
	display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  
  .navbar-nav .dropdown-item:hover {
	font-size: 17px;
	color: #1f3966;
	background-color: transparent;
  }
  
  .navbar-nav .mi-nav-group {
	margin-bottom: 20px;
  }
  .mi-products-items h4 {
	  margin-bottom: 25px;
	  padding: 0 1.5rem;
	  font-family: Nunito Sans , sans-serif;
	  font-size: 16px;
	  font-weight: 900;
	  color: #1f3966;
  }
  .navbar-nav .dropdown-menu {
	padding-top: 15px;
	padding-bottom: 15px;
	top: 84%;
	border: solid 1px #e7ecf4 !important;
	border-radius: 0 !important;
	min-width: 205px;
  }
  
  .navbar .nav-item:hover .dropdown-menu {
	display: block !important;
	visibility: visible;
	opacity: 1;
  }
  
 
  
  
  
	.mi-products-items .row .col+.col .mi-nav-group {
	margin-bottom: 40px;
	}
   
 
  .navbar {
	  position: relative;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -ms-flex-align: center;
	  align-items: center;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  padding: 0.5rem 1rem;
  }

  .align-items-center {
	  -ms-flex-align: center!important;
	  align-items: center!important;
  }
  
  @media (max-width: 991px) {
   
  
	.navbar-nav .nav-link {
		padding: 12px 0 !important;
	}
  
	.mi-mobi-country {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
  
	.nav-right {
		margin-top: 20px;
		align-items: flex-start !important;
	}
  
  
	
	.nav-item .dropdown-menu {
		max-height: 0;
		visibility: hidden !important;
		opacity: 0 !important;
		display: none;
	}
  
	.navbar .nav-item:hover .dropdown-menu {
		display: none !important;
	}
  
	.navbar .nav-item .dropdown-menu.show {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		border: none !important;
		padding: 0;
		margin: 0;
	}
  
	.navbar-brand {
		padding: 11px 0;
	}
  
	.navbar-nav .nav-item:hover {
		background-color: transparent;
	}
  
  .nav-item.show .dropdown-menu {
		opacity: 1;
		visibility: visible;
		max-height: 999px;
		transform: translate3d(0, 0, 0);
	}
  
  
  
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
  
   
  .navbar-nav .nav-link {
		padding: 28px 8px !important;
		font-size: 14px!important;
	}
  
  
  }
  
  @media (min-width: 1200px) and (max-width: 1439px) {
  
	.navbar-nav .nav-link {
	 font-size: 14px !important;
	  
	  
  }
	      .navbar-nav .nav-link {
        padding: 28px 10px !important;
        font-size: 13px;
    }
  }
  
/***selva changes**/
  
.mi-mobi-country img {
    margin-right: 0;
    width: 24px;
    position: relative;
    top: 0;
}

.mi-mobi-country {
    display: none;
    margin-left: auto;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navbar-nav .nav-link::after {
    position: relative;
    top: 2px;
}

li.nav-item.mi-language a {
    display: flex;
}


@font-face {
  font-family: Nunito Sans;
  src: url(assets/fonts/NunitoSans.ttf);
}

body{
	font-family: Nunito Sans , sans-serif!important;
	    font-weight: 500!important;
}


@media (min-width: 992px){
.navbar-expand-lg .navbar-toggler {
    display: none;
}
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
	padding: 0px;
    margin: 0;
}
}


@media (max-width: 992px){

	.header-main {
		display: block;
		flex-wrap: wrap;
		align-items: center;
		padding: 0;
	}
	.navbar-nav {
		flex-direction: column;
	}
	
	.mi-products-items {
		padding: 10px 0 0;
		min-width: 100%;
	}
	.mi-language {
		display: none;
	}
	.mi-mobi-country {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.navbar-expand-lg .navbar-collapse.show {
		display: block!important;
	}
	.navbar-expand-lg .navbar-collapse {
		display: none!important;
	}
}

.mi-lang {
    padding: 0 0 0 18px;
}
.mi-lang:hover {
    background-color: transparent !important;
}
.mi-lang a.active {
    color: #4c8bf5;
}
.mi-lang a {
    padding: 0 10px;
    font-weight: 500;
    color: #323232;
    position: relative;
}
.mi-lang a+a:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #444;
    position: absolute;
    left: -4px;
    top: 0;
}

/* Omprakash Changes For HTML Menu - end*/


/* Arun changes - star*/
.mi-footer {
	padding: 100px 0px 0px;
  }
  
  .mi-enquire {
	margin-bottom: 40px;
	padding-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid rgba(233, 232, 231, 0.5);
  }
  
  .mi-enquire .display-4 {
	font-family: Nunito Sans;
    font-size: 42px;
    font-weight: 600;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .mi-footer .mi-enquire .btn {
	font-size: 26px;
        width: 265px !important;
    height: 70px;
    font-weight: 600;
    text-transform: initial;
    color: #FFF !important;
    line-height: 55px;
  }

  .mi-footer h5 {
	font-size: 20px;
	color: #fff;
	font-weight: 800;
  }
  
  .mi-footer ul li {
	margin-bottom: 19px;
	font-size: 16px;
	line-height: 36px;
	  color: #FFF;
  }
  
  .mi-footer ul li a {
	color: #fff;
	line-height: 22px;
	display: inherit;
  }
  
  .mi-footer ul li a:hover {
	text-decoration: none;
	opacity: .8;
  }
  
  .mi-contact-links i,
  .mi-social-links i,
  .mi-location i {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-size: 20px !important;
  }
  
  .mi-footer ul li a span {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
  }
  .mi-footer ul li a {
    color: #fff !important;
    line-height: 22px;
    display: inherit;
}
  .mi-social-links li {
	margin-right: 20px;
	display: inline-block;
  }
  
  .mi-social-links i {
	margin-right: 0px;
  }
  
  .mi-social-links i.icon-facebook {
	height: 20px;
	width: 12px;
	background-size: 12px 20px !important;
  }
  
  .mi-location li a {
	line-height: 24px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
  }
  
  .mi-location i {
	position: relative;
	top: -12px;
  }
  
  .mi-location-link {
	color: #f6b719 !important;
    text-decoration: underline !important;
  }
  
  .mi-location-link:hover {
	color: #f6b719;
	text-decoration: none;
  }
  
  .mi-copyrights {
	margin: 90px 0px 0px !important;
	padding: 33px 0px;
  }
  
  .mi-copyrights .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  .mi-copyrights .title {
	font-size: 16px;
	font-weight: 600;
  }
  
  .mi-copyrights-link {
	margin: 0 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
  }
  
  .mi-copyrights-link a {
	font-size: 16px;
	font-weight: 500;
	color: #323232 !important;
	margin-left: 40px;
  }
  
  .mi-copyrights-link a:hover {
	text-decoration: none;
	color: #1f3966;
  }
  .mi-btn-warning {
    background-color: #f6b719;
    color: #fff;
    box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.05);
}
.mi-btn-warning:hover {
    background-color: #f6b719;
    color: #fff;
    box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.05);
}
.mi-container {
    max-width: 1440px !important;
}
.bg-white {
    background-color: #fff !important;
}
.icon-facebook {
    background: url(https://www.info-tech.com.my/assets/img/icons/facebook.svg) no-repeat
}

.icon-linkedin {
    background: url(https://www.info-tech.com.my/assets/img/icons/linkedin.svg) no-repeat
}

.icon-instagram {
    background: url(https://www.info-tech.com.my/assets/img/icons/instagram.svg) no-repeat
}

.icon-youtube {
    background: url(https://www.info-tech.com.my/assets/img/icons/youtube.svg) no-repeat
}
.icon-phone {
    background: url(https://www.info-tech.com.my/assets/img/icons/call.svg) no-repeat;
}
.icon-mail {
    background: url(https://www.info-tech.com.my/assets/img/icons/mail.svg) no-repeat;
}
.icon-pin {
    background: url(https://www.info-tech.com.my/assets/img/icons/map-pin.svg) no-repeat;
}
.btn.focus, .btn:focus {
	background-color: #f6b719;
}

@media (max-width: 991px) {
	.mi-footer {
		padding: 70px 0px 0px;
	  }
	
	  .mi-enquire {
		text-align: center;
		display: block;
		padding-bottom: 60px;
	  }
	
	  .mi-enquire .display-4 {
		margin-bottom: 30px;
		font-size: 30px;
		text-align: center;
	  }
	
	  .mi-enquire .btn {
		font-size: 24px;
		height: 55px;
	  }
	
	  .mi-location i {
		top: 0px;
	  }
	
	  .mi-copyrights .title {
		text-align: center;
		margin-bottom: 20px;
	  }
	
	  .mi-copyrights .content {
		flex-direction: column;
	  }
	
	  .mi-copyrights-link {
		justify-content: center;
		margin: auto;
	  }
	
	  .mi-copyrights-link a {
		margin: 10px 15px;
	  }
	  .ml-auto, .mx-auto {
		margin-left: auto !important;
		text-align: left;
	}
}
/* Arun changes - end*/
/* Header fixing start */


@media (max-width: 991px) {
 

  header.navigation-wrap.mobile-full .navbar-collapse {
    position: absolute;
    background: #fff;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 70px;
    z-index: 99;
    overflow: auto;
    transition: .5s;
    padding-bottom: 100px
  }

  header.navigation-wrap.mobile-full button.navbar-toggler {
    z-index: 999;
    position: relative;
  }

  header.navigation-wrap.page-header.mobile-full {
    height: 100vh;
  }

  /* .page-header.is-sticky {
    position: fixed;
    animation: auto;
    background: #fff;
  } */

  header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar {
    width: 1px;
  }

  header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 1px;
  }

  header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 1px;
  }

  header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar-thumb:hover {
    background: #b30000;
  }

  .nav-right .mi-btn-primary,
  .nav-right .mi-btn-warning {
    margin-bottom: 1rem;
  }
}

header.navigation-wrap.page-header.mobile-full .mob-header-bg {
  background: #fff;
  width: 100%;
  z-index: 9999;
}

/* Header fixing start */

  
  @media (max-width: 991px) {
	
  	header.navigation-wrap.mobile-full .navbar-collapse {
	  position: absolute;
	  background: #fff;
	  height: 100vh;
	  width: 100%;
	  left: 0;
	  top: 70px;
	  z-index: 99;
	  overflow: auto;
	  transition: .5s;
	  padding-bottom: 100px
	}
  
	header.navigation-wrap.mobile-full button.navbar-toggler {
	  z-index: 999;
	  position: relative;
	}
  
	header.navigation-wrap.page-header.mobile-full {
	  height: 100vh;
	}
  
	header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar {
	  width: 1px;
	}
  
	header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar-track {
	  box-shadow: inset 0 0 5px #fff;
	  border-radius: 1px;
	}
  
	header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar-thumb {
	  background: #fff;
	  border-radius: 1px;
	}
  
	header.navigation-wrap.mobile-full .navbar-collapse::-webkit-scrollbar-thumb:hover {
	  background: #b30000;
	}
  
	.nav-right .mi-btn-primary,
	.nav-right .mi-btn-warning {
	  margin-bottom: 1rem;
	}
  }
  .page-header {
    margin: 0 0 0em 0;
}
  header.navigation-wrap.page-header.mobile-full .mob-header-bg {
	background: #fff;
	width: 100%;
	z-index: 9999;
  }

@media (min-width: 1200px) and (max-width: 1439px) {
    .navbar-nav .nav-link {
        font-size: 13px !important;
		        padding: 28px 15px !important;
    }
}
@media (min-width: 992px) and (max-width: 1250px) {
    .navbar-nav .nav-link {
        padding: 28px 8px !important;
        font-size: 14px !important;
    }
	li.nav-item.mi-language span {
        font-size: 0 !important;
		display:none;
    }
	.nav-right .mi-btn-primary, .nav-right .mi-btn-warning {
        width: auto;
        height: auto;
        border-radius: 3px;
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .navbar-nav .nav-link {
        padding: 20px 10px !important;
        font-size: 12px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mi-lang a {
        padding: 0px 5px;
    }
	    .mi-lang {
        padding: 0 0 0 10px;
        font-size: 12px !important;
    }
	    .navbar-brand {
        margin-right: 10px;
    }
}

.navbar {
    padding: 0;
}

.mi-mobi-country.mobile-view {
    position: absolute;
    right: 100px;
    top: 12px;
}
.mi-mobi-country.mobile-view .dropdown-menu {
    padding: .5rem 0 !important;
}
.mi-mobi-country.mobile-view .mi-lang {
    padding: 0;
    margin: 0;
    text-align: center;
}

/*******FAQ***************/
.mi-faq .acc-arrow::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(https://www.info-tech.com.sg/assets/img/icons/acc-up.svg) no-repeat;
    background-size: 25px;
    position: absolute;
    right: 8px;
    top: 8px;
}
.mi-faq .collapsed.acc-arrow::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(https://www.info-tech.com.sg/assets/img/icons/acc-down.svg) no-repeat;
    background-size: 25px;
    position: absolute;
    right: 8px;
    top: 8px;
}
.mi-faq .acc-arrow {
    padding-right: 56px;
    position: relative;
}
.mi-faq .card h4 {
    font-size: 18px;
    line-height: 1.5;
    font-family: Nunito Sans;
    color: #1f3966;
	    font-weight: bold;
	    margin-top: 0px;
    margin-bottom: 0px;
}
.mi-faq .card p {
    font-size: 18px;
    font-family: Nunito Sans;
    color: #444;
	
	    margin-top: 0em;
    margin-bottom: 0em;
}
.mi-faq .card {
    padding: 25px 0 0;
    border: none;
    border-radius: 0 !important;
    border-bottom: 1px solid #afafaf78 !important;
    background-color: #fff0;
}
.mi-faq .card-body {
    padding: 0px 0px 13px;
}
.mi-faq .card-head {
    padding: 0px 0px 10px;
    cursor: pointer;
}

/*******FAQ***************/