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



/* BUTTONS
------------------------------------------------------------*/

/* BUTTON defaults
 * -------------------------*/

/* (.alt-colors): pink BG w/white TXT -hover- green BG w/white TXT */
/* STATIC state */
.alt-colors a.uabb-button *,
.alt-colors a.uabb-btn *,
.alt-colors .fl-slide-cta-button a * {
    color: #ffffff !important;
}
.alt-colors .uabb-creative-button-wrap a, 
.alt-colors .uabb-creative-button-wrap a:visited,
.alt-colors a.uabb-btn, 
.alt-colors a.uabb-btn:visited,
.alt-colors .fl-slide-cta-button a, 
.alt-colors .fl-slide-cta-button a:visited{
    background: none;
    background: #cd2678;	/* remove if you want it transparent */
    border: 0px solid #cd2678 !important;
}
/* HOVER state */
.alt-colors a.uabb-button:hover *,
.alt-colors a.uabb-btn:hover *,
.alt-colors .fl-slide-cta-button a:hover *{
    color: #ffffff !important;
}
.alt-colors .uabb-creative-button-wrap a:hover,
.alt-colors a.uabb-creative-transparent-btn.uabb-transparent-fade-btn:hover,
.alt-colors a.uabb-btn:hover,
.alt-colors .fl-slide-cta-button a:hover{
    background: #95cc20 !important;
}
.alt-colors .uabb-creative-button-wrap a:hover,
.alt-colors a.uabb-btn:hover,
.alt-colors .fl-slide-cta-button a:hover{
    border: 0px solid #95cc20 !important;
}
btn-default-v1 inverted-colors


/* (.inverted-colors): white BG w/orange TXT -hover- white BG w/pink TXT */
/* STATIC state */
.inverted-colors a.uabb-button *,
.inverted-colors a.uabb-btn *,
.inverted-colors .fl-slide-cta-button a * {
    color: #feb115 !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: 0px solid #ffffff !important;
}
/* HOVER state */
.inverted-colors a.uabb-button:hover *,
.inverted-colors a.uabb-btn:hover *,
.inverted-colors .fl-slide-cta-button a:hover *{
    color: #cd2678 !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: #ffffff !important;
}
.inverted-colors .uabb-creative-button-wrap a:hover,
.inverted-colors a.uabb-btn:hover,
.inverted-colors .fl-slide-cta-button a:hover{
    border: 0px solid #ffffff !important;
}

/* Mobile logo fix */
.logo {position:relative; z-index:999;}
