/*
 Theme Name:   Poka Theme Child
 Theme URI:    http://pokatheme.com
 Description:  Poka Theme child
 Author:       Poka Theme
 Author URI:   http://pokatheme.com
 Template:     poka
 Version:      1.0.0
 Tags:         
 Text Domain:  poka-child
*/

/* ==========================================================================
   Place your styles here
   ========================================================================== */

h1,h2,h3,h4,h5,h6 { font-weight: bold; margin: 0; line-height: 1.1em; padding: 10; color: #e00505;}


.colban {
    background-color: #3E3E3E;
    font-weight: bold; margin: 10; line-height: 1.1em; color: #FFFFFF; 
    font-size: 17px; margin-bottom: 15px; margin-top: 20px;
    padding: 20px 20px 20px 20px;
}

.balcon  {
/*    border: 3px solid #e00505;*/
    background-color: #FFFFFF;
    border-top: 2px solid #e00505;
    border-right: 2px solid #e00505;
    border-left: 2px solid #e00505;
    
}

.btn-sm { line-height: 20px; text-align: center; border-radius: 4px; background: #cc0000; display: inline-block; padding: 0 10px; color: #fff; font-size: 12px; font-weight: bold; }
.btn-sm:hover { background: #fff; color: #cc0000; }
.btn-sm.btn-gray { background-color: #35353b; }
.btn-sm.btn-gray:hover { background-color: #35353b; color: #35353b; }


.conb {
    padding: 10px 5px 5px 10px;
    text-transform: uppercase;
/*        text-shadow: 2px 2px;*/
text-shadow: 0 0 3px #E00505;

}

/*.conbh {
    padding: 10px 1px 10px 10px;
}*/

.conbht {
    font-weight: bold;
    font-size: 17px;
    color: #e00505;
    padding: 10px 1px 2px 10px;
    color: #e00505;
    margin-top: 20px;
    
}

.alrt { 
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #e00505;
    padding: 10px 5px 5px 10px;
    color: #e00505;
    /*margin-top: 10px;*/}

.btnsgn {
  background: #eb6f6f;
  background-image: -webkit-linear-gradient(top, #eb6f6f, #e00505);
  background-image: -moz-linear-gradient(top, #eb6f6f, #e00505);
  background-image: -ms-linear-gradient(top, #eb6f6f, #e00505);
  background-image: -o-linear-gradient(top, #eb6f6f, #e00505);
  background-image: linear-gradient(to bottom, #eb6f6f, #e00505);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
 
}

.btnsgn:hover {
  background: #e00505;
  background-image: -webkit-linear-gradient(top, #e00505, #eb6f6f);
  background-image: -moz-linear-gradient(top, #e00505, #eb6f6f);
  background-image: -ms-linear-gradient(top, #e00505, #eb6f6f);
  background-image: -o-linear-gradient(top, #e00505, #eb6f6f);
  background-image: linear-gradient(to bottom, #e00505, #eb6f6f);
  text-decoration: none;
}