/*!
Theme Name: Z Platform
Theme URI: https://zplatformwptheme.com
Author: Zrabo Inc
Author URI: https://zrabo.com
Description: Z Platform is an universal template that can be used to easily design and build websites for any niche and industry. It is a free theme that comes with plenty of premium features. 

Z platform is based on underscores.me and bootstrap 5 frameworks, offering unlimited design options to cater to your specific needs. It comes with several variations for the header, footer, and content area designs, providing a wide array of options to customize and enhance your website's appearance. A standout feature of this theme is its seamless compatibility with all major page builder plugins, including Elementor, WP Bakery, and others. This ensures that you can effortlessly create and manage your website, regardless of the complexity of your design.

The theme was developed with meticulous thought given to both the designers and developers who will use it. It empowers you to create unlimited variations, offering a highly flexible platform to create a unique website that stands out. 

The page load performance and SEO were the priority focus for Z Platform. As a result, it delivers excellent performance, loading at lightning-fast speeds, which immensely improves the user experience and helps SEO. It scores an A+ on every SEO and performance test, including Google PageSpeed Insights and Pingdom tool teest. 

You can check several different demos that were built using Z Platform, just to get an idea how easy it is to build unique looking websites using this theme: 
https://zplatformwptheme.com/
https://demo.zplatformwptheme.com/demo1/
https://demo.zplatformwptheme.com/corporate1/
https://demo.zplatformwptheme.com/legaldemo/
https://olgakurylenko.me/
https://zoekravitz.me/
Version: 1.3.6
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: z-platform
Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, blog, e-commerce, education, entertainment, holiday, news, portfolio, photography, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, footer-widgets, full-width-template, style-variations

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	overflow: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #212529;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-size: 16px;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
.dropdown-menu a, .dropdown-item:active, .dropdown-item.active{
	background: inherit;
}
.navbar-nav .dropdown-menu{
	background-color: #212529;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    background-color: #f8f9fa;
}
#site-navigation .navbar-brand img {
    width: 100%;
    max-height: 35px;
}
/*nav#site-navigation a:hover, nav#site-navigation a.active:hover{
	color: rgba(255,255,255,.55);
}
a:visited {
	color: rgba(255,255,255,.55);
}
*/

.trn500, .z-transparent-header { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.cst-bg-transparent, .home header#masthead.cst-bg-transparent,
.home nav#site-navigation.cst-bg-transparent { background: transparent !important;     }
.z-transparent-header #site-navigation{
	/*background:transparent;*/
}

.header-logo-navbar.sticky-top.z-transparent-header #site-navigation ul li a {
	text-transform: uppercase;
	background: transparent!important;
}

.btn-warning {
	margin-left: 20px;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* transparent header logo magic */

.z-transparent-header.home_sticky_header_yes {
	position: fixed;
}

.z-transparent-header #site-navigation .site-branding .default_fixed_logo {
	display: none;
}
.z-transparent-header.site-header #site-navigation .site-branding .homepage_transparent_logo {
	display: none;
}
.z-transparent-header.site-header #site-navigation .site-branding .default_fixed_logo {
	display: block;
}

#site-navigation .navbar-toggler {
	border: none;
}

#site-navigation .navbar-toggler:focus {
	box-shadow: none;
}

#site-navigation .show {
	transition: 0.5s;
}

.header-logo-navbar img, .footer_bottom img  {
	height: auto;
	/* max-width: 220px; */
}

.top_header {
	border-bottom: 1px solid #ffffff0d;
	padding: 5px 0px;
	font-size: 14px;
}

.top_header p {
	margin: 0;
}

.header-logo-navbar.sticky-top.z-transparent-header .custom-logo-link{
	display: none;
}
.header-logo-navbar.sticky-top.z-transparent-header.site-header .custom-logo-link{
	display: unset;
}

.header-logo-navbar.sticky-top.z-transparent-header .logo-custom.img-fluid{
	display: unset;
}

.header-logo-navbar.sticky-top.z-transparent-header.site-header .logo-custom.img-fluid{
	display: none;
}

.header-logo-navbar.sticky-top .logo-custom.img-fluid{
	display: none;
}

.header-logo-navbar.sticky-top.z-transparent-header .navbar.navbar-expand-md.navbar-dark.bg-dark {
	position: absolute;
}

