/*
Theme Name: Enfold Settings
Description: Description: An extension theme for the Enfold WordPress theme. All customisations and modifications should be made here instead of the parent theme to ensure safe and seamless updates.
Version: 1.1
Author: Milan
Author URI: https://www.milanmedia.pro
Template: enfold
*/

@font-face {
    font-family: "Heading";
    src: url("/wp-content/fonts/h.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Text";
    src: url("/wp-content/fonts/text-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bold";
    src: url("/wp-content/fonts/text-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: 0.02em 0.02em 0 rgba(0, 0, 0, 0.05) !important;
}
h1, h2, h3, h4, h5, h6, .liteplugin-scheduled-articles__title {
    font-family: "Heading" !important;
    font-weight: 100 !important;
    letter-spacing: 0px !important;
}
.banner h1::after {
    content: ".";
    color: #db0000;
}
p, li, .avia-button, .minitext, .author_name, .slide-meta-time, .read-more-link, time, span.minitext, .read-more-link, label.isn-text {
    font-family: "text" !important;
    font-weight: 100 !important;
}
label.isn-text, #commentform label {
    font-size: 15px !important;
}
.avia-menu-text {
    font-family: "Heading" !important;
    font-weight: 100 !important;
}
.author_name {
	color: #000000 !important;
}
.commentlist li.bypostauthor .comment_text {
	border-left: 4px solid #d70000 !important;
	padding: 0px 0px 0px 10px !important;
	margin-top: 10px !important;
}


strong, b, .comment_author_name {
    font-family: "Bold";
    font-weight: 100 !important;
}


.banner {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    min-height: 390px !important;
	border-radius: 14px;
}
.banner-text {
    max-width: 750px;
}
.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
    border-radius: 14px !important;
}
.content, .sidebar {
    padding-top: 20px !important;
}

p a, aside a {
	text-decoration: underline dotted !important;
	text-decoration-thickness: 0.07em !important;
	text-decoration-color: #000000 !important;
    transition: all 0.2s ease;
	text-underline-offset: 0.12em;
}
p a:hover, aside a:hover {
    transition: all 0.2s ease;
	text-decoration-color: #db0000 !important;
}
.liteplugin-random-posts-list .liteplugin-random-post-item a {
	text-decoration: none !important;transition: all 0.2s ease;
}
.liteplugin-random-posts-list .liteplugin-random-post-item a:hover {
    text-decoration: underline dotted !important;transition: all 0.2s ease;
}

 #top .avia-button.avia-color-dark, #top .avia-button.avia-color-light {
	transition: all .2s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#top .avia-button.avia-color-dark {
	border: 3px solid #000 !important;
    color: rgba(0, 0, 0, 1.0) !important;
    border-color: rgba(0, 0, 0, 1.0) !important;
    background: 0 0;
	transition: all .2s ease;
}
#top .avia-button.avia-color-light {
    border: 3px solid #FFF !important;
    color: rgba(255, 255, 255, 1.0) !important;
    border-color: rgba(255, 255, 255, 1.0) !important;
    background: 0 0;
	transition: all .2s ease;
}
#top .avia-button.avia-color-dark:hover, #top .avia-button.avia-color-light:hover {
    opacity: 1.0 !important;
    transition: all .2s ease;
    color: #FFFFFF !important;
    background-color: #db0000 !important;
}

.avia-button {
	border-radius: 7px !important;
	font-size: 15px !important;
}
.avia-button.avia-size-medium {
	padding: 9px 25px 9px 20px !important;
    margin-top: 20px !important;
}



.wpulse a, .leave-a-tip-button {
	animation: wpulse-stepped-glow 3s ease-in-out infinite;
}
/* #top .leave-a-tip {
	box-sizing: border-box;
	margin: 40px 0 30px 0;
	padding: 35px 35px 30px 35px;
	background: #000;
	border-radius: 20px;
	color: #fff;
}*/
#top .leave-a-tip {
	box-sizing: border-box;
	clear: both;
	display: flow-root;
	float: none;
	width: 100%;
	margin: 40px 0 30px 0;
	padding: 35px 35px 30px 35px;
	background: #000;
	border-radius: 14px;
	color: #fff;
	position: relative;
	z-index: 1;
	margin-top: 40px;
}

