/* 
Theme Name: Monlam Designs Hello
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Monlam Designs Hello is a child theme of Hello Elementor, created by Monlam Designs team
Author: Monlam Designs
Author URI: https://monlamdesigns.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: monlam-hello
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
*/

/* MONLAM DESIGNS */

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
}

blockquote {
	font-size:1.1rem;
	font-style:italic;
    background: url(https://lhasocialwork.org/wp-content/uploads/quotes-yellow.png) no-repeat 15px 15px #dfebed;
    padding: 20px 30px 5px 80px;
    line-height: 1.5;
    position: relative;
    background-size: 60px;
    margin: 20px 0;
}

/** GALLERY **/

.gallery-columns-2 .gallery-item {
    max-width: 360px !important;
    display: inline-block !important;
    margin: 20px 50px 20px 0 !important;
}

.gallery-columns-3 .gallery-item {
    display: inline-block;
    margin-right: 0;
    max-width: 27%;
    float: left;
}
/* .gallery-columns-3 .gallery-item img {
	height:190px;
}*/

.gallery-columns-4 .gallery-item {
    display: inline-block;
    min-width: 25% !important;
}
.gallery-columns-4 .gallery-item img
 {
    width: 200px;
}
.gallery-caption {
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
}

#md-maincontent li {
    list-style: disc;
}

/* Photo Gallery Page - Embed Flickr photos through sociablekit */
.sk-flickr-photo-albums-page-description.ml-description
 {
    display: none;
}

/* SINGLE PAGE/POST TEMPLATE Elementor */
#md-pagesidebar ul li {
    font-weight: 400;
    border-bottom: solid 1px #ccc;
    margin: 0 0 7px -20px;
    padding-bottom: 6px;
    list-style: inside;
    list-style-position: outside;
}
#md-pagesidebar li {
    margin-bottom: 25px;
}
#md-postsidebar li {
    margin-bottom: 25px;
    border-bottom: solid 5px #e3e8ef;
}
.rpwwt-widget ul li
 {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

/* Sidebar Widgets */
h2.widgettitle, #md-pagesidebar h2, #md-postsidebar h2.widget-title {
    font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.3;
 background: url(https://lhasocialwork.org/wp-content/uploads/cloud-transparent.png) 0px 0px no-repeat!important;
    background-size: 45px !important;
    background-size: contain;
    padding-left: 45px; 
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
/*   
.widgettitle:after {
    background: url(https://lhasocialwork.org/wp-content/uploads/cloud-transparent.png) 10px 10px no-repeat;
    content: "";
    display: inline-block;
    height: 30px;
    z-index: 99;
    background-size: 40px;
    width: 50px;
}
 */

/* Recent Post with thumbnail Plugin Widget */
.rpwwt-widget ul li {
    /*margin: 0 5px 0 0;  */
	margin:10px!important;
    line-height: 1.2;
    display: block;
    font-size: 1rem;
	font-weight: 600;
}


.rpwwt-widget a {
    color: var(--e-global-color-primary);
}
.rpwwt-post-date {
    font-style: italic;
    font-size: 0.9rem;
    margin: 5px 0;
	color: var(--e-global-color-secondary);
}
