/*
Theme Name:     TownPress Child
Theme URI:      http://demos.volovar.net/townpress.wp/demo
Description:    Child theme of the TownPress theme
Author:         LSVRthemes
Author URI:     http://themeforest.net/user/LSVRthemes/portfolio
Template:       townpress
Version:        1.0.0
*/


/* your CSS here */

.header-content{
    /*background-color: #f2f2f2;*/
    margin-bottom: 11px;
    background-image: url( 'http://antasp.adaweb.es/wp-content/uploads/2017/05/01_transparencia_header.png' );
    background-position: center center;
    /*background-repeat: no-repeat;
    background-size: cover;*/
}

.header-branding.m-large-logo span,
.header-branding.m-small-logo span{
    max-width: 250px!important;
    width:250px!important;
}



.table-style-1 tbody>tr:nth-child(odd)>td{
    background-color: #565656;
    color:white;
}



.table-style-1 thead>tr:first-child{
    background-color: #ec5237!important;
    color:white;
    text-transform:uppercase;
}



.listado-parroquias li{
    list-style:none;
}



div.wpcf7 { 
    padding:20px;
    background-color:#ec5237;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    border: 1px solid #ec5237;    
}


.header-gmap-switcher{
    display:none;
}


.listado-posts-item {
    float: left;
    width: 100%;
    margin-top:15px;  
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray; 
}

.listado-posts-item .w-blog-meta{
    float: left;
    width: 100%;
    margin-top: 30px;
    font-weight: bold;
}

.listado-posts-item h3{
    float: left;
    width: 100%;
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 25px;
    padding: 0;    
}
.listado-posts-item h3 a{
    font-weight: 600;
    font-size: 23px;

}

.listado-posts-item .post-img{
   float: left;
   width: 28%;
   height: 190px;
   background-size: cover;
   background-position: center center;
   overflow: hidden;
   margin-bottom: 10px;
   margin-right: 2%;
   
}

.listado-posts-item .post-cont{
    float: left;
    width: 70%;
    height: auto;
    background-size: cover;
    background-position: center center;
    overflow: hidden; 
    margin-bottom:10px;     
}


.listado-posts-item .resumen{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    margin-top: 12px;
    margin-bottom:3px;
}


a.boton{
    text-align: center;
    background-color: #ec5237;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}



.footer-bottom-inner{
    background-color: rgba(17,17,17,0.9);
}












/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

    ----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
        devices with width between 992px and 1199px
        ------------------------------------------------------------------------- */

        @media ( max-width: 1199px ) {

            /* your CSS here */

        }

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
        devices with width between 768px and 991px
        ------------------------------------------------------------------------- */

        @media ( max-width: 991px ) {

            /* your CSS here */

        }

    /* -------------------------------------------------------------------------
        SMALL DEVICES
        devices with width between 481px and 767px
        ------------------------------------------------------------------------- */

        @media ( max-width: 767px ) {

            /* your CSS here */

        }

    /* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
        devices with width up to 480px
        ------------------------------------------------------------------------- */

        @media ( max-width: 480px ) {

            /* your CSS here */

        }