/* 
Theme Name: Divas Theme
Theme URI: https://norustech.com/
Description: Divas is a child theme of Divas Simply Singing, created by Norus Technologies
Author: Norus Technologies
Author URI: https://norustech.com/
Developer: Amoy Nicholson 
Template: hello-elementor
Version: 2.0.0
Text Domain: divas-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

b, strong {
    font-weight: bold;
}

#ekit-megamenu-main-menu {
    backdrop-filter: blur(16px);
}

.sticky-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background: transparent;
}

.sticky-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
}

.mission-section  {
	background: radial-gradient(106.35% 106.35% at 50.00% 50.00%, #FC051A 0%, #930000 100%), #FC051A;
}

.copyright_footer {
	color: #111;
	font-family: Neutra Text;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	font-weight: 500;
	line-height: 120%; /* 21.6px */
}

@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }

/* Blog */
.single-post-meta .elementor-post-info__item--type-custom {
	font-weight: 700;
}

.share-icons .elementor-grid-item {
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #D0D5DD;
	background: #FFF;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.reading-tag .span-reading-time {
	display: flex;
	padding: 4px 10px 4px 4px;
	align-items: center;
	border-radius: 16px;
	border: 1px solid #FFE6E8;
	background: #FFE6E8;
	mix-blend-mode: multiply;
}

.reading-tag span.rt-label.rt-prefix {
    display: flex;
    padding: 2px 8px;
    align-items: center;
    border-radius: 16px;
    background: #FC0619;
	margin-right: 8px;
	color: #FFF;
	text-align: center;
	font-family: "Neutra Text", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 150% */
}

.reading-tag .rt-time,
.reading-tag .rt-postfix {
	color: #000;
	font-family: "Neutra Text", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 150% */
}

.reading-tag .rt-postfix {
	margin-left: 2px;
}

#copyURL .elementor-align-icon-left {
	font-size: 20px;
}

.single-post-meta .elementor-post-info__item--type-custom {
	font-weight: 600;
}

.news-items {
	width: 100%;
    overflow-y: scroll; /* Standard syntax */
	overflow-y: scroll; /* Chrome, Safari, Opera */
	overflow-y: -webkit-scrollbar; /* Older versions of Chrome, Safari, Opera */
	overflow-y: -moz-scrollbars-vertical; /* Firefox */
	overflow-x: hidden !important;
}


::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 6px;
}
  
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}



@media (max-width: 767px) {
	.news-items {
		width: 97%;
	}
	.latest-news-container {
		height: 600px;
	}
	
	.press-container {
		height: 600px;
	}
}

@media (min-width: 768px) {
	.latest-news-container {
		min-height: 400px;
	}
	
	.press-container {
		height: 400px;
	}
}


@media (min-width: 1024px) {
	.latest-news-container {
		height: 500px;
	}
	
	.press-container {
		height: 500px;
	}
}