/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/




@font-face {
  font-family: 'cabana';
  src: url('css/fonts/Cabana-Regular.eot'); /* IE9 Compat Modes */
  src: url('css/fonts/Cabana-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/Cabana-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/Cabana-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('css/fonts/Cabana-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/Cabana-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


#top nav > ul > li > a{
  font-family: 'cabana';
  font-size: 40px !important;
  font-weight: bold;
}

.orari-table, .orari-table th, .orari-table td {
border : 0px solid black !important;
}


.corsi-title > div > h1{
  font-family: 'cabana';
  font-size: 200px;
  line-height: 1.1;
  color: rgb(255, 255, 255);
   text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
}

.corsi-subtitle > h4{
  color: rgb(255, 255, 255);
   text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black ;
  
}

@media screen and (max-width: 568px) {
	.corsi-title > div > h1 { font-size: 60px;}
}

/* no display della sezione commenti e autori */
/*rimozione autore */
body .meta-author {display: none !important;}
body .meta-author IMG {display: none !important;}
body .avatar-post-info.vcard.author {display: none !important;}
body #post-area.masonry article.post .post-meta {display: none !important;}
/* categorie */
/* #post-area.masonry article.post .post-meta{ display: none !important;} */
/* body .meta-category {display: none !important;} */
body .meta-category {width: 50% !important;}
body .meta-share-count {width: 50% !important;}
body .meta-comment-count {display: none !important;}
/* For the Blog Single Pages; */
body #single-below-header {display: none !important;}
/* To hide the date and love on masonry blog; */
body #post-area.masonry article.post .post-meta {display: none !important;}
article.post .content-inner {border-bottom: none;}


