/*
Theme Name: Ingrid Blasco
Template: ashe
Theme URI: http://www.ingrid-blasco.com/
Author: tryptyk
Author URI: http://www.tryptyk.fr
Description: Clean and Minimalist blogging theme.
Version: 1.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
*/

/*--------------------------------------------------------------
 You Custom Code Goes Here
--------------------------------------------------------------*/
/* Headings Fonts */
 .post-meta,
 .ashe-widget > ul li span,
 .ashe-widget > ul li span a,
 #wp-calendar thead th,
 #wp-calendar caption,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 #reply-title,
 #reply-title a {
   font-family: 'Open Sans';
   font-weight: 400;
 }
 .home a.wp-block-latest-posts__post-title {
   text-transform: uppercase !important;
   font-size: 16px;
   font-weight: 400;
 }
 .home .slider-info{
     display: inline-block;
     max-width: 840px;
     padding: 40px 0px 40px 190px;
 }
 .home .slider-title{
     font-size: 36px;
     line-height: 44px;
     letter-spacing: 1px;
     margin-bottom: 15px;
     color: inherit !important;
      text-align: left;
      text-transform: uppercase;
 }
 .home .slider-content{
     margin-bottom: 30px;
     font-size: 36px;
     line-height: 44px;
     text-align: left;
     text-transform: uppercase;
 }
 .home .slider-read-more{
     text-align: left;
 }
 .home .slider-read-more a:hover{
      color:#fba12e;
  }
 .page .page-title {
 display: none;
 }
 header.post-header .post-title {  
 color: #030303;
   text-transform: uppercase;
   margin-bottom: 40px;
   border-bottom: 1px solid #000;
   padding-bottom: 15px;
 }
 #page-footer, #page-footer a, #page-footer select, #page-footer input, #page-footer textarea {
   color: #333333;
   background-color: #EEE;
 }
 footer .credit {
   text-align: center!important;
   font-size: 13px;
   float: none;
 }
 footer .logo-img img{
     margin: 0 auto;
     text-align: center;
 }
 #page-footer a {
   border-color: #f6f6f6!important;
   background-color: #f6f6f6!important;
 }