/**
Theme Name: CYBERsprout
Author: CYBERsprout
Author URI: https://cybersprout.net
Description: CYBERsprout\'s child theme for Astra
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cybersprout
Template: astra
*/


/*Make Astra full width by default*/
.ast-container, .ast-woo-shop-archive .site-content > .ast-container {
	max-width:100%;
}
.ast-container, #primary, .ast-plain-container #primary {
	padding:0;
	margin:0;
}
button.ast-search-submit {
	display: none;
}
input#search-field {
	height: 46px;
	margin: 0 20px 20px 0;
}
.paragraph-margin-correction p {
	margin-bottom: unset;
}


/* Column Classes
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth,
.two-thirds,
.two-fourths,
.two-fifths,
.two-sixths,
.three-fourths,
.three-fifths,
.three-sixths,
.four-fifths,
.four-sixths,
.five-sixths {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.two-fourths,
.three-sixths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.two-thirds,
.four-sixths {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 17.9487184%;
}

.two-fifths {
	width: 38.4615393641026%;
}

.three-fifths {
	width: 58.9743603282051%;
}

.four-fifths {
	width: 79.4871812923077%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

@media only screen and (max-width: 768px) {
	.one-half, .one-third, .one-fourth, .one-fifth, .one-sixth, .two-thirds, .two-fourths, .two-fifths, .two-sixths, .three-fourths, .three-fifths, .three-sixths, .four-fifths, .four-sixths, .five-sixths {
		width:100%;
		margin-left: 0;
	}
}



/* Gravity Form customization and adjustments
--------------------------------------------- */

.gform_wrapper form .gfield_required {
	color: #000000 !important;
}



/* BUTTONS
* Used to customize or tweak and set alternative styled buttons
* NOTE: use the Customizer to style the bulk of the site's buttons.
--------------------------------------------- */

/* (.inverted-colors) : white BG w/black TXT,BRDR -hover- black BG w/white TXT */
/* STATIC state */
.inverted-colors a.uabb-button *,
.inverted-colors a.uabb-btn *,
.inverted-colors .fl-slide-cta-button a * {
	color: #000000 !important;
}
.inverted-colors .uabb-creative-button-wrap a, 
.inverted-colors .uabb-creative-button-wrap a:visited,
.inverted-colors a.uabb-btn, 
.inverted-colors a.uabb-btn:visited,
.inverted-colors .fl-slide-cta-button a, 
.inverted-colors .fl-slide-cta-button a:visited{
	background: none;
	background: #ffffff;	/* remove if you want it transparent */
	border: 1px solid #000000 !important;
}
/* HOVER state */
.inverted-colors a.uabb-button:hover *,
.inverted-colors a.uabb-btn:hover *,
.inverted-colors .fl-slide-cta-button a:hover *{
	color: #ffffff !important;
}
.inverted-colors .uabb-creative-button-wrap a:hover,
.inverted-colors a.uabb-creative-transparent-btn.uabb-transparent-fade-btn:hover,
.inverted-colors a.uabb-btn:hover,
.inverted-colors .fl-slide-cta-button a:hover{
	background: #000000 !important;
}
.inverted-colors .uabb-creative-button-wrap a:hover,
.inverted-colors a.uabb-btn:hover,
.inverted-colors .fl-slide-cta-button a:hover{
	border: 1px solid #000000 !important;
}



/* UABB Adv Menu > off canvas > mobile */
.uabb-creative-menu.off-canvas .uabb-off-canvas-menu .uabb-menu-toggle:before {
    padding: 10px;
}
.uabb-creative-menu.off-canvas .uabb-off-canvas-menu .uabb-has-submenu-container a span.menu-item-text > span.uabb-menu-toggle {
    padding: 0 10px;
}

/* UABB Loop Module  */
ul.fl-loop-grid {
	margin: unset !important;
}


