/*
Theme Name: Heap Child
Theme URI: http://pixelgrade.com/demos/heap
Author: PixelGrade Team
Author URI: http://pixelgrade.com
Template: heap
Description:  HEAP is a personal WordPress Blog Theme and an effortlessly tool for publishers of all kind, cherished for its flexibility, clean layouts and speed.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heap_txtd
Tags: black, orange, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
*/

/* Add your custom CSS rules that overwrite the ones in the main Lens theme here */

.site-title--image img {
max-height: 160px;
}

img .site-logo-img--light {
height: 160px;
}

.container {
padding-right: 0px;
padding-left: 0px;
}

.widget {
	padding:0px 10px 10px 10px;
}

.nav--main a{
	color:#e10078;
}

.nav--main a:hover {
	color:#00a8da;
}

h3.widget__title {
	font-size: 1.4rem;
	color:#e10078;
}

.page-content.has-sidebar .page-content__wrapper {
padding-right: 10px;
padding-left: 10px;
}

.mosaic-wrapper {
margin: 0px;
}

.blog-archive--masonry-full {
padding: 0px ;
}
.page-numbers.next {
right: 1px;
}

.site-header__menu a {
color: #e10078;
}

.site-header__menu a:hover {
color: #000;
}

.article-archive .article__categories a, .breadcrumbs a {
color: #e10078;
font-size: 0.8rem;
}
.article-archive .article__categories a:hover {
color: #000;
}

.tagcloud {
	text-align: center;
}
.widget_tag_cloud a{
	background-color: #ffffff;
	border: 1px solid #009bde;
	padding: 3px 10px;
	color: #000000;
}

.widget_text .textwidget {
	text-align: center;
	padding-top: 10px;
}

.site-footer {
margin: 0px 0;
background-color: #c2ebfd;
}
.footer-widget-area {
margin: 0px;

}
.archive__side-title {
font-weight: normal;
color: #919191;
}

h2.hN {
	color: #e10078;
	font-weight: bold;
}

.copyright-text {
	color: #000000;
}

.search__wrapper {
background: url(http://www2.revistacomotu.com/wp-content/uploads/2015/03/search_bkg.jpg) top center no-repeat #ffffff;
}

@media only screen and (max-width: 899px) {
.navigation--main {
background: #009bde;
}

.navigation--main .nav--main li a {
color: #ffffff;
}

.navigation--main .nav--main li a:hover {
	background: #c2ebfd;
}
}
/* BANNERS */
.megabanner {
	margin:5px auto 0px auto;
	text-align:center;
	min-width: 728px;

}

/* Styles for not SEO */
 .css_bold {
        font-weight: bold;
 }

 .css_italic {
        font-style: italic;
 }