/*
Theme Name: Urubasket 2019.1
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
GitHub Theme URI: https://github.com/understrap/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
Version: 0.9.1
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

@font-face {
    font-family: 'Ubuntu';
    src: url('./fonts/ubuntu-regular-webfont.woff2') format('woff2'),
         url('./fonts/ubuntu-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('./fonts/ubuntu-bold-webfont.woff2') format('woff2'),
         url('./fonts/ubuntu-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

a {
	color: #dc3c00;
}

.bg-primary{
    background: orangered!important;
}

.tabla-liguilla th{
    background: orangered!important;
    color: white;
    font-weight: bold;
}

.entry-title,
.entry-title a {
   /* color: orangered!important;*/
    color: black!important;
}

.entry-content{
    margin-top: 1.2rem;
}
.tabla-figura  th{
    background: orangered!important;
    color: white;
    font-weight: bold;
}
.tablepress thead  th{
    background: orangered!important;
    color: white;
    font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link{
    color: white;
}
aside img.size-full{
    width: 100%!important;
}
.btn-primary {
    color: #fff;
    background-color: orangered;
    border-color: orangered;
}
nav.navbar h1.navbar-brand{
    display: none;
}
.navbar-toggler{
    color: white;
}
.navbar-dark .navbar-toggler {
    color:white;
    border-color:white;
    font-weight: bold;
}
.navbar-toggler-text{
    font-variant: small-caps;
}
/* video de youtube responsive*/
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Para que el contenedor tenga relación de aspecto 16/9 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    }
     
    .video-container iframe,
    .video-container object,
    .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

.btn-secondary {
    color: #fff;
    background-color: #ff4500;
    border-color: #ff4500;
}

.header-logo {
    background: black url(./img/bg/bg-header-5.jpg) no-repeat center center;
    background-size: cover;
    padding: 2.5rem 1.2rem;
}

.header-logo-text {
    font-family: 'Ubuntu', sans-serif; 
    color: white;
    text-align: left;
    text-shadow: 1px 1px 1px #4c0909, 1px 1px 8px #4c0909;
    margin: 0; 
    font-weight: bold;
}

.header-logo-text-part-1 {
    color: orangered;
}

.header-logo-text-part-2 {
    color: orangered;
    font-size: 1.5rem;
}

.header-logo-subtitle {
    color: white; 
    text-shadow: 1px 1px 1px #4c0909, 1px 1px 8px #4c0909;
    margin-bottom: 0;
}

.navbar-dark {
    border-top: 0.2rem solid #771e00;
    border-bottom: 0.1rem dashed #771e00;
}

.herocanvas-mobile-1 {
    padding: 0.5rem;
}

.herocanvas-mobile-1 .sp-latest-posts-widget.latest-posts .media {
    margin: 0;
}

.herocanvas-mobile-1 .entry-title {
    font-size: 1.0rem;
    margin: 0.5rem 0 0 0;
}

.herocanvas-mobile-1 .view-more-link {
    font-size: 0.8rem;
    font-weight: bold;
}

#wrapper-footer-full, 
#wrapper-static-hero {
	background: #ffe3ba;
}

.more-link{
    color: #fff;
    background-color: #ff4500;
    border-color: #ff4500;
	padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}