/*
Theme Name: News Digest
Theme URI: https://themearile.com/news-digest-theme/
Template: newsexo
Author: ThemeArile
Author URI: https://themearile.com
Description: News Digest is the ideal WordPress theme for blogs, magazines, news, and publishing websites. It has a unique design for a visually stunning layout that makes your content displays beautiful and easy to read for any media device. Even it is user-friendly, SEO-ready, effortlessly, lightweight, and optimized for top performance and Core Web Vitals. The theme is best suitable for news, newspapers, magazines, publishers, editors, news portals, personal blogs, news editorials, guides, journalism, travel blogs, niche blog, food blog, beauty blog, affiliate blog, multimedia blog, guest blogging and reviews websites. It also has flexible and versatile layouts enough for essential needs with unlimited colors, unlimited Google fonts, typography, responsive design, and Rtl language support. It is designed to be highly SEO-friendly that can help optimize your website on search engine performance, making it easier to find for potential visitors and the theme provides predefined beautiful demos that can be imported with one click in less time. News Digest also supports popular free and premium WordPress plugins such as Elementor, Yoast SEO, WooCommerce, Gutenberg, Contact Form 7, Jetpack, Google Analytics, and much more. Check the demo of News Digest Pro https://newsexo-pro-three.themearile.com/.
Version: 4.9
Tested up to: 6.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: news-digest
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, rtl-language-support, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
*/



/*!
Theme Name: NewsExo
Theme URI: https://themearile.com/newsexo-theme/
Author: ThemeArile
Author URI: https://themearile.com
Description: NewsExo is a clean, stylish, and, powerful WordPress theme for News Blog & Magazine websites. It has a unique design for a visually stunning layout that makes your content displays beautiful and easy to read for any media device. Even it is user-friendly, SEO-ready, effortlessly, lightweight, and optimized for top performance and Core Web Vitals. The theme is best suitable for news, newspapers, magazines, publishers, editors, news portals, personal blogs, dynamic news, business blogs, news editorials, guides, journalism, lifestyle blogs, travel blogs, niche blog, food blog, fashion magazine, beauty blog, affiliate blog, multimedia blog, guest blogging and reviews websites. It also has flexible and versatile layouts enough for essential needs with unlimited colors, unlimited Google fonts, typography, responsive design, and Rtl language support. It is designed to be highly SEO-friendly that can help optimize your website on search engine performance, making it easier to find for potential visitors and the theme provides predefined beautiful demos that can be imported with one click in less time. NewsExo also supports popular free and premium WordPress plugins such as Elementor, Yoast SEO, WooCommerce, Gutenberg, Contact Form 7, Jetpack, Google Analytics, and much more. Check the demo of NewsExo Pro https://newsexo-pro.themearile.com/.
Version: 6.0
Tested up to: WordPress 6.8
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newsexo
Tags: blog, news, photography, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, rtl-language-support, one-column, two-columns, full-width-template, sticky-post, right-sidebar, footer-widgets, grid-layout
*/

