@import url("../../reverie-master/css/style.css");
@import url("../fonts/frutiger/stylesheet.css");
@import url("../fonts/M-1m/stylesheet.css");
@import url("../fonts/noticia/stylesheet.css");
@import url("../fonts/nixieone/stylesheet.css");
@import url("../fonts/montserrat/stylesheet.css");



/* This is the Sass/Scss file loaded by WordPress in frontend.
 * Tweak it and have fun.
 */
body {
  background: #fff;
}

a {
	color: #666;
	
}
a:hover {
	text-decoration: line-through;
	color: #666;

}

/*
h3 {
    font-size: 1.6875rem;
    font-family: 'FrutigerLight' !important;
        font-weight: normal;

}
*/
/* content */
.categoria a{
 font-family: 'M1mregular' !important;

}
.widget-title {
    font-family: 'montserratregular';
	text-transform: uppercase;
	font-weight: normal !important;
    font-size: 11px !important;
    color: #333 !important;
	
}

.widget-title h3 a{
    color: #333 !important;	
    	    font-family: 'NoticiaTextRegular';

}
.post-title a{
	    font-family: 'NoticiaTextRegular';
	    color: #444;
	    font-size: 16pt;

}

/*
.img a{
	-webkit-filter: grayscale(100);
  filter: grayscale(100);
}
*/
/*
img.grayscale{
filter: grayscale(100%);
-webkit-filter: grayscale(100%); 
filter: gray; 
-webkit-transition: all .6s ease; 
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
}
*/

/*
img.grayscale:hover{
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
*/
.panel {
    background: none !important;
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 0px !important;
    margin-bottom: 1.25rem;
    padding: 0.25rem;
}

.panel .widget-title a{
    color: #333 !important;
	
}

#content {
    background-color: #FFFFFF;
    border: 0px solid #DDDDDD !important;
}

h1 {
	    font-family: 'NoticiaTextRegular';

}
.attachment-large wp-post-image {
	width: 100%;
}

figure img {
    border-radius: 0px;
    	width: 100%;
    	 

}

.widget_listcategorypostswidget li{
	list-style: none;
}

	/* post-image grayscale to hover-color  */
/*
.widget_listcategorypostswidget img a{


  filter: grayscale(0.5);
}

img {
  filter: grayscale(0.5);
}
.widget_listcategorypostswidget img a:hover{
	filter: grayscale(1);
}
*/

.panel widget widget_listcategorypostswidget panel-last-child h3 a{
	    color: #333;	

}

/* SHORTCODES */
.su-divider {
    background: none repeat scroll 0 0 #999;
    clear: both;
    height: 1px !important;
    margin: 2.5em 0 1.5em;
    position: relative;
}