/*
Theme Name: Antunes Ramos / Blog
Theme URI: http://antunesramos.com/
Description: Blog VĂ­deos Aulas html e css php
 
Author: Antunes Ramos
Author URI: http://antunesramos.com/
Version: 1.0
 
License: Creative Commons 3.0
License URI: http://creativecommons.org/licenses/by/3.0
*/

/* FONTE WEB */
@font-face {
    font-family:'Conduit ITC';
    src: url('fonts/web/Conduit ITC.eot');
    src: url('fonts/web/Conduit ITC.eot?#iefix') format('embedded-opentype'),
    url('fonts/web/Conduit ITC.woff2') format('woff2'),
    url('fonts/web/Conduit ITC.woff') format('woff'),
    url('fonts/web/Conduit ITC.svg#Conduit ITC') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-02DC;
}

@font-face {
  font-family: 'ConduitITC-Light';
  src: url('fonts/web/ConduitITC-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/web/ConduitITC-Light.woff') format('woff'), url('fonts/web/ConduitITC-Light.ttf')  format('truetype'), url('fonts/web/ConduitITC-Light.svg#ConduitITC-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ConduitITCStd-Black';
  src: url('fonts/web/ConduitITCStd-Black.eot?#iefix') format('embedded-opentype'),  url('fonts/web/ConduitITCStd-Black.otf')  format('opentype'),
         url('fonts/web/ConduitITCStd-Black.woff') format('woff'), url('fonts/web/ConduitITCStd-Black.ttf')  format('truetype'), url('fonts/web/ConduitITCStd-Black.svg#ConduitITCStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
header{font-family:'Conduit ITC';}
.logo{padding: 20px 0;}
header .col-md-6 a{color: #666;}
header .col-md-6 a:hover{color: #008439;text-decoration: none;}
header .col-md-6 .text-uppercase{padding-bottom: 15px;padding-top: 10px;}
.menu{background: #008439;border-bottom:3px solid #fff;}
.header-content{padding: 30px 0;}
.box-link-home{padding: 40px 0;}
.noticias-home{font-family:'Conduit ITC';padding: 20px 0 40px 0;}
.noticias-home h4{color: #008738;}
.noticias-home-right{position: relative;top: 40px;}
.noticias-home-right span{color: #017bd1;}
.noticias-home-right p{color: #666;}
.noticias-home-right a{color: #008836;}
.noticias-home-right a:hover{text-decoration: none;color: #017bd1; }
.noticias-home-right h4{padding: 8px 0;}
.about{font-family:'Conduit ITC';}
.about h2{font-family: 'ConduitITCStd-Black';color: #00843b;}
.about h3{color: #f25319;}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* SIDEBAR */
.sidebar{padding:60px 0;font-family:'Conduit ITC';}
.sidebar h3{text-transform: uppercase;color: #fff;font-size: 14px;margin: 0;}
.sidebar span{background: #008439;padding: 10px;display: inline-block;}
.sidebar li{border-bottom: 1px solid #eee;padding: 10px 4px;font-size: 16px;}
.sidebar a{color: #5d934c;}
.title-sidebar{border-top: 3px solid #008439;}

/* TRILHA */
.trilha{background:#eee;padding:8px 0;color:#999;font-family:'Conduit ITC';}
.trilha a{color:#444;}
.trilha-licitacao{background:#fff;padding:8px 0;color:#999;font-family:'Conduit ITC';margin:15px 0;}

/* SINGLE/PAGE */ 
.content{font-family:'Conduit ITC';padding:30px 0;}
.content p{color:#666;line-height:24px;font-size:16px;text-align: justify;}
.content b{text-transform:uppercase;color:#777;}
.content span{display:block;margin-bottom:10px;}
.content img{
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom:10px;	
}
.content h1{font-family: 'ConduitITCStd-Black';color:#008439;} 
.content h3{font-family: 'ConduitITC-Light';color:#008439;text-transform:uppercase;} 
.content strong{color:#587c21;}

/* PÁGINAS LISTA */
.lista-paginas{} 
.lista-paginas ul {padding:0;margin:0;}
.lista-paginas li {list-style:none;}
.lista-paginas li a{width:100% !important;display:block;padding:10px 0;margin:10px 0;text-transform:uppercase;color:#555;border-bottom:1px solid #eee;}
.lista-paginas li a:hover{text-decoration:none;color:#00566f}

/* SINGLE LICITACAO */
.wrapper-licitacao{background:#eee;padding:0 0 50px 0;}
.wrapper-licitacao .content{background:#fff;border-radius:6px;padding:50px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
}
.sidebar-arquivos{margin-top:20px;}
.sidebar-arquivos p{text-align: normal;}
.sidebar-arquivos a{color:#fff;text-decoration:underline;}
.btn-back{background:#900;}

/* FOOTER */
.mapa{border-top: 3px solid #008639;}
footer{background: #008639;font-family:'Conduit ITC';color: #fff;padding: 20px 0;}
footer a{color: #fff;}
footer a:hover{color: #da972e;text-decoration: none;}
footer h3{font-size: 20px; font-family: 'ConduitITCStd-Black';color: #fff;}
footer li{padding: 8px 0;}