/**
Theme Name: CYBERsprout
Author: CYBERsprout
Author URI: https://cybersprout.net
Description: CYBERsprout\'s child theme for Astra
Version: 1.2
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;
}

/* 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
 * NOTE: each form will need to have this class added to settings:  gf-custom-styling
--------------------------------------------- */

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

.gform_wrapper form select {
    /*padding: 7px !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 only screen and (min-width: 641px) {
	.gform_wrapper form li.gfield.gf_left_half {
		padding-right: 8px !important;
	}
	.gform_wrapper form li.gfield.gf_right_half {
		padding-left: 8px !important;
	}
}


.gfield_checkbox li input[type=checkbox],
.gfield_radio li input[type=radio] {
    margin-top: unset !important;
}
.gfield_checkbox input[type=checkbox],
.gfield_radio input[type=radio] {
	margin-left: unset !important;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
    width: 18px !important;
}
ul.gfield_checkbox > li > label,
ul.gfield_radio > li > label {
    line-height: 18px !important;
    width: 100% !important;
    /*white-space: nowrap !important;*/
	max-width: unset !important;
	display: inline !important;
}
ul.gfield_checkbox,
ul.gfield_radio {
	width: 100% !important;
	display: table-cell !important;
}
 
/* specific to name(multi) field for specific form/input order */
li#field_1_1 legend.gfield_label {
    margin-right: 0px !important;
}
@media only screen and (min-width: 641px) {
	span#input_1_1_3_container, span#input_1_1_6_container {
		width: 36% !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;
}



/* related - repeating ACF downloads */
ul.drop-panel__list {
    list-style: none;
    margin: unset;
}

.drop-panel__parent {
    background-color: #FCFCFC;
    margin: 0;
    border: 1px solid #d9d9d9;
    padding: 0;
    float: left;
    width: 100%;
}

@media (min-width: 1000px) {
    .drop-panel__list-title {
        padding: 20px 20px;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .drop-panel__item-title {
        padding: 20px 30px 20px 20px;
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.drop-panel__list-title {
    padding: 15px 20px;
    margin: 0;
    float: left;
    color: #001b33;
    float: left;
    line-height: 1.5;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.drop-panel__sub {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #f2f2f2;
}

li.drop-panel__sub > span {
    display: inline-flex;
}

.drop-panel__item-title {
    padding: 15px 35px 15px 10px;
    transition: all ease-out 0.5s;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    position: relative;
}

span.drop-panel__file-size {
    float: right;
	padding-right: 10px;
	margin-top: 20px;
}

span.drop-panel__file-type {
    padding-left: 40px;
	padding-right: 10px;
}

/* Links */
.site-main a {font-weight:700;}



/* Products */
p.stock.available-on-backorder span.bo-message {
    color: #e40613;
    font-style: italic;
}

/* Blog */


/* facet filtering */
.facet-side-filters .facetwp-facet,
.facet-top-text-search .facetwp-facet{
    margin-bottom: 0px !important;
}

.facet-side-filters select,
.facet-side-filters input[type=text],
.facet-side-filters .facetwp-input-wrap,
.facet-top-text-search input[type=text],
.facet-top-text-search .facetwp-input-wrap {
    width: 100%;
}

.facet-side-filters h4 {
    font-weight: 700;
}

.facet-paging select {
    padding: 5px;
}

.facetwp-facet.facetwp-type-radio div.facetwp-radio {
    display: inline-flex;
    margin-right: 30px;
}

.facetwp-facet.facetwp-type-radio div.facetwp-radio:last-child {
    margin-right: unset !important;
}


/* Search WP - results page */
mark.searchwp-highlight {
    background: #ffff00 !important;
}


/* My Account - Registration */
form.woocommerce-EditAccountForm.edit-account fieldset legend {
    color: #CC0000;
    font-weight: 700;
}	


/* Technical Data Subheadings */
.drop-panel__list-title {font-weight: 700;font-family:Poppins, sans-serif;}


/* from HOMEPAGE */
.post-buttons a {border:1px solid #ffffff;padding:10px 20px;color:#ffffff;margin:0px 15px 0px 0px;text-transform:uppercase;}
.post-buttons a:hover {border-color:#e40613;}
.post-type p {background-color:#e40613;display:inline-block;padding:10px;border-left:5px solid #ffffff;}

.home .widecolumn {max-width:1200px; padding:50px 20px;margin:0 auto;}


/* from HEADER layout */
.main-nav li {border-right:solid 1px #ffffff;padding:25px 30px;}
.main-nav li li {padding:0px;}
.main-nav li:last-of-type {border-right:none;}
.main-nav li:hover {background-color:#000000;}
.mobile-nav-box { width: 100px;height:40px;margin: 0 auto;}
.uabb-creative-menu-mobile-toggle.hamburger-label {padding:0px!important;}


@media only screen and (max-width: 1730px) {
  .uabb-creative-menu .menu > li > a, .uabb-creative-menu .menu > li > .uabb-has-submenu-container > a
  { font-size: 14px!important; }
  .main-nav li {padding:25px 25px;}
}

@media only screen and (max-width: 1570px) {
  .uabb-creative-menu .menu > li > a, .uabb-creative-menu .menu > li > .uabb-has-submenu-container > a
  { font-size: 13px!important; }
  .main-nav li {padding:25px 15px;}
}


/* from PRODUCT - single */
.manufacturer {font-size:15px; color:#6f6f6f;text-transform:uppercase;}
.product-price {font-weight:bold; font-family:Poppins, "Helvetica Neue", Helvetica, sans-serif;}
.price {display:inline-block; color:#e40613!important;}
.related-products .price {font-size:18px!important;}
.related-products img {border:1px solid #000000;margin-bottom:10px;}
