/**
Theme Name: BNMR Firm 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: bnmr-firm-astra-child
Template: astra
*/

/*Homepage style  */
a{
	text-decoration:none !important;
}
.site-header-ct{
	backdrop-filter: blur(5px);
}
.eyebrow .elementor-icon-box-content {
    display: flex;
    align-items: center;
    gap: 8px;
}
.brand-grad-text{
	background:linear-gradient(90deg, #2abfb5 0%, #0e8fbf 30%, #6e2fa5 65%, #d3278b 95%);
	color: #0000 !important;
    -webkit-background-clip: text;
    background-clip: text;
}
.brand-grad-bg{
	background-image: unset !important;
    background: linear-gradient(120deg, #d3278b 0%, #6e2fa5 40%, #0e8fbf 75%, #2abfb5 100%) !important;
}
.brand-grad-btn a {
    background: linear-gradient(90deg, #2abfb5 0%, #0e8fbf 30%, #6e2fa5 65%, #d3278b 95%) !important;
    transition:all 0.3s ease;
}

.brand-grad-btn a:hover {
    background: linear-gradient(90deg, #d3278b 0%, #6e2fa5 35%, #0e8fbf 70%, #2abfb5 100%) !important;
}
.awards-wrap-ct h2 {
    transition: all 0.3s ease;
}

.awards-wrap-ct:hover h2 {
    transform: translateX(18px);
    color:#d3278b !important;
}
.cta-full-link .elementor-widget-button{
    position:unset !important;
}
.cta-full-link a.elementor-button-link:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:9;
}

/* feild page style */
.subscribe-form-ct form#gform_1 {
    display: flex;
    align-items:center;
    gap:10px;
    justify-content: end;
}
.subscribe-form-ct input {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 100px !important;
    color:#fff !important;
    height:unset !important;
    padding:14px 26px !important;
    line-height:1em !important;
    font-size:14px !important;
}
.subscribe-form-ct input::placeholder{
    color:rgba(255, 255, 255, 0.3) !important;
}
.subscribe-form-ct input#gform_submit_button_1 {
    background: linear-gradient(90deg, #2abfb5 0%, #0e8fbf 30%, #6e2fa5 65%, #d3278b 95%) !important;
    transition: all 0.3s ease;
    border-radius:100px !important;
    height:unset !important;
    padding:15px 26px !important;
    line-height:1.1em !important;
    font-size:14px !important;
    border:0px !important;
}

.subscribe-form-ct .gform-footer.gform_footer.top_label {
    margin-top:0px !important;
    min-width: 135px;
}

.subscribe-form-ct .gform-body.gform_body {
    width: 65%;
}

.subscribe-form-ct input#gform_submit_button_1:hover {
 	background: linear-gradient(90deg, #d3278b 0%, #6e2fa5 35%, #0e8fbf 70%, #2abfb5 100%) !important;
}
/*contact form  */
.contact-form-ct input#gform_submit_button_2 {
    background: linear-gradient(90deg, #2abfb5 0%, #0e8fbf 30%, #6e2fa5 65%, #d3278b 95%) !important;
    transition: all 0.3s ease;
    border-radius:100px !important;
    height:unset !important;
    padding:15px 26px !important;
    line-height:1.1em !important;
    font-size:14px !important;
    border:0px !important;
    transition: all 0.3s ease;
}
.contact-form-ct input#gform_submit_button_2:hover {
 	background: linear-gradient(90deg, #d3278b 0%, #6e2fa5 35%, #0e8fbf 70%, #2abfb5 100%) !important;
     transform: translateY(-2px);
    opacity: 0.9;
}


.contact-form-ct #gform_2 .gfield_label {
    color: #4a4f56;
    /* margin-bottom: 14px; */
    font-family: 'Space Mono';
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-form-ct #gform_2 input[type="text"],
.contact-form-ct #gform_2 input[type="email"],
.contact-form-ct #gform_2 textarea {
    padding: 16px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #0a0a0a;
    font-size: 20px;
    color: #0a0a0a;
    outline: none;
    border-radius:0px;
	box-shadow:none !important;
   
}
.contact-form-ct #gform_2 input[type="text"],
.contact-form-ct #gform_2 input[type="email"]{
     height: unset !important;
    line-height: 1;
}
.contact-form-ct #gform_2 input[type="text"]::placeholder,
.contact-form-ct #gform_2 input[type="email"]::placeholder,
.contact-form-ct #gform_2 textarea::placeholder {
color:#8a8f96
}
.contact-form-ct #gform_2 textarea {
    min-height: 160px;
    resize: vertical;
}

