/**
Theme Name: CELF
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: celf
Template: astra
*/

:root {
--blue: #034ea2;
--teal: #00b0bd;
--yellow: #fdb933;
--orange: #f15b5b;
--medium_blue: #3777bc;
--light_teal: #66cad8;
--light_yellow: #ffefcf;
--pink: #fabfbf;
--very_light_gray:#f4f4f4;
--medium_gray:#666;
--very_dark_gray:#444;
}

/* -----Color Options --------------------------------------------- */

.has-blue-background-color { background-color:var(--blue);}
.has-teal-background-color { background-color:var(--teal) ;}
.has-yellow-background-color { background-color:var(--yellow) ;}
.has-orange-background-color { background-color:var(--orange) ; }
.has-medium-blue-background-color { background-color:var(--medium_blue) ;}
.has-light-teal-background-color { background-color:var(--light_teal) ;}
.has-light-yellow-background-color { background-color:var(--light_yellow) ;}
.has-pink-background-color { background-color:var(--pink) ;}
.has-light-gray-background-color { background-color:var(--very_light_gray) ;}
.has-medium-gray-background-color { background-color:var(--medium_gray) ;}
.has-dark-gray-background-color { background-color:var(--very_dark_gray) ;}

.has-blue-color { color:var(--blue) !important; }
.has-teal-color { color:var(--teal) !important; }
.has-yellow-color { color:var(--yellow) !important;}
.has-orange-color { color:var(--orange) !important;}
.has-medium-blue-color { color:var(--medium_blue) !important;}
.has-light-teal-color { color:var(--light_teal) !important; }
.has-light-yellow-color { color:var(--light_yellow) !important;}
.has-pink-color { color:var(--pink) !important;}
.has-light-gray-color { color:var(--very_light_gray) !important;}
.has-medium-gray-color { color:var(--medium_gray) !important;}
.has-dark-gray-color { color:var(--very_dark_gray) !important;}
.has-white-color, .has-white-color a { color:#ffffff !important;}

.has-blue-link a { color:var(--blue);}
.has-teal-link a { color:var(--teal);}
.has-yellow-link a { color:var(--yellow);}
.has-orange-link a { color:var(--orange);}
.has-medium-blue-link a { color:var(--medium_blue);}
.has-light-teal-link a { color:var(--light_teal);}
.has-light-yellow-link a { color:var(--light_yellow);}
.has-pink-link a { color:var(--pink);}
.has-light-gray-link a { color:var(--very_light_gray);}
.has-medium-gray-link a { color:var(--medium_gray);}
.has-dark-gray-link a { color:var(--very_dark_gray);}
.has-white-link a { color:#ffffff !important;}

.has-teal-border-top article > div:first-child { border-top: 7px solid var(--teal);}


ul.has-medium-blue-border a { border-bottom:1px solid var(--medium_blue);}
ul.has-light-border a { border-bottom:1px solid rgba( 3, 76, 160, 0.15 );}

.columns-2 {
	columns: 2;
}
/*----------Sidebar Styling-----------*/
aside ul {
margin: 0px;
}
aside ul li {
	list-style-type: none;
	line-height: 1.5em;
}
aside ul li a {
display: block;
padding: 5px 0px;
border-bottom: 1px solid var(--very_light_gray);
}

aside li.current_page_item > a {
		font-weight:bold;
	color: var(--teal);
}

aside ul.grandchild-sidebar-menu.children li a {
	padding-left:10px;
}

/* ---- lists -----*/
ul.arrow-title {
    list-style: none;
    margin: 0;
}
ul.arrow-title a {
	padding: 10px 0px;
}

.arrow-title a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	
.arrow-title a::after {
	content: '\f30b';
	font-family: "Font Awesome 5 Free";	
	font-weight: 900;
}



/*---------- header -----------*/
.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>a .sub-arrow:after{
	display: none;
}
li.header-social {
	display: inline-block !important;
	width: auto !important;
}
li.header-social a {
	border-bottom: 0px !important;
}

/*---------- Footer -----------*/

a.footer-social  {
	margin-right: 20px;
	font-size: 20px;
}
#menu-footer-links {
	columns: 2;
}
.footer-logos img {
	margin: 0px 10px;
	max-height:55px;
}
.ast-footer-overlay {
	padding-bottom: 60px;
}

#ast-scroll-top {
	bottom: 0;
}
@media only screen and (min-width:768px) {
	.footer-sml-layout-2 .ast-small-footer-section-1 {
		width:70%;
	}
	.footer-sml-layout-2 .ast-small-footer-section-2 {
		width:30%;
	}
}
@media only screen and (max-width:768px) { 
	.footer-sml-layout-2 .ast-small-footer-section-1 {
		margin-bottom:30px;
	}
}

