/*
Theme Name:     2025 LFCD
Theme URI:      
Template: neve
Author:         Artsy Geek
Author URI:     https://artsygeek.com
Description:    Custom child theme for Neve. Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
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:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/
/* GLOBAL CLASSES */
.no-bottom-margin {margin-bottom:0px !important;}
h2 {margin-top:30px;}
/* HEADER */
/*.header-menu-sidebar .nav-ul .sub-menu.dropdown-open {margin-left:33px !important;}*/
.menu-mobile .nav-ul .sub-menu li {
    padding-left:10px;
}
/* LANGUAGE LIST */
.lang-list {
  list-style: none;
    padding: 0;
}
.lang_grid {
    text-align: center;
    margin-bottom:2rem;
}
.lang_grid i {font-style:normal;}
.lang_grid i span {
    display: block;
    font-size: 20px;
    line-height: 20px;
}
.lang_grid a {color:#fff;font-weight:bold; font-style:normal;}
.lang_grid i {
    color: #fff;
    font-size: 24px;
    line-height: 26px;
}
/* DONATE FORM */
.page-id-1395 .gform-theme--framework .gfield--type-choice .gfield_radio {
    display:block !important;
}
.page-id-1395 #field_1_5 {/*display:none;*/}
.page-id-1395 #field_1_3 input {
	margin:0.5rem;
	display:inline;
}
.page-id-1395 .ginput_price {display:none;}
.page-id-1395 #field_1_3 input[type="radio"] + label {
	background:var(--custom-5);
	color:#fff;
	text-align:center;
	font-size:2rem;
	text-transform:uppercase;
	border-radius:3px;
	width:150px; 
    cursor: pointer;
    font-weight:bold;
}
.page-id-1395 #field_1_3 input[type="radio"]:hover  + label {
	background:var(--custom-4);

}

.page-id-1395 #field_1_3 
[type="radio"]:checked, #field_1_3 
[type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}
.page-id-1395 #field_1_3 [type="radio"]:checked + label,
.page-id-1395 #field_1_3 [type="radio"]:not(:checked) + label{
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin: 6px 0;
	height: auto;
	border-radius: 4px;
	z-index: 100 !important;
}
.page-id-1395 #field_1_3 [type="radio"]:checked + label {
	background:var(--custom-4) !important;
	font-weight:bold;
}
/* SINGLE SERVICES */
.single-our_service .nv-single-post-wrap>div:first-child {margin-top:0px;}
/* TEAM MEMBERS */
.gs-single-default .gs-team-single-content {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!Important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!Important;
    padding: 0px!Important;
}
.gs-single-default .gs-team-single-content .gs-sin-mem-name, .gs-single-style-five .gs-team-single-content .gs-sin-mem-name, .gs-single-style-four .gs-team-single-content .gs-sin-mem-name, .gs-single-style-one .gs-team-single-content .gs-sin-mem-name, .gs-single-style-three .gs-team-single-content .gs-sin-mem-name, .gs-single-style-two .gs-team-single-content .gs-sin-mem-name {
    font-family:var(--h3fontfamily) !Important;
}
.gs-single-default .gs-team-single-content .gs-member-desc, .gs-single-style-five .gs-team-single-content .gs-member-desc, .gs-single-style-four .gs-team-single-content .gs-member-desc, .gs-single-style-one .gs-team-single-content .gs-member-desc, .gs-single-style-three .gs-team-single-content .gs-member-desc, .gs-single-style-two .gs-team-single-content .gs-member-desc {
    color: var(--nv-text-color)!Important;
    font-size: var(--bodyfontsize)!Important;
    line-height: var(--bodylineheight)!Important;
    letter-spacing: var(--bodyletterspacing)!Important;
    font-family: var(--bodyfontfamily), var(--nv-fallback-ff)!Important;
    text-transform: var(--bodytexttransform)!Important;
    font-weight: var(--bodyfontweight)!Important;
}
.gs-grid-style-four .single-member-div .gs_member_info .gs-member-name, .gs-single-default .gs-team-single-content .gs-sin-mem-desig {
    
 font-family: var(--bodyfontfamily), var(--nv-fallback-ff)!Important;
     color: var(--nv-text-color)!Important;
     text-transform: var(--bodytexttransform)!Important;
}
.gs_tm_theme1 .single-mem-desc-social {background:rgba(0, 94, 138, .6) !important;}