.z-transparent-header {
	position: absolute;
	top: 0;
}

.z-transparent-header nav#site-navigation {
    background-color: #0000 !important;
}
.sticky-top.z-transparent-header.site-header.home_sticky_header_no {
	position: absolute;
}
.sticky-top.z-transparent-header.site-header.home_sticky_header_yes {
	position: sticky;
}
.site-branding h1 {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 25px;
}

.no-sticky-top {
	position: unset !important;
}

.blog .site-header, .single-post .site-header, .archive .site-header, .author .site-header {
	position: sticky !important;
	z-index: 9;
}

.header-logo-navbar.sticky-top.z-transparent-header.site-header .navbar.navbar-expand-md.navbar-light.bg-light {
	z-index: 9999;
	width: 100%;
}

/* Pagination */

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	justify-content: center;
}

.pagination span, .pagination a {
	float: left;
	margin: 2px 2px 2px 0;
	text-decoration: none;
	color: #b3b3b3;
	background: #f9f9f9;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 4px;
	box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 20%);
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.pagination span {
	margin-right: 4px;
}

.pagination a:hover{
	color:#fff;
	background: #262626;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #262626;
	color:#fff;
}

.footer_top {
	background-color: #fff;
}

#footer {
	width: 100%;
}

.footer_top, .footer_bottom {
    background-color: #f8f9fa;
	padding: 10px 0px;
	width: 100%;
}

.footer_top h1, .footer_top h2, .footer_top h3, .footer_top h4, .footer_top h5, .footer_top h6 {
	font-size: 15px;
	margin-bottom: 1.5rem!important;
	float: left;
	width: 100%;
	color: #d5d5d5;
	text-align: left;
}

.footer_menu {
	float: left;
	width: 100%;
	margin-bottom: 1rem;
}

.footer_menu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_menu ul li {
	float: left;
	width: 100%;
}

.footer_menu ul li a {
	color: #8D94A8;
	font-size: 15px;
	line-height: 28px;
}

.footer_menu ul li a:hover {
	color: #1d1c33;
}

.footer_top input {
	outline: none;
}

.footer_social a {
	color: #8D94A8;
	margin-left: 10px;
	text-decoration: none;
}

.footer_social a:hover {
    color: #dd3333;
}

.footer_top .tnp-email {
	width: 100%!important;
	margin: 0!important;
	padding: 9px!important;
	max-width: 100%!important;
}

.footer_top .tnp-submit {
	position: absolute!important;
	top: 0!important;
	right: 0!important;
	width: auto!important;
	background: #FF7100!important;
}

.footer_top .tnp {
	float: left;
	width: 100%;
	position: relative;
}


/* Widgets */

.zplatform_widget_popular_posts {
	float: left;
	width: 100%;
}

.zplatform_widget_popular_posts h3 {
	font-size: 15px!important;
}

