/*
Theme Name: Child Theme
Description: Custom Stylesheet
Author: WordCracker
Author URI: 
Version: 1.0
Template: Experiencing

*/
/*
Add CSS Codes below this link
---------------------------------------------------------------- */
.bannercolumn {
  float: left;
  width: 25%;
}


/* Clear floats after the columns */
.bannerrow:after {
  content: "";
  display: table;
  clear: both;
}

.bannerrow {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fe0000;
  color: #fffbf9;
  text-align: center;
  border: 1px solid grey;

}

.bannergap {
font-size: 12px;
}

.bannercolumn a, .bannercolumn a:visited, .bannercolumn a:active {
color: #fffbf9 !important;
text-decoration: none !important;
}

.bannerawesome {
font-size: 30px !important;
}

.columnpadding {
padding: 10px 0px;
}
@media only screen and (min-width: 768px) {
.bannerrow {
display: none;
}
}
/***************************/
/**** ±Û ******************/
