/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/***********************************************************************************

        1 - AUXILIARES

        2 - GENERALES

        3 - PLANTILLA

            3.1 - TOP MENU

                3.1.1 - BUSCADOR

            3.2 - MENU

            3.3 - FOOTER 

                3.3.1 - FOOTER PRIMER NIVEL 

                    3.3.1.1 - WIDGETS 1ER NIVEL

                3.3.2 - FOOTER SEGUNDO NIVEL

            3.4- AUXILIARES PLANTILLA

        4 - HOME

            4.1 - NOW

            4.2 - SECCIONES

            4.3 - NEWS

            4.4 - SPONSORS

            4.5 - DESTACADOS
        
        5 - LISTADO

            5.1 - PAGINACION

        6 - COMUNES - HOME & LISTADO

        7 - SINGLE         


******************************************************************************************/



/********************************************
**********   1 - AUXILIARES    **************
********************************************/
.centerBlock {
  display: table;
  margin: auto;
}

.cancellPading {
    padding: 0;
}

.cancellMargin {
    margin: 0;
}

.verde-muy-claro {
    color: #B5CA00;
}

.verde-claro {
    color:#3CAB35;
}

.verde-oscuro, strong {
    color: #016533;
}

.verde-muy-oscuro {
    color:#003721;
}

.justificar {
    text-align: justify;
}


.tplis-cl-message p {
	font-size: 10pt !important;
}



/********************************************
**********   2 - GENERALES    ***************
********************************************/

@font-face {
 font-family: "LogoFont";
 src: url("./fonts/titulos/museo700-regular.ttf") format("truetype");
 font-style: normal;
 font-weight: normal; 
}

@font-face {
 font-family: "LogoFontIE";
 src: url("./fonts/titulos/museo700-regular.eot");
 font-style: normal;
 font-weight: normal; 
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
}


section {
    /*padding:100px 0;*/
}

h1, h2, h3, h4, h5, h2.titulo  {
    font-family: "LogoFont","LogoFontIE";
    
}

h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
}


h1, h2 {
    font-size: 27pt;
}

a {
   color: #016533;
}

a:hover {
    text-decoration: none;
}

p {
    text-align: justify;
    margin: 2em 0!important;
}





/********************************************
**********   3 - PLANTILLA    ***************
********************************************/


/************************************************
**********   3.1 - TOP MENU    ******************
************************************************/


.top-header {
    background-color: #003721;
}


.top-header div.top-social {
    padding-top: 0.9em;
}

.top-header i.fa {
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    color:#fff;
    margin-right: 0.5em;
    
}
    

    /********************************************
    **********   3.1.1 - BUSCADOR    ************
    ********************************************/


   
    .search-form .form-group {
      float: right !important;
      transition: all 0.35s, border-radius 0s;
      width: 32px;
      height: 32px;
      background-color: #fff;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
      border-radius: 25px;
      border: 1px solid #ccc;
      margin-top: 12px;
    }
    .search-form .form-group input.form-control {
      padding-right: 20px;
      border: 0 none;
      background: transparent;
      box-shadow: none;
      display:block;
    }
    .search-form .form-group input.form-control::-webkit-input-placeholder {
      display: none;
    }
    .search-form .form-group input.form-control:-moz-placeholder {
      /* Firefox 18- */
      display: none;
    }
    .search-form .form-group input.form-control::-moz-placeholder {
      /* Firefox 19+ */
      display: none;
    }
    .search-form .form-group input.form-control:-ms-input-placeholder {
      display: none;
    }
    .search-form .form-group:hover,
    .search-form .form-group.hover {
      width: 100%;
      border-radius: 4px 25px 25px 4px;
    }
    .search-form .form-group span.form-control-feedback {
      position: absolute;
      top: -1px;
      right: -2px;
      z-index: 2;
      display: block;
      width: 34px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      color: #003721;
      left: initial;
      font-size: 14px;
    }





/************************************************
**********   3.2 - MENU    **********************
************************************************/


