/*
 Theme Name:     CAI Theme
 Description:    Template de Creación Artística e Investigación
 Author:         Sebastian Fuenzalida
 Author URI:     http://www.sebafuenzalida.cl/
 Template:       wp-bootstrap-starter
 Version:        1.0
*/


/****************************************
*** Theme customization starts below ***
*****************************************/

body {
    font-size: .9rem;
}

a {
    color:#3f928b;
}

a:hover {
    color:#2a5854;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

.h2, h2 {
    font-size: 1.3rem;
}

.h3, h3 {
    font-size: 1.2rem;
}

/* Header */

.navbar-brand img {
    height: 40px;
}

header#masthead {
    background-color: #fff;
    box-shadow: none;
}
#masthead .navbar-nav>li a {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-size: .9rem;
}
.dropdown-menu {
    width:18rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #000;
    font-weight: 400;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #333;
    font-weight: 400;
    font-size: 1.4rem;
    text-align: right;
}

#content.site-content {
    padding-top: 1.125rem;
}

/* Titles */

h1.page-title, h1.entry-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
}

.post-thumbnail {
    margin-bottom: 25px;
}

p.wp-block-tag-cloud a {
    background: #dee2e6;
    color: #444;
    padding: 7px;
    margin-right: 10px;
}

.wp-block-table.is-style-stripes {
    border-bottom: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    font-family: 'Montserrat', sans-serif;
    background-color: #3f928b;
    color: #fff;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent;
    padding: .5rem;
}

a.wp-block-button__link:hover {
    text-decoration: none;
    background: #22504c!important;
    transition: .5s;
}

.entry-content li {
    margin-bottom: 1em;
}

.entry-content .wp-block-image figcaption {
    text-align: center;
}

.tags-proyectos li {
    border: 1px solid #ccc;
    padding: 0.5em;
    color: #666;
    font-style: italic;
}

.wp-block-column.alto-100 {
    align-self: auto !important;
}

#block-5.widget {
    margin:0;
}

.search-results article {
    background: #f8f9fa;
    padding: 1.2em;
    margin-bottom: 1.5em;
}

@media (min-width: 768px) {
    .navbar-brand img {
        height: 60px;
    }
}

@media (min-width: 992px) {
    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
        font-size: .9rem;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
        font-size: .85rem;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }

  .wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    font-size: .4em;
}

#block-9 ul {
    margin-bottom:0
}

#block-9.widget {
    margin: 0;
}