/*
Theme Name: 15zine Child
Theme URI: https://themeforest.net/item/15zine-hd-magazine-newspaper-wordpress-theme/10802918
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress 15zine child theme.
Template: 15zine
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: 15zine-child
*/

:root {
	--background-dark: #1f2e48;
	--dark-blue: #3b60a5;
	--light-blue: #85a0cf;
	--mid-blue: #5c76a3;
} 

i.codetipi-15zine-i-search {
	font-size: 18px!important;
	font-weight: 600!important;
}

/* title lines */
.cb-body-light .block-title-wrap .title:after {
    background: var(--light-blue);
	height: 3px;
	margin-top: -2px;
}

.cb-body-light .widget-title {
    border-bottom: 3px solid var(--light-blue);
}

/* lists except comments */
li:not(.comment) > * {
    display: inline;
}

/* tag boxes */
.cb-body-light .byline-shaded .cats a:hover {
    background-color: var(--dark-blue);
}

/* bottom post boxes */
.singular-block-header .title {
    border-bottom: 3px solid var(--light-blue);
}

.cb-body-light blockquote {
    color: var(--dark-blue);
}

/* menu hover */
body:not(.menu-no-color-hover) .mm-ani-1:not(.main-menu-bar-color-2) .main-menu>.standard-drop:hover>a {
    background: #3b60a5;
    color: #fff;
}

.sub-menu {
	background: #3b60a5!important;
}

.main-menu-bar-color-1 .main-menu .mm-color.active > a, .main-menu-bar-color-1.mm-ani-0 .main-menu .mm-color:hover > a, .main-menu-bar-color-1 .main-menu .current-menu-item > a {
	background: #3b60a5!important;
}

/* top grid block alignment */
.block-wrap-g-93 .title-s .mask, .block-wrap-55 .title-s .mask {
    padding-bottom: 39%;
}

/* all links */
a {
	text-decoration: underline;
}