/**
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;
  }
}



/* 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;
}







/*

*/



/* CYBERsprout custom styles
--------------------------------------------------------------------------------------*/

/* SPECIAL MODULES
------------------------------------------------------------*/

/* HEADER */
.header-bottom-slant {
    z-index: 5;
    position: relative;
}
.header-nav-menu ul.sub-menu {
    z-index: 20 !important;
}

/* HOMEPAGE */
.participate-section {
    z-index: 21;
    position: relative;
}

/* FOOTER */
.footer-svg-slant .uabb-has-svg {
    z-index: 0 !important;
}

/* ..... */
.svg-slant .uabb-has-svg {
    z-index: 0 !important;
}

/* Gravity Forms */
input.ginput_product_price {
    background-color: #ffffff !important;
    color: black !important;
}

.gform_wrapper form select {
    padding: 7px !important;
}
.gform_wrapper form label.gfield_label {
    margin-bottom: unset !important;
	padding: unset !important;
}
.gform_wrapper form label.gfield_label {
    line-height: 32px !important;
}
.gform_wrapper form .ginput_container {
    padding-top: 2px;
}
.gform_wrapper form fieldset legend.gfield_label {
    line-height: 18px !important;
    margin-bottom: unset !important;
    padding: 0 !important;
}
.gform_wrapper form fieldset label {
    margin-top: -10px !important;
}
@media (min-width: 768px) {
.gf-right-padding {
    margin-right: 8px !important;
}
.gf-left-padding {
    padding-left: 8px !important;
}
}

/*** coloring specific to this site and GF ***/
.gravity-form-class span.ginput_total {
    color: #f18a1f !important;
}

.gravity-form-class span.ginput_product_price {
    color: #ffffff !important;
}

.gravity-form-error-class-light .validation_error {
    color: #ed8585 !important;
    border-color: #ed8585 !important;
}
.gravity-form-error-class-light ol.validation_list, 
.gravity-form-error-class-light ol.validation_list li a, 
.gravity-form-error-class-light .gfield_error .gfield_label, 
.gravity-form-error-class-light .gfield_error .ginput_complex label,
.gravity-form-error-class-light .gfield_error .ginput_container_radio li,
.gravity-form-error-class-light .gfield_error .ginput_container_checkbox li {
    color: #ed8585 !important;
}



/* Events Calendar */
.tribe-events-list-separator-month span {
    color: black;
}

.event-art-categories .fl-art_categories {
    list-style-type: none;
    text-align: center;
}

#art-category-upcoming-events .uabb-blog-post-content {
    width: unset !important;
}