/*
Theme Name: Breno Child
Description: Child Theme for Breno Theme
Author: Zozothemes
Version: 1.0
Template: breno
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozotheme
*/

/*Custom Style Code Right Here */

article.post .article-inner .post-thumb-wrap img:hover {
  transform: scale(1.2);
}

#infscr-loading img {
    min-width: 32px;
    min-height: 32px;
}

.timeline li:last-child b {
    font-weight: normal;
}

.logobar-items .btn {
    background-color: #F1B727;
    color: #920000
}

.logobar-items .btn:hover {
    background-color:  #419468;
}

.portfolio-single .custom-post-nav, .team-single .custom-post-nav, .services-single .custom-post-nav, .testimonial-single .custom-post-nav, .service-info-wrap .custom-post-nav {
    display: none !important;
}

.post-comments-wrapper input {
    display: inline-block;
    margin-right: 4px;
}

.post-comments-wrapper .comment-form-url {
    display: none !important;
}

.vc_video-bg {
    position: absolute !important;
}

strong {
    color: inherit;
}

#button-doe-flutuante {
	    background: url(https://ecomamor.org/wp-content/uploads/2020/07/botao-doe.png) no-repeat;
	        background-size: 100%;
		    width: 150px;
		        height: 38px;
			    display: block;
			        position: fixed;
				    right: 0;
				        top: 50%;
					    z-index: 9998;
					}

					#button-doe-flutuante span {
						    display: none;
					    }