/*--------------------------------------------------------------
=>>	Common
--------------------------------------------------------------*/

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body,
button,
input,
select,
textarea {
	color: #767676;
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3,
h4, h5, h6 {
	clear: both;
	line-height: 1.5;
	margin: 0 0 1.875rem;
	color: #1f2024;
	font-weight: 600;
}
h1 { font-size: 2.0rem; /* 46px */ }
h2 { font-size: 1rem; /* 40px */ }
h3 { font-size: 1.0rem; /* 34px */ }
h4 { font-size: 1.0rem; /* 28px */ }
h5 { font-size: 0.9rem; /* 22px */ }
h6 { font-size: 0.7rem; /* 16px */ }

p { margin: 0 0 1.5rem; padding: 0; }
p:last-child { margin-bottom: 0rem; padding: 0; }

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

blockquote {
	background-color: #f4f4f5;
	font-size: 1.25rem;
	font-style: normal;
	margin: 0 0 1.6rem;
	overflow: hidden;
	position: relative;
	padding: 1.500rem !important;
	quotes: "" "";
	color: #1f2024;
	font-weight: 600;
}
blockquote p { position: relative; z-index: 1; margin: 0; }
blockquote cite { position: relative; z-index: 1; color: #767676 !important; font-size: 1.000rem; display: block; font-style: normal; font-weight: 600; margin-top: 0.5rem; }

q { quotes: "“" "”" "‘" "’"; }

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

blockquote:before {
	content: '\f10e';
    font-family: 'FontAwesome';
    color: rgba(0, 0, 0, 0.09);
    font-size: 9rem;
    line-height: normal;
    position: absolute;
    top: -5px;
    left: 35px;
    right: 0;
    margin: 0;
    z-index: 0;
}

a:focus {
	outline: none;
}

address { margin: 0 0 1.6rem; line-height: 1.7; font-style: italic;}
address i { 
	width: 25px;
	height: auto;
	margin-right: 0.313rem;
}

pre {
	background: #eee;
	color: #767676;
	font-size: 1.000rem;
	margin: 0 0 1.5rem;
	max-width: 100%;
	overflow: auto;
	padding: 1.6rem;
}

hr { background-color: #ebebeb; border: 0; opacity: 1; height: 1px; margin-bottom: 1.6rem; }

code, kbd, tt, var { font-size: 1.000rem; }

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

mark, ins { color: #ffffff; text-decoration: none; padding: 0.05rem 0.500rem; }

big { font-size: 125%; }

iframe { border: 0; }

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

#wrapper { background-color: #ffffff; margin: 0px auto; }



/*--------------------------------------------------------------
=>>	Theme Combined Classes
--------------------------------------------------------------*/

.container-full {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container-full {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container-full {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container-full {
		max-width: 1400px;
	}
}
body.custom-background #wrapper {
	background-color: transparent;
}
body.custom-background .blog-grid-view-post {
    background-color: transparent !important;
}

/*--------------------------------------------------------------
=>>	Forms
--------------------------------------------------------------*/

label { color: #1f2024; display: block; font-weight: 700; margin-bottom: 0.5rem; }
fieldset { margin-bottom: 1em; }
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: #1f2024;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #ebebeb !important;
	-webkit-border-radius: 0;
	border-radius: 0 !important;
	display: block;
	padding: 0.7rem 1rem;
	width: 100%;
    outline: 0;	
}
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: #1f2024;
}
select {
	border: 1px solid #ebebeb;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 3em;
	max-width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}
button,
input[type="button"],
input[type="submit"] {
	background-color: #fff;
    color: #1f2024;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 1.000rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.938rem 1.875rem;
    text-shadow: none;
    -webkit-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75rem 2rem;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #fff;
	letter-spacing: 1px;
}
button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color */
::-webkit-input-placeholder { color: #1f2024; }
:-moz-placeholder { color: #1f2024; }
::-moz-placeholder { color: #1f2024; }
:-ms-input-placeholder { color: #1f2024; }


/*--------------------------------------------------------------
=>>	Buttons
--------------------------------------------------------------*/

.btn-small { min-width: 10rem; font-size: 0.938rem; padding: 0.813rem 2.5rem; }
.btn-ex-small { min-width: 9rem; font-size: 1.000rem; padding: 0.563rem 2.188rem; }
.btn-small, .btn-ex-small {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    letter-spacing: 0;
    border-radius: 0;
    text-align: center;
    transition: .3s;
    font-weight: 600;
}

.btn-default { color: #ffffff; }
.btn-default:hover, .btn-default:focus { background: #ffffff; color: #1f2024; }

.btn-light { background: #ffffff; color: #1f2024; }
.btn-light:hover, .btn-light:focus { color: #ffffff; }

.btn-default-dark { color: #ffffff; }
.btn-default-dark:hover, .btn-default-dark:focus { background: #1f2024; color: #fff !important; }

.btn-border { background: #ffffff; color: #1f2024; }
.btn-border:hover, .btn-border:focus { color: #ffffff; }

.common-btn {
	background-color: transparent;
    color: #1f2024 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 1.000rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.938rem 1.875rem;
    text-shadow: none;
	text-decoration: none !important;
    -webkit-transition: 0.3s ease-in-out 0s !important;
    transition: 0.3s ease-in-out 0s !important;
}
.common-btn:hover, 
.common-btn:focus {
	background-color: transparent;
	text-decoration-color: unset !important;
	letter-spacing: 1px;
}


/*--------------------------------------------------------------
=>> Lists
--------------------------------------------------------------*/

ul, ol { margin: 0 0px 1.5rem 1.125rem; padding: 0; }
ul { list-style: disc; }
ol { list-style: decimal; }
li > ul, li > ol { margin-bottom: 0; margin-left: 1.6rem; }
dt { font-weight: 700; }
dd { margin: 0 1.6rem 1.6rem; }


/*--------------------------------------------------------------
=>> Tables
--------------------------------------------------------------*/

table { background-color: #fff; margin: 0 0 1.5rem; width: 100%; word-wrap: break-word; }
table thead th { border-bottom: 2px solid #bbb; padding-bottom: 0.5em; }
table th { padding: 0.5rem; text-align: left; color: #1f2024; }
table td { padding: 0.5rem; color: #767676; }
table th, table td, 
.wp-block-table td, 
.wp-block-table th { 
	border: 1px solid #ebebeb; 
}
table thead th {
	border-bottom: 2px solid #ebebeb; 
}
.wp-block-table thead {
    border-bottom: 3px solid #ebebeb;
}
.wp-block-table tfoot {
    border-top: 3px solid #ebebeb;
}
table caption, 
.wp-block-table .wp-element-caption, 
.wp-block-calendar caption {
	background-color: #1f2024;
    color: #ffffff;
    caption-side: top;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/*--------------------------------------------------------------
=>> Links
--------------------------------------------------------------*/

a { color: #1f2024; text-decoration: none; transition: 0.3s; }
a:focus { outline: thin dotted; text-decoration: none; }
a:hover, a:active { color: #1f2024; outline: 0; }


/*--------------------------------------------------------------
=>> Search Popup Box For Header
--------------------------------------------------------------*/

.theme-search-block {
	padding-left: 0.938rem;
    line-height: 3.125;
	float: right;
}
.theme-search-block a {
	font-size: 1rem;
}
.navbar.navbar-dark .theme-search-block > a {
	color: #fff;	
}

#search-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 5, 10, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
	z-index: 3;
}
#search-popup.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
#search-popup input[type="search"] {
    position: absolute;
    top: 50%;
	left: 0;
	right: 0;
    width: 55%;
    color: #fff;
    background: rgba(0, 0, 0, 0.3) !important;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    border: 0;
	margin-left: auto;
	margin-right: auto;
    margin-top: -3.188rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    outline: none;
}
#search-popup input[type="search"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.7); }
#search-popup input[type="search"]:-moz-placeholder { color: rgba(255, 255, 255, 0.7); }
#search-popup input[type="search"]::-moz-placeholder { color: rgba(255, 255, 255, 0.7); }
#search-popup input[type="search"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.7); }
#search-popup .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 2.5rem;
    margin-left: -7.513rem;
    font-size: 1rem;
    padding: 0.938rem 5.5rem;
    border-radius: 0;
    text-align: center;
    transition: .3s;
    font-weight: 600;
    text-transform: uppercase;
}
#search-popup .btn:hover, 
#search-popup .btn:focus {
	background-color: #fff;
	color: #1f2024;
}
#search-popup .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #1f2024;
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
	padding: 0.625rem 1.063rem;
	font-size: 2.5rem;
}
@media (max-width: 991px) {
	.theme-search-block.desk-view {
		display: none;
		visibility: none;
	}
	.theme-search-block {
		float: none;
		padding-left: 0;
	}
}
@media (min-width: 992px) {
	.theme-search-block.mobile-view {
		display: none;
		visibility: none;
	}
}
/*Serch Form for entry-content*/
#searchform.input-group {
	padding: 4px;
}
#searchform.input-group .btn {
	background-color: #fff;
	color: #1f2024;
	font-weight: 600;
	padding: 0.75rem 1.25rem;
    border-radius: 0;	
}
#searchform.input-group .btn:hover {
	color: #fff;
	letter-spacing: 0;
}


/*--------------------------------------------------------------
=>> Header Contact Details
--------------------------------------------------------------*/

.site-header {
	background: #f4f4f5;
	padding: 0;
	min-height: 40px;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.site-header .widget {
    color: #2c2f34;
    box-shadow: none;
    padding: 0;
	margin: 0;
}
.site-header .widget:last-child {
	margin: 0;
}
.head-contact-info {
	padding: 0.313rem 0 0.313rem;
	margin: 0px;
	display: block;
}
.head-contact-info li {
	display: inline-block;
    margin: 0;
	padding-top: 0.213rem;
	padding-bottom: 0.213rem;
    padding-right: 0.400rem;
    color: #2c2f34;
    font-size: 0.938rem;
	position: relative;
	font-weight: 500;
}
.head-contact-info li:last-child { padding-right: 0; }
.head-contact-info li a, .head-contact-info li a:hover, .head-contact-info li a:focus { color: #2c2f34; }
.head-contact-info i { padding-right: 0.325rem; padding-left: 0.063rem; }
.head-contact-info li span.newsexo-time { 
	display: unset;
	border: none;
	color: #fff;
	padding: 0.125rem 0.625rem;
	border-radius: 2px;
}
.head-contact-info li span.newsexo-time:before {
	font-family: "Font Awesome 6 Free";
    content: "\f017";
	padding-right: 0.325rem;
	font-weight: 500;
}

@media (max-width: 768px) { 
	.site-header { padding: 0.875rem 0; }
	.head-contact-info { text-align: center; }
	.custom-social-icons { text-align: center; }
	.custom-social-icons li { padding: 0; }
}
@media (max-width: 500px) { 
	.head-contact-info li { display: block; padding-right: 0; }
	.head-contact-info li::after { display: none; }
}
@media (min-width: 768px) {
	.site-header .widget .custom-social-icons { float: right; }
}


/*--------------------------------------------------------------
=>> Social Icons
--------------------------------------------------------------*/

.custom-social-icons { margin: 0; padding: 0.313rem 0; }
.custom-social-icons li { display: inline-block; padding: 0.313rem 0.28125rem; }
.custom-social-icons li a.fa-square-facebook { color: #4268aa; }
.custom-social-icons li a.fa-square-twitter { color: #31abdd; }
.custom-social-icons li a.fa-google-plus { color: #d25132; }
.custom-social-icons li a.fa-linkedin { color: #0073ad; }
.custom-social-icons li a.fa-skype { color: #3da6de; }
.custom-social-icons li a.fa-dribbble { color: #e04b85; }
.custom-social-icons li a.fa-square-youtube { color: #db1b1c; }
.custom-social-icons li a.fa-vimeo-square { color: #00adef; }
.custom-social-icons li a.fa-pagelines { color: #135da8; }
.custom-social-icons li a.fa-square-instagram { color: #bc2a8d; }
.custom-social-icons li a.fa-square-instagram { color: #bc2a8d; }
.custom-social-icons li > a:before { display: none; }
.custom-social-icons li > a {
	font-size: 1.4rem;
	line-height: 1;
	transition: all 0.3s;
	display: block;
	border-radius: 0;
    cursor: pointer;
	box-shadow: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.custom-social-icons li a i { padding: 0; }
.custom-social-icons .followus {
	font-size: 1rem;
    font-weight: 500;
    position: relative;
    padding-right: 40px;
    margin-right: 1.25rem;
    line-height: 1;
}
.custom-social-icons .followus:before {
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    width: 30px;
    height: 1px;
    opacity: .5;
}
.custom-social-icons .followus:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 14px;
    width: 15px;
    height: 1px;
    opacity: .5;
}


/*--------------------------------------------------------------
=>> Site Branding & Advertisement
--------------------------------------------------------------*/

.logo-banner {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	position: relative;
}
.logo-banner-overlay::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .90);
	z-index: 0;
}
.site-branding .site-title {
	margin: 0;
	line-height: 1.2;
	font-weight: 700;
}
.site-logo, 
.site-branding,  
.site-advertisement {
	position: relative;
}
.logo-banner .col-lg-12 .site-logo img.custom-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.logo-banner .col-lg-12 .site-branding {
	text-align: center;
}
@media (max-width: 991px){
	.site-advertisement {
		margin-top: 1.5rem;
	}
}
@media (max-width: 768px){
	.site-branding {
		text-align: center;
	}
	.site-logo .custom-logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.site-advertisement {
		margin-top: 1.3rem;
	}
}
@media (min-width: 100px) and (max-width: 1150px) {
	.site-logo img.custom-logo {
		max-width: 100% !important;
	}
}


/*--------------------------------------------------------------
=>> Trending News Top Marqueee Area
--------------------------------------------------------------*/

.trending-news-area {
	margin-top: 0;
}
.trending-news-col { 
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	min-height: 43px;
	margin: 1.875rem auto 0px;
	background-color: #fff;
	border: 1px solid #ebebeb;
}
.trending-news-col .news-content-area { 
	background: #fff;
    padding-left: 0.938rem;
    padding-right: 0.313rem;
    width: 80.5%;
    display: inline-block;
}
.trending-news-col .news-content-area marquee { 
	font-size: 1rem;
	display: flex;
}
.trending-news-col .heading { 
	position: relative;
	display: inline-block;
	width: 19%;
}
.trending-news-col .heading h5 { 
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 0.313rem 1.25rem;
	margin: 0;
	position: relative;
}
.trending-news-col .heading h5:before {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.trending-news-col .heading h5 i { 
	padding-left: 0.313rem;
}
.trending-news-col .trending-news-content a {
	display: inline-block;
	padding-right: 2.5rem; 
	transition: 0.3s;
}
.trending-news-col .trending-news-content a img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 0.313rem;
}
.trending-news-col .trending-news-content a h6 {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	transition: 0.3s;
}
@media (max-width: 1299.98px) {
	.trending-news-col .heading {
		width: 23%;
	}
	.trending-news-col .news-content-area {
		width: 76.5%;
	}
}
@media (max-width: 1199.98px) {
	.trending-news-col .heading {
		width: 25%;
	}
	.trending-news-col .news-content-area {
		width: 74.5%;
	}
}
@media (max-width: 1099.98px) {
	.trending-news-col .heading {
		width: 30%;
	}
	.trending-news-col .news-content-area {
		width: 70%;
	}
}
@media (max-width: 991px) {
	.trending-news-col .heading {
		width: 100%;
		text-align: center;
	}
	.trending-news-col .news-content-area {
		width: 100%;
		padding-left: 0.938rem;
		padding-right: 0.938rem;
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}
	.trending-news-col .heading h5:before {
		display: none;
	}
}


/*--------------------------------------------------------------
=>> News Section Title & View All Button
--------------------------------------------------------------*/

.news-section-title {
	display: flex !important;
    flex-wrap: wrap !important;
    position: relative !important;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0;
	margin: 0 0 1.875rem;
}
.news-section-title .f-heading {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0.313rem 1.25rem;
	margin: 0;
	position: relative;
}
.news-section-title .f-heading:before {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.widget:nth-child(1) .col-12 .news-section-title .f-heading {
	background-color: #0263D0;
}
.widget:nth-child(1) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #0263D0;
}
.widget:nth-child(2) .col-12 .news-section-title .f-heading {
	background-color: #56ca71;
}
.widget:nth-child(2) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #56ca71;
}
.widget:nth-child(3) .col-12 .news-section-title .f-heading {
	background-color: #9c27b0;
}
.widget:nth-child(3) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #9c27b0;
}
.widget:nth-child(4) .col-12 .news-section-title .f-heading {
	background-color: #0e98d6;
}
.widget:nth-child(4) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #0e98d6;
}
.widget:nth-child(5) .col-12 .news-section-title .f-heading {
	background-color: #ff184e;
}
.widget:nth-child(5) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #ff184e;
}
.widget:nth-child(6) .col-12 .news-section-title .f-heading {
	background-color: #1f2024;
}
.widget:nth-child(6) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #1f2024;
}
.widget:nth-child(7) .col-12 .news-section-title .f-heading {
	background-color: #1AB7EA;
}
.widget:nth-child(7) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #1AB7EA;
}
.widget:nth-child(8) .col-12 .news-section-title .f-heading {
	background-color: #6610f2;
}
.widget:nth-child(8) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #6610f2;
}
.widget:nth-child(9) .col-12 .news-section-title .f-heading {
	background-color: #224B7A;
}
.widget:nth-child(9) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #224B7A;
}
.widget:nth-child(10) .col-12 .news-section-title .f-heading {
	background-color: #664d03;
}
.widget:nth-child(10) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #664d03;
}
.widget:nth-child(11) .col-12 .news-section-title .f-heading {
	background-color: #4267B2;
}
.widget:nth-child(11) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #4267B2;
}
.widget:nth-child(12) .col-12 .news-section-title .f-heading {
	background-color: #00AB6C;
}
.widget:nth-child(12) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #00AB6C;
}
.widget:nth-child(13) .col-12 .news-section-title .f-heading {
	background-color: #C53181;
}
.widget:nth-child(13) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #C53181;
}
.widget:nth-child(14) .col-12 .news-section-title .f-heading {
	background-color: #0274B3;
}
.widget:nth-child(14) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #0274B3;
}
.widget:nth-child(15) .col-12 .news-section-title .f-heading {
	background-color: #664d03;
}
.widget:nth-child(15) .col-12 .news-section-title .f-heading:before {
	border-left: 15px solid #664d03;
}
.view-all-btn {
	display: inline-block;
    float: right;
    padding: 0.063rem 0.75rem 0.063rem 0.75rem;
    font-weight: bold;
    margin: 0.375rem 0.625px 0.375rem 0.375rem;
    background-color: transparent;
    font-size: 0.9375rem;
    border: 1px solid #1f2024;
}
.view-all-btn:hover, 
.view-all-btn:focus {
	color: #fff;
}

/*--------------------------------------------------------------
=>> Featured News Section
--------------------------------------------------------------*/

.featured-news-section { margin: 0; padding: 1.563rem 0 1.563rem; width: 100%; }
.featured-news-section .news-section-title .f-heading {
	background-color: #d40004;
}
.featured-news-section .news-section-title .f-heading:before {
    border-left: 15px solid #d40004;
}


/*--------------------------------------------------------------
=>> Big News Section - Featured News
--------------------------------------------------------------*/

.big-news-section { margin: 0; padding: 1.875rem 0 1.563rem; width: 100%; }

.post.overlay-news-area { margin-bottom: 0; }
.big-news-section #news-slider .post.overlay-news-area .post-thumbnail {
	min-height: 448px;
}
.big-news-section .post.overlay-news-area .post-thumbnail {
	background: rgb(228,228,228);
	background: linear-gradient(0deg, rgba(228,228,228,1) 0%, rgba(151,159,167,1) 80%);
	min-height: 220px;
}

@media screen and (min-width: 1050px) and (max-width: 1290px) { 
    .big-news-section .post.overlay-news-area .post-thumbnail {
		min-height: 177px;
	}
	.big-news-section #news-slider .post.overlay-news-area .post-thumbnail {
		min-height: 361px;
	}
}
@media screen and (min-width: 991px) and (max-width: 1050px) { 
    .big-news-section .post.overlay-news-area .post-thumbnail {
		min-height: 166px;
	}
	.big-news-section #news-slider .post.overlay-news-area .post-thumbnail {
		min-height: 338px;
	}
}
@media screen and (min-width: 768px) and (max-width: 990px) { 
    .big-news-section #news-slider .post.overlay-news-area .post-thumbnail {
		min-height: 380px;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) { 
    .big-news-section #news-slider .post.overlay-news-area .post-thumbnail {
		min-height: 368px;
	}
}
@media screen and (min-width: 500px) and (max-width: 600px) { 
    .big-news-section #news-slider .post.overlay-news-area .post-thumbnail {
		min-height: 335px;
	}
}
@media screen and (min-width: 415px) and (max-width: 500px) { 
    .big-news-section #news-slider .post.overlay-news-area .post-thumbnail {
		min-height: 280px;
	}	
	.big-news-section #news-slider .post.overlay-news-area .entry-header .entry-title {
		font-size: 1.5rem;
	}	
}
@media screen and (min-width: 360px) and (max-width: 415px) { 
    .big-news-section #news-slider .post.overlay-news-area .post-thumbnail {
		min-height: 237px;
	}	
	.big-news-section #news-slider .post.overlay-news-area .entry-header .entry-title {
		font-size: 1.4rem;
	}	
}
@media screen and (min-width: 300px) and (max-width: 360px) { 
    .big-news-section #news-slider .post.overlay-news-area .post-thumbnail {
		min-height: 190px;
	}	
	.big-news-section #news-slider .post.overlay-news-area .entry-header .entry-title {
		font-size: 1.2rem;
	}	
}

/*This media for hide entry-meta two in ipads, tablets*/
@media screen and (min-width: 992px) and (max-width: 1150px) { 
	.overlay-news-area .entry-header .entry-title {
		margin-bottom: 0 !important;
	}
    .overlay-news-area .entry-meta.align-self-center {
		display: none;
	}
}
.overlay-news-area .post-thumbnail .img-block {
    position: relative;
    display: block;
    overflow: hidden;
}
.overlay-news-area .post-thumbnail .img-block:before {
    content: '';
    background: linear-gradient(0deg,rgba(0,0,0,0.7),rgba(0,0,0,0) 70%,rgba(0,0,0,0));
}
.overlay-news-area .post-thumbnail .img-block:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: 1;
}
.overlay-news-area .post-content {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
    padding: 1.5625rem 1.25rem 0.9375rem;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.overlay-news-area .post-thumbnail:hover .post-content {
	bottom: 7px;
}
.overlay-news-area .entry-header .entry-title {
	line-height: 1.2;
	font-weight: 700;
	margin-top: -0.25rem;
	margin-bottom: 0.938rem;
	transition: all 200ms ease-out;
}
.overlay-news-area .entry-header .entry-title a {
	text-decoration: underline 0.10em transparent;
	transition: text-decoration-color 300ms;
	color: #fff;
}
.overlay-news-area .entry-header .entry-title a:hover, 
.overlay-news-area .entry-header .entry-title a:focus {
	color: #fff;
}
.overlay-news-area .entry-meta a, 
.overlay-news-area .entry-meta > span i {
	color: #fff;
	text-decoration: underline 0.10em transparent;
	transition: text-decoration-color 300ms;
}
.overlay-news-area .entry-meta a:hover, 
.overlay-news-area .entry-meta a:focus {
	color: #fff;
}


/*--------------------------------------------------------------
=>> Grid View News Section
--------------------------------------------------------------*/

.blog-grid-view-post {
	margin: 0;
	padding: 1.563rem 0 1.25rem;
}
.grid-view-news-area .post-content {
	padding: 1.5625rem 0rem 0rem;
}
.grid-view-news-area .entry-header .entry-title {
	line-height: 1.3;
	font-weight: 700;
	margin-top: -0.25rem;
	margin-bottom: 0.938rem;
	transition: all 200ms ease-out;
}
.grid-view-news-area .entry-header .entry-title a {
	text-decoration: underline 0.10em transparent;
	transition: text-decoration-color 300ms;
	color: #1f2024;
}
.grid-view-news-area .entry-meta a, 
.grid-view-news-area .entry-meta > span i {
	color: #878e94;
	text-decoration: underline 0.10em transparent;
	transition: text-decoration-color 300ms;
}
.grid-view-news-area .entry-meta a:hover, 
.grid-view-news-area .entry-meta a:focus {
	color: #878e94;
}
.post.grid-view-news-area ul.wp-block-rss {
	list-style: disc;
}

/*--------------------------------------------------------------
=>> List View News Section
--------------------------------------------------------------*/

.blog-list-view-post {
	margin: 0;
	padding: 1.563rem 0 1.25rem;
}
.list-view-news-area .post {
	border: none;
    padding: 0;
    margin: 0 0 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.list-view-news-area .post .post-thumbnail {
    margin: 0 1.563rem 0 0;
}
.list-view-news-area .post .post-thumbnail img { 
	object-fit: cover;
	width: 100%; 
	opacity: 1; 
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1000ms cubic-bezier(.215,.610,.355,1);
	-moz-transition: all 1000ms cubic-bezier(.215,.610,.355,1);
	transition: all 1000ms cubic-bezier(.215,.610,.355,1);
}
.list-view-news-area .post:hover .post-thumbnail img {
	-webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.list-view-news-area .post .post-content {
	padding: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}
.list-view-news-area .entry-header .entry-title {
	line-height: 1.3;
	font-weight: 700;
	margin-top: -0.25rem;
	margin-bottom: 0.938rem;
	transition: all 200ms ease-out;
}
.list-view-news-area .entry-header .entry-title a {
	text-decoration: underline 0.10em transparent;
	transition: text-decoration-color 300ms;
	color: #1f2024;
}
.list-view-news-area .entry-meta a, 
.list-view-news-area .entry-meta > span i {
	color: #878e94;
	text-decoration: underline 0.10em transparent;
	transition: text-decoration-color 300ms;
}
.list-view-news-area .entry-meta a:hover, 
.list-view-news-area .entry-meta a:focus {
	color: #878e94;
}
.container-full .list-view-news-area .post .post-thumbnail {
    width: 450px;
}
.container .list-view-news-area .post .post-thumbnail {
    width: 415px;
}
@media (min-width: 991.98px) and (max-width: 1200px) {
	.container-full .list-view-news-area .post .post-thumbnail {
		width: 350px;
	}
	.container .list-view-news-area .post .post-thumbnail {
		width: 315px;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.container-full .list-view-news-area .post .post-thumbnail, 
	.container .list-view-news-area .post .post-thumbnail {
		width: 100%;
		margin: 0;
	}
	
	.list-view-news-area .post {
		display: block;
	}
	.list-view-news-area .post .post-content {
		padding-top: 1.5625rem;
	}
}

/* Below News Content for All Posts*/
.post {  
	transition: all 0.3s;
	word-break: break-word;
}
.entry-content { padding-top: 0.438rem; }
.post .post-thumbnail { position: relative; overflow: hidden; margin: 0; }
.post .post-thumbnail img { 
	width: 100%; 
	opacity: 1; 
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1000ms cubic-bezier(.215,.610,.355,1);
	-moz-transition: all 1000ms cubic-bezier(.215,.610,.355,1);
	transition: all 1000ms cubic-bezier(.215,.610,.355,1);
}
.post:hover .post-thumbnail img {
	-webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}


/*--------------------------------------------------------------
=>> All Blog Posts Common Classes for Spacing
--------------------------------------------------------------*/

.mb-space-50 {
	margin-bottom: 3.125rem;
}
.mb-space-20 {
	margin-bottom: 1.25rem;
}
.post.grid-view-news-area { 
	margin-bottom: 1.875rem; 
}
.pb-space-25 {
	padding-bottom: 1.563rem;
}
.pb-space-50 {
	padding-bottom: 3.125rem;
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.post.overlay-news-area { 
		margin-bottom: 1.875rem; 
	}
	.mb-space-50 {
		margin-bottom: 1.25rem;
	}
}


/*--------------------------------------------------------------
=>> Blog Meta
--------------------------------------------------------------*/

.entry-meta { font-weight: 500; font-size: 0.938rem; margin: 0 0 0.60rem; }
.entry-meta.meta-two { margin-bottom: 0; }
.entry-meta > span { color: #878e94; display: inline-block !important; margin: 0 0.938rem 0 0 !important; border: none !important; }
.entry-meta > span i { margin-right: 0.438rem; }
.entry-meta a { color: #878e94; padding: 0; display: inline-block; }
/*Meta Avatar*/
.entry-meta .avatar-default {
	width: 25px !important;
	height: 25px;
	display: inline-block !important;
	border-radius: 100%;
	object-fit: cover;
	max-width: 100%;
    border: none;
    box-shadow: none;
	margin-right: 0.438rem;
	margin-top: -0.063rem;
	transform: unset !important;
}
/*Meta Category*/
.entry-meta .cat-links a { 
	text-align: center;
	text-decoration: none;
	outline: 0; 
	line-height: 1.3; 
	transition: 0.5s; 
}
.entry-meta .cat-links .links-bg:before { 
    display: none; 
}
.entry-meta .cat-links.links-space {
	padding: 0 0.313rem;
}
.entry-meta .cat-links .links-bg {
	color: #fff;
	text-transform: uppercase;
	background: #56ca71;
	padding: 0.188rem 0.75rem;
	transform: skew(-21deg);
	font-weight: 600;
	margin: 0 0 0.25rem 0;
	border-radius: 3px;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.entry-meta .cat-links .links-bg:hover {
	box-shadow: rgba(50, 50, 93, 0.10) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px, rgba(10, 37, 64, 0.20) 0px -2px 6px 0px inset; 
	color: #fff;
}
.entry-meta .cat-links .links-bg > span {
    display: inline-block;
    transform: skew(21deg);
	border: none;
    margin: 0;
}
.entry-meta .cat-links .links-bg:nth-child(1) {
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(2) {
	background: #d40004;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(3) {
	background: #1f2024;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(4) {
	background: #56ca71;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(5) {
	background: #9c27b0;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(6) {
	background: #0263D0;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(7) {
	background: #ff184e;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(8) {
	background: #495057;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(9) {
	background: #198754;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(10) {
	background: #58151c;
	color: #fff;
}
/*Meta Tags*/
.entry-meta .tag-links a {
	color: #fff;
    font-size: 0.875rem;
    display: inline-block;
    padding: 0.1875rem 0.9375rem;
    margin: 0 0.250rem 0.250rem 0;
	text-decoration: unset;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	border-radius: 1px;
}
.entry-meta .tag-links a:hover, 
.entry-meta .tag-links a:focus {
    background-color: #1f2024;
    border: 1px solid #1f2024;
    color: #fff !important;	
}
.entry-meta .tag-links::before, 
.entry-meta .tag-links a:after { 
	display: none; 
}
.entry-meta .tag-links a:before {
	font-family: fontAwesome;
	content: "\f02b";
	padding-right: 0.313rem;
} 
/*Edit Link*/
body.page-template-fullwidth .blog-grid-view-post,
body.page-template-default .blog-grid-view-post {
	margin-bottom: 3.125rem;
}
body.page-template-fullwidth .blog-grid-view-post .post:first-child,
body.page-template-default .blog-grid-view-post .post:first-child {
	margin-bottom: 1.875rem;
}
.edit-link {
	background-color: #fff; 
	line-height: 1.4; 
	margin: 1.5rem 0 0; 
	padding: 0.25rem 0.938rem 0.25rem 0.938rem; 
	display: inline-block; 
}
.edit-link .post-edit-link { font-weight: 700; color: #1f2024; }
.edit-link .post-edit-link:hover { text-decoration: underline; }
.edit-link i.fa-edit { padding-right: 0.313rem; }
@media (max-width: 767px) {
	.edit-link {
		margin-bottom: 1.875rem; 
	}
}

/*More Link*/
.more-link {
	transition: all .3s ease !important;
    padding: 0.25rem 0.938rem 0.25rem 0.938rem;
    font-weight: bold;
	text-decoration: none !important;
	display: inline-block;
    margin: 0;
    background-color: #fff;
	color: #1f2024 !important;
	text-transform: uppercase;
    font-size: 0.9375rem;
}
.more-link:hover, .more-link:focus {
	background-color: #fff;
	letter-spacing: 1px;
}
/*Pagination*/
.pagination { margin: 0 0 1.875rem; display: block; padding: 0; text-align: center; }
.pagination a {
	background-color: #f4f4f5; 
	border: 1px solid #f1f1f1; 
	color: #1f2024;
	cursor: pointer;
	display: inline-block;
	line-height: 1.5;
	font-weight: 600;
	transition: all 0.3s ease 0s;
	font-size: 1.125rem;
	border-radius: 0px;
	margin: 0 0.063rem 0.325rem;
	padding: 0.625rem;
	vertical-align: baseline;
	white-space: nowrap;
	width: 3.125rem;
	height: 3.125rem;
}
.pagination a:hover, .pagination a.active { color: #fff; }
.pagination .nav-links .page-numbers.current { color: #fff; }
.navigation.pagination .nav-links .page-numbers, 
.navigation.pagination .nav-links a {
	border: 1px solid #f1f1f1; 
	cursor: pointer;
	display: inline-block;
	line-height: 1.5;
	font-weight: 600;
	transition: all 0.3s ease 0s;
	font-size: 1.125rem;
	border-radius: 0px;
	margin: 0 0.063rem 0.325rem;
	padding: 0.625rem;
	vertical-align: baseline;
	white-space: nowrap;
	width: 4.125rem;
	height: 3.125rem;
}


/*--------------------------------------------------------------
=>> Blog Single
--------------------------------------------------------------*/

.entry-content a {
	text-decoration: underline;
	text-underline-offset: 0.3rem;
	outline: none;
	font-weight: 600;
}
.entry-content a:hover, 
.entry-content a:focus {
	text-decoration-style: dotted;
}
.single-news-area {
	padding-top: 30px;
}
.single-news-area .post .post-thumbnail {
	padding-top: 0.9375rem;
}
.single-news-area .sidebar .post .post-thumbnail {
	padding-top: 0;
}
/*Blog Author*/
.post-author-area {
	background-color: #f4f4f5;
	border: 1px solid #f4f4f5;
    border-radius: 1px;
    transition: all 0.5s;
    padding: 1.563rem 1.375rem 2.000rem; 
	border: none;
    margin: 0 0 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.post-author-area .avatar { 
	margin: 0 1.875rem 0 0; 
	height: 9.375rem; 
	width: 9.375rem; 
	position: relative; 
	overflow: hidden; 
}	
.post-author-area .author-content {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.post-author-area .author-content .author-name { 
	margin-bottom: 0.938rem; 
}
.post-author-area .custom-social-icons { 
	padding: 0; 
}
.post-author-area .custom-social-icons li {
    padding: 0 0.3125rem 0.1875rem 0;
}
@media (max-width: 768px) {
	.post-author-area .custom-social-icons {
		text-align: left;
	}
}
.post-author-area .author-content .author-name a { 
	text-decoration: underline 0.1em transparent;
    transition: text-decoration-color 300ms;
}
.post-author-area .author-content p a { 
	text-decoration: underline 0.1em transparent;
    transition: text-decoration-color 300ms;
}

/*Related Posts*/
.related-posts .post.grid-view-news-area .post-thumbnail {
	padding-top: 0;
}
/*Comments*/
.theme-comment-area { 
	background-color: #ffffff; 
	margin: 0 0 3rem;
	padding: 0; 
}
.comment-box { 
	margin: 0; 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;  
}
.comment-avatar { 
	margin-right: 1.875rem; 
	position: relative;
	overflow: hidden; 
	width: 5.3125rem; 
	height: 5.3125rem; 
	border-radius: 50%!important; 
}
.comment-content-area {     
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.comment-detail {
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 2.000rem;
	padding-bottom: 1.25rem; 
}
.comment-detail-title { margin: 0 0 0.625rem; }
.comment-date { font-size: 0.875rem; color: #878e94; font-weight: 400; margin-left: 1.25rem; }
.reply a {
	background-color: #fff;
    color: #1f2024;	
	display: inline-block;
    padding: 0.063rem 0.75rem 0.063rem 0.75rem;
    font-weight: 600;
    margin: 0;
    font-size: 0.9375rem;
	transition: 0.3s ease-in-out 0s;
}
.reply a:hover, .reply a:focus { 
	background-color: #fff;
	letter-spacing: 1px;
}
h3.comment-reply-title { font-size: unset; }
/*Comment Form*/
.comment-form { margin-bottom: 3.125rem; }
.comment-form label {
    display: inline-block;
}
.comment-form .required, 
.comment-form .required-field-message, 
.comment-form .required-field-message .required {
    display: inline-block;
	border: none;
	margin: 0;
}
.logged-in-as {
	margin-bottom: 1.5rem;
}
.logged-in-as a {
    transition: text-decoration-color 300ms;
    color: #1f2024;
	font-weight: 600;
}

/*--------------------------------------------------------------
=>> Owl Slider Next - Prev Buttons
--------------------------------------------------------------*/

#news-slider.owl-carousel .owl-prev, 
#news-slider.owl-carousel .owl-next { 
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.1); 
	border: 1px solid #fff;
	opacity: 0.3;
	color: #fff; 
	font-size: 1.000rem; 
	line-height: 1.7;  
	padding: 0 !important;
	margin: 0px;
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px; 
	border-radius: 1px;
	position: absolute;
    top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
	text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#news-slider.owl-carousel .owl-prev { 
	right: 45px; 
} 
#news-slider.owl-carousel:hover .owl-prev,
#news-slider.owl-carousel:hover .owl-next { 
	opacity: 1; 
}
#news-slider.owl-carousel .owl-prev:hover, 
#news-slider.owl-carousel .owl-prev:focus, 
#news-slider.owl-carousel .owl-next:hover, 
#news-slider.owl-carousel .owl-next:focus { 
	background-color: rgba(0, 0, 0, 0.2); 
	color: #fff;
}


/*--------------------------------------------------------------
=>> Mixed Classes
--------------------------------------------------------------*/

.bg-white { background-color: #fff !important; }
.bg-grey { background-color: #f0f1f3 !important; }
.text-dark { color: #1f2024 !important; }
.text-grey { color: #878e94 !important; }
@media (min-width: 768px) { 
	.s-l-space { padding-left: 0.625rem; } 
	.s-r-space { padding-right: 0.625rem; } 
	.w-9 { width: 90%; } 
}


/*--------------------------------------------------------------
=>> Theme Breadcrumb Area
--------------------------------------------------------------*/

body.search .theme-blog  {
	padding-top: 1.875rem;
}
#wrapper.bg-grey .page-breadcrumb { 
	background-color: #fff;
}
.theme-breadcrumb-area {
	background-color: transparent;
	margin: 1.875rem auto 0;
}
.page-breadcrumb { 
	background-color: #f4f4f5;
    border: 1px solid #ebebeb;
	list-style: none; 
	margin: 0; 
	padding: 0.438rem 0.938rem; 
	line-height: 1.5;
	font-size: 0.9375rem;
	font-weight: 500;
}
.page-breadcrumb > li { 
	color: #fff; 
	display: inline-block; 
}
.page-breadcrumb > li + li:before { 
	color: #999;
    font-family: fontAwesome;
    content: "\f054";
    padding: 0 0.625rem 0 0.425rem;
    font-size: 0.6875rem;
	vertical-align: middle;
}
@media (max-width: 768px) {
	.page-header-title, 
	.page-breadcrumb.text-right {
		text-align: center !important;
	}		
}

/*--------------------------------------------------------------
=>> Sidebar Widgets
--------------------------------------------------------------*/

.sidebar { padding-left: 0.625rem; }
.sidebar-space-control .sidebar {
	padding-left: 0;
	padding-right: 0.625rem;
}
@media (max-width: 768px){
	.sidebar { padding-left: 0; }
	.sidebar-space-control .sidebar {
		padding-left: 0;
		padding-right: 0;
	}
}
.sidebar .widget { 
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
	margin: 0 0 3.125rem;
}
.widget { 
	color: #767676; 
}
/*Widget Title*/
.widget span {
    position: relative;
	display: block;
	border: 1px solid #ebebeb;
	padding: 0;
	margin: 0 0 1.875rem;
}
.widget .wp-block-heading {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0.313rem 1.25rem;
	margin: 0 0 1.875rem;
	position: relative;
}
.widget .wp-block-heading:before {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.widget:nth-child(1) .wp-block-heading {
	background-color: #ff5d20;
}
.widget:nth-child(1) .wp-block-heading:before {
	border-left: 15px solid #ff5d20;
}
.widget:nth-child(2) .wp-block-heading {
	background-color: #ff184e;
}
.widget:nth-child(2) .wp-block-heading:before {
	border-left: 15px solid #ff184e;
}
.widget:nth-child(3) .wp-block-heading {
	background-color: #1f2024;
}
.widget:nth-child(3) .wp-block-heading:before {
	border-left: 15px solid #1f2024;
}
.widget:nth-child(4) .wp-block-heading {
	background-color: #0263D0;
}
.widget:nth-child(4) .wp-block-heading:before {
	border-left: 15px solid #0263D0;
}
.widget:nth-child(5) .wp-block-heading {
	background-color: #56ca71;
}
.widget:nth-child(5) .wp-block-heading:before {
	border-left: 15px solid #56ca71;
}
.widget:nth-child(6) .wp-block-heading {
	background-color: #d40004;
}
.widget:nth-child(6) .wp-block-heading:before {
	border-left: 15px solid #d40004;
}
.widget:nth-child(7) .wp-block-heading {
	background-color: #0e98d6;
}
.widget:nth-child(7) .wp-block-heading:before {
	border-left: 15px solid #0e98d6;
}
.widget:nth-child(8) .wp-block-heading {
	background-color: #6610f2;
}
.widget:nth-child(8) .wp-block-heading:before {
	border-left: 15px solid #6610f2;
}
.widget:nth-child(9) .wp-block-heading {
	background-color: #224B7A;
}
.widget:nth-child(9) .wp-block-heading:before {
	border-left: 15px solid #224B7A;
}
.widget:nth-child(10) .wp-block-heading {
	background-color: #1AB7EA;
}
.widget:nth-child(10) .wp-block-heading:before {
	border-left: 15px solid #1AB7EA;
}
.widget:nth-child(11) .wp-block-heading {
	background-color: #4267B2;
}
.widget:nth-child(11) .wp-block-heading:before {
	border-left: 15px solid #4267B2;
}
.widget:nth-child(12) .wp-block-heading {
	background-color: #00AB6C;
}
.widget:nth-child(12) .wp-block-heading:before {
	border-left: 15px solid #00AB6C;
}
.widget:nth-child(13) .wp-block-heading {
	background-color: #13171e;
}
.widget:nth-child(13) .wp-block-heading:before {
	border-left: 15px solid #13171e;
}
.widget:nth-child(14) .wp-block-heading {
	background-color: #C53181;
}
.widget:nth-child(14) .wp-block-heading:before {
	border-left: 15px solid #C53181;
}
.widget:nth-child(15) .wp-block-heading {
	background-color: #664d03;
}
.widget:nth-child(15) .wp-block-heading:before {
	border-left: 15px solid #664d03;
}
.widget:nth-child(n+16) .wp-block-heading {
	background-color: #1f2024;
}
.widget:nth-child(n+16) .wp-block-heading:before {
	border-left: 15px solid #1f2024;
}
/*Latest Posts Widget*/
.widget .wp-block-latest-posts {
	list-style: none;
    margin: 0;
	padding: 0;
}
.widget .wp-block-latest-posts li {
    padding-left: 0px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
	font-weight: 600;
}
.widget .wp-block-latest-posts li:first-child {
    padding-top: 0;
}
.widget .wp-block-latest-posts li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.widget .wp-block-latest-posts li a {
	text-decoration: underline 0.10em transparent;
	transition: text-decoration-color 300ms;
	color: #1f2024;
	overflow: hidden;
	position: relative;
}
/*List View Post Widget*/
.list-view-post-widget .post {
    border: none;
    background-color: #ffffff;
	padding-top: 0.938rem;
	padding-bottom: 0.938rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	border-bottom: 1px solid #f1f1f1;
}
.list-view-post-widget .post:first-child {
    padding-top: 0;
}
.list-view-post-widget .post:last-child {
    padding-bottom: 0;
	border-bottom: none;
}
.list-view-post-widget .post .post-thumbnail {
    width: 100px;
	position: relative;
    overflow: hidden;
    margin: 0 1.563rem 0 0;
}
.list-view-post-widget .post .post-thumbnail img { 
	object-fit: cover;
	width: 100%; 
	opacity: 1; 
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1000ms cubic-bezier(.215,.610,.355,1);
	-moz-transition: all 1000ms cubic-bezier(.215,.610,.355,1);
	transition: all 1000ms cubic-bezier(.215,.610,.355,1);
}
.list-view-post-widget .post:hover .post-thumbnail img {
	-webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.list-view-post-widget .post .post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	padding: 0;
	overflow: hidden;
}
.list-view-post-widget .post .entry-header .entry-title {
    line-height: 1.4;
    font-weight: 700;
    margin-top: -0.25rem;
    margin-bottom: 0.313rem;
    transition: all 200ms ease-out;
}
.list-view-post-widget .post .entry-header .entry-title a {
	text-decoration: underline 0.10em transparent;
	transition: text-decoration-color 300ms;
	color: #1f2024;
}
.list-view-post-widget .post .entry-meta {
	margin-bottom: 0;
}
.list-view-post-widget .post .entry-meta .posted-on {
	border: none;
	margin: 0;
}
.list-view-post-widget .post .entry-meta .posted-on a, 
.list-view-post-widget .post .entry-meta .posted-on > span i {
	color: #878e94;
	text-decoration: underline 0.10em transparent;
	transition: text-decoration-color 300ms;
}
.list-view-post-widget .post .entry-meta .posted-on a:hover, 
.list-view-post-widget .post .entry-meta .posted-on a:focus {
	color: #878e94;
}
/*Recent Widget*/
.widget_recent_entries a { 
	font-weight: 600;
}
.widget_recent_entries .post-date {
	font-size: 0.938rem;
	display: block;	
}
/*Paragraph Links in Widgets*/
.widget p a {
	text-decoration: underline;
    text-underline-offset: 0.3rem;
    outline: none;
    font-weight: 600;
}
.widget p a:hover, 
.widget p a:focus {
	text-decoration-style: dotted;
}
/*Mixed Widget for All Sidebar*/
.widget .wp-block-archives-list,
.widget .wp-block-categories-list,
.widget .widget_meta ul,
.widget.widget_meta ul, 
.widget .wp-block-latest-comments,
.widget .wp-block-rss {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
.widget .wp-block-archives-list li,
.widget .wp-block-categories-list li,
.widget .wp-block-page-list li, 
.widget .widget_meta ul li, 
.widget.widget_meta ul li,
.widget .wp-block-latest-comments li, 
.widget .wp-block-rss li {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #f1f1f1;
	margin-bottom: 0;
	font-weight: 600;
}
.widget .wp-block-archives-list li:first-child,
.widget .wp-block-categories-list li:first-child,
.widget .wp-block-page-list li:first-child, 
.widget .widget_meta ul li:first-child, 
.widget.widget_meta ul li:first-child, 
.widget .wp-block-latest-comments li:first-child, 
.widget .wp-block-rss li:first-child {
    padding-top: 0;
}
.widget .wp-block-archives-list li:last-child,
.widget .wp-block-categories-list li:last-child,
.widget .wp-block-page-list li:last-child, 
.widget .widget_meta ul li:last-child, 
.widget.widget_meta ul li:last-child, 
.widget .wp-block-latest-comments li:last-child, 
.widget .wp-block-rss li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.widget .wp-block-archives-list li a,
.widget .wp-block-categories-list li a,
.widget .wp-block-page-list li a, 
.widget .widget_meta ul li a, 
.widget.widget_meta ul li a, 
.widget .wp-block-latest-comments li a, 
.widget .wp-block-rss li a {
    text-decoration: underline 0.1em transparent;
    transition: text-decoration-color 300ms;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta {
	margin-left: 0;
}
/*Navigation Menu Widget*/
.widget ul.menu {
	margin-left: 0;
	margin-bottom: 0;
	font-weight: 600;
}
.widget ul.menu, 
.widget ul.menu li.menu-item ul.sub-menu {
	list-style: none;
}
.widget ul.menu li.menu-item {
	padding-top: 0.325rem;
    padding-bottom: 0.325rem;
}
.widget ul.menu li.menu-item a {
	padding-top: 0.325rem;
    padding-bottom: 0.325rem;
	text-decoration: underline 0.1em transparent;
    transition: text-decoration-color 300ms;
}
/*Tags Widget*/
.widget .wp-block-tag-cloud a {
	color: #fff;
    font-size: 0.875rem !important;
    display: inline-block;
    padding: 0.1375rem 0.9375rem;
    margin: 0 0.25rem 0.25rem 0;
    text-decoration: unset;
    border-radius: 10px 0px 10px 0px;
}
.widget .wp-block-tag-cloud a:hover, 
.widget .wp-block-tag-cloud a:focus {
	background-color: #1f2024;
    border: 1px solid #1f2024;
    color: #fff;
}
.widget .wp-block-tag-cloud a:before {
    font-family: fontAwesome;
    content: "\f02b";
    padding-right: 0.313rem;
}
/*Search Widget*/
.widget .wp-block-search {
    margin-bottom: 0;
}
.widget .wp-block-search .wp-block-search__inside-wrapper {
    border: 1px solid transparent;
	display: block;
}
.widget  .wp-block-search .wp-block-search__input {
    margin-bottom: 0.625rem;
}
.widget .wp-block-search .wp-block-search__button, 
.widget .wp-block-search button[type="submit"] {
	padding: 0.75rem 1.25rem;
	margin-left: 0; 
    min-height: 50px;
	display: block;
    width: 100%;
}
.widget .wp-block-search .wp-block-search__button:hover, 
.widget .wp-block-search button[type="submit"]:hover { 
	letter-spacing: 1px;
}
.widget .wp-block-search .wp-block-search__label {
    background-color: #6610f2;
    color: #fff;
    text-transform: uppercase;
	font-size: 1.375rem;
	line-height: 1.5;
    font-weight: 700;
    display: inline-block;
    padding: 0.313rem 1.25rem;
    margin: 0 0 1.875rem;
    position: relative;
	width: auto;
}
.widget .wp-block-search .wp-block-search__label:before {
    border-left: 15px solid #6610f2;
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
/*Calendar Widget*/
.widget .wp-block-calendar {
	padding: 0.438rem;
	background-color: #fff;
}
.widget .wp-block-calendar table:where(:not(.has-text-color)) td, 
.widget .wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #f1f1f1;
}
.widget .wp-block-calendar table:where(:not(.has-text-color)) th {
	background: #f1f1f1;
	color: #1f2024;
	text-align: center;
	font-weight: 600;
}
.widget .wp-block-calendar table:where(:not(.has-text-color)) {
	color: #1f2024;
}
.widget .wp-block-calendar .wp-calendar-nav-prev, 
.widget .wp-block-calendar .wp-calendar-nav-next, 
.widget .wp-block-calendar .pad {
	border: none;
	margin: 0;
	display: inline-block;
}
/*Pullquote Widget*/
.widget .wp-block-pullquote {
	padding: 0;
	margin-bottom: 0;
}
.widget .wp-block-pullquote blockquote {
	color: #1f2024;
	margin-bottom: 0;
}
/*Table Widget*/
.widget .wp-block-table .wp-element-caption {
    color: #ffffff;
    font-weight: 600;
	padding: 0.313rem 0.625rem;
}
.widget .wp-block-table, 
.widget .wp-block-table table {
	margin-bottom: 0;
}
.widget .wp-block-table th {
	border: 1px solid #f1f1f1;
	color: #1f2024;
	padding: 0.313rem 0.625rem;
}
.widget .wp-block-table td {
	border: 1px solid #f1f1f1;
	color: #767676;
	padding: 0.313rem 0.625rem;
}
.widget .wp-block-table td a {
	text-decoration: underline 0.1em transparent;
    transition: text-decoration-color 300ms;
}
/*Details Widget*/
.widget .wp-block-details {
    padding: 0.5rem;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    color: #1f2024;
    border-radius: 3px;
}
.widget .wp-block-details summary {
    font-weight: 600;
}
.widget .wp-block-details p {
    padding-top: 0.625rem;
	margin-top: 0.625rem;
    border-top: 1px solid #f1f1f1;
	color: #767676;
}
/*Social Links Widget*/
.widget .wp-block-social-links {
	margin-bottom: 0;
}
/*Verse Widget*/
.widget .wp-block-verse {
	margin-bottom: 0;
}
/*Preformatted Widget*/
.widget .wp-block-preformatted {
	margin-bottom: 0;
}
/*Code Widget*/
.widget .wp-block-code {
	margin-bottom: 0;
}
/*Quote Widget*/
.widget .wp-block-quote{
	margin-bottom: 0;
}
/*Image Widget*/
.widget .wp-block-image, 
.widget .wp-block-image .wp-element-caption {
	margin-bottom: 0;
}
/*Gallery Widget*/
.widget .wp-block-gallery {
	margin-bottom: 0;
}
/*Audio Widget*/
.widget .wp-block-audio {
	margin-bottom: 0;
}
/*File Widget*/
.widget .wp-block-file {
	margin-bottom: 0;
}
/*Media & Text Widget*/
.widget .wp-block-media-text {
	margin-bottom: 0;
}
/*WP Block Group Widget*/
.widget .wp-block-group {
	margin-bottom: 0;
}
/*WP Block Calendar Widget*/
.widget .wp-block-calendar {
    margin-bottom: 0;
}
/*WP Block Avatar*/
.widget .wp-block-avatar {
    margin-bottom: 0;
}
/*WP Block Buttons*/
.widget .wp-block-buttons {
    margin-bottom: 0;
}
/*Video Widget*/
.widget .wp-block-embed, 
.widget .wp-block-embed .wp-element-caption {
	margin-bottom: 0;
} 
.wp-block-embed embed, 
.wp-block-embed object, 
iframe {
    max-width: 100%;
}
.wp-block-embed .wp-element-caption a {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    outline: none;
    font-weight: 600;
}
/*Looged-in-color*/
.logged-in-color {
    margin: 0 0 3.125rem;
    transition: all 0.5s;
}
.logged-in-color a {
	color: #1f2024;
    font-weight: 600;
}
/*wp block buttons*/
.wp-block-buttons, 
.wp-block-button {
	margin-bottom: 1.5rem;
}
.wp-block-button .wp-block-button__link {
    color: #fff;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
	text-decoration: none;
}
.wp-block-button .wp-block-button__link:hover, 
.wp-block-button .wp-block-button__link:focus {
	background-color: #1f2024;
	color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	color: #1f2024;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, 
.wp-block-button.is-style-outline .wp-block-button__link:focus {
	background-color: #1f2024;
	color: #fff;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
	color: #fff;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover, 
.wp-block-buttons .wp-block-button .wp-block-button__link:focus {
	background-color: #1f2024;
	color: #fff;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
	color: #1f2024;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover, 
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus {
	background-color: #1f2024;
	color: #fff;
}
.wp-block-button > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-block-button.aligncenter {
    text-align: center;
}
.post-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}
.post-content .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
.post-content .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
#attachment_906, 
#attachment_907 {
	width: fit-content !important;
}
#attachment_906 {
	margin-bottom: 1.5rem;
}
p .wp-image-827 { float: none !important; }
/*wp block post template*/
.wp-block-post-template {
	margin-left: 0;
}
.wp-block-post-template .wp-block-post {
	margin-bottom: 1.5rem;
	display: block;
}
/*wp block query pagination*/
.wp-block-query-pagination {
	margin-bottom: 1.5rem;
}
/*wp block avatar*/
.wp-block-avatar {
	margin-bottom: 1.5rem;
}
.wp-block-avatar, 
.wp-block-avatar img {
	border-radius: 50%;
}
/*wp block post excerpt*/
.wp-block-post-excerpt {
	margin-bottom: 1.5rem;
} 
/*wp block post featured image*/
.wp-block-post-featured-image {
	margin-bottom: 1.5rem;
} 
/*wp block post author*/
.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 1.5rem;
}
.wp-block-post-author .wp-block-post-author__avatar {
    margin-right: 1rem;
}
/*wp block post date*/
.wp-block-post-date {
	margin-bottom: 1.5rem;
}
/*wp block post terms*/
.wp-block-post-terms {
	margin-bottom: 1.5rem;
}
.wp-block-post-terms .wp-block-post-terms__separator {
	display: inline-block;
    border: none;
	margin: 0;
}
/*post navigation link*/
.post-navigation-link-next, 
.post-navigation-link-previus {
	margin-bottom: 1.5rem;
}
/*wp block comments*/
.wp-block-comments {
	margin: 0 0 3rem;
}
.wp-block-comments .wp-block-comment-template .comment {
	margin-bottom: 1.5rem;
}
.wp-block-comments .wp-block-comment-template .comment .wp-block-columns .wp-block-comment-author-name a {
	color: #1f2024;
	font-style: normal;
    font-weight: 600;
}
.wp-block-comments .wp-block-comment-content {
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
/*wp block post comments form*/
.wp-block-post-comments-form .comment-reply-title {
	font-size: 2.125rem;
}
/*wp block latest comments*/
.wp-block-latest-comments .avatar, 
.wp-block-latest-comments__comment-avatar {
    border-radius: 50%;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
    font-size: 0.875rem;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author, 
.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
	text-decoration: none;
	color: #1f2024;
	font-weight: 600;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author:hover, 
.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link:hover {
	text-decoration: underline;
}
/*wp block posts*/
.wp-block-latest-posts li {
    padding-bottom: 1rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date {
    padding-top: 0.525rem;
}

/*wp block columns*/
.wp-block-columns {
	margin-bottom: 1.5rem;
}
/*wp block group*/
.wp-block-group { 
	margin-bottom: 1.5rem; 
}
/*wp block image*/
.wp-block-image { 
	margin-bottom: 1.5rem; 
}
/*wp block gallery*/
.wp-block-gallery { 
	margin-bottom: 1.5rem; 
}
/*wp block audio*/
.wp-block-audio { 
	margin-bottom: 1.5rem; 
}
/*block gallery grid*/
.is-layout-constrained > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
.wp-block-spacer {
    clear: both;
}
/*wp block cover*/
.wp-block-cover {
	margin-bottom: 1.5rem;
}
/*wp block file*/
.wp-block-file {
	margin-bottom: 1.5rem;
}
.wp-block-file .wp-block-file__button {
	background-color: #1f2024;
	padding: 0.55rem 0.938rem 0.55rem 0.938rem;
	border-radius: 2px;
	font-weight: 600;
	color: #fff;
	margin-left: .75rem;
	text-decoration: none;
}
.wp-block-file .wp-block-file__button:hover {
	background-color: #313234;
	color: #fff;
}
/*wp block media text*/
.wp-block-media-text {
	margin-bottom: 1.5rem;
}
/*wp block video*/
.wp-block-video {
	margin-bottom: 1.5rem;
}
/*wp block search*/
.wp-block-search {
	margin-bottom: 1.5rem;
}
.wp-block-search .wp-block-search__inside-wrapper {
	border: 1px solid #ebebeb;
}
/*wp block column*/
.widget .wp-block-columns {
	margin-bottom: 0;
}
:root .has-very-light-gray-color {
    color: #eee;
}
.has-background {
    padding: 1.25rem 2.375rem;
}
/*wp block archives*/
.wp-block-archives {
	margin-bottom: 1.5rem;
}
.wp-block-archives li {
	padding-bottom: 0.625rem;
}
/*wp block calendar*/
.wp-block-calendar {
	margin-bottom: 1.5rem;
}
.wp-block-calendar .wp-calendar-table {
	margin-bottom: 0;
}
.wp-block-calendar th {
    font-weight: 600;
	text-align: center;
}
/*wp block categories*/
.wp-block-categories {
	margin-bottom: 1.5rem;
}
/*wp block latest posts*/
.wp-block-latest-posts__post-author, 
.wp-block-latest-posts__post-date {
    display: block;
}
/*wp block separator*/
.wp-block-separator {
	border-top: 2px solid #ebebeb;
}
/*wp block table*/
.wp-block-table {
	margin-bottom: 1.5rem;
}
.wp-block-table table {
	margin-bottom: 0;
}
/*wp block pullquote*/
.wp-block-pullquote {
	margin-bottom: 1.5rem;
}
/*wp block read more*/
.wp-block-read-more {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    outline: none;
    font-weight: 600;
}
.wp-block-read-more:hover, 
.wp-block-read-more:focus {
	text-decoration-style: dotted;
}
/*wp block loginout*/
.wp-block-loginout a {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    outline: none;
    font-weight: 600;
}
.wp-block-loginout a:hover, 
.wp-block-loginout a:focus {
	text-decoration-style: dotted;
}


/*--------------------------------------------------------------
=>> Multi News Layout Section Widgets
--------------------------------------------------------------*/

.multi-news-layout-section {
	padding: 1.563rem 0 0;
}

/*--------------------------------------------------------------
=>> Footer Section & Widgets
--------------------------------------------------------------*/

.site-footer {
	margin: 0;
	padding: 0;
	position: relative;	
}
.site-footer-overlay::before {	
	background-color: #13171e;
	content: "";
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    bottom: 0;
	height: 100%;
    width: 100%;
    z-index: 0;
}
.footer-sidebar { padding: 4.125rem 0 2.25rem; color: #e0e0e0; }
.footer-sidebar .widget { position: relative; padding-bottom: 1.875rem; }
.footer-sidebar .widget .wp-block-heading {
	background-color: transparent;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    padding: 0;
    margin: 0 0 1.875rem;
    position: relative;
	letter-spacing: 1px;
}
.footer-sidebar .widget .wp-block-heading::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 4px;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: block;
    border-left: none;
    right: auto;
    transform: unset;
    border-top: none;
    border-bottom: none;
}
/*Address*/
.footer-sidebar .widget address { margin-bottom: 0; }
.footer-sidebar .widget address a { color: #e0e0e0; }
/*List View Post Widget*/
.footer-sidebar .list-view-post-widget .post {
    background-color: transparent;
}
.footer-sidebar .list-view-post-widget .post {
	border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}
.footer-sidebar .list-view-post-widget .post:last-child {
	border-bottom: none;
}
.footer-sidebar .list-view-post-widget .post .entry-header .entry-title a {
	color: #e0e0e0;
}
.footer-sidebar .list-view-post-widget .post .entry-meta .posted-on a, 
.footer-sidebar .list-view-post-widget .post .entry-meta .posted-on > span i {
	color: #bec3c7;
}
/*Recent Posts Widget*/
.footer-sidebar .widget .wp-block-latest-posts {
	list-style: none;
    margin: 0;
	padding: 0;
}
.footer-sidebar .widget .wp-block-latest-posts li {
    border-bottom: none;
	padding-left: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
	font-weight: 600;
}
.footer-sidebar .widget .wp-block-latest-posts li:first-child {
    padding-top: 0;
}
.footer-sidebar .widget .wp-block-latest-posts li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.footer-sidebar .widget .wp-block-latest-posts li a {
	text-decoration: underline 0.10em transparent;
	transition: text-decoration-color 300ms;
	color: #e0e0e0;
	overflow: hidden;
	position: relative;
}
/*subscribe-newsletter*/
.subscribe-area .form-control { 
	padding: 0.75rem 1.25rem;
	min-height: 50px;
	background: transparent;
	border: 1px solid rgba(184, 184, 184, 0.25) !important; 
	margin-bottom: 0.625rem;	
	color: #a5a8ad;
}
.subscribe-area .btn-subscribe { 
	color: #fff;
	padding: 0.75rem 1.25rem; 
	min-height: 50px; 
	border-radius: 0; 
	display: block;
	width: 100%; 
}
.subscribe-area .btn-subscribe:hover { 
	background: transparent;
	color: #fff;
}	
.subscribe-area .form-control:focus {
	color: #a5a8ad;
}
.subscribe-area .form-control::-webkit-input-placeholder { color: #a5a8ad; }
.subscribe-area .form-control::-moz-placeholder { color: #a5a8ad; }
.subscribe-area .form-control:-ms-input-placeholder { color: #a5a8ad; }
	
/*Search Widget*/
.footer-sidebar .widget .wp-block-search .wp-block-search__label {
	text-transform: capitalize;
    background-color: transparent;
	font-weight: 600;
    padding: 0;
}
.footer-sidebar .widget .wp-block-search .wp-block-search__label:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 4px;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: block;
    border-left: none;
    right: auto;
    transform: unset;
    border-top: none;
    border-bottom: none;
}		
/*Mixed Widget for Footer Sidebar*/
.footer-sidebar .widget table th {
    border: 1px solid rgba(255, 255, 255, 0.102);
}
.footer-sidebar .widget .wp-block-calendar {
	background-color: transparent;
} 
.footer-sidebar .widget table, 
.footer-sidebar .widget blockquote, 
.footer-sidebar .widget .wp-block-details, 
.footer-sidebar .widget pre,  
.footer-sidebar .widget .wp-block-calendar th {
    background-color: rgb(109 102 102 / 10%);
}
.footer-sidebar .widget td, 
.footer-sidebar .widget .wp-block-details, 
.footer-sidebar .widget .wp-block-calendar th, 
.footer-sidebar .widget .wp-block-calendar td {
	border: 1px solid rgba(255, 255, 255, 0.102);
}
.footer-sidebar .widget, 
.footer-sidebar .widget h1, 
.footer-sidebar .widget h2, 
.footer-sidebar .widget h3, 
.footer-sidebar .widget h4, 
.footer-sidebar .widget h5, 
.footer-sidebar .widget h6, 
.footer-sidebar .widget label, 
.footer-sidebar .widget th, 
.footer-sidebar .widget td, 
.footer-sidebar .widget td a, 
.footer-sidebar .widget .wp-element-caption, 
.footer-sidebar .widget blockquote, 
.footer-sidebar .widget blockquote cite, 
.footer-sidebar .widget details, 
.footer-sidebar .widget details p, 
.footer-sidebar .widget pre {
	color: #e0e0e0 !important;
}
.footer-sidebar .widget .wp-block-archives-list li, 
.footer-sidebar .widget .wp-block-categories-list li, 
.footer-sidebar .widget .wp-block-page-list li, 
.footer-sidebar .widget .widget_meta ul li, 
.footer-sidebar .widget.widget_meta ul li, 
.footer-sidebar .widget .wp-block-latest-comments li, 
.footer-sidebar .widget .wp-block-rss li {
    border-bottom: none;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.footer-sidebar .widget .wp-block-archives-list li a,
.footer-sidebar .widget .wp-block-categories-list li a,
.footer-sidebar .widget .wp-block-page-list li a, 
.footer-sidebar .widget .widget_meta ul li a, 
.footer-sidebar .widget.widget_meta ul li a, 
.footer-sidebar .widget .wp-block-latest-comments li a, 
.footer-sidebar .widget .wp-block-rss li a, 
.footer-sidebar .widget ul.menu li.menu-item a, 
.footer-sidebar .widget .wp-block-read-more, 
.footer-sidebar .widget .wp-block-file a, 
.footer-sidebar .widget .wp-block-loginout a {
    color: #e0e0e0;
}
.footer-sidebar .widget .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg > path {
  fill: #e0e0e0; 
}
.footer-sidebar .widget .wp-block-media-text .wp-block-media-text__content a {
	text-decoration: underline;
    text-underline-offset: 0.3rem;
    outline: none;
} 
.footer-sidebar .widget .wp-block-media-text .wp-block-media-text__content a:hover, 
.footer-sidebar .widget .wp-block-media-text .wp-block-media-text__content a:focus {
    text-decoration-style: dotted;
}
.footer-sidebar .widget .wp-block-embed .wp-element-caption a {
	text-decoration: underline;
    text-underline-offset: 0.3rem;
    outline: none;
} 
.footer-sidebar .widget .wp-block-embed .wp-element-caption a:hover, 
.footer-sidebar .widget .wp-block-embed .wp-element-caption a:focus {
    text-decoration-style: dotted;
}
.footer-sidebar .widget #searchform.input-group .btn {
    color: #fff;
}
.footer-sidebar .widget #searchform.input-group .btn:hover {
	background-color: #eeeeee;
	border: 2px solid #eeeeee;
    color: #1f2024;
}
.footer-sidebar .widget .wp-block-file .wp-block-file__button {
	color: #fff;
}
.footer-sidebar .widget ul li a {
	color: #e0e0e0;
}


/*--------------------------------------------------------------
=>> Footer Copyrights - Site Info - Footer Menu
--------------------------------------------------------------*/

.site-info-border {
	border-top: 1px solid rgb(165 159 159 / 10%);
	position: relative;
}
.site-info { background-color: transparent; color: #e0e0e0; position: relative; font-size: 1rem; line-height: 1.8; padding: 22px 0; }

.site-info a { 
	text-decoration: underline 0.1em transparent;
	transition: text-decoration-color 300ms; 
}

ul.site-info-menu {
    display: flex;
    justify-content: end;
	padding: 1.063rem 0;
	margin: 0;
	list-style: none;
}
ul.site-info-menu li {
    margin: 0;
	position: relative;
}
ul.site-info-menu li a {
	font-size: 1rem;
    line-height: 1.8;
    padding-left: 30px;
    position: relative;
    padding: 0.313rem 0.063rem 0.313rem 1.563rem;
    display: inline-block;
	color: #e0e0e0;
	text-decoration: underline 0.1em transparent;
	transition: text-decoration-color 300ms; 
}

@media (max-width: 768px) {  
	.site-info { text-align: center; }
	ul.site-info-menu { justify-content: center; padding-top: 0; }
	ul.site-info-menu li a {
		padding: 0.313rem 0.75rem 0.313rem 0.75rem;
	}
}


/*--------------------------------------------------------------
=>> Page Title Section
--------------------------------------------------------------*/

.page-title-section { 
	background: #17212c url("../images/page-title.jpg");
	background-attachment: scroll;
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative; 
	padding: 7.875rem 0; 
	width: 100%; 
	height: 100%; 
}
.page-title-section:after {
    content: '';
    position: absolute;
    bottom: -49px;
    left: 0;
    right: 0;
    height: 49px;
    background: url("../images/shadow.png") no-repeat;
    z-index: 1;
    background-position: center bottom;
}
.page-title-section .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}
.page-title { position: relative; word-wrap: break-word; }
.page-title h1 { font-size: 2.625rem; margin: 0; }


/*--------------------------------------------------------------
=>> Sponsors Section
--------------------------------------------------------------*/

.sponsored-news-section .news-section-title .f-heading {
	background-color: #ff5d20;
}
.sponsored-news-section .news-section-title .f-heading:before {
    border-left: 15px solid #ff5d20;
}


/*--------------------------------------------------------------
=>> 404 Error Page
--------------------------------------------------------------*/

.theme-error-page { padding: 3rem 0 8rem; }
.theme-error-page .title { font-size: 20rem; line-height: 1; letter-spacing: 0.938rem; margin-bottom: 1.25rem; font-weight: 300; }
.theme-error-page .title b { font-weight: 600; }
.theme-error-page .sub-title { font-size: 2.25rem; letter-spacing: 0.2rem; margin-bottom: 0.938rem; }
.theme-error-page p { font-size: 1.125rem; color: #878e94; }
@media (max-width: 768px) { 
	.theme-error-page { padding: 9rem 0 11.5rem; }
	.theme-error-page .title { font-size: 0.938rem; }
}

/*--------------------------------------------------------------
=>> Default Page Templates 
--------------------------------------------------------------*/

body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post {
	border-bottom: 1px solid #f1f1f1;
	padding: 0.938rem 0 0.938rem 0;
}
body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post:first-child {
    padding-top: 0;
	margin-bottom: 0;
}
body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post:last-child {
    padding-bottom: 0;
	border-bottom: none;
}


/*--------------------------------------------------------------
=>> Page Scroll Up
--------------------------------------------------------------*/

.page-scroll-up {
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}
.page-scroll-up a {
	display: block;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    line-height: 2;
    border-radius: 50%;
    font-size: 1.200rem;
    color: #fff;
    opacity: 1;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
.page-scroll-up a:hover,
.page-scroll-up a:active {
	color: #fff;
}

/*--------------------------------------------------
=>> Text meant only for screen readers
--------------------------------------------------*/

/* 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
=>> Sidebar Update Released 
--------------------------------------------------------------*/

.post .wp-block-categories-list li {
	padding-bottom: 0.625rem;
}
.post .wp-block-list li {
	padding-bottom: 0.625rem;
}
.post .wp-block-list li ul li:first-child {
	padding-top: 0.625rem;
}
.post .wp-block-list li:last-child, 
.post .wp-block-list li ul li:last-child {
	padding-bottom: 0;
}
.sidebar .widget dl dd a {
	text-decoration: underline;
    text-underline-offset: 0.3rem;
    outline: none;
	font-weight: 600;
}
.grid-view-news-area .post-content ol.wp-block-latest-comments .wp-block-latest-comments__comment {
    border-bottom: 1px solid #f1f1f1;
	padding-top: 0.625rem;
    padding-bottom: 0.625rem;
	margin-bottom: 0;
}
.grid-view-news-area .post-content ol.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
	border-bottom: none;
}
.post .wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: disc;
}

/*--------------------------------------------------
=>> Body Custom Background Css
--------------------------------------------------*/

body.custom-background .theme-bg-dark,
body.custom-background .theme-bg-default, 
body.custom-background .theme-blog.theme-bg-grey {
    background-color: transparent !important;
}

/*--------------------------------------------------
=>> Wrapper Background Css
--------------------------------------------------*/

#wrapper {
    background-color: #f0f1f3;
}

/*--------------------------------------------------------------
=>> Typography Css
--------------------------------------------------------------*/

.navbar.navbar-dark .nav .menu-item .nav-link {
    font-family: Encode Sans;
}
.navbar .nav .menu-item .dropdown-item {
	font-family: Encode Sans;
}

/*--------------------------------------------------------------
=>> Owl Slider Next - Prev Buttons
--------------------------------------------------------------*/

#news-slider-fluid.owl-carousel .owl-prev, 
#news-slider-fluid.owl-carousel .owl-next { 
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.1); 
	border: 1px solid #fff;
	opacity: 0.3;
	color: #fff; 
	font-size: 1.000rem; 
	line-height: 1.7;  
	padding: 0 !important;
	margin: 0px;
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px; 
	border-radius: 1px;
	position: absolute;
    top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
	text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#news-slider-fluid.owl-carousel .owl-prev { 
	right: 45px; 
} 
#news-slider-fluid.owl-carousel:hover .owl-prev,
#news-slider-fluid.owl-carousel:hover .owl-next { 
	opacity: 1; 
}
#news-slider-fluid.owl-carousel .owl-prev:hover, 
#news-slider-fluid.owl-carousel .owl-prev:focus, 
#news-slider-fluid.owl-carousel .owl-next:hover, 
#news-slider-fluid.owl-carousel .owl-next:focus { 
	background-color: rgba(0, 0, 0, 0.2); 
	color: #fff;
}

/*--------------------------------------------------------------
=>> Big News Section vrsn-three css
--------------------------------------------------------------*/

.big-news-section  .overlay-news-area.vrsn-three {
    background-color: #fff;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 0.438rem;
}


/*--------------------------------------------------------------
=>> Site Header
--------------------------------------------------------------*/

.site-header {
    background: #1b8415 !important;
}
.head-contact-info li span.newsexo-time {
    background-color: #ffffff !important;
}
.head-contact-info li span.newsexo-time {
    color: #1b8415 !important;
}
.head-contact-info li, .site-header .custom-social-icons .followus {
    color: #ffffff !important;
}
.custom-social-icons .followus:before, .custom-social-icons .followus:after {
    background: #ffffff !important;
}
.site-header .custom-social-icons li > a {
    color: #ffffff !important;
}


/*--------------------------------------------------------------
=>> Featured News Section 
--------------------------------------------------------------*/

.featured-news-section .overlay-news-area.vrsn-three {
    background-color: #fff;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 0.438rem;
}


/*--------------------------------------------------------------
=>> Grid View News Section
--------------------------------------------------------------*/

.grid-view-news-area.vrsn-three {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
	position: relative;
    -webkit-transition: all .1s;
    -ms-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.grid-view-news-area.vrsn-three:hover{
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
	border-top: 2px solid #13171e;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;	
	transition: all .5s;
	transform : translateY(-5px);
}
body.page-template-default .blog-grid-view-post .post {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
}
.post.grid-view-news-area ul.wp-block-rss {
	list-style: disc;
}

/*--------------------------------------------------------------
=>> List View News Section
--------------------------------------------------------------*/

.list-view-news-area .post.vrsn-three {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0.938rem 0.75rem;
    position: relative;
    -webkit-transition: all .1s;
    -ms-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.list-view-news-area .post.vrsn-three:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    border-top: 2px solid #13171e;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    transform: translateY(-5px);
}


/*--------------------------------------------------------------
=>> Blog Meta
--------------------------------------------------------------*/

.entry-meta > span { 
	margin: 0 0.875rem 0 0 !important;
}
.entry-meta > span i {
    margin-right: 0.350rem;
}
.entry-meta .avatar-default {
    margin-right: 0.350rem;
}
/*Category Colors*/
.entry-meta .cat-links .links-bg:nth-child(2) {
	background: #d40004;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(3) {
	background: #56ca71;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(4) {
	background: #6610f2;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(5) {
	background: #ff5d20;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(6) {
	background: #0263D0;
	color: #fff;
}
/*Pagination*/
.navigation.pagination .nav-links .page-numbers, 
.navigation.pagination .nav-links a {
	border: 1px solid #ebebeb;
}
.pagination a {
	background-color: #fff;
}


/*--------------------------------------------------------------
=>> All Blog Posts Common Classes for Spacing
--------------------------------------------------------------*/

#news-slider.vrsn-three, 
#featured-news-slider.vrsn-three {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.75rem;
}
@media (min-width: 200px) and (max-width: 991.98px) {
	#featured-news-slider.owl-carousel.three-three .post.overlay-news-area {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
=>> Blog Single
--------------------------------------------------------------*/

.post-author-area.vrsn-three {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.theme-comment-area.vrsn-three {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 0.938rem 0.75rem;
}
.theme-comment-form.vrsn-three .comment-form {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 0.938rem 0.75rem;
}


/*--------------------------------------------------------------
=>> Sidebar Widgets
--------------------------------------------------------------*/

.sidebar.vrsn-three .widget {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
	position: relative;
    -webkit-transition: all .1s;
    -ms-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.sidebar.vrsn-three .widget:hover {
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
	border-top: 2px solid #13171e;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;	
	transition: all .5s;
	transform : translateY(-5px);
}
/*List View Post Widget*/
.list-view-post-widget .post .entry-header .entry-title {
    line-height: 1.5;
}

/*--------------------------------------------------------------
=>> Theme Breadcrumb Area
--------------------------------------------------------------*/

#wrapper .page-breadcrumb { 
	background-color: #fff;
}


/*--------------------------------------------------------------
=>> Footer Section & Widgets
--------------------------------------------------------------*/

.site-footer-overlay::before {	
	background-color: #000000;
}


/*--------------------------------------------------------------
=>> Default Page Templates 
--------------------------------------------------------------*/

body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post {
	border-top: none;
	border-bottom: 1px solid #f1f1f1;
    border-left: none;
    border-right: none;
	padding: 0.938rem 0 0.938rem 0;
}
body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post:first-child {
    padding-top: 0;
	margin-bottom: 0;
}
body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post:last-child {
    padding-bottom: 0;
	border-bottom: none;
}

/*--------------------------------------------------------------
=>> Sidebar Update Released 
--------------------------------------------------------------*/

.wp-block-latest-posts li {
    padding-bottom: 1rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date {
    padding-top: 0.525rem;
}
.wp-block-archives li {
	padding-bottom: 0.625rem;
}
.post .wp-block-categories-list li {
	padding-bottom: 0.625rem;
}
.post .wp-block-list li {
	padding-bottom: 0.625rem;
}
.post .wp-block-list li ul li:first-child {
	padding-top: 0.625rem;
}
.post .wp-block-list li:last-child, 
.post .wp-block-list li ul li:last-child {
	padding-bottom: 0;
}
.wp-block-file .wp-block-file__button {
	text-decoration: none;
}
.grid-view-news-area .post-content ol.wp-block-latest-comments .wp-block-latest-comments__comment {
    border-bottom: 1px solid #f1f1f1;
	padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.post .wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: disc;
}
.post .wp-block-file {
    font-size: 1rem;
}
.widget .wp-block-heading a {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}






/* --- BASIC --- */
.aub-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* --- HEADER TOP --- */
.aub-header__top {
  position: absolute;
  width: 100%;
  z-index: 10;
  color: #fff;
 /* background: rgba(0, 0, 0, 0.7); */
    transition:
    transform 0.4s ease,
    opacity 0.3s ease,
    background 0.35s ease;
}

.aub-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  transition: transform 0.35s ease;
  font-weight: 600;
}



/* --- MENU --- */
.aub-nav {
  display: flex;
  gap: 32px;
}

.aub-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

/* --- ACTIONS --- */
.aub-actions {
  display: flex;
  align-items: center;
  gap: 36px;
}

.aub-lang {
  background: transparent;
  color: #fff;
  border: none;
}

/* --- HERO --- */
.aub-hero {
  height: 520px;
  background: url('/wp-content/uploads/header-bg.jpg') center/cover no-repeat;
  position: relative;
}

.aub-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}



/* --- ARROWS --- */
.aub-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 48px;
  cursor: pointer;
}

.aub-arrow.left { left: 20px; }
.aub-arrow.right { right: 20px; }




.aub-hero {
  height: 520px;
  position: relative;
  overflow: hidden;
}

.aub-hero__slide {
  height: 520px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.aub-hero__overlay {
  position: absolute;
  inset: 0;
  background: none;
  z-index: 2;
  pointer-events: none;
}



/* arrows */
.aub-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 48px;
  cursor: pointer;
  z-index: 4;
}
.aub-arrow.left { left: 20px; }
.aub-arrow.right { right: 20px; }

/* dots */
.aub-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 4;
}
.aub-hero__dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: .6;
}
.aub-hero__dots .swiper-pagination-bullet-active {
  opacity: 1;
}







/* ========== HOME NEWS BLOCK ========== */

.aub-home-news{
  padding: 40px 0 60px;
}

.aub-home-news__container{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.aub-home-news__head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:22px;
}

.aub-home-news__title{
letter-spacing: 2px;
  font-size: 40px;
  font-family: 'Montserrat' !important;
  font-weight: 500;
  text-decoration: underline;
}

.aub-home-news__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
}

.aub-home-news__card{
  position:relative;
  display:flex;
  gap:16px;
  border:1px solid #1f5a33;
  border-radius:10px;
  padding:18px;
  background:#fff;
}

.aub-home-news__link{
  position:absolute;
  inset:0;
  z-index:1;
}

.aub-home-news__body{
  z-index:2;
  flex:1;
}

.aub-home-news__media{
  z-index:2;
  flex:0 0 210px;
}

.aub-home-news__media img{
  width:200px;
  height:150px;
  object-fit:cover;
  border-radius:8px;
}



.aub-home-news__card{
  display:flex;
  gap:16px;
  border:1px solid #1f5a33;
  border-radius:10px;
  padding:18px;
  background:#fff;
  text-decoration:none;
  color:#111;
  transition: box-shadow .2s ease, transform .2s ease;
}

.aub-home-news__card:hover{
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  transform: translateY(-1px);
}



/* ===== COUNTER BLOCK ===== */

.aub-counter{
  position: relative;
  padding: 90px 0;
  background: url('/wp-content/themes/news-digest/assets/img/aub-counter-bg.webp') center/cover no-repeat;
  overflow: hidden;
}

.aub-counter__overlay{
  position:absolute;
  inset:0;
  background: rgba(20, 70, 35, 0.72);
  z-index:1;
}

.aub-counter__container{
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
  text-align: center;
  color: #fff;
}

.aub-counter__value{
font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Montserrat' !important;
}

.aub-counter__value .aub-counter__suffix{
  font-size: 34px;
  margin-left: 10px;
  font-weight: 400;
  vertical-align: middle;
}

.aub-counter__label{
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.4;
  opacity: .95;
  font-family: 'Montserrat' !important;
}

/* responsive */
@media (max-width: 1024px){
  .aub-counter__container{ grid-template-columns: 1fr; gap: 26px; }
  .aub-counter__value{ font-size: 72px; }
  .aub-counter__value .aub-counter__suffix{ font-size: 28px; }
  .aub-counter{ padding: 70px 0; }
}




/* ===== FINANCE NEWS BLOCK ===== */

.aub-finance-news{
  padding: 50px 0 70px;
}

.aub-finance-news__container{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.aub-finance-news__head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom: 30px;
}

.aub-finance-news__title{
  font-size: 40px;
  letter-spacing: 2px;
  font-weight:500;
 font-family: 'Montserrat' !important;
  margin: 0;
  text-decoration: underline;
}
.aub-finance-news__title span{
  border-bottom: 2px solid #111;
  padding-bottom: 6px;
}

.aub-finance-news__more{
  font-size: 16px;
  color:#111;
  text-decoration:none;
}
.aub-finance-news__more:hover{ text-decoration: underline; }

.aub-finance-news__grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* card */
.aub-finance-news__card{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:#111;
  border:1px solid #dcdcdc;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
  transition: box-shadow .2s ease, transform .2s ease;
}

.aub-finance-news__card:hover{
  box-shadow:0 10px 26px rgba(0,0,0,.12);
  transform: translateY(-2px);
}

.aub-finance-news__media img{
  width:100%;
  height: 190px;
  object-fit: cover;
}

.aub-finance-news__body{
  padding: 16px 16px 12px;
  flex:1;
}

.aub-finance-news__card-title{
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

/* meta */
.aub-finance-news__meta{
  display:flex;
  justify-content:space-between;
  gap: 10px;
  padding: 0 16px 16px;
  font-size: 14px;
  color:#666;
}

/* responsive */
@media (max-width: 1200px){
  .aub-finance-news__grid{ grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px){
  .aub-finance-news__grid{ grid-template-columns: 1fr; }
  .aub-finance-news__title{font-size: 30px;
    text-align: center;
    line-height: 33px; }

/* ===== PARTNERS CAROUSEL (FULL WIDTH) ===== */
.aub-finance-news__head, .aub-partner-news__head {
	flex-direction: column;
}

}
.aub-partners{
  padding: 0px 0;
  background: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 40px;
  margin-bottom: 25px;
  max-width: 100%;
}

.aub-partners__container{
  width: 100%;
  padding: 0 20px; /* невеликі відступи по краях */
}

/* Swiper slide */
.aub-partners__slide{
  display: flex;
  justify-content: center;
}

/* item = квадрат 300x300 */
.aub-partners__item{
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* logo inside */
.aub-partners__item img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: .95;
  transition: opacity .2s ease, transform .2s ease;
}

/* hover */
.aub-partners__item:hover img{
  opacity: 1;
  transform: scale(1.03);
}

/* responsive */
@media (max-width: 1024px){
  .aub-partners__item{
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 600px){
  .aub-partners__item{
    width: 160px;
    height: 160px;
  }
}

/* ===== AUB PARTNER NEWS ===== */

.aub-partner-news{
  position: relative;
  padding: 34px 0 56px;
  color:#fff;
  background: #3e5f4b url("/wp-content/themes/news-digest/assets/img/aub-partner-bg.webp") center/cover no-repeat;
}

/* затемнення як на скріні */
.aub-partner-news:before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(22, 45, 34, .55);
}

.aub-partner-news__container{
  position:relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.aub-partner-news__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom: 22px;
}

.aub-partner-news__title{
  margin: 0 0 20px;
  color: #fff;
  font-weight: 500;
  font-size: 40px;
 font-family: 'Montserrat' !important;
  line-height: 1.1;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
}

.aub-partner-news__more{
  color:#fff;
  text-decoration:none;
  font-size: 16px;
  opacity:.95;
  white-space: nowrap;
}
.aub-partner-news__more:hover{ opacity:1; text-decoration: underline; }

.aub-partner-news__grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.aub-partner-news__card{
  display:block;
  background:#fff;
  border-radius: 10px;
  overflow:hidden;
  color:#111;
  text-decoration:none;
}

.aub-partner-news__imgwrap{
  background:#f3f3f3;
}

.aub-partner-news__img{
  display:block;
  width:100%;
  height: 240px;      /* як на скріні */
  object-fit: cover;
}

.aub-partner-news__body{
  padding: 16px 18px 18px;
}

.aub-partner-news__text{
  font-size: 18px;
  line-height: 1.25;
  min-height: 100px;
}

.aub-partner-news__source{
  margin-top: 16px;
  font-weight: 700;
}

/* адаптив */
@media (max-width: 1200px){
  .aub-partner-news__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .aub-partner-news__title{ font-size: 30px; text-align: center;
    text-decoration: none;}
  .aub-partner-news__grid{ grid-template-columns: 1fr; }
  .aub-partner-news__img{ height: 220px; }
}



/* ===== YouTube + Expert block ===== */

.aub-ytexp{
  padding: 34px 0 56px;
  background:#f3f6f7;
}

.aub-ytexp__container{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.aub-ytexp__grid{
  display:grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items:start;
}

.aub-ytexp__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom: 18px;
}

.aub-ytexp__title{
  margin:0;
  font-size: 44px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
  font-family: 'Montserrat' !important;
}

/* LEFT: player */
.aub-ytexp__player{
  border-radius: 10px;
  overflow:hidden;
  background:#000;
}

.aub-ytexp__iframe{
  width:100%;
  height: 460px;
  display:block;
}

/* Thumbs carousel (NO SCROLL) */
.aub-ytexp__thumbsbar{
  margin-top: 14px;
  display:flex;
  align-items:center;
  gap:10px;
  position: relative;
}

.aub-ytexp__nav.aub-ytexp__nav--next {
  right: 0;
  z-index:99;
}
.aub-ytexp__nav.aub-ytexp__nav--prev {
  z-index: 99;
}

.aub-ytexp__nav{
  width: 44px;
  height: 44px;
  border:0;
  border-radius: 999px;
  background: #fff;
  cursor:pointer;
  font-size: 26px;
  line-height: 1;
  display:flex;
 
  padding: 5px 0 0 0;
  position:absolute;
  justify-content:center;
}

.aub-ytexp__nav:disabled{
  opacity:.4;
  cursor:default;
}

/* Важливо: ніякого overflow:auto — скролу нема */
.aub-ytexp__thumbs-viewport{
  flex: 1;
  overflow: hidden;
}

.aub-ytexp__thumbs-track{
  display:flex;
  gap:10px;
  transition: transform .35s ease;
  will-change: transform;
}

/* 7 мініатюр в ряд на desktop */
.aub-ytexp__thumb{
  flex: 0 0 calc((100% - (10px * 6)) / 7);

  padding:0;
  background:transparent;
  cursor:pointer;
 border-radius: 0;
  overflow:hidden;
  border: 2px solid #f3f6f7;
}

.aub-ytexp__thumb img{
  width:100%;
  height:96px;
  object-fit:cover;
  display:block;
  opacity:.75;
  font-weight: 500;
}

.aub-ytexp__thumb.is-active img{
  opacity:1;
  box-shadow: 0 0 0 2px #111 inset;
}

/* RIGHT: posts list with images */
.aub-ytexp__list{
  background: transparent;
}

.aub-ytexp__item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding: 16px 0;
  border-bottom: 1px solid #dfe7ea;
  text-decoration:none;
  color:#111;
}

.aub-ytexp__item-left{ flex:1; }

.aub-ytexp__item-title{
  font-size: 18px;
  line-height: 1.25;
  font-family: 'Montserrat' !important;
}

.aub-ytexp__item-src{
  margin-top: 10px;

  color:#111;
  opacity:.95;
}

.aub-ytexp__item-img{
  width: 120px;
  height: 80px;
  border-radius: 10px;
  overflow:hidden;
  flex: 0 0 auto;
  background:#eee;
}
.aub-ytexp__item-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.aub-ytexp__more{
  display:inline-block;
  margin-top: 18px;
  text-decoration:none;
  color:#111;
}

/* empty */
.aub-ytexp__empty{
  padding: 18px;
  background:#fff;
  border-radius: 10px;
}

/* responsive: tablet => 5 thumbs */
@media (max-width: 900px){
  .aub-ytexp__grid{ grid-template-columns: 1fr; gap: 28px; }
  .aub-ytexp__iframe{ height: 380px; }
  .aub-ytexp__thumb{ flex: 0 0 calc((100% - (10px * 4)) / 5); }
}

/* mobile => 4 thumbs */
@media (max-width: 640px){
  .aub-ytexp__title{ font-size: 30px; }
  .aub-ytexp__iframe{ height: 260px; }
  .aub-ytexp__thumb{ flex: 0 0 calc((100% - (10px * 3)) / 4); }
  .aub-ytexp__thumb img{ height: 64px; }
}




/* ===== AUB MENU (3 levels like screenshot) ===== */

.aub-nav { position: relative; }

/* WP виводить <ul class="aub-menu"> */
.aub-menu{
  display:flex;
  gap: 34px;
  align-items:center;
  list-style:none;
  margin:0;
  padding:0;
}

.aub-menu > li{
  position: relative;
}

.aub-menu > li > a{
  color:#fff;                 /* верхнє меню на темному хедері */
  text-decoration:none;
  font-weight: 500;
  letter-spacing: .2px;
  padding: 12px 0;
  display:inline-block;
  opacity:.95;
  text-transform: uppercase;
}

.fixed .aub-menu > li > a{
color:#000
}

.fixed .aub-search-btn svg{
	fill:#000
}

.fixed .aub-user__btn svg, .fixed .aub-search-btn svg {
  fill: #000;
}
.fixed .aub-langsw__btn{
	color:#000
}
 .fixed .aub-langsw__btn {
  color: #000;

}
 .aub-langsw__btn {

  font-weight: 300;
  font-size: 23px;
}

.aub-menu > li > a:hover{ opacity:1; text-decoration: underline; }

/* 1-й dropdown (2 рівень) */
.aub-menu li .sub-menu{
  list-style:none;
  margin:0;
  padding: 16px 0;
  background:#fff;
  border-radius: 0;          /* як на скріні — прямі кути */
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  min-width: 320px;
  position:absolute;
  top: calc(100% + 12px);
  left: 0;
  display:none;
  z-index: 999;
}

.aub-menu li:hover > .sub-menu{
  display:block;
}

/* Пункти 2 рівня */
.aub-menu li .sub-menu > li{
  position: relative;
}

.aub-menu li .sub-menu > li > a{
  display:block;
  padding: 12px 22px;
  color:#1b1b1b;
  text-decoration:none;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

.aub-menu li .sub-menu > li > a:hover{
  color:#00b050;              /* як на скріні зелений */
}

/* Стрілка для пунктів з підменю (2 рівень) */
.aub-menu li .sub-menu > li.menu-item-has-children > a{
  padding-right: 42px;
}
.aub-menu li .sub-menu > li.menu-item-has-children > a:after{
  content: "›";
  position:absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color:#00b050;
  font-size: 18px;
}

/* 2-й dropdown (3 рівень) — праворуч */
.aub-menu li .sub-menu .sub-menu{
  top: 0;
  left: calc(100% - 24px);
  min-width: 320px;
  padding: 16px 0;
  display:none;
}

/* показуємо 3-й рівень при hover на 2-му */
.aub-menu li .sub-menu > li:hover > .sub-menu{
  display:block;
}

/* Пункти 3 рівня */
.aub-menu li .sub-menu .sub-menu > li > a{
  padding: 12px 22px;
  color:#1b1b1b;
}

/* Невеличка “затримка” щоб курсор не зривався */
.aub-menu > li > .sub-menu:before{
  content:"";
  position:absolute;
  top:-12px;
  left:0;
  width: 100%;
  height: 12px;
}

/* Мобайл: показувати вертикально (без hover) — опціонально JS нижче */
@media (max-width: 980px){
  .aub-menu{
    flex-direction: column;
    align-items:flex-start;
    gap: 10px;
  }
  .aub-menu li .sub-menu{
    position: static;
    box-shadow: none;
    padding: 0;
    min-width: 100%;
  }
  .aub-menu li .sub-menu .sub-menu{
    position: static;
    min-width: 100%;
  }
}



/* ===== PAGE HERO (not homepage) ===== */

.aub-page-hero{
  position: relative;
  min-height: 240px;
  display:flex;
  align-items: center;
  align-items: center;
  background: #111 center/cover no-repeat;
  padding: 36px 0;
}

.aub-page-hero__overlay{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.45);
}

.aub-page-hero .aub-container{
  position:relative;
}

.aub-page-hero__title{
text-align: center;
  color: #fff;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 600;
  margin: 50px 0 0 0;
  text-shadow: 2px 0 8px #444, 0 2px 8px #444, -2px 0 8px #444, 0 -2px 8px #444;
  font-family: 'Montserrat' !important;
  text-transform: uppercase;
}

@media (max-width: 640px){
  .aub-page-hero{ min-height: 180px; padding: 26px 0; }
  .aub-page-hero__title{ font-size: 32px; }
}



.sstitle{
	text-align: center;
  color: #005500;
  font-size: 2.25rem;
}


/* ===== AUB Members (unique classes + chess layout) ===== */

.aubm-members{
  padding: 40px 0 70px;
  background:#f3f6f7;
}

.aubm-members__container{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.aubm-members__title{
  margin: 0 0 26px;
  font-size: 44px;
  font-weight: 600;
}

.aubm-members__grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 34px; /* row-gap, col-gap */
}

/* card */
.aubm-card{
  background:#fff;
  display:grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items:center;
  border: 1px solid #fff;
  padding: 15px;
}

.aubm-card__media{
  background:#fff;
  width: 180px;
  height: 180px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.aubm-card__img{
  /* width:100%; */
  /* height:100%; */
  object-fit: contain;
  display:block;
}

.aubm-card__img--empty{
  background:#fff;
}

/* flip: image on the right for even items */
.aubm-card--flip{
  grid-template-columns: 1fr 180px;
}
.aubm-card--flip .aubm-card__media{
  order: 2;
}
.aubm-card--flip .aubm-card__body{
  order: 1;
}

.aubm-card__name{
  margin:0 0 8px;
  font-size: 22px;
  font-weight: 800;
}

.aubm-card__line{
  display:flex;
  gap: 10px;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.3;
}

.aubm-card__label{
  font-weight: 800;
  color:#111;
  white-space: nowrap;
}

.aubm-card__value{
  color:#111;
}

.aubm-card__phone{
  color:#111;
  text-decoration:none;
  font-weight: 500;
}
.aubm-card__phone:hover{ text-decoration:underline; }

.aubm-members__empty{
  padding: 18px;
  background:#fff;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 980px){
  .aubm-members__grid{
    grid-template-columns: 1fr;
  }
  .aubm-card,
  .aubm-card--flip{
    grid-template-columns: 150px 1fr;
  }
  .aubm-card--flip .aubm-card__media{ order: 0; }
  .aubm-card--flip .aubm-card__body{ order: 0; }

  .aubm-card__media{
    width:150px;
    height:150px;
  }
  .aubm-members__title{ font-size: 34px; }
}

@media (max-width: 560px){
  .aubm-card{
    grid-template-columns: 1fr;
  }
  .aubm-card__media{
    width: 180px;
    height: 180px;
  }
}



/* ===== Working bodies category list ===== */

.aubwb-cat{
  padding: 34px 0 70px;
  background:#f3f6f7;
}

.aubwb-cat__container{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.aubwb-cat__head{
  display:flex;
  gap: 22px;
  align-items:center;
  margin-bottom: 26px;
}

.aubwb-cat__img{
  width: 120px;
  height: 120px;
  object-fit: contain;
  background:#fff;
}

.aubwb-cat__title{
  margin:0 0 8px;
  font-size: 40px;
  font-weight: 800;
}

.aubwb-cat__desc{
  font-size: 16px;
  max-width: 900px;
}

.aubwb-list{
  display:grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 22px 30px;
}

/* card */
.aubwb-card{
  display:grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  align-items:center;
  background:#f3f6f7;
  margin-bottom: 45px;

}

.aubwb-card__media{
  display:flex;
  justify-content:center;
}

.aubwb-card__avatar{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  background:#fff;
}

.aubwb-card__avatar--empty{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background:#ddd;
}

.aubwb-card__name{
  margin:0 0 10px;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #050;
  font-size: 28px;
  display: block;
  text-align: center;
}

.aubwb-card__link{
  color:#0b7a22;
  text-decoration:none;
}
.aubwb-card__link:hover{
  text-decoration:underline;
}

.aubwb-card__line.pos {
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
  display: block;
  color:#000;
  
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}

.aubwb-card__line{
  display:flex;
  gap: 10px;
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.35;
}

.aubwb-card__label{
  font-weight: 800;
  white-space: nowrap;
}

.aubwb-card__contacts{
  margin-top: 14px;
}

.aubwb-card__citem{
  font-size: 15px;
}

.aubwb-card__citem a{
  color:#0b7a22;
  text-decoration:none;
}
.aubwb-card__citem a:hover{ text-decoration:underline; }

.aubwb-empty{
  padding: 14px;
  background:#fff;
}

@media (max-width: 980px){
  .aubwb-list{ grid-template-columns: 1fr; }
}




/* Опис (HTML) у картці */
.aubwb-card__about{
  margin: 10px 0 12px;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
  white-space: normal;     /* на випадок, якщо десь було nowrap */
}

/* абзаци */
.aubwb-card__about p{
  margin: 0 0 10px;
}

/* останній абзац без зайвого відступу */
.aubwb-card__about p:last-child{
  margin-bottom: 0;
}

/* списки (якщо вставляєш) */
.aubwb-card__about ul,
.aubwb-card__about ol{
  margin: 0 0 10px 20px;
}



.aubwb-cats{ padding: 26px 0; }

.aubwb-cats__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.aubwb-cat-card{
  display:block;
  text-decoration:none;
  border-radius: 14px;
  overflow:hidden;
  background:#fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: transform .15s ease, box-shadow .15s ease;
}

.aubwb-cat-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0,0,0,.10);
}

.aubwb-cat-card__media{
  position: relative;
  aspect-ratio: 16 / 9; /* можна змінити */
  background:#eef2f5;
}

.aubwb-cat-card__media img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.aubwb-cat-card__ph{
  width:100%;
  height:100%;
  background: linear-gradient(135deg, #e8edf2, #f6f8fa);
}

.aubwb-cat-card__title{
  padding: 14px 16px 16px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.25;
  color:#0b3f2a; /* під твою зелень */
}

@media (max-width: 1024px){
  .aubwb-cats__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .aubwb-cats__grid{ grid-template-columns: 1fr; }
}



.aubwb-subcats{
  margin: 0 0 18px;
}

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

.aubwb-subcats__item{
  margin: 0 0 6px;
}

.aubwb-subcats__item a{
  color: #0b3f2a;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dfdddd;
  margin-bottom:10px;
}

.aubwb-subcats__item a:hover{
  text-decoration: underline;
}



.aubwb-cat__about{
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
}
.aubwb-cat__about p:last-child{ margin-bottom: 0; }



.aub-about__container{ max-width: 1200px; margin: 0 auto; padding: 24px; }
.aub-about__title{ font-size: 34px; margin: 0 0 14px; }
.aub-about__content{ margin: 0 0 18px; line-height: 1.7; }

.aub-about__list{ list-style: none; padding: 0; margin: 0; }
.aub-about__item{ margin: 0 0 8px; }
.aub-about__link{ font-weight: 700; text-decoration: none; }
.aub-about__link:hover{ text-decoration: underline; }




.aub-reviews-page{ padding: 24px 0 34px; }

.aub-reviews-page__title{
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
}

.aub-reviews-page__intro{ margin: 0 0 18px; line-height: 1.7; }

.aub-reviews-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.aub-review-card{
  background:#fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  padding: 16px;
}

.aub-review-card__media{
  border-radius: 12px;
  overflow:hidden;
  background:#eef2f5;
  aspect-ratio: 16 / 10;
}

.aub-review-card__img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.aub-review-card__img--ph{
  background: linear-gradient(135deg,#e8edf2,#f6f8fa);
}

.aub-review-card__name{
  margin: 12px 0 10px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.aub-review-card__text{
  font-size: 15px;
  line-height: 1.55;
}

.aub-reviews-page__pagination{
  margin-top: 18px;
}

@media (max-width: 1100px){
  .aub-reviews-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .aub-reviews-grid{ grid-template-columns: 1fr; }
}
.aub-review-card__link{
  display:block;
  color: inherit;
  text-decoration:none;
}

.aub-review-card__more{
  margin-top: 10px;
  font-weight: 800;
  text-decoration: underline;
}



.aub-review-single{ padding: 24px 0 34px; }

.aub-review-single__head{
  display:flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.aub-review-single__media{
  width: 320px;
  max-width: 40%;
  border-radius: 14px;
  overflow:hidden;
  background:#eef2f5;
}

.aub-review-single__img{
  width:100%;
  height:auto;
  display:block;
  object-fit: cover;
}

.aub-review-single__title{
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
  color:#0b3f2a;
}

.aub-review-single__sub{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  color:#6b7280;
  font-weight: 600;
}

.aub-review-single__content{
  background:#fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  padding: 18px;
  line-height: 1.75;
}

.aub-review-single__back{
  margin-top: 14px;
}

.aub-review-single__back a{
  font-weight: 800;
  text-decoration: none;
}

.aub-review-single__back a:hover{
  text-decoration: underline;
  color:#1b8415;
}
.aub-review-card__link:hover .aub-review-card__more{
	  color:#1b8415;
}
@media (max-width: 900px){
  .aub-review-single__head{ flex-direction: column; }
  .aub-review-single__media{ width: 100%; max-width: 100%; }
}





.aub-container-review {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}



/* ===============================
   AUB HOME REVIEWS (UNIQUE)
================================ */

.aub-home-reviews{
  padding: 50px 0; 
}

/* header */
.aub-home-reviews__head{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}

.aub-home-reviews__title{
  margin: 0;
  font-weight: 500;
  font-size: 40px;
  text-decoration: underline;
  font-family: 'Montserrat' !important;
  line-height: 1.05;
}

/* navigation */
.aub-home-reviews__nav{
  display: flex;
  align-items: center;
  gap: 10px;
}

.aub-home-reviews__arrow{
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
  font-size: 22px;
  cursor: pointer;
}

/* dots */
.aub-home-reviews__dots{
  display: flex;
  gap: 6px;
  margin-right: 6px;
}
.aub-home-reviews__dots .swiper-pagination-bullet{
  width: 7px;
  height: 7px;
  opacity: .25;
  margin: 0 !important;
}
.aub-home-reviews__dots .swiper-pagination-bullet-active{
  opacity: .9;
}

/* slider */
.aub-home-reviews__slider{
  overflow: visible;
}

.aub-home-reviews__slider .swiper-slide{
  height: auto;
}

/* card */
.aub-home-reviews__card{
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  min-height: 180px;
}

/* avatar */
.aub-home-reviews__avatar{
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #eee;
}

.aub-home-reviews__avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* content */
.aub-home-reviews__name{
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}

.aub-home-reviews__text{
  font-size: 15px;
  line-height: 1.45;
  opacity: .9;
}

/* responsive */
@media (max-width: 900px){
  .aub-home-reviews__title{ font-size: 30px; }
}



/* ==============================
   AUB Events Home Calendar
   unique: aubec-*
============================== */

.aubec-home{ padding: 40px 0; }
.aubec-home__wrap{ max-width: 1400px; margin: 0 auto; padding: 0 24px; }

.aubec-home__head{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 18px;
}

.aubec-home__title{
  margin: 0;
  font-size: 38px;
font-family: 'Montserrat' !important;
  text-decoration: underline;
  text-underline-offset: 8px;
  font-weight: 500;
  text-decoration-thickness: 1px;
}

.aubec-home__title--right{
  text-align: right;
}

.aubec-home__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* calendar */
.aubec-cal{
  background: #f4f6f8;
  border-radius: 12px;
  padding: 18px 18px 16px;
}

.aubec-cal__top{
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.aubec-cal__nav{
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  cursor: pointer;
  padding: 0;
}

.aubec-cal__label{
  text-align: center;
  font-weight: 700;
}

.aubec-cal__dow{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-bottom: 10px;
  font-size: 14px;
  opacity: .75;
}
.aubec-cal__dow > div{ text-align: center; padding: 6px 0; }

.aubec-cal__grid{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.aubec-cal__cell{
  height: 42px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.aubec-cal__cell:hover{ border-color: rgba(0,0,0,.15); background: rgba(255,255,255,.65); }

.aubec-cal__cell.is-out{ opacity: .35; }
.aubec-cal__cell.is-selected{ border-color: #0a7a2a; background: rgba(10,122,42,.08); }

.aubec-cal__num{
  display: block;
  text-align: center;
  line-height: 42px;
}

.aubec-cal__cell.has-event .aubec-cal__num{
  color: #0a7a2a;
  font-weight: 800;
}

/* list */
.aubec-list{ min-height: 200px; }
.aubec-list__title{
  font-weight: 800;
  margin: 0 0 12px;
}

.aubec-list__items{ display: flex; flex-direction: column; gap: 12px; }

.aubec-item{
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,.12);
  text-decoration: none;
  color: inherit;
}

.aubec-item__title{
  font-weight: 800;
  margin-bottom: 6px;
}

.aubec-item__meta{
  display: flex;
  gap: 8px;
  align-items: center;
  opacity: .8;
  font-size: 14px;
}

.aubec-item__dot{ font-size: 10px; }
.aubec-item__sep{ opacity: .6; }

.aubec-list__empty{
  opacity: .7;
  padding: 12px 0;
}

/* responsive */
@media (max-width: 980px){
  .aubec-home__head{ grid-template-columns: 1fr; }
  .aubec-home__title--right{ text-align: left; }
  .aubec-home__grid{ grid-template-columns: 1fr; }
}



.aubev-archive{ padding: 40px 0; }
.aubev-archive__wrap{ max-width: 1400px; margin:0 auto; padding:0 24px; }
.aubev-archive__h{ margin:0 0 18px; font-size: 36px; font-weight: 800; }
.aubev-archive__list{ display:flex; flex-direction:column; gap:18px; }
.aubev-card{ border-bottom:1px solid rgba(0,0,0,.12); padding: 0 0 16px; }
.aubev-card__t{ margin:0 0 6px; font-size: 22px; }
.aubev-card__t a{ text-decoration:none; color:inherit; }
.aubev-card__m{ opacity:.8; font-size:14px; margin-bottom: 8px; }
.aubev-card__e{ opacity:.9; }
.aubev-archive__pager{ margin-top: 18px; }


.aubev-single{ padding: 40px 0; }
.aubev-single__wrap{ max-width: 1400px; margin:0 auto; padding:0 24px; }
.aubev-single__h{
  margin: 0 0 22px;
  font-size: 44px;
  font-weight: 800;
  color: #0a7a2a;
    text-align: center;
}

.aubev-single__top{ margin-bottom: 24px; }
.aubev-single__row{
  display:grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
  padding: 10px 0;
}
.aubev-single__k{ font-weight: 800; }
.aubev-single__v{ opacity: .95; }

.aubev-single__sub{
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin: 26px 0 14px;
}

.aubev-single__content{ line-height: 1.65; }
.aubev-single__hr{ margin: 26px 0; opacity: .25; }

@media (max-width: 900px){
  .aubev-single__row{ grid-template-columns: 1fr; gap: 6px; }
  .aubev-single__h{ font-size: 34px; }
}



/* ============================
   AUB FOOTER (unique aubf-*)
============================ */
.aubf{
  background:#2f5a34; /* зелений як на скріні */
  color:#fff;
  padding: 36px 0 18px;
}

.aubf__container{
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 46px;
  align-items: start;
}

/* left */
.aubf__brand{ display:inline-block; margin-bottom: 16px; }
.aubf__logo{ height: 56px; width:auto; display:block; }
.aubf__text{
  font-size: 13.5px;
  line-height: 1.55;
  opacity: .92;
  max-width: 520px;
}

/* titles */
.aubf__title{
  font-size: 18px;
 
  margin: 0 0 16px;
}

/* contact items */
.aubf__item{
  display:flex;
  gap: 12px;
  margin: 0 0 16px;
}

.aubf__ico{
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display:grid;
  place-items:center;
  opacity: .95;
}

.aubf__ico svg{
  width: 22px;
  height: 22px;
  fill: #fff;
}

.aubf__label{
  font-weight: 500;
  margin-bottom: 4px;
  font-family: 'Montserrat' !important;
}
.aubf__val{ opacity: .9; color: #a2a2a2;}

.aubf__link{
  color: #a2a2a2;
  text-decoration:none;
  opacity:.9;
}
.aubf__link:hover{ opacity:1; text-decoration:underline; }

/* social */
.aubf__social{
  display:flex;
  gap: 14px;
  margin-top: 14px;
}
.aubf__soc{
  width: 28px;
  height: 28px;
  display:grid;
  place-items:center;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  text-decoration:none;
}
.aubf__soc svg{ width: 18px; height: 18px; fill:#fff; opacity:.95; }
.aubf__soc:hover{ background: rgba(255,255,255,.14); }

/* form */
.aubf__form{ display:flex; flex-direction:column; gap: 12px; max-width: 520px; }
.aubf__input{
  height: 44px;
  padding: 0 14px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,.18);
  background:#fff;
  color:#222;
  outline:none;
}
.aubf__btn{
  height: 44px;
  border: 0;
  border-radius: 3px;
  cursor:pointer;
  font-size:16px;
  background:#00c060; /* зелена кнопка як на скріні */
  color:#000;
  font-weight: 500;
  font-family: 'Montserrat' !important;
}
.aubf__btn:hover{ filter: brightness(0.95); }

/* bottom */
.aubf__bottom{
  margin-top: 30px;
  padding-top: 14px;
  text-align:center;
  opacity:.9;
  font-size: 13px;
}

/* ============================
   Responsive
============================ */
@media (max-width: 1100px){
  .aubf__container{ grid-template-columns: 1fr 1fr; }
  .aubf__col--right{ grid-column: 1 / -1; }
}

@media (max-width: 700px){
  .aubf__container{
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .aubf__title{ margin-bottom: 12px; }
  .aubf__logo{ height: 48px; }
  .aubf__text{ max-width: none; }
}



.aubf__msg{
  font-size: 13px;
  opacity: .95;
  min-height: 18px;
}
.aubf__msg.is-ok{ color: #b6ffcf; }
.aubf__msg.is-bad{ color: #ffd0d0; }

.aubauth{ max-width:420px; display:flex; flex-direction:column; gap:12px; }
.aubauth__title{ font-size:22px; font-weight:800; margin-bottom:6px; }
.aubauth__input{ height:44px; padding:0 12px; border:1px solid rgba(0,0,0,.2); border-radius:6px; }
.aubauth__btn{ height:44px; border:0; border-radius:6px; cursor:pointer; font-weight:800; background:#00c060; color:#fff; }
.aubauth__row{ display:flex; gap:8px; align-items:center; font-size:14px; opacity:.9; }
.aubauth__msg{ min-height:18px; font-size:13px; }
.aubauth__msg.is-ok{ color:#0a7a2a; }
.aubauth__msg.is-bad{ color:#c40000; }



.aubpriv{ padding:40px 0; }
.aubpriv__wrap{ max-width:1400px; margin:0 auto; padding:0 24px; }
.aubpriv__h{ font-size:34px; font-weight:800; margin:0 0 14px; }
.aubpriv__no{ padding:16px; border:1px solid rgba(0,0,0,.15); border-radius:10px; background:#fff; }



.aubacc{ max-width: 720px; }
.aubacc__h{ font-size: 28px; font-weight: 800; margin: 0 0 16px; }
.aubacc__form{ display:flex; flex-direction:column; gap: 14px; }
.aubacc__row{ display:flex; flex-direction:column; gap: 6px; }
.aubacc__label{ font-weight: 700; }
.aubacc__input{ height: 44px; padding: 0 12px; border: 1px solid rgba(0,0,0,.2); border-radius: 8px; }
.aubacc__row--two{ display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.aubacc__btn{ height: 44px; border:0; border-radius: 8px; cursor:pointer; font-weight: 800; background:#00c060; color:#fff; }
.aubacc__msg{ min-height: 18px; font-size: 13px; }
.aubacc__msg.is-ok{ color:#0a7a2a; }
.aubacc__msg.is-bad{ color:#c40000; }
.aubacc__links{ margin-top: 6px; display:flex; gap: 10px; align-items:center; font-size: 14px; opacity: .9; }
@media (max-width: 700px){ .aubacc__row--two{ grid-template-columns: 1fr; } }




/* =========================
   AUB DASHBOARD
========================= */
.aubdash{
  max-width: 900px;
}

.aubdash__title{
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 22px;
}

.aubdash__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.aubdash__card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 30px 20px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.12);
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: transform .15s ease, box-shadow .15s ease;
}

.aubdash__card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}

.aubdash__icon{
  font-size: 44px;
  line-height: 1;
}

.aubdash__label{
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

/* logout accent */
.aubdash__card--logout{
  border-color: rgba(200,0,0,.2);
}
.aubdash__card--logout:hover{
  box-shadow: 0 10px 22px rgba(200,0,0,.12);
}

/* responsive */
@media (max-width: 900px){
  .aubdash__grid{
    grid-template-columns: 1fr;
  }
}



/* =========================
   AUB Materials page
   unique: aubmat-*
========================= */
.aubmat{ padding: 40px 0; }
.aubmat__wrap{ max-width: 1400px; margin:0 auto; padding:0 24px; }

.aubmat__h{
  margin: 0 0 18px;
  font-size: 34px;
  font-weight: 800;
}

.aubmat__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.aubmat__card{
  display:block;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  text-decoration:none;
  color: inherit;
  transition: transform .15s ease, box-shadow .15s ease;
}
.aubmat__card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}

.aubmat__title{ font-weight: 800; font-size: 18px; margin-bottom: 8px; }
.aubmat__meta{ display:flex; align-items:center; gap:8px; opacity:.8; font-size: 13px; margin-bottom: 10px; }
.aubmat__dot{ font-size: 10px; }
.aubmat__excerpt{ opacity:.92; line-height: 1.55; }

.aubmat__box{
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background:#fff;
}

.aubmat__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  background:#00c060;
  color:#fff;
  text-decoration:none;
  font-weight:800;
}

@media (max-width: 980px){
  .aubmat__grid{ grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px){
  .aubmat__grid{ grid-template-columns: 1fr; }
}



.aub-header__top.fixed {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  transform: translateY(0);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 24px rgba(0,0,0,0.35);
}

.fixed .aub-logo {
  max-width: 128px;
  transform: scale(0.72);
  position: relative;
  top: -10px;
}



/* USER DROPDOWN */
.aub-user{
  position: relative;
  display: inline-flex;
  align-items: center;
}

.aub-user__btn, .aub-search-btn{
  width: 21px;
  height: 21px;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 10px;
}
.aub-user__btn svg, .aub-search-btn svg{
	fill:#fff;
}
.aub-user__btn:hover svg, .aub-search-btn:hover svg{
	fill: #126b2f;
	
}

.aub-user__btn:focus{
  outline: none;
  background:#000!important;
  border:none!important;
}

.aub-user__dropdown{
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0,0,0,.18);
  padding: 10px 0;
  display: none;
  z-index: 9999;
}

.aub-user.is-open .aub-user__dropdown{
  display: block;
}

.aub-user__item{
  display:block;
  padding: 10px 14px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
}

.aub-user__item:hover{
  background: rgba(0,0,0,.06);
}

.aub-user__item--logout{
  border-top: 1px solid rgba(0,0,0,.08);
  margin-top: 6px;
  padding-top: 12px;
}



/* Language switcher (AUB) */
.aub-langsw{
  position: relative;
  display: inline-block;
}

.aub-langsw__btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: 300;
  padding: 6px 10px;
  cursor: pointer;
}

.aub-langsw__caret{
  font-size: 12px;
  opacity: .9;
  transform: translateY(3px);
}

.aub-langsw__menu{
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 90px;

  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
  padding: 8px 0;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
  z-index: 9999;
}

.aub-langsw.is-open .aub-langsw__menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.aub-langsw__item{
  display: block;
  padding: 8px 14px;
  color: #111;
  text-decoration: none;
  font-weight: 500;
}

.aub-langsw__item:hover{
  background: rgba(0,0,0,.06);
}

.aub-langsw__item.is-active{
  font-weight: 700;
}
/* Search button (header icon) */
.aub-search-btn{
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.aub-search-btn svg{
  width: 20px;
  height: 20px;
  fill: #fff;
  opacity: .92;
}
.aub-search-btn:hover, .aub-langsw__btn:hover{
	border:none;
	background:none;
	border:none;
}
.aub-search-btn:hover svg{ opacity: 1; 


}

/* Search modal */
.aub-search{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}
.aub-search.is-open{ display: block; }

.aub-search__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.aub-search__panel{
  position: relative;
  max-width: 760px;
  margin: 92px auto 0;
  background: rgba(10,10,10,.92);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  padding: 18px;
}

.aub-search__close{
  position: absolute;
top: -48px;
  right: -7px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  opacity: .85;
}
.aub-search__close:hover{ opacity: 1; border:none;
	background:none;}

.aub-search__form{
  display: flex;
  gap: 10px;
  align-items: center;
}

.aub-search__input{
  flex: 1;
  height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 0 14px;
  outline: none;
}
.aub-search__input:focus{
  border-color: rgba(255,255,255,.32);
}

.aub-search__submit{
  height: 46px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.10);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.aub-search__submit:hover{
  background: rgba(255,255,255,.16);
}

@media (max-width: 640px){
  .aub-search__panel{ margin: 70px 14px 0; }
  .aub-search__form{ flex-direction: column; align-items: stretch; }
  .aub-search__submit{ width: 100%; }
}




.aub-albums-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
}
@media (max-width: 980px){
  .aub-albums-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
}
@media (max-width: 600px){
  .aub-albums-grid{grid-template-columns:1fr;}
}

.aub-album-card{
  display:block;
  border-radius:16px;
  overflow:hidden;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  background:#fff;
  color:#111;
}
.aub-album-card__img{
  height:190px;

}
.aub-album-card__body{
  padding:12px 14px;
}
.aub-album-card__title{
  font-weight:700;
  line-height:1.2;
}
.aub-album-card__meta{
  font-size:13px;
  opacity:.7;
  margin-top:6px;
}

.aub-gallery-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
}
@media (max-width: 980px){
  .aub-gallery-grid{grid-template-columns:repeat(3, minmax(0, 1fr));}
}
@media (max-width: 600px){
  .aub-gallery-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
}

.aub-gallery-item{
  position:relative;
  display:block;
  border-radius:14px;
  overflow:hidden;
  background:#f3f3f3;
  text-decoration:none;
}
.aub-gallery-item img{
  width:100%;
  height:210px;
  object-fit:cover;
  display:block;
}
.aub-gallery-cap{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  padding:8px 10px;
  border-radius:12px;
  background:rgba(0,0,0,.55);
  color:#fff;
  font-size:13px;
  line-height:1.25;
}



.aub-album-card{
  display:block;
  text-decoration:none;
  color:#fff;
  border-radius:16px;
  overflow:hidden;
  position:relative;
}

.aub-album-card__img{
  height:320px;
 
  position:relative;
}

.aub-album-card__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.75) 0%,
    rgba(0,0,0,.35) 40%,
    rgba(0,0,0,0) 70%
  );
}

.aub-album-card__caption{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
}

.aub-album-card__title{
  font-size:20px;
  font-weight:700;
  line-height:1.2;
  color: #fff;
}

.aub-album-card__count{
  margin-top:6px;
  font-size:14px;
  opacity:.85;
  color: #fff;
}


.aub-album-card__img::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:inherit;
 
  background-position:center;
  transform:scale(1);
  transition:transform .45s ease;
  will-change:transform;
}




/* hover-ефект */
.aub-album-card:hover .aub-album-card__img::before{
  transform:scale(1.08); /* 👈 рівно “чуть збільшувати” */
}




.aub-about__container{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.aub-about__title{
  font-size: 38px;
  font-weight: 800;
  margin: 18px 0 12px;
}

.aub-about__content{
  margin: 0 0 26px;
  opacity: .95;
}

/* GRID */
.aub-about-grid{
  display:flex;
  flex-direction:column;
  gap:22px;
  margin:20px 0;
}

/* CARD */
.aub-about-card{
  display:grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 22px;
  align-items:center;
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
}

/* ШАХМАТКА: парні — міняємо місцями */
.aub-about-card:nth-child(even){
  grid-template-columns: 1fr 1.05fr;
}
.aub-about-card:nth-child(even) .aub-about-card__media{
  order:2;
}
.aub-about-card:nth-child(even) .aub-about-card__body{
  order:1;
}

.aub-about-card__media{
  display:block;
  position:relative;
  overflow:hidden;
  height: 320px;
}
.aub-about-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1);
  transition: transform .5s ease;
}
.aub-about-card__media:hover img{
  transform: scale(1.06);
}

.aub-about-card__body{
  padding: 18px 20px;
}

.aub-about-card__title{
  margin:0 0 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}
.aub-about-card__title a{
  text-decoration:none;
  color:inherit;
}

.aub-about-card__text{
  margin: 0 0 14px;
  opacity: .85;
  line-height: 1.6;
}
.aub-about-card__btn:hover{
	 color:#00BC65 !important
}
.aub-about-card__btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #111;
  color:#fff;
  text-decoration:none;
  font-weight:700;
}

/* MOBILE */
@media (max-width: 900px){
  .aub-about-card{
    grid-template-columns: 1fr;
  }
  .aub-about-card:nth-child(even) .aub-about-card__media,
  .aub-about-card:nth-child(even) .aub-about-card__body{
    order: initial;
  }
  .aub-about-card__media{
    height: 220px;
  }
}



.aub-partners-page__container{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.aub-partners-page__title{
  font-size: 38px;
  font-weight: 800;
  margin: 18px 0 12px;
}

.aub-partners-page__content{
  margin: 0 0 18px;
  opacity: .95;
}

/* 3 в ряд */
.aub-partners-logos{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin:20px 0;
}

/* картка */
.aub-partner-logo{
  height: 170px;                 /* однакова висота для всіх */
  background: #fff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.06);
  text-decoration: none;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

/* якщо це <div> без лінку — теж ок */
div.aub-partner-logo{ cursor: default; }

.aub-partner-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;           /* ключ: різні формати виглядають ок */
  transform: scale(1);
  transition: transform .35s ease;
  filter: grayscale(0);
  opacity: .96;
}

/* hover тільки для лінків */
a.aub-partner-logo:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,.12);
}
a.aub-partner-logo:hover img{
  transform: scale(1.06);
  opacity: 1;
}

/* адаптив */
@media (max-width: 1024px){
  .aub-partners-logos{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aub-partner-logo{ height: 150px; }
}
@media (max-width: 640px){
  .aub-partners-logos{ grid-template-columns: 1fr; }
  .aub-partner-logo{ height: 140px; }
}






/* контейнер */
.aub-doc-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* картка */
.aub-doc-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  display:flex;
  flex-direction:column;
  transition: transform .18s ease, box-shadow .18s ease;
}

.aub-doc-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
}

/* фото */
.aub-doc-card__img{
  display:block;
  height: 170px;
  background:#f4f6f8;
  overflow:hidden;
}

.aub-doc-card__img img{
  width:100%;
  height:100%;
  object-fit:cover;       /* гарно виглядає навіть якщо різні картинки */
  transform: scale(1);
  transition: transform .45s ease;
}

.aub-doc-card:hover .aub-doc-card__img img{
  transform: scale(1.06);
}

/* тіло */
.aub-doc-card__body{
  padding: 14px 16px 16px;
  display:flex;
  flex-direction:column;
  gap: 10px;
  flex: 1 1 auto;
}

.aub-doc-card__title{
  margin:0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.aub-doc-card__title a{
  text-decoration:none;
  color:#0a7b2a;          /* твій зелений */
}

.aub-doc-card__date{
  font-size: 13px;
  opacity: .75;
  font-variant-numeric: tabular-nums;
}

/* кнопка */
.aub-doc-card__btn{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius: 12px;
  background:#111;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  width: fit-content;
}

/* адаптив */
@media (max-width: 900px){
  .aub-doc-grid{ grid-template-columns: 1fr; }
  .aub-doc-card__img{ height: 160px; }
}
.aub-doc-card a.aub-about-card__btn{
	text-decoration:none!important;
	color:#fff!important;
}







/* =========================
   HEADER RESPONSIVE (tablet/mobile)
   Desktop styles untouched
========================= */

.aub-header__top {
 
 
}

/* базово бургер ховаємо */
.aub-burger { display: none; }

/* ---------- TABLET: <= 1024px ---------- */
@media (max-width: 1024px) {

  /* контейнер шапки: вирівнювання */
  .aub-header__top .aub-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
  }

  /* лого компактніше */
  .aub-logo{
    display:flex;
    align-items:center;
    gap:10px;
    min-width: 0;
  }
  .aub-logo img{
    max-height: 44px;
    width:auto;
  }
  .aub-logo-text{
    display:none; /* на планшеті часто заважає */
  }

  /* меню ховаємо, замість нього бургер */
  .aub-nav{
    display:none;
  }

  .aub-actions{
    display:flex;
    align-items:center;
    gap:10px;
  }

  /* бургер показуємо */
  .aub-burger{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border:0;
    background:transparent;
    cursor:pointer;
    padding:0;
  }
  .aub-burger span{
   
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    margin: 3px auto;
    transition: transform .2s ease, opacity .2s ease;
   background: #070707;
  
  }
   .aub-burger:hover span {
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
    margin: 3px auto;
    transition: transform .2s ease, opacity .2s ease;
   
  }

  /* кнопки-іконки (пошук/юзер/мова) */
  .aub-search-btn,
  .aub-user__btn,
  .aub-langsw__btn{
    height:44px;
    min-height:44px;
  }

  /* dropdown юзера: щоб не вилітав за екран */
  .aub-user{ position: relative; }
  .aub-user__dropdown{
    right:0;
    left:auto;
    min-width: 220px;
  }
}
@media (max-width:  900px) {
	
	
}
/* ---------- MOBILE: <= 768px ---------- */
@media (max-width: 768px) {
.aub-home-news__grid {
	grid-template-columns: 1fr;
}




	.aub-home-news__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 5px;
}

.aub-home-news__head {
  
  flex-direction: column;
}
	
 .aub-hero__badge {
	   text-align: center;
 }
  .aub-header__top .aub-container{
   gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
background:#fff;
  }

  .aub-logo img{ max-height: 40px; }

  /* language: можна лишити кнопку коротку */
  .aub-langsw__caret{ display:none; } /* щоб компактніше */

  /* ======= Mobile nav overlay ======= */
  body.aub-nav-open{
    overflow:hidden;
  }

  /* показуємо nav як оверлей тільки коли відкрито */
  body.aub-nav-open .aub-nav{
    display:block;
    position:fixed;
    inset:0;
    z-index:999;
    padding:72px 18px 18px;
       background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(6px);
    overflow:auto;
  }

  /* затемнення під меню + клік для закриття */
  body.aub-nav-open .aub-nav::before{
    content:"";
    position:fixed;
    inset:0;
    background: rgba(0,0,0,.35);
    z-index:-1;
  }

  /* список меню */
  body.aub-nav-open .aub-menu{
    display:flex;
    flex-direction:column;
    gap:10px;
   margin: 40px 15px;
    padding: 0;
    padding:0;
    list-style:none;
  }

  body.aub-nav-open .aub-menu > li > a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px 14px;
    border-radius:12px;
    background: rgba(0,0,0,.06);
    text-decoration:none;
  }

  /* підменю */
  body.aub-nav-open .aub-menu .sub-menu{
    list-style:none;
    margin:8px 0 0 0;
    padding:0 0 0 12px;
    display:none;
  }

  /* коли li має клас .is-sub-open — показуємо sub-menu */
  body.aub-nav-open .aub-menu li.is-sub-open > .sub-menu{
    display:block;
  }

  body.aub-nav-open .aub-menu .sub-menu a{
    display:block;
    padding:10px 12px;
    border-radius:10px;
    background: rgba(255,255,255,.04);
    text-decoration:none;
    margin:6px 0;
  }

  /* кнопка закриття меню (використаємо бургер як хрестик) */
  body.aub-nav-open .aub-burger span:nth-child(1){
    transform: translateY(5px) rotate(45deg);
  }
  body.aub-nav-open .aub-burger span:nth-child(2){
    opacity:0;
  }
  body.aub-nav-open .aub-burger span:nth-child(3){
    transform: translateY(-5px) rotate(-45deg);
  }

  /* бургер завжди поверх меню */
  .aub-burger{
    position:relative;
    z-index:1000;
  }
  
  
  .aub-burger {
  display: block;
}
}


@media (max-width: 534px){
	.aub-home-news__card {
		flex-direction: column;
		justify-content:be
	}
	
	.aub-home-news__media {
  z-index: 2;
  flex: 0 0 0px;
  order: 1;
  display: flex;
  justify-content: space-evenly;
}

.aub-home-news__body {
  z-index: 2;
  flex: 1;
  order: 2;
}
	
}
@media (max-width: 420px){
  .aub-search-btn svg{ width:20px; height:20px; }
  .aub-actions{ gap:8px; }
}



@media (max-width: 768px){
  .aub-home-news__grid .aub-home-news__card:nth-child(n+3), .aub-finance-news__card:nth-child(n+3), .aub-partner-news__card:nth-child(n+3), .aub-ytexp__item:nth-child(n+3), .aubec-home__title.aubec-home__title--right{
    display:none;
  }
  .aub-home-reviews__card {
	  flex-direction: column;
  }
  
  .aubwb-card {
	  grid-template-columns: 100%;
  }
}



/* бейдж-контейнер */
.aub-hero__badge{
  position: absolute;
 width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;

  /* щоб ромби могли виходити за межі */
  overflow: visible;

  /* важливо: щоб клік йшов по .aub-hero__link */
  pointer-events: none;

  /* даємо висоту як у твоєї зеленої підкладки */
  height: 92px;                /* піджени під png */
  display: flex;
  align-items: center;
  justify-content: center;
}

.aub-hero__badge span b {
  position: relative;
  z-index: 9;
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  font-family: Open Sans;
  text-align: center;
  padding: 0 50px;
  text-transform:uppercase
}
.aub-hero__badge span{
    width: 628px;               
  height: 180px;  
     	  position:relative;      
  background: url("assets/img/bg_s.png") no-repeat;
  background-size: 100% 100%;
  z-index: 9;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.aub-hero__badge_s{
	  position:relative;
  
    overflow: visible;
  width: 628px;               
  height: 180px;  
}


.aub-hero__badge .aub-hero__badge_s::before{
   content:"";
  position:absolute;
  left: -78px;               
  top: 50%;
  width: 130px;               
  height: 130px;             
  transform: translateY(-50%);
  background: url("assets/img/1.png") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  opacity: .9;   
}

/* ромб справа 1.png */
.aub-hero__badge .aub-hero__badge_s::after{
  content:"";
  position:absolute;
  right: -78px;               
  top: 50%;
  width: 130px;               
  height: 130px;             
  transform: translateY(-50%);
  background: url("assets/img/1.png") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  opacity: .9;               
}

.aub-hero__badge > span{
  position: relative;
  z-index: 2;
  display: inline-block;

  /* текст */
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;


  padding: 0 90px;            /* піджени */
  line-height: 1;
}

.aub-arrow:hover, .aub-arrow:focus{
	border:none;
}


.aub-home-news__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aub-home-news__card-title{
	font-size: 1.1rem;
  font-weight: 400;
}

.aub-home-news__more {
  font-family: 'Montserrat' !important;
  font-size: 16px;
font-weight: 400;
text-decoration:none;
color: rgb(33, 33, 33)
}
.aub-home-news__more:hover
{color: rgb(47, 82, 45);}


.swiper-horizontal {
 
  max-height: 380px;
}

.aub-hero__slide{
  position: relative;
  overflow: hidden; /* щоб бейдж ховався, коли він “за екраном” */
}



/* щоб fade працював коректно */
.aubHero .swiper-slide {
  opacity: 0;
  transition: opacity 700ms ease !important;
}

.aubHero .swiper-slide-active {
  opacity: 1;
  z-index: 2;
}


.aub-hero__badge {
  position: absolute;
  right: 40px;   /* підлаштуй */
  top: 50%;
  transform: translate(80px, -50%);
  opacity: 0;
  transition: transform 450ms ease, opacity 450ms ease;
}

/* коли слайд активний — з’являється із затримкою */
.swiper-slide-active .aub-hero__badge {
  transform: translate(0, -50%);
  opacity: 1;
  transition-delay: 250ms; /* затримка після появи фото */
}




.container-full, .container-full-under {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}



/*--------------------------------------------------------------
=>> Theme Breadcrumb Area
--------------------------------------------------------------*/

body.search .theme-blog  {
	padding-top: 1.875rem;
}
#wrapper.bg-grey .page-breadcrumb { 
	background-color: #fff;
}
.theme-breadcrumb-area {
	background-color: transparent;
	margin: 1.875rem auto 0;
}
.page-breadcrumb { 
	background-color: #f4f4f5;
    border: 1px solid #ebebeb;
	list-style: none; 
	margin: 0; 
	padding: 0.438rem 0.938rem; 
	line-height: 1.5;
	font-size: 0.9375rem;
	font-weight: 500;
}
.page-breadcrumb > li { 
	color: #fff; 
	display: inline-block; 
}
.page-breadcrumb > li + li:before { 
	color: #999;
    font-family: fontAwesome;
    content: "\f054";
    padding: 0 0.625rem 0 0.425rem;
    font-size: 0.6875rem;
	vertical-align: middle;
}
@media (max-width: 768px) {
	.page-header-title, 
	.page-breadcrumb.text-right {
		text-align: center !important;
	}		
}


.aub-ytexp__head--right .aub-ytexp__title{
	font-family: 'Montserrat' !important;
  text-align: right;
  width: 100%;
}


.entry-meta > span.author {
  display: none!important;
}



@media (max-width: 768px) {
	.aub-hero__badge, .aub-hero__badge_s{
		width:100%;
		right: 0;
		height: auto;
	}
	.aub-hero__badge span b{
		font-size: 18px;
	}
	
	.aub-hero__badge span{
		width: 100%;
		height: 90px;
		background: #2f522d;
	}
	
	.aub-arrow.right {
  right: -15px;
}

.aub-arrow.left {
  left: -10px;
}
.aub-hero__badge .aub-hero__badge_s::after, .aub-hero__badge .aub-hero__badge_s::before{
	z-index: 28;
}
.aub-arrow.right:hover, .aub-arrow.left:hover, .aub-arrow.right:focus, .aub-arrow.left:focus{
	background:none;
}

.aub-finance-news__title {
  margin-bottom: 15px;
}

	
}


.post-author-area{display:none!important}


@media (max-width: 768px) {
	.aub-langsw, .aub-user, .aub-search-btn{
		display:none;
	}
Background: #fff;

  body.aub-nav-open .aub-nav {
    display: block;
    position: fixed;
    inset: 0;
    right: 0px;
    left: 0px;
    z-index: 999;
    padding: 72px 18px 18px;
    background: rgba(255,255,255,.92);
 backdrop-filter:none;
    overflow: auto;
    width: 80%;
    right: 0;
    left: 30%;
  }
  
  .aub-menu > li{
width: 230px;
}

body.aub-nav-open .aub-nav{
	height: 100vh;
}
.aub-menu > li > a {
  color: #000;
}
.fixed .aub-menu > li > a {
  color: #000;
}

  body.aub-nav-open .aub-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px;
    border-radius: 12px;
    background: none;
    text-decoration: none;
    border-bottom: 1px solid #000;
    border-radius: 0; 
  }

	
}


/* MOBILE ONLY */
@media (min-width: 992px) {
  .aub-mobile-top {
    display: none!important;
  }
}


#aubUserDropdown {
  display: flex;
  margin-top: 20px;
}

/* TOP BAR */
.aub-mobile-top {
 
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

/* SEARCH */
.aub-mobile-search {
  flex: 1;
  display: flex;
  background: #f4f4f4;
  border-radius: 0;
  overflow: hidden;
}

.aub-mobile-search input {
  flex: 1;
  border: none;
  padding: 10px 14px;
  background: transparent;
  font-size: 15px;
}

.aub-mobile-search button {
  border: none;
  background: transparent;
  padding: 0 14px;
  font-size: 16px;
  cursor: pointer;
}

/* USER */
.aub-mobile-user {
  position: relative;
}

.aub-user-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #000;
  color: #fff;
  font-size: 18px;
}

/* DROPDOWN */
.aub-user__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
  padding: 8px 0;
  display: none;
  z-index: 100;
}

.aub-user__item {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  color: #000!important;
  text-decoration: none;
}

.aub-user__item:hover {

}

.aub-user__item--logout {
  color: #c00;
}


.aub-mobile-search svg {
  width: 25px;
}