/*
Theme Name: zungo
Theme URI: https://themeforest.net/
Author: the WordPress team
Author URI: https://themeforest.net/user
Description: Wpzungo is a complete solution for any type of directory/Listing theme.
Tags:one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, post-formats, sticky-post, theme-options, translation-ready
Version: 1.0.4
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zungo
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ------------ BASE ------------- */
ol.wp-block-latest-comments{
	padding-left:0px;
}

.blog-content ol,.blog-content ul,.comments-description ul,.blog-content dl,.post-content ul {
    margin-top: 0!important;
    margin-bottom: 1rem!important;
	
}
.blog-content ul,.comments-description ul,.post-content ul{
	        list-style: revert !important;
}
.blog-content ol, .blog-content ul {
    
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
	}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
       padding: 0 4px 5px;
    margin-top: 15px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* WP Default Gallery */
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto!important;
    width: auto!important;
}
.wp-block-cover-text{
	color: #fff!important;
}
.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}
.gallery .gallery-row {
    display:block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0;
   
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    max-width: 90%;
    height: auto;
    margin: 5% auto;
}
.gallery-caption {
    margin: 0 0 8px;
    font-style: italic;
    font-family: arial;
}

/* Table */
table{
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    background-color:transparent;
}
table th,table td{
    padding:8px;
    border-top:1px solid #f0f0f0;
    vertical-align:top;
    text-align:left;
    line-height:20px;
}
table th{
    font-weight:bold;
}
table thead th{
    vertical-align:bottom;
}
table caption + thead tr:first-child th,table caption + thead tr:first-child td,table colgroup + thead tr:first-child th,table colgroup + thead tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td{border-top:0;}
table tbody + tbody{
    border-top:2px solid #dddddd;
}
.sticky{
	
}
.bypostauthor{
	
}
/* Widgets Style */
aside > ul{
    padding: 10px 0px;
}
aside h2.widget-title{
	font-size: 22px;
    margin: 0 0 20px;
	}
 #sidebar li a{
	 padding-right:20px;
	 }
/*aside > ul li a{
    color: #888888;*/
/*font-weight: bold;*/
aside > ul li a:hover{
    color: #55a8e2;
}
.widget_archive select, .widget_categories select, .widget_text select{
	width:100%;
	height:30px;
	
}
.widget img {
	max-width:100%
}
#sidebar aside.widget,#footer aside.widget{
    margin-bottom: 30px;
}
#sidebar aside.widget ul li {
    margin-right: 0px;
   
}


#sidebar aside.widget ul li:first-child{
    padding-top: 4px;
}
#sidebar aside.widget ul li:last-child{
    padding-bottom: 4px;
    border-bottom: 0;
}
#sidebar aside.widget [class^="icon-"] a,#sidebar aside.widget [class*=" icon-"] a{
    padding-left: 10px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#sidebar form#searchform{
    position: relative;
}
#sidebar form#searchform .icon-search{
    position: absolute;
    top: 11px;
    left: 15px;
    color: #D6D6D6;
    font-size: 18px;
}
#sidebar form#searchform input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 8px 8px 40px;
    height: 40px;
    width: 100%;    
    margin: 0 !important;
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #888;
}
h3.widget-title{
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 18px;
}

h3.widget-title span {
    color: #fff;
    font-weight: bold;
}





/* Recent Posts Widget */
#sidebar aside ul{
	list-style:none;
}
.imo-recent-posts-widget ul{
    margin: 0;
    list-style: none;
}
.imo-recent-posts-widget ul li{
    display: inline-block;    
    padding: 10px 0;
    width: 100%;    
}
#sidebar aside.widget .imo-recent-posts-widget ul li{
    padding: 12px 0 0;
    border-bottom: 0;
}
#sidebar aside.widget .imo-recent-posts-widget ul li:first-child{
    padding-top: 4px;
}
#sidebar .widget .imo-recent-posts-widget ul li:before{
    display: none;
}
#sidebar .imo-recent-posts-widget h4{
    font-weight: normal;
}
.imo-recent-posts-widget ul li:first-child{
    padding-top: 0;
}
.imo-recent-posts-widget h4{
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 20px;
}
.imo-recent-posts-widget .meta{
    color: #aaa;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 20px;
}
.imo-recent-posts-widget .recent-thumb img{
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,.2);
    -moz-box-shadow: inset 0 1px rgba(255,255,255,.2);
    box-shadow: inset 0 1px rgba(255,255,255,.2);
}
.imo-recent-posts-widget .recent-thumb {
    float: left;
    margin: 4px 22px 4px 0;    
}

/* Tag Widget */

.widget_tag_cloud h2{
	margin-bottom:20px !important
	}
.tagcloud a{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 6px 15px;
    text-transform: capitalize;
    font-size: 14px !important;
    line-height: 20px;
	border:1px solid #e1e1e1;
}
.tagcloud a:hover,#footer .tagcloud a:hover{
    border:1px solid #55a8e2;
    color: #55a8e2 !important;
}
/* Removing Child Pages from Widgets */
.widget_pages ul.children,
.widget_nav_menu ul.sub-menu{
    display: none;
}
.blog-content a,.blog-pagination a:hover{
	color: #04004d!important;
}
.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6,.comments-description h1,.comments-description h2,.comments-description h3,.comments-description h4,.comments-description h5,.comments-description h6{
	color:#131313 !important;
}
.comments-form .form-control{
	border-radius:15px !important;
	border: 1px solid #e3e3e3;
}

.comments-posts ul{
	margin-bottom:0px !important;
}
.wp-block-button .wp-block-button__link{
		color:#fff !important;
}
.is-layout-flow.wp-block-group.has-background{
	padding:15px;
}
.post-nav-links{
	clear:both;
}
.post-content p img.alignright,.blog-content p img.alignright{
	clear:both;
}
#sidebar .wp-block-latest-comments a{
	padding-right:0px;
	    padding-right: 0px!important;
		text-decoration:underline !important;
}

.wp-block-button .wp-block-button__link{
	color: #fff!important;
    background-color: #303030;
	    font-size: 14px;
		padding: 10px 60px !important;
		margin-bottom: 10px;
}
.blog-content .blocks-gallery-grid{
	padding-left:0px !important;
}
.wp-block-cover-text a{
	color:#fff !important;
}
.wp-block-button.is-style-squared .wp-block-button__link{
	border-radius:0px !important;
}
.wp-block-button.is-style-outline .wp-block-button__link{
	
	background-color:transparent !important;
}
.wp-block-pullquote{
	border-top:1px solid;
	border-bottom:1px solid;
	padding: 40px 0px;
	padding-bottom: 20px;
}
.wp-block-pullquote p{
	    font-size: 30px;
}
.wp-block-quote.has-text-align-right a{
	font-size:16px;
	text-decoration:underline !important;
}
.wp-block-pullquote blockquote::before {
    color: currentColor;
    content: "“";
    display: block;
    position: relative;
    left: 0;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
}
.wp-block-quote:before {
    content: "“";
    left: 8px;
	font-size: 25px;
}
.blog-content .wp-block-file a{
	    color: #fff!important;
    
    font-size: 14px;
    padding: 10px 60px !important;
        display: inline-block;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px;
	    margin: 0 auto;
}
.post-password-form input[type="submit"]{
	
    color: #fff;
   
    padding: 0px 20px !important;
    box-shadow: none !important;
    border: 1px solid;
}