#top .leave-a-tip *,
#top .leave-a-tip *::before,
#top .leave-a-tip *::after {
	box-sizing: border-box;
}
#top .leave-a-tip-text {
	color: #fff !important;
}
#top .leave-a-tip-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 200px;
	padding: 5px 25px 5px 20px;
	background: transparent !important;
	color: #fff !important;
	border: 2px solid #fff;
	border-radius: 7px;
	text-decoration: none !important;
	text-transform: uppercase;
	font-family: "Text";
	font-size: 15px;
}
#top .leave-a-tip-button, #top .leave-a-tip-button span {
	color: #fff !important;
}
.leave-a-tip-button {
	margin-top: 5px;
	margin-bottom: 5px;
}
#top .leave-a-tip-button:hover, #top .leave-a-tip-button:focus {
	background: #db0000 !important;
	color: #fff !important;
	border-color: #fff;
	text-decoration: none !important;
}
#top .leave-a-tip-button .tip-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
#top .leave-a-tip-button .tip-icon svg {
	display: block;
	width: 17px;
	height: auto;
	fill: currentColor;
}
#top .leave-a-tip > h3 {
	color: #db0000 !important;
	font-size: 24px !important;
}
#top .av-special-heading.av-linked-heading a {
	transition: all 0.2s ease;
}
#top .av-special-heading.av-linked-heading a:hover {
	color: #000000 !important;
	opacity: 1 !important;
	transition: all 0.2s ease;
}

@keyframes wpulse-stepped-glow {
	0%, 62%, 100% {
		box-shadow:
			0 0 0 0 rgba(255, 255, 255, 0);
	}

	70% {
		box-shadow:
			0 0 0 2px rgba(255, 255, 255, 0.35),
			0 0 0 7px rgba(255, 255, 255, 0.18),
			0 0 0 12px rgba(255, 255, 255, 0.09);
	}

	82% {
		box-shadow:
			0 0 0 6px rgba(255, 255, 255, 0.22),
			0 0 0 12px rgba(255, 255, 255, 0.10),
			0 0 0 22px rgba(255, 255, 255, 0);
	}
}
    .avia-content-slider {
	margin: 0 !important;
	}

@media only screen and (max-width: 790px) {
	#top .flex_column.banner {
		background-size: cover !important;
		background-position: top center !important;
        min-height: 540px !important;
	}
	.responsive #top #wrap_all .av-flex-cells .no_margin, .responsive #top #wrap_all .flex_column, .responsive #top .container .av-content-small {
        margin-top: 30px !important;
    }


}

/* COMMENTS */
.comment-form-url {
	visibility: hidden !important;
	display: none !important;
}
/* Hide duplicate "Leave a Reply" heading inside the form */
#top #respond #reply-title {
	display: none;
}

/* Space below your custom intro text */
#top .comment_container .minitext {
	display: block;
	margin-bottom: 32px;
}

/* Remove empty comment notes paragraph */
#top #commentform .comment-notes:empty {
	display: none;
}

/* Main comment form layout */
#top #commentform {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 36px;
	row-gap: 24px;
	max-width: 1120px;
	margin: 0;
}

/* Reset Enfold spacing/floats */
#top #commentform p {
	float: none !important;
	clear: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Full-width rows */
#top #commentform .comment-notes,
#top #commentform .comment-form-comment,
#top #commentform .comment-form-cookies-consent,
#top #commentform .form-submit {
	grid-column: 1 / -1;
}

/* Labels */
#top #commentform label {
	display: block !important;
	float: none !important;
	position: static !important;
	width: auto !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	text-align: left !important;
	font-weight: 700;
	line-height: 1.3;
}

/* Input fields */
#top #commentform input[type="text"],
#top #commentform input[type="email"],
#top #commentform input[type="url"],
#top #commentform textarea {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 14px 16px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
}

/* Comment textarea */
#top #commentform textarea {
	min-height: 220px;
	resize: vertical;
}

/* Focus state */
#top #commentform input[type="text"]:focus,
#top #commentform input[type="email"]:focus,
#top #commentform input[type="url"]:focus,
#top #commentform textarea:focus {
	outline: none;
	border-color: #000;
	background: #fff;
}

/* Submit button */
#top #commentform .form-submit input[type="submit"] {
	display: inline-block;
	width: auto !important;
	margin-top: 4px !important;
	padding: 12px 24px;
	border: 0;
	background: #000;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
}

#top #commentform .form-submit input[type="submit"]:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}

