/*
Theme Name: Egovenz Child
Description: Child Theme for Egovenz Theme
Author: Zozothemes
Version: 1.0
Template: egovenz
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
*/

.egovenz-content>.egovenz-content-inner,
.search-results .egovenz-content>.egovenz-content-inner {
    padding: 75px 0; Important!
}


.blog-template .entry-title a {
	margin-top: 0.5em;
  	font-size: 30px;
  	line-height: 35px;
  	color: #005ca9;
}

.blog-template .entry-title a:hover {
  font-size: 30px;
  line-height: 35px;
  color: #e30613;
  transition: 1s;
}

.single-post .entry-title {
  font-size: 32px;
  text-align: left Important!; 
}

h1.entry-title {
  display: var(--page-title-display);
  text-align: left;
}

/*Custom Style Code Right Here */

.feature-box-wrapper .feature-box-title {
  text-transform: none;
  text-align: center;
}

.entry-title { color: #005ca9; Important! }


.yt-btn {  background-color: #0056A2;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
    padding: 11px 16px;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 0s; }

.widgetbox1 {
	background-color: #E7E8EA;
	padding: -30px;
	box-sizing:border-box;

}