/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.main_floating_bar_sec {
  animation: floatBar 4s ease-in-out infinite;
  box-shadow: 0 5px 20px rgba(255, 0, 122, 0.4);
}

.main_text_privacy h2,
.main_text_privacy h3,
.main_text_privacy h4,
.main_text_privacy h5, 
.main_text_privacy h6 {
	color: #fff !important;
}

@keyframes floatBar {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}



.monaco-press-section .monaco-press-grid{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}


.monaco-card {
    background-color: #000;
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #cfcfcf;
    transition: 0.3s;
}
.monaco-card:hover {
  transform: translateY(-4px);
}
.monaco-meta-top span.meta-item {
    align-items: center;
    display: flex;
	color: inherit;
    gap: 10px;
}
.monaco-meta-top {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #666;
  gap: 10px;
  margin-bottom: 8px;
}
.monaco-meta-top .meta-item i {
  position: relative;
  top: 2px;
  margin-right: 4px;
  color: #666;
}

.monaco-title a {
  color: #111;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
	    position: relative;
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s 
cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s 
cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0px;
    background-repeat: no-repeat;
}
.monaco-card:hover .monaco-title a {
    background-size: 100% 2px;
    cursor: pointer;
}
.monaco-title a:hover {
  color: #c00;
}

.monaco-excerpt {
    font-size: 14px;
    color: #cfcfcf;
    margin-top: 8px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.monaco-meta-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.badge {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #000;
	border: 1px solid #cfcfcf;
  color: #cfcfcf;
}
.badge.org {
  
  font-weight: 500;
}
.badge.org i {
    margin-right: 5px;
    font-size: 15px;
    line-height: 1.3;
}
/* .badge.cat {
  background: #f1f1f1;
} */

.monaco-footer {
  display: flex;
  align-items: center;
  justify-content: space-between; 
	margin-top: 20px;
}
.read-more {
        color: #cfcfcf;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.read-more:hover {
  color: #c00;
}
.share-btn {
  font-size: 13px;
  color: #444;
  text-decoration: none;
}
.monaco-press-grid .monaco-card .monaco-title {
    line-height: 20px;
}.monaco-press-grid .monaco-card .monaco-title a {
	color: #fff;
}

 /* --- Search Bar Layout --- */
    .press-search-bar {
        text-align: center;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .search-input-wrapper {
        position: relative;
        display: inline-block;
        width: 80%;
    }

    #press-search-input {
         width: 100%;
    padding: 14px 20px 14px 36px;
    font-size: 16px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    height: 100%;
    border-radius: 12px;
    background-color: #000;
    }
 
.press-search-bar .search-input-wrapper span.search-icon svg {
    width: 15px;
	    fill: #b7b7b7;
}
.search-filter-btn span.filter-icon svg {
    width: 14px;
}
    .search-icon {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #777;
        pointer-events: none;
    }
#search-filter-btn .filter-icon {
	margin-top: 3px;
}
#search-filter-btn .filter-icon svg {
	fill: #000;
}
#search-filter-btn:hvoer .filter-icon svg {
	fill: #fff;
}
    /* --- Search Button --- */
    .search-filter-btn {
       background-color: #000;
    color: #fff;
    border: none;
    padding: 16px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    gap: 6px;
    transition: background 0.3s;
    width: 17%;
    justify-content: center;
    border-radius: 12px;
    }
#search-filter-btn .filter-icon svg{
	    fill: #fff;
}
.press-filter-tabs button.press-filter-btn:hover {
    background-color: #C8102E;
	border: 1px solid #C8102E;
	color: #fff;
}

.press-filter-tabs button.press-filter-btn:hover svg{
fill: #fff;
}
.monaco-meta-bottom span.badge svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
	    fill: #fff;
}
    .search-filter-btn:hover {
        background: #a00000;
		color: #fff;
}.search-filter-btn:hover svg {
	fill: #fff; 
}

    /* --- Filter Tabs --- */
    .press-filter-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin: 15px 0;
    }

    .press-filter-btn {
            border: none;
    background: #000;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    fill: #fff;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2E8F0;
    border-radius: 22px 22px 22px 22px;
    padding: 10px 16px 10px 16px;
    }

    .press-filter-btn svg {
        width: 16px;
        height: 16px;
    }

    .press-filter-btn.active {
        background: #c00;
        color: #fff;
    }

    .press-filter-btn.active svg path {
        fill: #fff;
    }



@media screen and (max-width: 769px) {
	.monaco-press-section .monaco-press-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 500px) {
	.monaco-press-section .monaco-press-grid {
		grid-template-columns: 1fr ;
	}
	.search-input-wrapper {
		    width: 100%;
	}
	.search-filter-btn {
		width: 100%;
	}
}