.navbar-inverse {
    background-color: #fff;
    border-color: #080808;
    border-bottom: 1px solid;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover{
    background-color: #003721!important;

}

.navbar-inverse .navbar-nav > li.active > a,  .navbar-inverse .navbar-nav > .active a:hover {
    /*background-color: #003721;*/
    background-color: #fff;
    color:#003721!important;
}

.navbar-inverse .navbar-nav > li.open > a, .navbar-inverse .navbar-nav > li.open > a:hover{
    color:#fff!important;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover, .dropdown-menu li a {
    color: #000!important;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-inverse .navbar-nav > li.last{
    padding-right: 15px;
}


.navbar-inverse .navbar-nav > .open > a {
    background-color: #003721!important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
}

.navbar-brand {
    float: none;
}

.navbar-brand > img {
    display: inline-block; 
}






/**************************************************
**********   3.3 - FOOTER    **********************
**************************************************/


    /**************************************************************
    **********   3.3.1 - FOOTER 1ER NIVEL    **********************
    **************************************************************/

    
    #footer-widgets-container {
        background-color: #003721;
        position: relative;
        border-top: none;
        /*z-index: 1;*/
    }

    div#footer-widgets-container:before {
        
        content: '';
        background-color: #003721;
        top: -4.2em;
        left: 0;
        right: 0;
        height: 300px;
        -webkit-transform: skewY(-2deg);
        -ms-transform: skewY(-2deg);
        transform: skewY(-2deg); 
        /*z-index: -1; */
        position: absolute;
    }

            /*****************************************************************
            **********   3.3.1.1 - WIDGETS 1ER NIVEL    **********************
            ******************************************************************/

            
            section#footer-widgets input[type=email] {
                height: 50px;
                width:80%;
                border: none;
            }

            section#footer-widgets label{
                color:#fff;
            }

            section#footer-widgets input[type=submit] {
                background-color: #8BC63E;
                color:#fff;
                display: inline-block;
                padding: 8px 16px;
                font-weight: 400;
                line-height: 1.428571429;
                text-align: center;
                white-space: nowrap;
                vertical-align: middle;
                cursor: pointer;
                border: 1px solid transparent;
                border-radius: 2px;
                font-size: 18px;
            }

            section#footer-widgets input[type=submit]:hover {
                background-color:#fff ;
                color:#8BC63E;
            }


            div.iconos-sociales{
                margin-top: 50px;
            }

            section#footer-widgets i{
                color: #fff;
            }

            section#footer-widgets i.fa {
                display: inline-block;
                font: normal normal normal 40px/1 FontAwesome;
            } 

            section#footer-widgets i{
                margin-right: 10px;
            }   

            section#footer-widgets img#sensi-footer {
                padding-bottom: 40px;
            }

            .mc4wp-response {
                color:#fff;
            }
            
            div#footer-widgets-container{
                padding-bottom: 30px;
            }

            h3.colabora {
                padding-bottom: 0.8em;
            }


        /*****************************************************************
        **********   3.3.2 - FOOTER SEGUNDO NIVEL    *********************
        ******************************************************************/
        div#footer-container {
            background-color: #003721;
            padding-bottom: 40px;
        }


        footer#footer p, footer#footer p a {
            color:#fff;
        }




/*****************************************************************
**********   3.4 - AUXILIARES PLANTILLA    ***********************
******************************************************************/

.ir-arriba {
    display:none;
    padding:20px;
    background:#3CAB35;
    font-size:20px;
    color:#fff;
    cursor:pointer;
    position: fixed;
    bottom:20px;
    right:20px;
    z-index: 2;
}




/***********************************************
**********   4 - HOME    ***********************
***********************************************/

section#uno {
    margin-top: 140px;
    min-height:900px;
    
}


/*HOME*/
.home {
    /*padding-bottom: 120px;*/
}