.zplatform_widget_popular_posts .article_style {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.zplatform_widget_popular_posts .article_style:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* End Widgets */
.widget-title {
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 17px;
}

.line-height-footer {
	line-height: 28px;
}

.page_title {
	text-align: left;
}

.blog_image_url {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.blog_image_url:after {
	display: block;
	content: "";
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
	background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.blog_image_url:hover:after {
	opacity: .5;
}

.post_blog_style_1_info h3 {
	font-size: 21px;
	text-align: left;
	margin: 10px 0px 0px 0px;
	float: left;
	width: 100%;
	font-weight: 500;
}

.post_meta_style {
	font-size: 13px;
	color: #6d6d6d;
}

.post_meta_style span {
	width: auto;
	color: #d1d1d1;
	margin: 0px 5px;
	pointer-events: none;
}

.article {
	transition: 0.5s;
}

.article img {
	transform: scale(1.0);
	transition: 0.5s;
	width: 100%;
}

.article_style:hover img {
	transform: scale(1.2);
	transition: 0.5s;
}

.article_style {
	width: 100%;
	float: left;
	height: 100%;
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.article_style:hover {
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}

.article_style1 {
	border-bottom: 1px solid #f7f7f7;
}

.article_style1:last-child {
	border-bottom: none;
}

.article_read_more_button {
	padding: 2px 10px;
	text-decoration: underline;
	float: left;
	font-size: 14px;
}

.z-navbar-search {
	background: none;
	border: none;
	pointer-events: auto;
}

#z-platform-search-modal {
	background: rgba(0, 0, 0, 0.83);
}

#z-platform-search-modal .modal-dialog {
	top: 50%;
	left: 50%;
	margin: 0;
	height: -webkit-fill-available;
	display: flex;
	align-items: center;
}

.ml-auto, .mx-auto {
	margin-left: auto!important;
}

.post_blog_style_1_title {
	float: left;
}

.single_post_title {
	text-align: left;
}

.post_blog_style_1_content {
	float: left;
	text-align: left;
	padding: 10px 0px;
	font-size: 14px;
}
.post_blog_style_1_content p {
	margin: 0;
}

.post_blog_style_1_info {
	float: left;
}

.article .post_blog_style_1_title a {
	color: #282828;
}

.article_style:hover .post_blog_style_1_title a {
	color: #ff3c3c;
}

.article_style_related:hover img {
	transform: scale(1.2);
	transition: 0.5s;
}

.article_style_related:hover .post_blog_style_1_title a {
	color: #ff3c3c;
}

.article_style_related {
	width: 100%;
	float: left;
	height: 100%;
}

.ml-2 {
	margin-left: 2px;
}

.display_block {
	display: block;
}

.display_none {
	display: none;
}

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

.float-sm-right {
	float: right;
}

.fit-content {
	width: fit-content;
}

.border-bottom {
	border-bottom: 1px solid #ededed!important;
}


/* Single */

.single_style_1 {
	position: relative;
}

.single_style_1_title {
	margin: 0 0 6px;
	font-size: 24px;
	line-height: 1.5;
	text-transform: none;
	text-shadow: 0 0 20px black;
}

.single_style_1_title .breadcrumb {
	text-shadow: 0 0 20px black;
}

.page-head {
	z-index: 1;
	color: #fff;
	padding-top: 71px;
	padding-bottom: 68px;
	margin-bottom: 40px;
	background-position: 50%;
	background-size: cover;
	min-height: 199px;
	display: flex;
	align-items: center;
}

.zplatform-single-content a, #comments .comment-list .comment-content a, #comments .comment-metadata {
	text-decoration: underline;
}

#comments .comment-metadata .edit-link {
	margin-left: 20px;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
}
.breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.breadcrumb span {
	color: #fff;
}

.single_1_bg:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../z-platform/assets/image/bg_pattern.png) rgb(31 33 40/31%);
	top: 0;
}

.single_1_bg {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s all ease-in;
	padding-bottom: 10%;
	background-size: cover;
	min-height: 215px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.single_img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.4s;
}

.single_img:hover {
	transition: 0.4s;
	transform: scale(1.2);
}

.single_cat {
	width: 100%;
	padding: 20px 0px 10px 0px;
}

