/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here 
*/


/* <<<< General typography START  */

h1{
    font-size: 34px;
    font-weight: bold;
}

h2{
    font-size: 26px;
    font-weight: bold;
}

h3{}

h4{}

p {
    font-size: 17px;
}


/* General typography END >>>> */


/* <<< Sidebar Start */
.sidebar-nav i{
    margin-left: 10px;
    font-size: 10px;
/*    border:red 1px solid;*/
}
/* Sidebar End >>> */


/* Post tags */
.elementor-post-info__terms-list {
    color: transparent;
}

.elementor-post-info__terms-list-item {
    background: #e2e2e2;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-size: 15px;
}


/* WP Gallery */

.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
/*	background: #f2f2f2;  */
}
/*
.gallery img:hover {
	 background: white;  
}
*/
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