/* cell inherit height from carousel */
.carousel-cell {
  
  width: 100%;
}



    /*******************************************************
    **********   4.1 - HOME - NOW    ***********************
    ********************************************************/
    section#marihuana-now {
        padding-top: 5em!important;
        padding-bottom: 30px;
        
    }

    .svg-now {
        text-align: center;
    }    

    .home-block-now {
        /*text-align: center;
        clear: both;*/
        position: relative;
        
    }    


    .home-block-now:before {
        content: ".";
        color: #dadada;
        background: #dadada;
        position: absolute;
        top: -.2em;
        left: -.4em;
        right: 0;
        height: 100%;
      
        /*-webkit-transform: skewY(-2deg); */
        -ms-transform: skewY(-2deg);
        transform: skewY(-2deg);
        z-index: -1;

    }

    /*div.marihuana-now {
        padding-top: 5em;
    }*/

    h2.marihuana-now-tit {
        font-size: 8.9em;
    }

    h2 span#now {
        /*background: url(../img/titulos/tresdeu-tv.svg) no-repeat;*/
        background: url(./img/titulos/MarihuanaNowtextPNG.png) no-repeat;
        text-indent: -99999px;
        width: 335px;
        top: 63px;
        /*right:380px;*/
        position: relative;
        display: inline-block;
        /*font-size: 10em;
        display: inline-block;*/
       
    }

    

    .contenedor-logo-seccion {
        width:100%;
    }

    img.logo-seccion {
        width:45%;
    }

    .titulo-ppal-now {
        /*margin-top: 2.2em!important;*/
    }

    .glyphicon-play{
        font-size: 1em;
        color: #fff;
        padding: 10px 25px;
        background-color: #E62117;
        border-radius: 10px;
    }

    div.imagen {
        position:relative; 
        margin-bottom:0.3em;
    } 

    div.play {
        position:absolute; 
        right:8%; 
        top:2%;
    }

    div.info {
        position:absolute; 
        left:0.9em; 
        top:8.5em;
    }

    .agrupacion {
        position: absolute;
        top:9.6em;
    }

    span.fecha-2 {
        margin-right: 7.7em;
    }

    .titulo-now {

        font-size: 1.1em;
        background: rgba(1, 101, 51, 0.75);
        color: #fff;
        padding: 10px;
        padding-left: 20px;
        
        /*background: rgba(1, 101, 51, 0.75);
        color: #fff;
        padding: 10px;*/
       
    }

    .texto-now {
        /*text-align: justify;*/
        font-size: 0.9em;
    }


    a.seccion, span.fecha,  span.fecha-2 {
        font-weight: bold;
        padding: 3px 5px;
        background-color: #3CAB35;
        color: #fff;
        font-size: 0.8em;
        margin-bottom: 5px;
        display: inline-block;

    }

    a.seccion:hover {
        color:#fff!important;
    }

    ul.etiquetas {
        -webkit-padding-start: 10px;
        padding: 0;
        margin: 0;
    }

    ul.etiquetas, ul.etiquetas li {
        display:inline;

    }

    ul.etiquetas li {
        list-style-type: none;
        margin-bottom: 5px;
    }




    /*************************************************************
    **********   4.2 - HOME - SECCIONES    ***********************
    *************************************************************/

    section#secciones {
        /*background-color: #DADADA;*/
        padding-top: 100px!important;
        /*margin-bottom: 90px;*/
        
    }


    .slick-image {
        padding: 10px;
    }


    /********************************************************
    **********   4.3 - HOME - NEWS    ***********************
    ********************************************************/
    section#news {
        /*background-color: #DADADA;*/
        padding-top: 7em!important;
        padding-bottom: 5em;
        
    }

    

    .home-block-news {
        /*text-align: center;
        clear: both;*/
        position: relative;
        
    }    


    .home-block-news:before {
        content: ".";
        color: #dadada;
        background: #dadada;
        position: absolute;
        top: -.2em;
        left: -.4em;
        right: 0;
        height: 100%;
      
        /*-webkit-transform: skewY(-2deg); */
        -ms-transform: skewY(-2deg);
        transform: skewY(-2deg);
        z-index: -1;

    }
    

    #home-block-news:before{
        top: 3em;
        background-color: #DADADA;

    }


    .svg-news {
        text-align: center;
    }

    h2.marihuana-news-tit {
        font-size: 7.1em;
    }


    h2 span#news {
        /* background: url(../img/titulos/tresdeu-tv.svg) no-repeat; */
        background: url(./img/titulos/newsPNG375.png) no-repeat;
        text-indent: -99999px;
        width: 375px;
        top: 83px;
        /* right: 380px; */
        position: relative;
        display: inline-block; 
    }  


    /************************************************************
    **********   4.4 - HOME - SPONSORS    ***********************
    *************************************************************/



    
    section#sponsors {
        /*background-color: #DADADA;*/
        padding-top: 140px!important;
        /*margin-bottom: 90px;*/
        
    }


    h3.titulo, span.seccion{
       padding-left: 5px;
       margin-bottom: 5px;
    }


    /**************************************************************
    **********   4.5 - HOME - DESTACADOS    ***********************
    **************************************************************/

    section#destacados {
        padding-top: 120px!important;
        padding-bottom: 170px;
    
    }

    
    
    .svg-destacados {
        text-align: center;
    }

    h2.marihuana-destacados-tit {
        font-size: 6.6em;
    }


    h2 span#destacados-logo {
        background: url(./img/titulos/destacados4.png) no-repeat;
        text-indent: -99999px;
        width: 375px;
        top: 85px;
        position: relative;
        display: inline-block; 
    }


    .home-block-destacados {
       
        position: relative;
    }    

    #destacados:before{
        top: 2.7em;
        background-color: #DADADA;

    }

    .home-block-destacados:before {
        content: ".";
        color: #dadada;
        background: #dadada;
        position: absolute;
        top: -.2em;
        left: -.4em;
        right: 0;
        height: 100%;
        -webkit-transform: skewY(-2deg); 
        -ms-transform: skewY(-2deg);
        transform: skewY(-2deg);
        z-index: -1;

    }