/* Typography--------------------------------------------- */
.fa,.fab {
    font-family: "Font Awesome 5 Brands","Fontawesome";
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free","Fontawesome";
}
blockquote {
	font-style: normal;
}
blockquote cite {
	font-size: .7em;
	font-style: normal;
}

.meta-icon {
	margin-right: 5px;
}
.meta-byline > div {
	display: inline-block;	
}
.meta-location {
	margin-right: 15px;
}
/* Buttons and Forms--------------------------------------------- */

.is-style-fill a , .is-style-fill .wp-block-button__link{
	border: none;
	
}
.is-style-fill:hover, .is-style-fill a:hover , .is-style-fill .wp-block-button__link:hover {
	background: var(--blue);
	
}
.is-style-outline a, .is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 1px solid;
}


input[type=checkbox], input[type=radio] {
    margin-right: 5px;
}
/*
.tb-button a {
	background-color: var(--blue);
}
.tb-button a:hover {
    background-color: var(--teal);
	}
*/

/*----------Links & Buttons -----------*/
a.underline {
	border-bottom: 2px solid var(--orange);
}
a.underline :hover {
	text-decoration: none;
}
.gform_wrapper .gform_footer input[type=submit] {
	color: #fff;
}

@media only screen and (min-width:768px) {
li.primary-button > a  {
border: 1px solid;
    margin: 1em;
    max-height: 40px;
}

}

.ast-desktop li a {line-height:2em;} 
.ast-desktop li.donate-button > a, li.donate-button.current_page_item > a {
 background: var(--orange);
    margin: 1em;
    max-height: 40px;
	color: #fff;
}	
	.ast-desktop li.donate-button:hover > a  {
 background: var(--teal);
    margin: 1em;
    max-height: 40px;
	color: #fff;
}	

/*---------- Ultimate Gutenberg Addons-----------*/

 .uagb-cta__button-wrapper a.uagb-cta-typeof-button {
  letter-spacing: 1px;
    font-size: 12px;
	 text-transform: uppercase;
}

.uagb-post-grid  .uagb-post__cta a  {
    background-color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 15px 40px;
	font-weight: 400;
	text-transform: uppercase;
}
.uagb-post__cta a:hover  {
    background-color: var(--teal);
}
.celf-team h4 {
margin-bottom: 5px !important;
}
.celf-team .uagb-team__prefix {
	display: block;
	line-height: 1.2em !important;
}
  
/*----------Block Variations-----------*/
.wp-block-separator.is-style-thick-line {
	height:4px;
}

.line-left {
	    margin-inline-start: 0;
}

@media only screen and (min-width:768px) {
	.is-sticky {
	 position: -webkit-sticky; /* Safari */
	position: sticky;
    top: 60;
	}
}
/*----------Notification Bar-----------*/

@media only screen and (max-width:768px) {
.mtsnb .mtsnb-container {
	padding: 10px 40px;
	}
}
/* Ajax search in top header 
.ast-above-header-menu li:last-child { 
line-height: 0px;
} 
*/

/*----------Gravity Forms----------*/
body .gform_wrapper ul li.gfield { 
margin-top:15px;}

.gform_wrapper li.hidden_label input {
    margin-top: 0px;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
margin-bottom:0px;
}

.gform_wrapper input[type=text], .gform_wrapper select {
	height:40px;
}
