/*
Theme Name:     Pixwell child
Template:      	pixwell
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
-------------------------------------- */
.single-tagline:before, .off-canvas-holder:before, .single-left-article:before, .comment-box-wrap:before{
		background-image: repeating-linear-gradient(
    0deg, currentColor, currentColor 1px, transparent 1px, transparent 6px
  ),
  repeating-linear-gradient(
    90deg, currentColor, currentColor 1px, transparent 1px, transparent 6px
  );
	background-size: 6px 6px;

	}
body[data-theme="default"] .banner-wrap.is-light-text {
    background: linear-gradient(to left, #000000, #0000FF);
}
body[data-theme="default"] .section-sticky .navbar-wrap{
    background: linear-gradient(to right, #000000, #0000FF);
	color: white;
}
body[data-theme="default"] .footer-wrap {
    background: linear-gradient(to right, #000000, #0000FF);
}
.share-label{
	margin: 0;
}
.comment-box-wrap{
	display: none;
}
body[data-theme="default"] blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
    background: #f9f9f9;
    padding: 20px;
}
div.single-entry-meta div.inner{
	display: flex;
    align-items: center;
    gap: 10px; 
    flex-flow: nowrap;
}
:root {
    --wp-preset-shadow-outlined: none !important;
    --wp-preset-shadow-natural: none !important;
}

.rbtoc.table-fw{
        box-shadow: none;
        border: 1px solid #dfdfdf;
}
.rbtoc.table-fw a{
        font-family: "Roboto" !important;
}
.site-wrap .wrap {
	margin-top: 2em;
	margin-bottom: 2em;
}
.header-subscribe img {
	max-height: 60px;
}
.rb-iwrap img {
  object-fit: contain !important;
  width: 100% !important;
  height: auto !important;
}
body.home .rb-iwrap.pc-75 {
    padding-bottom: 56% !important;
}
aside.p-cat-info.is-absolute {
    display: none !important;
}
body.home .rb-iwrap {
    padding-bottom: 56.56% !important;
}
.elementor .rb-iwrap img, .rb-iwrap img{
  object-fit: contain !important;
}