/*
 Theme Name:   Tana child
 Theme URI:    http://tana.themeton.com/
 Description:  Tana Child Theme
 Author:       ThemeTon
 Author URI:   http://themeton.com
 Template:     tana
 Version:      1.0
*/

@import url("../tana/style.css");

/* Theme customization starts here
  -------------------------------------------------------------- */
body{
font-family:'Roboto';
font-weight:light;
line-height:1.5;
}

a:hover{color:#db2429;}

h1,.h1{
font-family:'Roboto';
font-weight:bolder!important;
text-size:40px!important;
}
h2,.h2{
font-family:'Roboto';
font-weight:bolder!important;
text-size:60px!important;
}

.tana-slider-with-thumb.layout-with-chart .ts-main-panel .swiper-slide .ts-entry-item .tse-content h3 {
    padding-right: 1px!important; 
    text-transform:none;
}
.tana-slider-with-thumb .ts-thumbs-panel {
    margin-top: -1px!important;
    width: 100%;
    background: #03192b!important;
    padding-bottom: 200px!important;
    padding-top: 30px!important;
}
.swiper-bottom-arrows{ display:none!important; }
.col_azul{height:50px;}

.autarquia_minha{   
  z-index:33; 
  padding:30px; 
  background:orange; 
  color:#fff; 
  margin-top:-150px;
}
.fn-fullslide .fn-item .fn-entry a.fn-play {
    background: #000!important;
    background: -moz-linear-gradient(-45deg, #202020 0%, #000 100%);
    background: -webkit-linear-gradient(-45deg, #202020 0%, #000 100%); 
    background: linear-gradient(135deg, #202020 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#000', GradientType=1);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#footer {
    padding: 100px 0;
    position: relative;
    color: #FFF;
    font-weight: 500;
    background: #03182b;
}
#header .header-wrapper .right-content .user-profile .follow-links a {
    font-size: 18px!important;
    color: #fff!important;
    display: inline-block;
    margin-left: 10px;
}
.entry-media{text-align:left!important;}


