/*
Theme Name:     Tiga Laki (Backup)
Template:      	tigalaki
Theme URI:      https://tf01.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Pixwell in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, editor-style, featured-images, theme-options, custom-colors, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */
.entry-content ol, .comment-content ol,
.entry-content ul, .comment-content ul,
.block-editor-block-list__layout ol,
.block-editor-block-list__layout ul{ 
    list-style-position: outside;
    margin-left: 0;
	padding:0;
}
.entry-content li ol, .entry-content li ul{ 
    list-style-position: outside;
    margin-left:0;
}
.entry-content ol li, .comment-content ol li,
.entry-content ul li, .comment-content ul li,
ol.wp-block-list li, ul.wp-block-list li{ 
	padding-left: 15px;
}
.list-style-element.is-icon li:before {
    font-family: 'ruby-icon';
    margin-left: -35px;
    margin-right: 10px;
}

ul.wp-block-list.block-editor-block-list__layout,
ol.wp-block-list.block-editor-block-list__layout,
li ul.wp-block-list.block-editor-block-list__layout,
li ol.wp-block-list.block-editor-block-list__layout{border:1px solid red;margin:0 0 0 25px;padding:0;}
ul.wp-block-list.block-editor-block-list__layout li,
ol.wp-block-list.block-editor-block-list__layout li{border:1px solid green;margin:0 0 0 25px;padding:5px 0;}

/* Featured Heading terlalu besar */
@media only screen and (max-width: 767px) {
   .h1 {
        font-size:90% !important;
    }
	h3, .h3 {line-height: 1.25;}
	.cat-info-el {
	
	}
}

/* Kategori - Diskripsi */
.block-title.h3,.block-header .element-desc {
	width:100%;
	text-align:left;
}

/* Note Style */
.wp-block-pixwell-elements-note {
    background-color: #f3f3f3;
}
}
[data-theme='dark'] .wp-block-pixwell-elements-note {
    background-color: #eb12122b;
}






