/*
Theme Name: Velure Child
Theme URI: https://www.wpzoom.com/themes/velure
Template: wpzoom-velure
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */

body.custom-background {
    background-color: #ffffff;
}

.anuncio {
	background-color: #f6f6f6; 
	text-align:center; 
	padding:20px;
}

.slides li .slide-header {
    top: 70%;
}

.slides li h3 {
    font-size: 30px;
    font-weight: normal;
}

.main-navbar {
	padding: 5px;
}

.feature-posts-list h3 {
    font-weight: 400;
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 1.4;
    font-family: serif;
}

.widget .feature-posts-list li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
}

.commentlist .comment {
    margin-bottom: 7px;
    padding-bottom: 7px;
    position: relative;
    line-height: 1.8;
}

#comments {
    font-size: 15px;
}

.header-archive .section-title {
    font-size: 30px;
    font-weight: 600;
    font-family: serif;
    padding: 0;
    margin: 0 0 15px;
}

h1, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
    color: #000;
    font-family: serif;
}

#sidebar .widget {
    margin-bottom: 20px;
    background: #f6f6f6;
    padding: 20px;
}

.navbar-wpz ul a {
    font-size: 12px;
    font-family: serif;
}

.navbar-wpz>li {
    padding: 0 12px;
}

.entry-content blockquote {
	color:#777777;
 	font-size:16px;
	font-style:italic;
	line-height:1.4em;
	margin: 10px;
	padding-left:10px;
}

.widget {
    margin-bottom: 20px;
    position: relative;
}

.dkpdf-button-container {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tag_list {
    position: relative;
    margin: 0 0 30px;
    padding-top: 20px;
    border-top: 0px solid #e8e8e8; 
}

.entry-footer {
    margin: 20px 0 50px;
    color: #222;
}

.site-footer a:hover {
    color: #bbb;
    text-decoration: none;
}

.entry-meta a {
    text-decoration: underline;
    font-style: italic;
}

.tag_list a {
    background: #000;
    color: #fff;
}

.tag_list a:hover {
    background: #7c7c7c;
    color: #fff;
}

.home-widgetized-sections:after {
    display: block;
    width: 100px;
    margin: 20px auto 60px;
    height: 4px;
    background: #000;
    content: "";
}

.navbar-wpz ul {
    background: #ddd;
}

.navbar-wpz > li > ul:before {
    border-bottom-color: #ddd;
}

.widget_rss ul li {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 0px solid #eee;
}

.widget_rss .rsswidget {
    font-weight: 400;
    margin: 0 0 7px;
    font-size: 16px;
}

cite {
    font-style: normal;
		display: block;
	  font-size: 90%;
}

.slicknav_menu
.slicknav_menutxt {
    color: #fff;
}
.slicknav_menu
.slicknav_icon-bar {
    background-color: #fff;
}

.commentlist .children {
    margin: 0px 0 0 20px;
}

@media (min-width: 800px){
.slides li .slide-overlay {
    position: absolute;
    top: 350px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 140px;
}}

@media screen and (max-width: 500px){
.slides li h3 {
    font-size: 20px!important;
}}

