/*
Theme Name: Aradio
Template: bento
Author: ITK
Description: A child theme of bento 2.0 for A-Radio
Version: 2.1.2.1562661452
Updated: 2019-07-09 10:37:32

*/

/**
* Masthead - Shrink on Scroll
**/

header.shrink {
  height:90px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
img.shrink {
  max-height:70px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#header-widget-area {
  display: table-cell;
  padding: 20px 20px 20px 40px;
  vertical-align: middle;
  min-width: 100px;
}

#header-widget-area::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0ac";
  position: absolute;
  margin-left: -20px;
  margin-top: 20px;
  color: #57d2d8;
}

.tagcloud a {
     font-family:cambria;
     opacity: 0.80;
     color: #FFF !important;
     display: inline-block;
     margin: 0 5px 5px 0;
     padding: 0 6px;
     line-height: 30px;
     border-radius: 5px;
}
 .tagcloud a:nth-child(9n){
    background-color: #4A4A4A;
}
 .tagcloud a:nth-child(9n+1){
    background-color: #428BCA;
}
 .tagcloud a:nth-child(9n+2){
    background-color: #5CB85C;
}
 .tagcloud a:nth-child(9n+3){
    background-color: #D9534F;
}
 .tagcloud a:nth-child(9n+4){
    background-color: #567E95;
}
 .tagcloud a:nth-child(9n+5){
    background-color: #B433FF;
}
 .tagcloud a:nth-child(9n+6){
    background-color: #00ABA9;
}
 .tagcloud a:nth-child(9n+7){
    background-color: #B37333;
}
 .tagcloud a:nth-child(9n+8){
    background-color: #FF6600;
}
 
@media (max-width: 767px) {                  
   .hide-me-small {
      display: none;
   }
}