
.blog {
	margin-top: 20px;
}
h1, h2 {
	font-family: 'artbrushmedium', sans-serif;
	color: #f89721;
}
h1 {
	font-size: 30px;
	margin-top: 0;
}
h2 {
	font-size: 25px;
}
.cuadro {
	padding: 15px 25px;
}

.head-title {
	margin: 20px 0 40px 0;
}
article {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
article h3 {
	margin: 0;
	font-size: 18px;
	margin-bottom: 10px;
}
article span {
	display: block;
	font-size: 13px;
	padding-top: 8px;
	color: #ccc;
}
article p {
	height: 50px;
	overflow: hidden;
}
article img {
	width: 100%;
}
article a {
	color: #f89721;
}


/*SIDEBAR*/
.sidebar .cuadro {
	margin-bottom: 15px;
	padding: 15px;
}

.sidebar h3 {
    text-transform: capitalize;
    padding: 15px 0 10px;
    margin: 0 0px 20px;
    font-weight: 400;
    position: relative;
}
.sidebar h3 {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    letter-spacing: 2px;
    padding-top: 0;
}
.sidebar h3:before {
    background: #D19E29;
}
.sidebar h3:before {
    content: "";
    height: 2px;
    width: 50px;
    left: 0px;
    position: absolute;
    bottom: -5px;
}
.sidebar .widget-recent-entries span {
	display: block;
	color: #ccc;
}
.sidebar .widget-recent-entries li {
	margin-bottom: 10px;
}
.sidebar .widget-newsletter input {
	margin-bottom: 10px;
}





/*IPHONE PORTRAIT*/
@media screen and (max-width: 360px) {
	.blog {margin-top: 0px;}
	.footer {margin-top: 0;}
	article p {height: 40px;}
}
/*IPHONE LANDSCAPE*/
@media (min-width: 321px) and (max-width: 568px) {
	.blog {margin-top: 0px;}
	.footer {margin-top: 0;}
	article p {height: 40px;}
}
/*IPAD and UP*/
@media (max-width:768px) {
	.blog {margin-top: 0px;}
	.footer {margin-top: 0;}
	article p {height: 40px;}
}
@media (max-width:1024px) {
}
@media (max-width:1000px) {
}
@media (max-width: 991px) {
}