.contact-form-ct #gform_2 input:focus,
.contact-form-ct #gform_2 textarea:focus {
    border-bottom: 1px solid #d3278b;
}

.contact-form-ct #gform_2 input[type="checkbox"] {
    display: none;
}

.contact-form-ct #gform_2 .gfield_checkbox label {
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1.5px solid #0a0a0a;
    color:#0a0a0a;
    letter-spacing: .12em;
    text-transform: uppercase;
    align-items: center;
    padding: 8px 14px;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Archivo';
    margin-left: 0px;
    line-height:1.1;
}

.contact-form-ct #gform_2 input[type="checkbox"]:checked + label {
    background: #0a0a0a;
    color: #fff;
}
.contact-form-ct #gform_2 .gform_footer {
    display: flex;
    justify-content: end;
    gap: 16px;
    padding-top: 24px;
}

.contact-form-ct .gfield_checkbox {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px !important;
    flex-direction: row !important;
}

.contact-form-ct .gchoice {
    width: fit-content !important;
    display: unset !important;
}
/*tab style  */
.tabs-ct .e-n-tab-title {
    position: relative;
    counter-increment: tabCounter;
    border-top: 1px solid #e4e7eb !important;
    width: 100%;
}

.tabs-ct .e-n-tab-title-text {
    position: relative;
    display: flex;            
    align-items: center;
    justify-content: space-between; 
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
    transition: transform 0.3s ease;
}

.tabs-ct .e-n-tab-title:hover .e-n-tab-title-text,
.tabs-ct .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
    transform: translateX(8px);
}

.tabs-ct .e-n-tab-title-text::before {
    content: counter(tabCounter, decimal-leading-zero);
    position: absolute;
    left: 0;
    font-family: "Space Mono", Sans-serif;
    font-size: 11px;
    letter-spacing: .06em;
    color: #d3278b;
}

.tabs-ct .e-n-tab-title-text::after {
    content: '→';
    position: absolute;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.tabs-ct .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text::after {
    opacity: 1;
    transform: translateX(10px);
}
.post-cont-ct{
    font-family: "Space Mono", Sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .06em;
    color: #d3278b;
	text-align:right;
	line-height:1;
}
nav.navigation.post-navigation {
    padding: 60px 20px !important;
    border-top: 1px solid #e4e7eb;
    border-bottom: 1px solid #e4e7eb;
    cursor: pointer;
    transition: background 0.3s;
    background: transparent;
}
span.ast-post-nav {
    font-family: 'Space Mono';
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #4a4f56;
    font-size: 11px;
    font-weight: 400 !important;
}

.single .post-navigation a p {
    background: linear-gradient(90deg, #2abfb5 0%, #0e8fbf 30%, #6e2fa5 65%, #d3278b 95%);
    letter-spacing: -.032em;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
}
@media (min-width: 1024px) {
.editorial-grid .e-loop-container {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 8px;
    margin-left: -10px;
    margin-right: -10px;
}

.editorial-grid .e-loop-item {
    grid-column: span 3;
    padding: 0 10px 20px; 
}

.editorial-grid .e-loop-item:nth-child(2n) {
    grid-column: span 3;
}

.editorial-grid .e-loop-item:nth-child(3n) {
    grid-column: span 2;
}

.editorial-grid .e-loop-item:nth-child(4n) {
    grid-column: span 4;
}

.editorial-grid .e-loop-item:nth-child(7n) {
    grid-column: span 6;
}

.editorial-grid .e-loop-item > div {
    height: 100%;
}

.editorial-grid .elementor-loop-container.elementor-grid {
    gap: 0px;
}
}

@media screen and (max-width:767px){
	.subscribe-form-ct input#gform_submit_button_1{
		padding:15px 18px !important
	}
	.single .post-navigation a p {
    font-size: 14px !important;
		display: block !important;
	}
		.nav-links {
		padding: 0px !important;
	}
	
}