.single_cat span {
	color: #000000;
	padding: 2px 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.single_cat a {
	margin-right: 10px;
	margin-bottom: 10px;
	background: #efefef;
	padding: 2px 10px;
	color: #767676;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	float: left;
	text-decoration: none;
}

.single_cat a:hover {
	color: #383838;
	background: #efefef;
}

.single_h2 {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ededed;
	line-height: 0.1em;
	font-size: 21px;
	float: left;
	margin: -13px 0px 40px 0px;
}

.single_h2 span {
	background: #fff;
	padding: 0 10px;
}

.margin-auto {
	margin: auto;
	width: fit-content;
}

.single_author_box {
	width: 100px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
}

.navbar-toggler-icon {
    font-size: 20px;
}

.single_author_margin {
	margin: 3rem 0;
	float: left;
}

.single_author_name a {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	FONT-WEIGHT: 500;
	margin: 10px 0px;
	color: #313131;
}

.single_author_name a:hover {
	color: #304ffe;
}

.single_author_description {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: justify;
	width: calc(100% - 125px);
	float: right;
}

.single_author_social {
	float: left;
	width: 100%;
	border-top: 1px solid #f5f5f5;
	padding-top: 10px;
}

.single_author_social a {
	float: left;
	width: auto;
	color: #313131;
	margin: 0px 5px;
}

.single_author_social a:hover {
	color: #304ffe;
}

.single_post {
	color: #6d6d6d;
}

.mt-6 {
	margin-top: 6rem!important;
}

/*=====================================
 Menu Burger
========================================*/
.burger-button-container {
    display: flex;
    height: 100%;
    width: 26px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.burger-button-container .burger-menu-button, .burger-button-container::before, .burger-button-container::after {
    display: block;
    position: absolute;
    height: 2px;
    width: 26px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.burger-button-container::before {
  content: '';
  margin-top: -8px;
}

.burger-button-container::after {
  content: '';
  margin-top: 8px;
}

/*=====================================
 End Menu Burger
========================================*/

/*=====================================
 Sidebar CSS
========================================*/

.sidebar ul, .sidebar ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dropdown-backdrop {
    position: static;
}


/*=====================================
 Comment Template CSS
========================================*/

.comments-area {
	margin-top: 30px;
}

.comments-area h2.comments-title {
	font-size: 25px;
	margin-bottom: 20px;
}

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

.comment-meta {
	margin-bottom: 20px;
}

.comment-meta a {
	color: #333;
	text-decoration: none;
}

.comment-meta img {}

.comment-author.vcard {
	position: relative;
	padding-left: 50px;
}

.comment-author.vcard img {
	position: absolute;
	left: 0;
	top: 5px;
}

.comment-metadata {
	margin-left: 50px;
}

.comments-area table {
	border-left: 1px solid #dddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.comments-area table td,
.comments-area table th {
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px;
}

.comments-area th {
	background: #278cc1;
	color: #fff;
}

.comments-area dd {
	margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
	padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
	padding-left: 15px;
}

.comment-reply-link {
	background: #262626;
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
}

.comment-list li.comment {
	margin-bottom: 30px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 30px;
}

.comment-metadata {
	font-size: 80%;
}

.comment-list li ol.children {
	padding-left: 50px;
	margin: 0;
	list-style: none;
	margin-top: 25px;
}

.comment-list li ol.children ol.children {
	padding-left: 20px;
}

.comment-list li.comment:last-child {
	border-bottom: 0px solid;
	padding-bottom: 0;
	margin-bottom: 0;
}

.comment-respond {
	margin-top: 30px;
}

.comment-notes {
	font-size: 90%;
	margin-bottom: 40px;
}

.comment-form label {
	display: block;
	margin-bottom: 10px;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	margin-bottom: 20px;
}

.comment-form input[type=submit] {
	width: auto;
}

.comment-form textarea {
	border: 1px solid #ededed;
}

.comment-form-author {
	float: left;
	width: 50%;
	padding-right: 10px;
}

.comment-form-email {
	float: left;
	width: 50%;
}

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

.wp-block-quote {
	border-left: 3px solid #ffb610;
	padding-left: 15px;
	margin: 20px 0px;
}
.wp-block-embed {
	text-align: center;
}

.single_post h1,.single_post h2,.single_post h3,.single_post h4,.single_post h5 {
	color: #282828;
}

.elementor-widget-container p {
	margin: 0;
}

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

	.single_author_box , .single_author_description, .single_author_social{
		width: 100%;
		text-align: center;
	}

	.single_author_social a {
		float: initial;
	}

}

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

	.article_style {
		margin: auto;
	}

	.header-logo-navbar img, .footer_bottom img {
		max-width: 170px;
	}

	.trp-ls-shortcode-current-language, .trp-ls-shortcode-language {
		width: auto!important;
	}

	.navbar-collapse ul {
		margin: 0px;
	}

	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
	}
	.background_image_hide {
		background-image: none!important;
	}

	.footer_top h1, .footer_top h2, .footer_top h3, .footer_top h4, .footer_top h5, .footer_top h6 {
		text-align: center;
	}
	.navbar-nav {
		justify-content: center;
		align-content: center;
		align-items: center;
	}

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

	#site-navigation ul li {
		width: 100%;
	}

	#site-navigation ul li a {
		width: 100%;
		text-align: center;
	}

	/* Widgets */

	.zplatform_widget_popular_posts h3 {
		font-size: 15px!important;
	}

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

	/* End Widgets */

}
@media (min-width: 768px) {
	.elementor-image-gallery .gallery-columns-3 .gallery-item {
		max-width: 100% !important;
	}
}

/* MISC */
.z-no-border-radius { border-radius: 0px !important; }
.z-card {  transition: all 500ms ease-in-out; }