/*
Theme Name: blankslate-hijo
Theme URI: 
Version: 1.0
Description: TEma hijo modificado de twentysixteen-hijo
Author: Jonathanfofo
Author URI: 
Template: blankslate
*/
 a.dropdown-item {
     max-width: 320px;
       
    overflow: hidden;
    font-size: 60%;}
/*quitar header titulo y des */
header.header {
    display: none;
}
/* video vimeo responsive */
.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%;
}


/* agregar estilo dentro clase */



/*typografia */
body,
button,
input,
select,
textarea {
    color: #1a1a1a;
    /*font-family: Merriweather, Georgia, serif;*/

    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 1.1rem;
    line-height: 32px;
    color: #666;

}



h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-weight: 300;
    margin: 0;
    text-rendering: optimizeLegibility;
	text-align:center;
	padding-bottom: 10px;
	padding-top:10px;
}




/* mi codigo css heredado */

/* margen menu */
header#masthead {
    padding-top: 0;
}

img.attachment-large.size-large.wp-post-image {
    display: none;
}

a.navbar-brand {
    display: none;
}

.entry-meta {
    display: none;
}


div#ez-toc-container {
    width: 40%;
    text-align: center;
    font-size: 12px;

    margin: 20px auto;
    padding-left: 40px;

}

.cuadro {
    border: 1px solid grey;
    background-color: #EBF5FB;
    text-align: center;
    float: left;

}

/* Post Thumbnail Grid 

.gridcontainer h2 a{color: #333; font-size: 13px;}
.gridcontainer .griditemleft{float: left; width: 333px; margin: 0 30px 20px 0;}
.gridcontainer .griditemright{float: left; width: 333px;}
.gridcontainer .postimage{margin: 0 0 5px 0;}
.gridcontainer .postimage-title {text-align: center;}*/

div#categories-4 {
    text-align: center;
}

select#cat {
    margin: 11px;
}

div#qlwapp {
    /* margin: auto; */
    text-align: center;
}


div#wrapper-footer {
    margin: 0;
    padding: 0;
}

/* // Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { 
    .container: 
    { width:500px; }
    /* submenu texto adaptable*/
   
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px)  { 
    .container: 
    { width:700px; }
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px)  { 
    .container: 
    { width:900px; }
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px)  { 
    .container: 
    { width: 1100px; }
}