/* FOUNDATION sub site hero section */
.cs--bg-shape-column:after {
    background: linear-gradient( -100deg, rgba(225, 255, 255, 0) 0%, rgba(225, 255, 255, 0) 55%, #22818c 55%, #22818c 55%);
}
@media only screen and (max-width: 768px) {
    .cs--bg-shape-column:after {
        background: linear-gradient( -100deg, rgba(225, 255, 255, 0) 0%, rgba(225, 255, 255, 0) 0%, #22818c 0%, #22818c 0%);
    }
}
.cs--bg-shape-column:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* FOUNDATION pages */
ul.cs--foundation-ci-links {
    list-style: none;
    margin: unset !important;
}
ul.cs--foundation-ci-links li {
    margin-bottom: 10px;
}

ul.cs--foundation-board-list {
    column-count: 3;
}
@media only screen and (max-width: 768px) {
	ul.cs--foundation-board-list {
		column-count: 1;
	}
}
.cs--foundation-staff-flex-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.cs--foundation-staff-flex-card {
    text-align: center;
    width: 30%;
    margin: 20px 0;
}
@media only screen and (max-width: 768px) {
	.cs--foundation-current-awards-flex-card {
	    width: unset !important;
	}
}
img.cs--foundation-staff-headshot-image {
    border-radius: 100%;
    object-fit: cover;
    height: 150px;
    width: 150px;
}
.cs--foundation-staff-flex-card h3 {
    color: #22818c;
    font-size: 1.3rem;
}

.cs--foundation-current-awards-flex-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.cs--foundation-current-awards-flex-card {
    text-align: center;
    width: 30%;
    margin: 20px 0;
}
img.cs--foundation-current-awards-headshot-image {
    width: 100%;
    height: 200px;
    object-fit: scale-down;
}
.cs--foundation-current-awards-flex-card h3 {
    font-family: "Gotham Med", Verdana, Arial, sans-serif;
    font-weight: 100;
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
	margin-bottom: 10px;
	height: 52px;
}
.cs--foundation-current-awards-flex-card h4 {
    margin-bottom: 15px;
    color: #004049;
    font-size: 1.3rem;
    line-height: 1.6;
}
a.cs--foundation-current-awards-story-link {
    font-family: "Gotham Med", Verdana, Arial, sans-serif;
    font-weight: 100;
	font-size: 1.1rem;
}
a.cs--foundation-social-links i.fab {
    font-size: 26px;
    padding: 0 16px 0 0;
}


/* FACETS */
.cs--grant-facets .fs-label-wrap .fs-label {
    padding: .5em .75em;
}
.cs--grant-facets span.fs-arrow {
    top: 45%;
}
.cs--grant-facets .facetwp-facet {
    margin-bottom: 10px;
}
.facetwp-pager {
    text-align: center;
}


/* cookie disclaimer bar */
.cookie-notice-container {
    border-top: solid #004049 3px;
}

/* gtranslate */
.cs--gtranslate-html div.fl-html {
    float: right;
}
.cs--gtranslate-html div.fl-html a {
    padding: 0px 5px;
}
div#fl-icon-text-ibcq32xdyaen p,
div#fl-icon-text-y9fp13w6ceh0 p {
    white-space: nowrap;
}
div#fl-icon-text-ibcq32xdyaen,
div#fl-icon-text-y9fp13w6ceh0 {
    padding: 0px 0px 0 5px;
}

/* CSS fix for page header H1
--------------------------------------------- */
/*@media only screen and (min-width: 1744px) {
    .uabb-heading-wrapper h1.uabb-heading .uabb-heading-text {font-size:50px!important;}
}*/


/* TEC */
.fl-module-fl-the-events-calendar-tickets > div {
    display: flex;
    flex-flow: column-reverse;
}

.event-tickets .tribe-tickets__tickets-form,
.event-tickets .tribe-tickets__rsvp-wrapper {
    max-width: unset !important;
}

h3.tribe-tickets__rsvp-title {
    font-size: 1rem !important;
    line-height: 1.6rem !important;
}

/* GIVEWP */
div.details-table div.value strong a {
    display: none !important;
}