/**************************************************
**********   5 - LISTADO    ***********************
**************************************************/
section#categoria {
    margin-top: 140px;
    padding-bottom:100px;
}

.listado {
    padding-right: 10px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 2px #ccc solid;
}

h2.titulo-listado {
    margin-right: 10px;
    /*font-size: 1.9em;*/
    margin-top:0!important;
}


img.video:hover { 
    opacity:0.9;
    cursor:pointer
}

.descripcion-seccion {
    margin-top: 40px;
}

.banner-superior-categoria {
    margin-bottom: 20px;
}

.desc_cat {
    margin-bottom: 20px;
    text-align: justify;
}

.sidebar-widget h3 {
   
    margin-top: 0;
    padding: 12px 20px;
    width: 100%;
    background-color: #418C66;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.widget {
    
    margin-bottom: 30px;
   
    border: 1px solid #ccc;
}

aside ul, .tagcloud {
    margin-left: 0;
    padding: 0 20px;
 
}

aside ul li {
    list-style: none;
   
}

div.sponsors-seccion {
    margin-bottom: 10px;
}

article p {
    text-align: justify;
}

    /*****************************************************************
    **********   5.1 - LISTADO - PAGINACION    ***********************
    *****************************************************************/

    .paginacion {
        margin: 30px 0;

    }

    .paginacion a, .paginacion span {
        margin-right: 5px;
        color:#000;
        font-weight: bold;
    }

    .paginacion span.current {
        background: #8BC63E;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        padding: 10px 15px;
        font-weight: bold;

    }

    .paginacion a:link {
        border-radius: 0;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        background: none;
        padding: 10px 15px;
        font-style: italic;
        text-transform: uppercase;
        text-decoration: none;
        box-shadow: none;
        font-weight: bold;
        color:#000;

    }

    .paginacion a:hover {
        background: #8BC63E;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        padding: 10px 15px;
    }
        
.listado-widgets {
    border-left: 2px solid #39A935;
    border-right: 2px solid #39A935;
    min-height: 600px;
}

.listado-widgets img{
    margin-bottom: 10px;
}

h3.widgets {
    padding-left: 10px;
    padding-top: 15px;
}


/******************************************************************
**********   6 - COMUNES - HOME & LISTADO   ***********************
******************************************************************/

.titulo-now, .titulo-destacado {
    font-weight: bold;
}

div.marihuana-now a, div.videos-destacados a {
    text-decoration: none;
}

div.marihuana-now a:hover, div.videos-destacados a:hover{
    color: #3CAB35;
}

h2.titulo, h2.titulo-listado {
    
    /*border-bottom: 2px solid #39A935;*/
    /*display: inline;*/
    margin-top: 0.2em;
    margin-bottom: 0.4em;
}

img.tit{
    margin-right:5px;
}

.img-resul{
    width: 98%;
}

.padingList {
    padding-left: 10px;
    padding-right: 0;
}

/**WIDGETS**/
.widget-title, aside.sidebar h3 {
    
    color:#fff!important;
}

h3.colabora {
    text-align: center;
}

div#text-2 {
    border: 0!important;
}


/************************************************
**********   7 - SINGLE   ***********************
************************************************/

section#entrada {
    margin-top: 140px;
    padding-bottom:100px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
 
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	margin-bottom: 20px;
}
   
.apss-theme-1 .apss-single-icon a{
    margin-left:0;
}

.single h1, .single h2, .single h3, .single h4, .single h5, .single h6 {
    color: #3CAB35;
    /*color: #003721;*/
}

.single p {
    /*color:#016533!important;*/
    text-align: justify;
}

p.list-tags a, p.list-categories a {
    font-weight: bold;
    padding: 3px 5px;
    background-color: #3CAB35;
    color: #fff;
    font-size: 0.8em;
    margin-bottom: 5px!important;
    margin-top: 5px!important;
    display: inline-block;
}

p.list-tags {
     margin-top: 20px!important;
}


section#busqueda {
    margin-top: 140px;
    padding-bottom:100px;
}

section#archive {
    margin-top: 140px;
    padding-bottom:100px;
}