/* Mobile layout */
@media (max-width: 767px) {
	#top #commentform {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}
}
.av-buildercomment .av-buildercomment-unapproved {
    text-align: left !important;
}
.comment_content {
    margin: 0 !important;
	padding: 0 20px 0px 0 !important;
}
.entry-content-wrapper li {
    margin-left: 0em !important;
}
#top .featured-img {
	max-height: 300px;
	background: #000;
	border-radius: 14px;
	overflow: hidden;
}
#top .featured-img img {
	border-radius: 14px;
	display: block;
	max-height: 300px;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;

}
#top.page-id-233 .slide-meta-del,
#top.page-id-233 .slide-meta-comments,
#top.page-id-23 .slide-meta-del,
#top.page-id-23 .slide-meta-comments,
#top.home .slide-meta-del,
#top.home .slide-meta-comments {
	display: none !important;
}
#top .entry-content-header .slide-entry-title {
	font-size: 20px !important;
}
.article-image img.avia_image {
    border-radius: 14px;
}
/* Article image */
.article-image {
	background: #000000;
	height: 370px;
	line-height: 370px;
	overflow: hidden;
	text-align: center;
	border-radius: 14px;
}

.article-image img.avia_image {
	max-width: 100%;
	max-height: 370px;
	width: auto;
	height: auto;
	vertical-align: middle;
}

/* Tablet / smaller desktop */
@media (max-width: 1100px) {
	.article-image {
		height: 270px;
		line-height: 270px;
	}

	.article-image img.avia_image {
		max-height: 270px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.article-image {
		height: 200px;
		line-height: 200px;
	}

	.article-image img.avia_image {
		max-height: 200px;
	}
}

/* Small mobile */
@media (max-width: 420px) {
	.article-image {
		height: 170px;
		line-height: 170px;
	}

	.article-image img.avia_image {
		max-height: 170px;
	}
}
h3.wisdom {
	text-transform: uppercase;

}
.liteplugin-random-posts-list {
	margin: 0;
	padding-left: 1.2em;
}
.liteplugin-random-post-item {
	margin-bottom: 0.4em;
}
.liteplugin-random-post-date {
	display: block;
	font-size: 0.9em;
	opacity: 0.75;
}
.av-required-indicator {
	color: #db0000 !important;
}
p code, li code {
	display: inline-block;
	padding: 2px 6px;
	font-family: Consolas, Monaco, "Courier New", monospace !important;
	font-size: 0.95em;
	line-height: 1.4;
	color: #db0000;
	background: rgba(219, 0, 0, 0.08);
	border: 1px solid rgba(219, 0, 0, 0.22);
	border-radius: 4px;
	white-space: nowrap;
}
h3.miniheading {
	color: #db0000 !important;
}
#top #commentform .form-submit input[type="submit"] {
	border-radius: 7px;
    background: #000000;
	transition: all 0.2s ease;
	text-transform: uppercase;
	font-family: "Text" !important;
	font-weight: 400 !important;
	letter-spacing: 1px;
}
#top #commentform .form-submit input[type="submit"]:hover {
	background: #db0000;
	transition: all 0.2s ease;
}



.isfyi-scheduled-articles {
	margin: 0;
	padding: 0;
}

.isfyi-scheduled-articles article.isfyi-article p.isfyi-title {
	margin: 0 0 5px 0 !important;
	font-family: "Heading" !important;
	font-size: 19px;
	line-height: 1.1;

}

.isfyi-scheduled-articles .isfyi-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.isfyi-scheduled-articles .isfyi-item {
	list-style: none !important;
	margin: 0 0 15px 0 !important;
	padding: 0 0 10px 0 !important;
	border-bottom: 1px dotted #000000;
}

.isfyi-scheduled-articles .isfyi-item::marker {
	content: "" !important;
}

.isfyi-scheduled-articles .isfyi-item::before {
	display: none !important;
	content: none !important;
}

.isfyi-scheduled-articles .isfyi-title {
	margin: 0 0 7px 0;
	font-family: "Heading", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: #000;
}

.isfyi-scheduled-articles .isfyi-date-time, .isfyi-scheduled-articles .isfyi-time {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
	color: #777;
}

.isfyi-scheduled-articles .isfyi-date-label {
	margin-right: 4px;
}

.gravatar {
	margin-right: 15px;
}
