/*
Theme Name:     graphic-art
Description:    Thème enfant de morphology-lite 
Template:       morphology-lite
*/

/* selection du texte */
::-moz-selection {
  background:#ff7bac;
  color:#fff;
}
::selection {
  background:#ff7bac;
  color:#fff;
}

.vl-project-type{
    color:#ff7bac;
    font-weight:400;
    text-transform:uppercase;
    display:block;
    font-size:1.25em;
    line-height:10px;
}
.vl-project{
  color:#fff;
  font-size:1.25em;
}
.featured-image-link + a{display:none;}
.entry-title .vl-project-type{
	font-size:0.75em;
	line-height:30px;
}
.entry-title .vl-project{
	color:#000;
	font-size:0.85em;
}
.single-post .menu-item-home a{
	color:#ff7bac;
}

/* Responsive */
@media screen and (max-width:760px) {
	.vl-project-type, .vl-project{font-size:1em;line-height:20px;}
}
