/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.

If you need any further help, ask in the CSS Customization forum.
*/
/*---------------------------------------------------------------------------------------------------------TITULOS*/
/*-----------------------------------------------------TITULOS DE LOS POSTS*/
.intro .headline.small {
	font-size: 1.9em;
}

/* TAMAñO DEL TITULO en /blog page/ */
.intro .headline.small a {
	font-size: .9em;
	text-align: center;
	color: black;
}

.intro .headline.small a:hover {
	color: black;
	text-decoration: none;
}

.intro .headline {
	color: black;
	font-size: 1.9em;
}

/*-----------------------------------------------------TITULOS PARA LOS COMENTARIOS*/
#reply-title.comment-reply-title {
	color: #000000;
	font-family: ff-market-web-1;
	font-size: 18px;
}

/*---------------------------------------------------------------------------------------------------------MOVER EL POST AREA HACIA ABAJO*/
.header-active .row {
	margin-top: 0;
}

#navigation.navigation-main a {
	color: #BFA681;
}

/*----------------------------------------------------------------------------------------------------------MENUS*/
/*-----------------------------------------------------MENU SUPERIOR*/
#navigation.navigation-main a {
	color: black;
}

#navigation.navigation-main a:hover {
	color: black;
	background-color: #e8e8e8;
	text-decoration: none;
}

/*-----------------------------------------------------MENU LATERAL*/
#nav_menu-2.widget.widget_nav_menu a {
	text-align: center;
	color: black;
}

#nav_menu-2.widget.widget_nav_menu a:hover {
	color: black;
	background-color: #e8e8e8;
	text-decoration: none;
}/*----------------------------------------------------------------------------------------------------------SOBMRAS*/
/*-----------------------------------------------------BORDES DE BOTON BUSCAR*/
	
}

/*-----------------------------------------------------BORDES DE WIDGETS*/
.widget {
	text-align: center;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/*-----------------------------------------------------BORDES DEL BLOG HOLDER*/
.blog-holder {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/*-----------------------------------------------------BORDES DE ARCHIVE HOLDER*/
.archive-holder {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/*-----------------------------------------------------BORDES DE FEATUREDPAGE*/
.featured-page {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/*-----------------------------------------------------BORDES DE COMENTARIOS*/
.single-holder,
#comments {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/*-----------------------------------------------------BORDES DEL POST HOLDERr*/
.post-holder {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* Footer information */
.footer-information a {
	color: gray;
}

.footer-information p {
	color: gray;
}

#recent-posts-2 a {
	color: black;
}

/* User requested Arial - SB - Mar 2014 */
div.row {
	font-family: Arial, 'sans-serif';
}

/* Bolds links letters*/
.article a {
	color: #BFA681;
	font-weight: bold;
}

/* Colors of the "read more" buton*/
a.more-link {
	background-color: #ffffff;
	color: #BFA681;
}

a.more-link:hover {
	background-color: #ffffff;
	color: #000000;
}

/* Titles info*/
.intro a {
	color: #bfbfbf;
}

.post-author a {
	color: #BFA681;
}

/*Hide Logo*/
.main-logo {
	display: none;
}

.mobile-logo #masthead {
	background: url('http://rosenthalblog.com/wp-content/uploads/2014/04/cropped-minivasen42.jpg');
	display: block;
}

.mobile-logo #masthead h1 a {
	color: #333333!imortant;
}

.sd-title {
	font-family: arial;
}

.sidebar .textwidget {
	text-align: center;
}

.sidebar .textwidget a {
	color: #BFA681;
}

/*last*/
@media only screen and (min-width: 768px) {
	/*centre nav*/
	#navigation .menu-container {
		display: inline-block;
		margin-left: -15.625%;
	}
	
	#menu-top-menu {
		text-align: center;
	}
	
	/*widget-widget spacing*/
	.widget {
		margin-bottom: 6px;
	}
	
	/*content-widget spacing*/
	.sidebar {
		padding-left: 6px;
	}
	
	/*widget-widget spacing*/
	.widget {
		margin-bottom: 6px;
	}
}