/* 
Theme Name:		 ColorMag Child
Theme URI:		 http://devendrapali.com.np/
Description:	 ColorMag Child is a child theme of ColorMag, created by Devendra Pali
Author:			 Devendra Pali
Author URI:		 http://devendrapali.com.np/
Template:		 colormag
Version:		 1.0.0
Text Domain:	 colormag-child
*/


/* MY CUSTOM CSS HERE */


.cm-header .cm-header-1 {
/*     background: linear-gradient(90deg, rgba(0, 212, 255, 1) 0%, rgb(242 247 255) 50%, rgba(0, 212, 255, 1) 100%); */
}

.cm-header .cm-header-1 .cm-row {
    padding: 10px 0;
}

.home .breadcrumb-wrap {
    display: none;
}

.cm-header .cm-site-branding img {
    width: auto;
    margin-bottom: 0;
    max-height: 60px;
}

.page-title {
    visibility: hidden;
    margin: 0;
    height: 0;
}

.cm-container,
.mzb-section > .mzb-container {
    max-width: 1920px;
}

.cm-footer-bar {
    display: none;
}

.wp-block-code {
    background: #111111;
    color: #3bb54a;
    opacity: 1;
    font-style: unset;
    padding: 20px;
}

.wp-block-syntaxhighlighter-code .syntaxhighlighter {

    border-radius: 4px;
    padding: 20px !important;
    max-width: 100%;
    width: 798px !important;
}

.wp-block-syntaxhighlighter-code .syntaxhighlighter table td.code .line {
    padding: 3px 0 !important;
}

.home-banner {
/*     background: linear-gradient(90deg, rgba(0, 212, 255, 1) 0%, rgb(242 247 255) 50%, rgba(0, 212, 255, 1) 100%); */
}

.mzb-post-list .mzb-post,
.mzb-tab-post .mzb-post,
.mzb-featured-posts .mzb-post,
.mzb-featured-categories .mzb-post,
.cm-posts .post{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.mzb-tab-post .mzb-tab-controls {
    border: 1px solid #06aeef;
}

.single-post .cm-container {
    max-width: 1440px;
}
.cm-container, .mzb-section > .mzb-container {
    max-width: 1440px;
}