/*
Theme Name: Nitro Child ML
Theme URI:  https://mlanglois.com
Author: Michael Langlois
Author URI: http://mlanglois.com
Description: Nitro Child Theme by ML
Template: nitro
Version: 0.98
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: nitro-child
Tags:  blog, custom-background, two-columns, three-columns, one-column, custom-colors, flexible-header, theme-options, right-sidebar, custom-menu, theme-options, threaded-comments, translation-ready, featured-images, full-width-template, e-commerce, photography, portfolio, entertainment
*/

/* added ML: custom fonts */
/* test for body fonts */
/* @import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&subset=latin-ext'); body {font-family: 'Lora', serif !important;} */
/* @import url('https://fonts.googleapis.com/css?family=Mate:400,400i'); body {font-family: 'Mate', serif !important;} */
/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&subset=greek-ext,latin-ext'); body {font-family: 'Noto Serif', serif !important;} */
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,700,700i&subset=latin-ext');

/* tests for title fonts */
/* @import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:800,800i&subset=latin-ext'); */
/*@import url('https://fonts.googleapis.com/css?family=Amaranth:700,700i');*/
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans:700,700i&subset=greek,greek-ext,latin-ext'); */
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:700,700i&subset=greek,greek-ext,latin-ext');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:800,800i&subset=greek,greek-ext,latin-ext');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:900,900i&subset=greek,greek-ext,latin-ext');*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:700,700i&subset=greek,greek-ext,latin-ext');
body {font-family: 'Merriweather', serif !important;}
#showcase, .title-font, h1, h2, .section-title, .woocommerce ul.products li.product h3 {font-family: 'Ubuntu', sans-serif !important;}

/* added ML: to move the text on the image header to the left */
#header-image .header-data {
    width: 60%;
}

/* added ML: title font for catlist shortcode */
#primary-mono .lcpnitro h1.entry-title {
	font-size: 19px;
	padding: 0px;
	color: #68605f;
    text-shadow: none;
    text-align: left;
}

/* added ML: to increase font-size in posts (from 14px in default) */
#primary-mono .entry-content {
  color: #68605f;
  line-height: 1.7em;
  font-size: initial;
}


/* added ML: to hide the theme name */
.site-info.container {
    display: none;
}

/* added ML: to hide the post author */
.byline {
    display: none !important;
}

/* added ML: showcase font */
#showcase .showcase-item .showcase-caption .showcase-title {
    font-size: 24px;
    color: #fcfee2;
    text-shadow:  2px 0 2px #e76b52, -2px 0 2px #e76b52, 0 2px 2px #e76b52, 0 -2px 2px #e76b52; 
/*    text-shadow: 1px 1px 0 white, -1px -1px 0 white; */
}

/* added ML: YARPP: Reduces the title font size and displays more than two title lines */
.yarpp-thumbnail {height: 200px !important;} 
.yarpp-thumbnail-title {font-size:0.8em !important; max-height: 4em !important}
/* Centers the thumbnail section */
/*.yarpp-related-widget {text-align:center !important;}*/

/* added ML: Add Link to Facebook: add Facebook logo */
.al2fb_anchor a {
	font-size: 200%;
	line-height: 1.5em;
	color: transparent;
	background: url(/medias/facebook.png) no-repeat;
	background-size: contain;
}

/* added ML: to increase size of title of footer widget, add bottom padding, etc. */
#footer-sidebar .footer-column h1.widget-title {
    font-size: inherit;
    padding-bottom: 1em;
}

/* added ML: to justify the tag cloud */
.st-tag-cloud {
	text-align: justify;
}

/* added ML: to soften the color of text inputs in footers */
#footer-sidebar .footer-column input[type=text], #footer-sidebar .footer-column input[type=search], #footer-sidebar .footer-column textarea {
    background: rgba(227, 80, 50, 0.17);
    border: none;
}

/* added ML: for color background of iCal table */
table.ical tr:nth-child(odd) {
    background-color: rgba(197, 176, 148, 0.2);
}

